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,71 +1,71 @@
|
|
|
1
|
-
<svg width="38" height="456" viewBox="0 0 38 456" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 13.6171C9.5 13.0341 9.97259 12.5615 10.5556 12.5615H10.5577C11.1406 12.5615 11.6132 13.0341 11.6132 13.6171C11.6132 14.2 11.1406 14.6726 10.5577 14.6726H10.5556C9.97259 14.6726 9.5 14.2 9.5 13.6171Z" fill="#4D5D69"/>
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 21.3646C9.5 20.7817 9.97259 20.3091 10.5556 20.3091H10.5577C11.1406 20.3091 11.6132 20.7817 11.6132 21.3646C11.6132 21.9476 11.1406 22.4202 10.5577 22.4202H10.5556C9.97259 22.4202 9.5 21.9476 9.5 21.3646Z" fill="#4D5D69"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 29.1327C9.5 28.5497 9.97259 28.0771 10.5556 28.0771H10.5577C11.1406 28.0771 11.6132 28.5497 11.6132 29.1327C11.6132 29.7157 11.1406 30.1883 10.5577 30.1883H10.5556C9.97259 30.1883 9.5 29.7157 9.5 29.1327Z" fill="#4D5D69"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 14.2499C13.7222 13.6669 14.1948 13.1943 14.7777 13.1943H14.7798C15.3628 13.1943 15.8354 13.6669 15.8354 14.2499C15.8354 14.8329 15.3628 15.3054 14.7798 15.3054H14.7777C14.1948 15.3054 13.7222 14.8329 13.7222 14.2499Z" fill="#4D5D69"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 21.9975C13.7222 21.4145 14.1948 20.9419 14.7777 20.9419H14.7798C15.3628 20.9419 15.8354 21.4145 15.8354 21.9975C15.8354 22.5804 15.3628 23.053 14.7798 23.053H14.7777C14.1948 23.053 13.7222 22.5804 13.7222 21.9975Z" fill="#4D5D69"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 29.745C13.7222 29.162 14.1948 28.6895 14.7777 28.6895H14.7798C15.3628 28.6895 15.8354 29.162 15.8354 29.745C15.8354 30.328 15.3628 30.8006 14.7798 30.8006H14.7777C14.1948 30.8006 13.7222 30.328 13.7222 29.745Z" fill="#4D5D69"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 23.2224C31.6509 23.2224 33.7776 25.3491 33.7776 27.9724C33.7776 30.5958 31.6509 32.7224 29.0276 32.7224C28.2718 32.7224 27.5578 32.5464 26.9237 32.2326C26.9215 32.2315 26.9193 32.2304 26.9171 32.2293C26.5434 32.0436 26.1974 31.8099 25.887 31.5362C25.8359 31.4911 25.7857 31.4449 25.7366 31.3976C25.7171 31.3789 25.6978 31.36 25.6786 31.341L25.467 31.1173C25.0703 30.698 24.4103 30.6752 23.9855 31.0661C23.5607 31.457 23.5288 32.1166 23.9137 32.5468C23.9953 32.6379 24.0793 32.7268 24.1656 32.8135L24.1757 32.8242L24.176 32.824C24.6992 33.3472 25.307 33.7865 25.9776 34.1198C25.9796 34.1208 25.9817 34.1219 25.9838 34.1229C26.9011 34.5776 27.9348 34.8335 29.0276 34.8335C32.8168 34.8335 35.8887 31.7617 35.8887 27.9724C35.8887 24.1832 32.8168 21.1113 29.0276 21.1113C25.8976 21.1113 24.0187 23.2276 22.4722 24.9694L22.4327 25.0138C22.0456 25.4497 22.0852 26.1169 22.5211 26.504C22.957 26.8911 23.6242 26.8515 24.0113 26.4156C25.6598 24.5591 26.9489 23.2224 29.0276 23.2224Z" fill="#4D5D69"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 22.0781C22.6401 22.0781 22.1675 22.5507 22.1675 23.1337V25.7139C22.1675 26.2969 22.6401 26.7695 23.2231 26.7695H25.8033C26.3863 26.7695 26.8589 26.2969 26.8589 25.7139C26.8589 25.131 26.3863 24.6584 25.8033 24.6584H24.2786V23.1337C24.2786 22.5507 23.8061 22.0781 23.2231 22.0781Z" fill="#4D5D69"/>
|
|
10
|
-
<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.5ZM28.5 4.085C29.1296 4.085 29.64 4.5954 29.64 5.225V8.36H32.775C33.4046 8.36 33.915 8.8704 33.915 9.5C33.915 10.1296 33.4046 10.64 32.775 10.64H29.64V13.775C29.64 14.4046 29.1296 14.915 28.5 14.915C27.8704 14.915 27.36 14.4046 27.36 13.775V10.64H24.225C23.5954 10.64 23.085 10.1296 23.085 9.5C23.085 8.87039 23.5954 8.36 24.225 8.36H27.36V5.225C27.36 4.5954 27.8704 4.085 28.5 4.085Z" fill="#239332"/>
|
|
11
|
-
<path d="M18.7664 3.16699C15.2995 3.18236 12.1326 3.53916 9.78736 4.12549C8.59654 4.42319 7.55798 4.79447 6.7917 5.24739C6.09608 5.65855 5.27783 6.34787 5.27783 7.3887V30.6109C5.27783 31.6517 6.09608 32.3411 6.7917 32.7522C7.55798 33.2051 8.59654 33.5764 9.78736 33.8741C12.1852 34.4736 15.4419 34.8331 19.0001 34.8331C20.413 34.8331 21.7784 34.7764 23.0614 34.6705C22.8083 34.445 22.5682 34.2054 22.3423 33.953C21.997 33.5672 21.7636 33.1201 21.64 32.6516C20.7917 32.6976 19.9085 32.722 19.0001 32.722C15.5626 32.722 12.4859 32.3727 10.2994 31.8261C9.19798 31.5507 8.38155 31.2396 7.86589 30.9348C7.51853 30.7295 7.41535 30.5954 7.38894 30.5548V25.3374C8.06536 25.6522 8.88239 25.9209 9.78736 26.1471C12.1852 26.7466 15.4419 27.1061 19.0001 27.1061C19.4622 27.1061 19.9193 27.1001 20.3701 27.0882C20.1698 26.6731 20.0574 26.2075 20.0571 25.7157L20.0567 24.9839C19.7088 24.9913 19.3563 24.995 19.0001 24.995C15.5626 24.995 12.4859 24.6457 10.2994 24.0991C9.19798 23.8237 8.38155 23.5126 7.86589 23.2078C7.51853 23.0025 7.41535 22.8684 7.38894 22.8278V17.5898C8.06536 17.9045 8.88239 18.1733 9.78736 18.3995C12.1852 18.999 15.4419 19.3585 19.0001 19.3585C20.1031 19.3585 21.1772 19.324 22.2057 19.2584C21.331 18.6931 20.5371 18.0133 19.8453 17.2403C19.5662 17.245 19.2844 17.2474 19.0001 17.2474C15.5626 17.2474 12.4859 16.8981 10.2994 16.3514C9.19798 16.0761 8.38155 15.765 7.86589 15.4602C7.51853 15.2549 7.41535 15.1208 7.38894 15.0802V9.84217C8.06536 10.1569 8.88239 10.4257 9.78736 10.6519C11.7449 11.1413 14.2749 11.4708 17.0739 11.5753C16.9524 10.9019 16.8889 10.2082 16.8889 9.49981C16.8889 9.48489 16.889 9.46998 16.889 9.45508C14.3108 9.34454 12.0272 9.03578 10.2994 8.60383C9.19798 8.32848 8.38155 8.0174 7.86589 7.71261C7.61646 7.56518 7.49293 7.45445 7.43333 7.3887C7.49293 7.32294 7.61646 7.21221 7.86589 7.06478C8.38155 6.75999 9.19798 6.44891 10.2994 6.17356C12.2005 5.69827 14.7746 5.37214 17.6737 5.2951C17.9653 4.54478 18.3326 3.83228 18.7664 3.16699Z" fill="#4D5D69"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3717 41.7964L22.6787 43.1284C22.3899 43.8068 22.2191 44.5338 22.1767 45.2762L19.3161 43.6247C19.1202 43.5115 18.8788 43.5115 18.6828 43.6247L8.31266 49.6119L18.9995 55.7819L20.5813 54.8686L22.1268 56.4141L20.055 57.6102V69.9503L30.4252 63.9631C30.6211 63.8499 30.7419 63.6409 30.7419 63.4146V54.2124L31.7949 53.1594C32.4316 52.4773 32.6567 51.9318 32.853 50.587V63.4146C32.853 64.3951 32.3299 65.3011 31.4807 65.7913L20.3717 72.2051C19.5226 72.6954 18.4764 72.6954 17.6273 72.2051L6.51822 65.7913C5.66908 65.3011 5.146 64.3951 5.146 63.4146V50.587C5.146 49.6065 5.66908 48.7005 6.51822 48.2102L17.6273 41.7964C18.4764 41.3061 19.5226 41.3061 20.3717 41.7964ZM17.9439 57.6102V69.9503L7.57377 63.9631C7.37782 63.8499 7.25711 63.6409 7.25711 63.4146V51.4402L17.9439 57.6102Z" fill="#4D5D69"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.4745 42.6682C26.2456 41.8729 27.2985 41.4199 28.4036 41.4199H31.7934C32.3764 41.4199 32.849 41.8925 32.849 42.4755C32.849 43.0584 32.3764 43.531 31.7934 43.531H28.4036C27.8798 43.531 27.3706 43.7453 26.99 44.1378C26.6084 44.5314 26.3884 45.0719 26.3884 45.6421L26.3888 52.5937L28.8093 50.1733C29.2215 49.7611 29.8898 49.7611 30.3021 50.1733C30.7143 50.5855 30.7143 51.2538 30.3021 51.6661L26.0798 55.8883C25.8819 56.0862 25.6134 56.1975 25.3334 56.1975C25.0535 56.1975 24.785 56.0862 24.5871 55.8883L20.3648 51.6661C19.9526 51.2538 19.9526 50.5855 20.3648 50.1733C20.777 49.7611 21.4454 49.7611 21.8576 50.1733L24.2777 52.5934L24.2773 45.6422C24.2773 44.5327 24.7044 43.4623 25.4745 42.6682Z" fill="#4D5D69"/>
|
|
14
|
-
<path d="M12.8777 100.278C12.8777 99.8114 13.2557 99.4334 13.7221 99.4334H16.8888C17.3551 99.4334 17.7332 99.8114 17.7332 100.278C17.7332 100.744 17.3551 101.122 16.8888 101.122H13.7221C13.2557 101.122 12.8777 100.744 12.8777 100.278Z" fill="#4D5D69"/>
|
|
15
|
-
<path d="M23.4332 100.278C23.4332 99.8114 23.8113 99.4334 24.2777 99.4334C24.744 99.4334 25.1242 99.8114 25.1242 100.278C25.1242 100.744 24.7461 101.122 24.2798 101.122C23.8134 101.122 23.4332 100.744 23.4332 100.278Z" fill="#4D5D69"/>
|
|
16
|
-
<path d="M21.111 99.4334C20.6446 99.4334 20.2665 99.8114 20.2665 100.278C20.2665 100.744 20.6467 101.122 21.1131 101.122C21.5795 101.122 21.9575 100.744 21.9575 100.278C21.9575 99.8114 21.5774 99.4334 21.111 99.4334Z" fill="#4D5D69"/>
|
|
17
|
-
<path d="M13.7221 105.767C13.2557 105.767 12.8777 106.145 12.8777 106.611C12.8777 107.078 13.2557 107.456 13.7221 107.456H16.8888C17.3551 107.456 17.7332 107.078 17.7332 106.611C17.7332 106.145 17.3551 105.767 16.8888 105.767H13.7221Z" fill="#4D5D69"/>
|
|
18
|
-
<path d="M23.4332 106.611C23.4332 106.145 23.8113 105.767 24.2777 105.767C24.744 105.767 25.1242 106.145 25.1242 106.611C25.1242 107.078 24.7461 107.456 24.2798 107.456C23.8134 107.456 23.4332 107.078 23.4332 106.611Z" fill="#4D5D69"/>
|
|
19
|
-
<path d="M21.111 105.767C20.6446 105.767 20.2665 106.145 20.2665 106.611C20.2665 107.078 20.6467 107.456 21.1131 107.456C21.5795 107.456 21.9575 107.078 21.9575 106.611C21.9575 106.145 21.5774 105.767 21.111 105.767Z" fill="#4D5D69"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3811 79.8013C17.9046 79.896 17.4454 80.1013 17.0434 80.417L3.56996 91.0034C3.11156 91.3635 3.03193 92.0271 3.3921 92.4855C3.75227 92.9439 4.41585 93.0235 4.87425 92.6634L5.27787 92.3462V98.5889C5.27787 100.105 6.5066 101.333 8.02231 101.333H9.65822V101.756C9.65822 102.401 9.89472 102.991 10.2858 103.444C9.89472 103.898 9.65822 104.488 9.65822 105.133V108.089C9.65822 109.517 10.8161 110.675 12.2443 110.675H25.7554C27.1837 110.675 28.3415 109.517 28.3415 108.089V105.133C28.3415 104.488 28.105 103.898 27.714 103.444C28.105 102.991 28.3415 102.401 28.3415 101.756V101.333H29.9779C31.4936 101.333 32.7223 100.105 32.7223 98.5889V96.3195C32.0471 96.5833 31.3411 96.7856 30.6112 96.9197V98.5889C30.6112 98.9387 30.3276 99.2222 29.9779 99.2222H28.3415V98.8C28.3415 98.1545 28.105 97.5643 27.714 97.1111C27.721 97.1029 27.7281 97.0947 27.735 97.0864C26.4243 97.0012 25.1728 96.6984 24.0164 96.2139H12.2443C11.8071 96.2139 11.4527 95.8595 11.4527 95.4222V92.4667C11.4527 92.0295 11.8071 91.675 12.2443 91.675H18.665C18.3083 91.108 17.9992 90.508 17.7434 89.8806H12.2443C10.8161 89.8806 9.65822 91.0384 9.65822 92.4667V95.4222C9.65822 96.0678 9.89472 96.658 10.2858 97.1111C9.89472 97.5643 9.65822 98.1545 9.65822 98.8V99.2222H8.02231C7.67253 99.2222 7.38898 98.9387 7.38898 98.5889V90.6875L17.1555 83.0138C17.4048 81.871 17.8225 80.791 18.3811 79.8013ZM12.2443 102.547H25.7554C26.1927 102.547 26.5471 102.193 26.5471 101.756V98.8C26.5471 98.3628 26.1927 98.0084 25.7554 98.0084H12.2443C11.8071 98.0084 11.4527 98.3628 11.4527 98.8V101.756C11.4527 102.193 11.8071 102.547 12.2443 102.547ZM12.2443 104.342C11.8071 104.342 11.4527 104.696 11.4527 105.133V108.089C11.4527 108.526 11.8071 108.881 12.2443 108.881H25.7554C26.1927 108.881 26.5471 108.526 26.5471 108.089V105.133C26.5471 104.696 26.1927 104.342 25.7554 104.342H12.2443Z" fill="#4D5D69"/>
|
|
21
|
-
<path d="M25.0239 94.3441C25.0879 94.2251 25.1242 94.089 25.1242 93.9445C25.1242 93.4781 24.744 93.1 24.2777 93.1C23.939 93.1 23.6469 93.2994 23.5123 93.5871C23.9898 93.8822 24.4952 94.1361 25.0239 94.3441Z" fill="#4D5D69"/>
|
|
22
|
-
<path d="M20.2972 93.7181C20.6568 94.0769 21.0397 94.4123 21.4435 94.7218C21.342 94.765 21.2304 94.7889 21.1131 94.7889C20.6467 94.7889 20.2665 94.4108 20.2665 93.9445C20.2665 93.866 20.2772 93.7901 20.2972 93.7181Z" fill="#4D5D69"/>
|
|
23
|
-
<path d="M13.7221 93.1C13.2557 93.1 12.8777 93.4781 12.8777 93.9445C12.8777 94.4108 13.2557 94.7889 13.7221 94.7889H16.8888C17.3551 94.7889 17.7332 94.4108 17.7332 93.9445C17.7332 93.4781 17.3551 93.1 16.8888 93.1H13.7221Z" fill="#4D5D69"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 85.5C38 90.7467 33.7467 95 28.5 95C23.2533 95 19 90.7467 19 85.5C19 80.2533 23.2533 76 28.5 76C33.7467 76 38 80.2533 38 85.5ZM28.5 80.085C29.1296 80.085 29.64 80.5954 29.64 81.225V84.36H32.775C33.4046 84.36 33.915 84.8704 33.915 85.5C33.915 86.1296 33.4046 86.64 32.775 86.64H29.64V89.775C29.64 90.4046 29.1296 90.915 28.5 90.915C27.8704 90.915 27.36 90.4046 27.36 89.775V86.64H24.225C23.5954 86.64 23.085 86.1296 23.085 85.5C23.085 84.8704 23.5954 84.36 24.225 84.36H27.36V81.225C27.36 80.5954 27.8704 80.085 28.5 80.085Z" fill="#239332"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 123.5C38 128.747 33.7467 133 28.5 133C23.2533 133 19 128.747 19 123.5C19 118.253 23.2533 114 28.5 114C33.7467 114 38 118.253 38 123.5ZM28.5 118.085C29.1296 118.085 29.64 118.595 29.64 119.225V122.36H32.775C33.4046 122.36 33.915 122.87 33.915 123.5C33.915 124.13 33.4046 124.64 32.775 124.64H29.64V127.775C29.64 128.405 29.1296 128.915 28.5 128.915C27.8704 128.915 27.36 128.405 27.36 127.775V124.64H24.225C23.5954 124.64 23.085 124.13 23.085 123.5C23.085 122.87 23.5954 122.36 24.225 122.36H27.36V119.225C27.36 118.595 27.8704 118.085 28.5 118.085Z" fill="#239332"/>
|
|
26
|
-
<path d="M17.0803 121.389H7.38883C5.63993 121.389 4.22217 122.807 4.22217 124.556V141.444C4.22217 143.193 5.63993 144.611 7.38883 144.611H30.6111C32.36 144.611 33.7777 143.193 33.7777 141.444V133.845C33.1089 134.187 32.4026 134.466 31.6666 134.674V141.444C31.6666 142.027 31.194 142.5 30.6111 142.5H7.38883C6.80587 142.5 6.33328 142.027 6.33328 141.444V124.556C6.33328 123.973 6.80587 123.5 7.38883 123.5H16.8888C16.8888 122.779 16.9545 122.073 17.0803 121.389Z" fill="#4D5D69"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 184.037C17.9443 183.454 18.4169 182.981 18.9999 182.981H32.7221C33.3051 182.981 33.7777 183.454 33.7777 184.037C33.7777 184.62 33.3051 185.093 32.7221 185.093H18.9999C18.4169 185.093 17.9443 184.62 17.9443 184.037Z" fill="#4D5D69"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1481 158.988C27.5703 158.988 27.0161 159.217 26.6075 159.626L7.75557 178.478L6.72847 182.586L10.8369 181.559L29.6888 162.707C29.8911 162.505 30.0516 162.265 30.1611 162C30.2706 161.736 30.3269 161.453 30.3269 161.167C30.3269 160.88 30.2706 160.597 30.1611 160.333C30.0516 160.068 29.8911 159.828 29.6888 159.626C29.4864 159.424 29.2463 159.263 28.9819 159.154C28.7176 159.044 28.4342 158.988 28.1481 158.988ZM25.1147 158.133C25.9192 157.329 27.0104 156.877 28.1481 156.877C28.7115 156.877 29.2693 156.988 29.7898 157.203C30.3103 157.419 30.7832 157.735 31.1815 158.133C31.5799 158.532 31.8959 159.004 32.1115 159.525C32.3271 160.045 32.438 160.603 32.438 161.167C32.438 161.73 32.3271 162.288 32.1115 162.808C31.8959 163.329 31.5799 163.802 31.1815 164.2L12.1229 183.259C11.9876 183.394 11.8181 183.49 11.6325 183.536L5.53376 185.061C5.17405 185.151 4.79353 185.046 4.53136 184.783C4.26918 184.521 4.16378 184.141 4.25371 183.781L5.7784 177.682C5.8248 177.497 5.92077 177.327 6.05605 177.192L25.1147 158.133Z" fill="#4D5D69"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 198.445C3.1665 195.53 5.52945 193.167 8.44428 193.167H29.5554C32.4702 193.167 34.8332 195.53 34.8332 198.445V219.556C34.8332 222.47 32.4702 224.833 29.5554 224.833H8.44428C5.52945 224.833 3.1665 222.47 3.1665 219.556V198.445ZM8.44428 195.278C6.69538 195.278 5.27762 196.696 5.27762 198.445V219.556C5.27762 221.305 6.69538 222.722 8.44428 222.722H29.5554C31.3043 222.722 32.7221 221.305 32.7221 219.556V198.445C32.7221 196.696 31.3043 195.278 29.5554 195.278H8.44428Z" fill="#4D5D69"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 203.029C16.3084 199.731 21.6551 199.731 24.9529 203.029C28.2507 206.327 28.2506 211.673 24.9529 214.971C24.055 215.869 23.0046 216.523 21.8852 216.932C21.875 216.936 21.8647 216.94 21.8542 216.943C20.4264 217.459 18.889 217.577 17.4117 217.299C16.8388 217.191 16.4618 216.639 16.5697 216.066C16.6776 215.493 17.2295 215.116 17.8024 215.224C18.0634 215.273 18.3269 215.306 18.5912 215.322C18.6038 215.322 18.6163 215.323 18.629 215.324C18.7449 215.33 18.8609 215.333 18.9769 215.333C18.9785 215.333 18.9802 215.333 18.9818 215.333C19.0865 215.333 19.1912 215.331 19.2958 215.326C19.875 215.297 20.4506 215.19 21.0051 215.003C21.0076 215.002 21.01 215.002 21.0125 215.001C21.907 214.699 22.7471 214.191 23.4601 213.478C25.9334 211.005 25.9334 206.995 23.4601 204.522C20.9868 202.048 16.9767 202.048 14.5034 204.522C13.0608 205.964 12.7064 207.687 12.6926 209.733L13.5909 208.835C14.0031 208.422 14.6714 208.422 15.0837 208.834C15.4959 209.247 15.4959 209.915 15.0837 210.327L12.4716 212.939C12.0594 213.352 11.3911 213.352 10.9789 212.939L8.3737 210.335C7.96143 209.923 7.96136 209.254 8.37354 208.842C8.78572 208.43 9.45406 208.43 9.86632 208.842L10.5795 209.555C10.615 207.298 11.0676 204.972 13.0107 203.029Z" fill="#4D5D69"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5 247C33.7467 247 38 242.747 38 237.5C38 232.253 33.7467 228 28.5 228C23.2533 228 19 232.253 19 237.5C19 242.747 23.2533 247 28.5 247ZM32.9926 235.823C33.4421 235.382 33.4491 234.66 33.0082 234.211C32.5674 233.761 31.8456 233.754 31.3961 234.195L27.1145 238.394L25.6037 236.913C25.1542 236.472 24.4324 236.479 23.9916 236.928C23.5507 237.378 23.5577 238.1 24.0072 238.54L26.3163 240.805C26.7596 241.24 27.4694 241.24 27.9127 240.805L32.9926 235.823Z" fill="#239332"/>
|
|
32
|
-
<path d="M18.7665 231.167H8.44428C5.52945 231.167 3.1665 233.53 3.1665 236.445V257.556C3.1665 260.47 5.52945 262.833 8.44428 262.833H29.5554C32.4702 262.833 34.8332 260.47 34.8332 257.556V247.233C34.1729 247.664 33.4662 248.029 32.7221 248.32V257.556C32.7221 259.305 31.3043 260.722 29.5554 260.722H8.44428C6.69538 260.722 5.27762 259.305 5.27762 257.556V236.445C5.27762 234.696 6.69538 233.278 8.44428 233.278H17.6803C17.9709 232.534 18.336 231.827 18.7665 231.167Z" fill="#4D5D69"/>
|
|
33
|
-
<path d="M16.9607 238.8C15.5131 239.155 14.1411 239.898 13.0102 241.029C11.0672 242.972 10.6145 245.298 10.579 247.555L9.86583 246.842C9.45357 246.43 8.78523 246.43 8.37305 246.842C7.96087 247.254 7.96095 247.923 8.37321 248.335L10.9784 250.939C11.3906 251.352 12.0589 251.351 12.4711 250.939L15.0832 248.327C15.4954 247.915 15.4954 247.247 15.0832 246.834C14.6709 246.422 14.0026 246.422 13.5904 246.834L12.6921 247.733C12.7059 245.687 13.0604 243.964 14.5029 242.522C15.3302 241.694 16.3293 241.144 17.3854 240.87C17.1835 240.203 17.0399 239.511 16.9607 238.8Z" fill="#4D5D69"/>
|
|
34
|
-
<path d="M25.1082 248.608C24.8332 249.66 24.2837 250.654 23.4596 251.478C22.7466 252.191 21.9065 252.699 21.012 253.001L21.0046 253.003C20.4501 253.19 19.8745 253.297 19.2953 253.326C19.1907 253.331 19.086 253.333 18.9813 253.333L18.9764 253.333C18.8604 253.333 18.7444 253.33 18.6285 253.324C18.6158 253.323 18.6033 253.322 18.5907 253.322C18.3264 253.306 18.0629 253.273 17.8019 253.224C17.229 253.116 16.6771 253.493 16.5692 254.066C16.4614 254.639 16.8383 255.191 17.4112 255.299C18.8885 255.577 20.4259 255.459 21.8537 254.943L21.8847 254.931C23.0041 254.523 24.0545 253.869 24.9524 252.971C26.0792 251.844 26.821 250.478 27.1777 249.037C26.4664 248.956 25.7746 248.811 25.1082 248.608Z" fill="#4D5D69"/>
|
|
35
|
-
<path d="M23.1116 269.167H8.44428C5.52945 269.167 3.1665 271.53 3.1665 274.445V295.556C3.1665 298.47 5.52945 300.833 8.44428 300.833H29.5554C32.4702 300.833 34.8332 298.47 34.8332 295.556V284.571L32.7221 284.571V295.556C32.7221 297.305 31.3043 298.722 29.5554 298.722H8.44428C6.69538 298.722 5.27762 297.305 5.27762 295.556V274.445C5.27762 272.696 6.69538 271.278 8.44428 271.278H21.8471L23.1116 269.167Z" fill="#4D5D69"/>
|
|
36
|
-
<path d="M26.9452 266.875L19.2437 279.732C19.0849 280.007 19.0009 280.319 19 280.637C18.9991 280.954 19.0814 281.266 19.2386 281.542C19.3959 281.818 19.6226 282.048 19.8963 282.209C20.17 282.37 20.481 282.457 20.7985 282.46H36.2015C36.519 282.457 36.83 282.37 37.1037 282.209C37.3774 282.048 37.6041 281.818 37.7614 281.542C37.9186 281.266 38.0009 280.954 38 280.637C37.9991 280.319 37.9151 280.007 37.7563 279.732L30.0548 266.875C29.8927 266.608 29.6645 266.387 29.3922 266.234C29.1198 266.081 28.8125 266 28.5 266C28.1875 266 27.8802 266.081 27.6078 266.234C27.3355 266.387 27.1073 266.608 26.9452 266.875Z" fill="#FBCE28"/>
|
|
37
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 275.88C29.1295 275.88 29.6399 275.37 29.6399 274.74V270.94C29.6399 270.311 29.1295 269.8 28.4999 269.8C27.8703 269.8 27.3599 270.311 27.3599 270.94V274.74C27.3599 275.37 27.8703 275.88 28.4999 275.88Z" fill="#FBCE28"/>
|
|
38
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 275.88C29.1295 275.88 29.6399 275.37 29.6399 274.74V270.94C29.6399 270.311 29.1295 269.8 28.4999 269.8C27.8703 269.8 27.3599 270.311 27.3599 270.94V274.74C27.3599 275.37 27.8703 275.88 28.4999 275.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
39
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 279.11C27.1699 278.375 27.7654 277.78 28.4999 277.78H28.5094C29.244 277.78 29.8394 278.375 29.8394 279.11C29.8394 279.844 29.244 280.44 28.5094 280.44H28.4999C27.7654 280.44 27.1699 279.844 27.1699 279.11Z" fill="#FBCE28"/>
|
|
40
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 279.11C27.1699 278.375 27.7654 277.78 28.4999 277.78H28.5094C29.244 277.78 29.8394 278.375 29.8394 279.11C29.8394 279.844 29.244 280.44 28.5094 280.44H28.4999C27.7654 280.44 27.1699 279.844 27.1699 279.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
41
|
-
<path d="M18.6825 276.561C16.622 276.633 14.583 277.456 13.0102 279.029C11.0672 280.972 10.6145 283.298 10.579 285.555L9.86583 284.842C9.45357 284.43 8.78523 284.43 8.37305 284.842C7.96087 285.254 7.96095 285.923 8.37321 286.335L10.9784 288.939C11.3906 289.351 12.0589 289.351 12.4711 288.939L15.0832 286.327C15.4954 285.915 15.4954 285.247 15.0832 284.834C14.6709 284.422 14.0026 284.422 13.5904 284.834L12.6921 285.733C12.7059 283.687 13.0604 281.964 14.5029 280.522C15.3077 279.717 16.2751 279.174 17.2994 278.893C17.3357 278.82 17.3744 278.748 17.4154 278.677L17.4325 278.648L18.6825 276.561Z" fill="#4D5D69"/>
|
|
42
|
-
<path d="M25.3002 284.571C25.4189 286.332 24.8054 288.133 23.4596 289.478C22.7466 290.191 21.9065 290.699 21.012 291.001L21.0046 291.003C20.4501 291.189 19.8745 291.297 19.2953 291.326C19.1907 291.331 19.086 291.333 18.9813 291.333L18.9764 291.333C18.8604 291.333 18.7444 291.33 18.6285 291.324C18.6158 291.323 18.6033 291.322 18.5907 291.322C18.3264 291.306 18.0629 291.273 17.8019 291.224C17.229 291.116 16.6771 291.493 16.5692 292.066C16.4614 292.639 16.8383 293.191 17.4112 293.299C18.8885 293.577 20.4259 293.459 21.8537 292.943L21.8847 292.931C23.0041 292.522 24.0545 291.869 24.9524 290.971C26.7103 289.213 27.5312 286.873 27.4149 284.571L25.3002 284.571Z" fill="#4D5D69"/>
|
|
43
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 313.5C38 318.747 33.7467 323 28.5 323C23.2533 323 19 318.747 19 313.5C19 308.253 23.2533 304 28.5 304C33.7467 304 38 308.253 38 313.5ZM28.5 314.07C29.1296 314.07 29.64 313.56 29.64 312.93V309.13C29.64 308.501 29.1296 307.99 28.5 307.99C27.8704 307.99 27.36 308.501 27.36 309.13V312.93C27.36 313.56 27.8704 314.07 28.5 314.07ZM28.5 315.97C27.7655 315.97 27.17 316.565 27.17 317.3C27.17 318.035 27.7655 318.63 28.5 318.63H28.5095C29.244 318.63 29.8395 318.035 29.8395 317.3C29.8395 316.565 29.244 315.97 28.5095 315.97H28.5Z" fill="#EA3223"/>
|
|
44
|
-
<path d="M18.7665 307.167H8.44428C5.52945 307.167 3.1665 309.53 3.1665 312.445V333.556C3.1665 336.47 5.52945 338.833 8.44428 338.833H29.5554C32.4702 338.833 34.8332 336.47 34.8332 333.556V323.233C34.1729 323.664 33.4662 324.029 32.7221 324.32V333.556C32.7221 335.305 31.3043 336.722 29.5554 336.722H8.44428C6.69538 336.722 5.27762 335.305 5.27762 333.556V312.445C5.27762 310.696 6.69538 309.278 8.44428 309.278H17.6803C17.9709 308.534 18.336 307.827 18.7665 307.167Z" fill="#4D5D69"/>
|
|
45
|
-
<path d="M16.9607 314.8C15.5131 315.155 14.1411 315.898 13.0102 317.029C11.0672 318.972 10.6145 321.298 10.579 323.555L9.86583 322.842C9.45357 322.43 8.78523 322.43 8.37305 322.842C7.96087 323.254 7.96095 323.923 8.37321 324.335L10.9784 326.939C11.3906 327.352 12.0589 327.351 12.4711 326.939L15.0832 324.327C15.4954 323.915 15.4954 323.247 15.0832 322.834C14.6709 322.422 14.0026 322.422 13.5904 322.834L12.6921 323.733C12.7059 321.687 13.0604 319.964 14.5029 318.522C15.3302 317.694 16.3293 317.144 17.3854 316.87C17.1835 316.203 17.0399 315.511 16.9607 314.8Z" fill="#4D5D69"/>
|
|
46
|
-
<path d="M25.1082 324.608C24.8332 325.66 24.2837 326.654 23.4596 327.478C22.7466 328.191 21.9065 328.699 21.012 329.001L21.0046 329.003C20.4501 329.19 19.8745 329.297 19.2953 329.326C19.1907 329.331 19.086 329.333 18.9813 329.333L18.9764 329.333C18.8604 329.333 18.7444 329.33 18.6285 329.324C18.6158 329.323 18.6033 329.322 18.5907 329.322C18.3264 329.306 18.0629 329.273 17.8019 329.224C17.229 329.116 16.6771 329.493 16.5692 330.066C16.4614 330.639 16.8383 331.191 17.4112 331.299C18.8885 331.577 20.4259 331.459 21.8537 330.943L21.8847 330.931C23.0041 330.523 24.0545 329.869 24.9524 328.971C26.0792 327.844 26.821 326.478 27.1777 325.037C26.4664 324.956 25.7746 324.811 25.1082 324.608Z" fill="#4D5D69"/>
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 351.922C3.1665 349.007 5.52944 346.644 8.44428 346.644H29.5554C32.4702 346.644 34.8332 349.007 34.8332 351.922V371.555C34.8332 374.47 32.4702 376.833 29.5554 376.833H8.44428C5.52944 376.833 3.1665 374.47 3.1665 371.555V351.922ZM8.44428 348.755C6.69538 348.755 5.27762 350.173 5.27762 351.922V371.555C5.27762 373.304 6.69538 374.722 8.44428 374.722H29.5554C31.3043 374.722 32.7221 373.304 32.7221 371.555V351.922C32.7221 350.173 31.3043 348.755 29.5554 348.755H8.44428Z" fill="#4D5D69"/>
|
|
48
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 345.167C26.972 345.167 27.4446 345.639 27.4446 346.222V349.506C27.4446 350.089 26.972 350.562 26.3891 350.562C25.8061 350.562 25.3335 350.089 25.3335 349.506V346.222C25.3335 345.639 25.8061 345.167 26.3891 345.167Z" fill="#4D5D69"/>
|
|
49
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6117 345.167C12.1947 345.167 12.6673 345.639 12.6673 346.222V349.506C12.6673 350.089 12.1947 350.562 11.6117 350.562C11.0287 350.562 10.5562 350.089 10.5562 349.506V346.222C10.5562 345.639 11.0287 345.167 11.6117 345.167Z" fill="#4D5D69"/>
|
|
50
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57666 355.089C3.57666 354.506 4.04925 354.033 4.63222 354.033H33.3668C33.9498 354.033 34.4223 354.506 34.4223 355.089C34.4223 355.672 33.9498 356.145 33.3668 356.145H4.63222C4.04925 356.145 3.57666 355.672 3.57666 355.089Z" fill="#4D5D69"/>
|
|
51
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0283 362.478C10.0283 361.603 10.7372 360.895 11.6117 360.895H11.6275C12.5019 360.895 13.2108 361.603 13.2108 362.478C13.2108 363.352 12.5019 364.061 11.6275 364.061H11.6117C10.7372 364.061 10.0283 363.352 10.0283 362.478Z" fill="#4D5D69"/>
|
|
52
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0283 368.389C10.0283 367.515 10.7372 366.806 11.6117 366.806H11.6275C12.5019 366.806 13.2108 367.515 13.2108 368.389C13.2108 369.263 12.5019 369.972 11.6275 369.972H11.6117C10.7372 369.972 10.0283 369.263 10.0283 368.389Z" fill="#4D5D69"/>
|
|
53
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4165 362.478C17.4165 361.603 18.1254 360.895 18.9998 360.895H19.0157C19.8901 360.895 20.599 361.603 20.599 362.478C20.599 363.352 19.8901 364.061 19.0157 364.061H18.9998C18.1254 364.061 17.4165 363.352 17.4165 362.478Z" fill="#4D5D69"/>
|
|
54
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3955 368.389C17.3955 367.515 18.1044 366.806 18.9788 366.806H18.9947C19.8691 366.806 20.578 367.515 20.578 368.389C20.578 369.263 19.8691 369.972 18.9947 369.972H18.9788C18.1044 369.972 17.3955 369.263 17.3955 368.389Z" fill="#4D5D69"/>
|
|
55
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7847 362.478C24.7847 361.603 25.4936 360.895 26.368 360.895H26.3838C27.2583 360.895 27.9672 361.603 27.9672 362.478C27.9672 363.352 27.2583 364.061 26.3838 364.061H26.368C25.4936 364.061 24.7847 363.352 24.7847 362.478Z" fill="#4D5D69"/>
|
|
56
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7847 368.389C24.7847 367.515 25.4936 366.806 26.368 366.806H26.3838C27.2583 366.806 27.9672 367.515 27.9672 368.389C27.9672 369.263 27.2583 369.972 26.3838 369.972H26.368C25.4936 369.972 24.7847 369.263 24.7847 368.389Z" fill="#4D5D69"/>
|
|
57
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 389.922C3.1665 387.007 5.52944 384.645 8.44428 384.645H29.5554C32.4702 384.645 34.8332 387.007 34.8332 389.922V409.556C34.8332 412.47 32.4702 414.833 29.5554 414.833H8.44428C5.52944 414.833 3.1665 412.47 3.1665 409.556V389.922ZM8.44428 386.756C6.69538 386.756 5.27762 388.173 5.27762 389.922V409.556C5.27762 411.305 6.69538 412.722 8.44428 412.722H29.5554C31.3043 412.722 32.7221 411.305 32.7221 409.556V389.922C32.7221 388.173 31.3043 386.756 29.5554 386.756H8.44428Z" fill="#4D5D69"/>
|
|
58
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 383.167C26.972 383.167 27.4446 383.639 27.4446 384.222V387.506C27.4446 388.089 26.972 388.562 26.3891 388.562C25.8061 388.562 25.3335 388.089 25.3335 387.506V384.222C25.3335 383.639 25.8061 383.167 26.3891 383.167Z" fill="#4D5D69"/>
|
|
59
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6112 383.167C12.1942 383.167 12.6668 383.639 12.6668 384.222V387.506C12.6668 388.089 12.1942 388.562 11.6112 388.562C11.0283 388.562 10.5557 388.089 10.5557 387.506V384.222C10.5557 383.639 11.0283 383.167 11.6112 383.167Z" fill="#4D5D69"/>
|
|
60
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57715 393.089C3.57715 392.506 4.04974 392.033 4.6327 392.033H33.3673C33.9502 392.033 34.4228 392.506 34.4228 393.089C34.4228 393.672 33.9502 394.144 33.3673 394.144H4.6327C4.04974 394.144 3.57715 393.672 3.57715 393.089Z" fill="#4D5D69"/>
|
|
61
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 400.478C10.0278 399.895 10.5004 399.422 11.0834 399.422H16.0445C16.6275 399.422 17.1001 399.895 17.1001 400.478C17.1001 401.061 16.6275 401.533 16.0445 401.533H11.0834C10.5004 401.533 10.0278 401.061 10.0278 400.478Z" fill="#4D5D69"/>
|
|
62
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 406.389C10.0278 405.806 10.5004 405.333 11.0834 405.333H16.0445C16.6275 405.333 17.1001 405.806 17.1001 406.389C17.1001 406.972 16.6275 407.445 16.0445 407.445H11.0834C10.5004 407.445 10.0278 406.972 10.0278 406.389Z" fill="#4D5D69"/>
|
|
63
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8999 400.478C20.8999 399.895 21.3725 399.422 21.9555 399.422H26.9166C27.4995 399.422 27.9721 399.895 27.9721 400.478C27.9721 401.061 27.4995 401.533 26.9166 401.533H21.9555C21.3725 401.533 20.8999 401.061 20.8999 400.478Z" fill="#4D5D69"/>
|
|
64
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8999 406.389C20.8999 405.806 21.3725 405.333 21.9555 405.333H26.9166C27.4995 405.333 27.9721 405.806 27.9721 406.389C27.9721 406.972 27.4995 407.445 26.9166 407.445H21.9555C21.3725 407.445 20.8999 406.972 20.8999 406.389Z" fill="#4D5D69"/>
|
|
65
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 427.922C3.1665 425.007 5.52944 422.645 8.44428 422.645H29.5554C32.4702 422.645 34.8332 425.007 34.8332 427.922V447.556C34.8332 450.47 32.4702 452.833 29.5554 452.833H8.44428C5.52944 452.833 3.1665 450.47 3.1665 447.556V427.922ZM8.44428 424.756C6.69538 424.756 5.27762 426.173 5.27762 427.922V447.556C5.27762 449.305 6.69538 450.722 8.44428 450.722H29.5554C31.3043 450.722 32.7221 449.305 32.7221 447.556V427.922C32.7221 426.173 31.3043 424.756 29.5554 424.756H8.44428Z" fill="#4D5D69"/>
|
|
66
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 421.167C26.972 421.167 27.4446 421.639 27.4446 422.222V425.506C27.4446 426.089 26.972 426.562 26.3891 426.562C25.8061 426.562 25.3335 426.089 25.3335 425.506V422.222C25.3335 421.639 25.8061 421.167 26.3891 421.167Z" fill="#4D5D69"/>
|
|
67
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6117 421.167C12.1947 421.167 12.6673 421.639 12.6673 422.222V425.506C12.6673 426.089 12.1947 426.562 11.6117 426.562C11.0287 426.562 10.5562 426.089 10.5562 425.506V422.222C10.5562 421.639 11.0287 421.167 11.6117 421.167Z" fill="#4D5D69"/>
|
|
68
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57666 431.089C3.57666 430.506 4.04925 430.033 4.63222 430.033H33.3668C33.9498 430.033 34.4223 430.506 34.4223 431.089C34.4223 431.672 33.9498 432.144 33.3668 432.144H4.63222C4.04925 432.144 3.57666 431.672 3.57666 431.089Z" fill="#4D5D69"/>
|
|
69
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 438.478C10.0278 437.895 10.5004 437.423 11.0834 437.423H26.9167C27.4997 437.423 27.9723 437.895 27.9723 438.478C27.9723 439.061 27.4997 439.534 26.9167 439.534H11.0834C10.5004 439.534 10.0278 439.061 10.0278 438.478Z" fill="#4D5D69"/>
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 444.389C10.0278 443.806 10.5004 443.333 11.0834 443.333H26.9167C27.4997 443.333 27.9723 443.806 27.9723 444.389C27.9723 444.972 27.4997 445.445 26.9167 445.445H11.0834C10.5004 445.445 10.0278 444.972 10.0278 444.389Z" fill="#4D5D69"/>
|
|
71
|
-
</svg>
|
|
1
|
+
<svg width="38" height="456" viewBox="0 0 38 456" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 13.6171C9.5 13.0341 9.97259 12.5615 10.5556 12.5615H10.5577C11.1406 12.5615 11.6132 13.0341 11.6132 13.6171C11.6132 14.2 11.1406 14.6726 10.5577 14.6726H10.5556C9.97259 14.6726 9.5 14.2 9.5 13.6171Z" fill="#4D5D69"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 21.3646C9.5 20.7817 9.97259 20.3091 10.5556 20.3091H10.5577C11.1406 20.3091 11.6132 20.7817 11.6132 21.3646C11.6132 21.9476 11.1406 22.4202 10.5577 22.4202H10.5556C9.97259 22.4202 9.5 21.9476 9.5 21.3646Z" fill="#4D5D69"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 29.1327C9.5 28.5497 9.97259 28.0771 10.5556 28.0771H10.5577C11.1406 28.0771 11.6132 28.5497 11.6132 29.1327C11.6132 29.7157 11.1406 30.1883 10.5577 30.1883H10.5556C9.97259 30.1883 9.5 29.7157 9.5 29.1327Z" fill="#4D5D69"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 14.2499C13.7222 13.6669 14.1948 13.1943 14.7777 13.1943H14.7798C15.3628 13.1943 15.8354 13.6669 15.8354 14.2499C15.8354 14.8329 15.3628 15.3054 14.7798 15.3054H14.7777C14.1948 15.3054 13.7222 14.8329 13.7222 14.2499Z" fill="#4D5D69"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 21.9975C13.7222 21.4145 14.1948 20.9419 14.7777 20.9419H14.7798C15.3628 20.9419 15.8354 21.4145 15.8354 21.9975C15.8354 22.5804 15.3628 23.053 14.7798 23.053H14.7777C14.1948 23.053 13.7222 22.5804 13.7222 21.9975Z" fill="#4D5D69"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 29.745C13.7222 29.162 14.1948 28.6895 14.7777 28.6895H14.7798C15.3628 28.6895 15.8354 29.162 15.8354 29.745C15.8354 30.328 15.3628 30.8006 14.7798 30.8006H14.7777C14.1948 30.8006 13.7222 30.328 13.7222 29.745Z" fill="#4D5D69"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 23.2224C31.6509 23.2224 33.7776 25.3491 33.7776 27.9724C33.7776 30.5958 31.6509 32.7224 29.0276 32.7224C28.2718 32.7224 27.5578 32.5464 26.9237 32.2326C26.9215 32.2315 26.9193 32.2304 26.9171 32.2293C26.5434 32.0436 26.1974 31.8099 25.887 31.5362C25.8359 31.4911 25.7857 31.4449 25.7366 31.3976C25.7171 31.3789 25.6978 31.36 25.6786 31.341L25.467 31.1173C25.0703 30.698 24.4103 30.6752 23.9855 31.0661C23.5607 31.457 23.5288 32.1166 23.9137 32.5468C23.9953 32.6379 24.0793 32.7268 24.1656 32.8135L24.1757 32.8242L24.176 32.824C24.6992 33.3472 25.307 33.7865 25.9776 34.1198C25.9796 34.1208 25.9817 34.1219 25.9838 34.1229C26.9011 34.5776 27.9348 34.8335 29.0276 34.8335C32.8168 34.8335 35.8887 31.7617 35.8887 27.9724C35.8887 24.1832 32.8168 21.1113 29.0276 21.1113C25.8976 21.1113 24.0187 23.2276 22.4722 24.9694L22.4327 25.0138C22.0456 25.4497 22.0852 26.1169 22.5211 26.504C22.957 26.8911 23.6242 26.8515 24.0113 26.4156C25.6598 24.5591 26.9489 23.2224 29.0276 23.2224Z" fill="#4D5D69"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 22.0781C22.6401 22.0781 22.1675 22.5507 22.1675 23.1337V25.7139C22.1675 26.2969 22.6401 26.7695 23.2231 26.7695H25.8033C26.3863 26.7695 26.8589 26.2969 26.8589 25.7139C26.8589 25.131 26.3863 24.6584 25.8033 24.6584H24.2786V23.1337C24.2786 22.5507 23.8061 22.0781 23.2231 22.0781Z" fill="#4D5D69"/>
|
|
10
|
+
<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.5ZM28.5 4.085C29.1296 4.085 29.64 4.5954 29.64 5.225V8.36H32.775C33.4046 8.36 33.915 8.8704 33.915 9.5C33.915 10.1296 33.4046 10.64 32.775 10.64H29.64V13.775C29.64 14.4046 29.1296 14.915 28.5 14.915C27.8704 14.915 27.36 14.4046 27.36 13.775V10.64H24.225C23.5954 10.64 23.085 10.1296 23.085 9.5C23.085 8.87039 23.5954 8.36 24.225 8.36H27.36V5.225C27.36 4.5954 27.8704 4.085 28.5 4.085Z" fill="#239332"/>
|
|
11
|
+
<path d="M18.7664 3.16699C15.2995 3.18236 12.1326 3.53916 9.78736 4.12549C8.59654 4.42319 7.55798 4.79447 6.7917 5.24739C6.09608 5.65855 5.27783 6.34787 5.27783 7.3887V30.6109C5.27783 31.6517 6.09608 32.3411 6.7917 32.7522C7.55798 33.2051 8.59654 33.5764 9.78736 33.8741C12.1852 34.4736 15.4419 34.8331 19.0001 34.8331C20.413 34.8331 21.7784 34.7764 23.0614 34.6705C22.8083 34.445 22.5682 34.2054 22.3423 33.953C21.997 33.5672 21.7636 33.1201 21.64 32.6516C20.7917 32.6976 19.9085 32.722 19.0001 32.722C15.5626 32.722 12.4859 32.3727 10.2994 31.8261C9.19798 31.5507 8.38155 31.2396 7.86589 30.9348C7.51853 30.7295 7.41535 30.5954 7.38894 30.5548V25.3374C8.06536 25.6522 8.88239 25.9209 9.78736 26.1471C12.1852 26.7466 15.4419 27.1061 19.0001 27.1061C19.4622 27.1061 19.9193 27.1001 20.3701 27.0882C20.1698 26.6731 20.0574 26.2075 20.0571 25.7157L20.0567 24.9839C19.7088 24.9913 19.3563 24.995 19.0001 24.995C15.5626 24.995 12.4859 24.6457 10.2994 24.0991C9.19798 23.8237 8.38155 23.5126 7.86589 23.2078C7.51853 23.0025 7.41535 22.8684 7.38894 22.8278V17.5898C8.06536 17.9045 8.88239 18.1733 9.78736 18.3995C12.1852 18.999 15.4419 19.3585 19.0001 19.3585C20.1031 19.3585 21.1772 19.324 22.2057 19.2584C21.331 18.6931 20.5371 18.0133 19.8453 17.2403C19.5662 17.245 19.2844 17.2474 19.0001 17.2474C15.5626 17.2474 12.4859 16.8981 10.2994 16.3514C9.19798 16.0761 8.38155 15.765 7.86589 15.4602C7.51853 15.2549 7.41535 15.1208 7.38894 15.0802V9.84217C8.06536 10.1569 8.88239 10.4257 9.78736 10.6519C11.7449 11.1413 14.2749 11.4708 17.0739 11.5753C16.9524 10.9019 16.8889 10.2082 16.8889 9.49981C16.8889 9.48489 16.889 9.46998 16.889 9.45508C14.3108 9.34454 12.0272 9.03578 10.2994 8.60383C9.19798 8.32848 8.38155 8.0174 7.86589 7.71261C7.61646 7.56518 7.49293 7.45445 7.43333 7.3887C7.49293 7.32294 7.61646 7.21221 7.86589 7.06478C8.38155 6.75999 9.19798 6.44891 10.2994 6.17356C12.2005 5.69827 14.7746 5.37214 17.6737 5.2951C17.9653 4.54478 18.3326 3.83228 18.7664 3.16699Z" fill="#4D5D69"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3717 41.7964L22.6787 43.1284C22.3899 43.8068 22.2191 44.5338 22.1767 45.2762L19.3161 43.6247C19.1202 43.5115 18.8788 43.5115 18.6828 43.6247L8.31266 49.6119L18.9995 55.7819L20.5813 54.8686L22.1268 56.4141L20.055 57.6102V69.9503L30.4252 63.9631C30.6211 63.8499 30.7419 63.6409 30.7419 63.4146V54.2124L31.7949 53.1594C32.4316 52.4773 32.6567 51.9318 32.853 50.587V63.4146C32.853 64.3951 32.3299 65.3011 31.4807 65.7913L20.3717 72.2051C19.5226 72.6954 18.4764 72.6954 17.6273 72.2051L6.51822 65.7913C5.66908 65.3011 5.146 64.3951 5.146 63.4146V50.587C5.146 49.6065 5.66908 48.7005 6.51822 48.2102L17.6273 41.7964C18.4764 41.3061 19.5226 41.3061 20.3717 41.7964ZM17.9439 57.6102V69.9503L7.57377 63.9631C7.37782 63.8499 7.25711 63.6409 7.25711 63.4146V51.4402L17.9439 57.6102Z" fill="#4D5D69"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.4745 42.6682C26.2456 41.8729 27.2985 41.4199 28.4036 41.4199H31.7934C32.3764 41.4199 32.849 41.8925 32.849 42.4755C32.849 43.0584 32.3764 43.531 31.7934 43.531H28.4036C27.8798 43.531 27.3706 43.7453 26.99 44.1378C26.6084 44.5314 26.3884 45.0719 26.3884 45.6421L26.3888 52.5937L28.8093 50.1733C29.2215 49.7611 29.8898 49.7611 30.3021 50.1733C30.7143 50.5855 30.7143 51.2538 30.3021 51.6661L26.0798 55.8883C25.8819 56.0862 25.6134 56.1975 25.3334 56.1975C25.0535 56.1975 24.785 56.0862 24.5871 55.8883L20.3648 51.6661C19.9526 51.2538 19.9526 50.5855 20.3648 50.1733C20.777 49.7611 21.4454 49.7611 21.8576 50.1733L24.2777 52.5934L24.2773 45.6422C24.2773 44.5327 24.7044 43.4623 25.4745 42.6682Z" fill="#4D5D69"/>
|
|
14
|
+
<path d="M12.8777 100.278C12.8777 99.8114 13.2557 99.4334 13.7221 99.4334H16.8888C17.3551 99.4334 17.7332 99.8114 17.7332 100.278C17.7332 100.744 17.3551 101.122 16.8888 101.122H13.7221C13.2557 101.122 12.8777 100.744 12.8777 100.278Z" fill="#4D5D69"/>
|
|
15
|
+
<path d="M23.4332 100.278C23.4332 99.8114 23.8113 99.4334 24.2777 99.4334C24.744 99.4334 25.1242 99.8114 25.1242 100.278C25.1242 100.744 24.7461 101.122 24.2798 101.122C23.8134 101.122 23.4332 100.744 23.4332 100.278Z" fill="#4D5D69"/>
|
|
16
|
+
<path d="M21.111 99.4334C20.6446 99.4334 20.2665 99.8114 20.2665 100.278C20.2665 100.744 20.6467 101.122 21.1131 101.122C21.5795 101.122 21.9575 100.744 21.9575 100.278C21.9575 99.8114 21.5774 99.4334 21.111 99.4334Z" fill="#4D5D69"/>
|
|
17
|
+
<path d="M13.7221 105.767C13.2557 105.767 12.8777 106.145 12.8777 106.611C12.8777 107.078 13.2557 107.456 13.7221 107.456H16.8888C17.3551 107.456 17.7332 107.078 17.7332 106.611C17.7332 106.145 17.3551 105.767 16.8888 105.767H13.7221Z" fill="#4D5D69"/>
|
|
18
|
+
<path d="M23.4332 106.611C23.4332 106.145 23.8113 105.767 24.2777 105.767C24.744 105.767 25.1242 106.145 25.1242 106.611C25.1242 107.078 24.7461 107.456 24.2798 107.456C23.8134 107.456 23.4332 107.078 23.4332 106.611Z" fill="#4D5D69"/>
|
|
19
|
+
<path d="M21.111 105.767C20.6446 105.767 20.2665 106.145 20.2665 106.611C20.2665 107.078 20.6467 107.456 21.1131 107.456C21.5795 107.456 21.9575 107.078 21.9575 106.611C21.9575 106.145 21.5774 105.767 21.111 105.767Z" fill="#4D5D69"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3811 79.8013C17.9046 79.896 17.4454 80.1013 17.0434 80.417L3.56996 91.0034C3.11156 91.3635 3.03193 92.0271 3.3921 92.4855C3.75227 92.9439 4.41585 93.0235 4.87425 92.6634L5.27787 92.3462V98.5889C5.27787 100.105 6.5066 101.333 8.02231 101.333H9.65822V101.756C9.65822 102.401 9.89472 102.991 10.2858 103.444C9.89472 103.898 9.65822 104.488 9.65822 105.133V108.089C9.65822 109.517 10.8161 110.675 12.2443 110.675H25.7554C27.1837 110.675 28.3415 109.517 28.3415 108.089V105.133C28.3415 104.488 28.105 103.898 27.714 103.444C28.105 102.991 28.3415 102.401 28.3415 101.756V101.333H29.9779C31.4936 101.333 32.7223 100.105 32.7223 98.5889V96.3195C32.0471 96.5833 31.3411 96.7856 30.6112 96.9197V98.5889C30.6112 98.9387 30.3276 99.2222 29.9779 99.2222H28.3415V98.8C28.3415 98.1545 28.105 97.5643 27.714 97.1111C27.721 97.1029 27.7281 97.0947 27.735 97.0864C26.4243 97.0012 25.1728 96.6984 24.0164 96.2139H12.2443C11.8071 96.2139 11.4527 95.8595 11.4527 95.4222V92.4667C11.4527 92.0295 11.8071 91.675 12.2443 91.675H18.665C18.3083 91.108 17.9992 90.508 17.7434 89.8806H12.2443C10.8161 89.8806 9.65822 91.0384 9.65822 92.4667V95.4222C9.65822 96.0678 9.89472 96.658 10.2858 97.1111C9.89472 97.5643 9.65822 98.1545 9.65822 98.8V99.2222H8.02231C7.67253 99.2222 7.38898 98.9387 7.38898 98.5889V90.6875L17.1555 83.0138C17.4048 81.871 17.8225 80.791 18.3811 79.8013ZM12.2443 102.547H25.7554C26.1927 102.547 26.5471 102.193 26.5471 101.756V98.8C26.5471 98.3628 26.1927 98.0084 25.7554 98.0084H12.2443C11.8071 98.0084 11.4527 98.3628 11.4527 98.8V101.756C11.4527 102.193 11.8071 102.547 12.2443 102.547ZM12.2443 104.342C11.8071 104.342 11.4527 104.696 11.4527 105.133V108.089C11.4527 108.526 11.8071 108.881 12.2443 108.881H25.7554C26.1927 108.881 26.5471 108.526 26.5471 108.089V105.133C26.5471 104.696 26.1927 104.342 25.7554 104.342H12.2443Z" fill="#4D5D69"/>
|
|
21
|
+
<path d="M25.0239 94.3441C25.0879 94.2251 25.1242 94.089 25.1242 93.9445C25.1242 93.4781 24.744 93.1 24.2777 93.1C23.939 93.1 23.6469 93.2994 23.5123 93.5871C23.9898 93.8822 24.4952 94.1361 25.0239 94.3441Z" fill="#4D5D69"/>
|
|
22
|
+
<path d="M20.2972 93.7181C20.6568 94.0769 21.0397 94.4123 21.4435 94.7218C21.342 94.765 21.2304 94.7889 21.1131 94.7889C20.6467 94.7889 20.2665 94.4108 20.2665 93.9445C20.2665 93.866 20.2772 93.7901 20.2972 93.7181Z" fill="#4D5D69"/>
|
|
23
|
+
<path d="M13.7221 93.1C13.2557 93.1 12.8777 93.4781 12.8777 93.9445C12.8777 94.4108 13.2557 94.7889 13.7221 94.7889H16.8888C17.3551 94.7889 17.7332 94.4108 17.7332 93.9445C17.7332 93.4781 17.3551 93.1 16.8888 93.1H13.7221Z" fill="#4D5D69"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 85.5C38 90.7467 33.7467 95 28.5 95C23.2533 95 19 90.7467 19 85.5C19 80.2533 23.2533 76 28.5 76C33.7467 76 38 80.2533 38 85.5ZM28.5 80.085C29.1296 80.085 29.64 80.5954 29.64 81.225V84.36H32.775C33.4046 84.36 33.915 84.8704 33.915 85.5C33.915 86.1296 33.4046 86.64 32.775 86.64H29.64V89.775C29.64 90.4046 29.1296 90.915 28.5 90.915C27.8704 90.915 27.36 90.4046 27.36 89.775V86.64H24.225C23.5954 86.64 23.085 86.1296 23.085 85.5C23.085 84.8704 23.5954 84.36 24.225 84.36H27.36V81.225C27.36 80.5954 27.8704 80.085 28.5 80.085Z" fill="#239332"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 123.5C38 128.747 33.7467 133 28.5 133C23.2533 133 19 128.747 19 123.5C19 118.253 23.2533 114 28.5 114C33.7467 114 38 118.253 38 123.5ZM28.5 118.085C29.1296 118.085 29.64 118.595 29.64 119.225V122.36H32.775C33.4046 122.36 33.915 122.87 33.915 123.5C33.915 124.13 33.4046 124.64 32.775 124.64H29.64V127.775C29.64 128.405 29.1296 128.915 28.5 128.915C27.8704 128.915 27.36 128.405 27.36 127.775V124.64H24.225C23.5954 124.64 23.085 124.13 23.085 123.5C23.085 122.87 23.5954 122.36 24.225 122.36H27.36V119.225C27.36 118.595 27.8704 118.085 28.5 118.085Z" fill="#239332"/>
|
|
26
|
+
<path d="M17.0803 121.389H7.38883C5.63993 121.389 4.22217 122.807 4.22217 124.556V141.444C4.22217 143.193 5.63993 144.611 7.38883 144.611H30.6111C32.36 144.611 33.7777 143.193 33.7777 141.444V133.845C33.1089 134.187 32.4026 134.466 31.6666 134.674V141.444C31.6666 142.027 31.194 142.5 30.6111 142.5H7.38883C6.80587 142.5 6.33328 142.027 6.33328 141.444V124.556C6.33328 123.973 6.80587 123.5 7.38883 123.5H16.8888C16.8888 122.779 16.9545 122.073 17.0803 121.389Z" fill="#4D5D69"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 184.037C17.9443 183.454 18.4169 182.981 18.9999 182.981H32.7221C33.3051 182.981 33.7777 183.454 33.7777 184.037C33.7777 184.62 33.3051 185.093 32.7221 185.093H18.9999C18.4169 185.093 17.9443 184.62 17.9443 184.037Z" fill="#4D5D69"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.1481 158.988C27.5703 158.988 27.0161 159.217 26.6075 159.626L7.75557 178.478L6.72847 182.586L10.8369 181.559L29.6888 162.707C29.8911 162.505 30.0516 162.265 30.1611 162C30.2706 161.736 30.3269 161.453 30.3269 161.167C30.3269 160.88 30.2706 160.597 30.1611 160.333C30.0516 160.068 29.8911 159.828 29.6888 159.626C29.4864 159.424 29.2463 159.263 28.9819 159.154C28.7176 159.044 28.4342 158.988 28.1481 158.988ZM25.1147 158.133C25.9192 157.329 27.0104 156.877 28.1481 156.877C28.7115 156.877 29.2693 156.988 29.7898 157.203C30.3103 157.419 30.7832 157.735 31.1815 158.133C31.5799 158.532 31.8959 159.004 32.1115 159.525C32.3271 160.045 32.438 160.603 32.438 161.167C32.438 161.73 32.3271 162.288 32.1115 162.808C31.8959 163.329 31.5799 163.802 31.1815 164.2L12.1229 183.259C11.9876 183.394 11.8181 183.49 11.6325 183.536L5.53376 185.061C5.17405 185.151 4.79353 185.046 4.53136 184.783C4.26918 184.521 4.16378 184.141 4.25371 183.781L5.7784 177.682C5.8248 177.497 5.92077 177.327 6.05605 177.192L25.1147 158.133Z" fill="#4D5D69"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 198.445C3.1665 195.53 5.52945 193.167 8.44428 193.167H29.5554C32.4702 193.167 34.8332 195.53 34.8332 198.445V219.556C34.8332 222.47 32.4702 224.833 29.5554 224.833H8.44428C5.52945 224.833 3.1665 222.47 3.1665 219.556V198.445ZM8.44428 195.278C6.69538 195.278 5.27762 196.696 5.27762 198.445V219.556C5.27762 221.305 6.69538 222.722 8.44428 222.722H29.5554C31.3043 222.722 32.7221 221.305 32.7221 219.556V198.445C32.7221 196.696 31.3043 195.278 29.5554 195.278H8.44428Z" fill="#4D5D69"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 203.029C16.3084 199.731 21.6551 199.731 24.9529 203.029C28.2507 206.327 28.2506 211.673 24.9529 214.971C24.055 215.869 23.0046 216.523 21.8852 216.932C21.875 216.936 21.8647 216.94 21.8542 216.943C20.4264 217.459 18.889 217.577 17.4117 217.299C16.8388 217.191 16.4618 216.639 16.5697 216.066C16.6776 215.493 17.2295 215.116 17.8024 215.224C18.0634 215.273 18.3269 215.306 18.5912 215.322C18.6038 215.322 18.6163 215.323 18.629 215.324C18.7449 215.33 18.8609 215.333 18.9769 215.333C18.9785 215.333 18.9802 215.333 18.9818 215.333C19.0865 215.333 19.1912 215.331 19.2958 215.326C19.875 215.297 20.4506 215.19 21.0051 215.003C21.0076 215.002 21.01 215.002 21.0125 215.001C21.907 214.699 22.7471 214.191 23.4601 213.478C25.9334 211.005 25.9334 206.995 23.4601 204.522C20.9868 202.048 16.9767 202.048 14.5034 204.522C13.0608 205.964 12.7064 207.687 12.6926 209.733L13.5909 208.835C14.0031 208.422 14.6714 208.422 15.0837 208.834C15.4959 209.247 15.4959 209.915 15.0837 210.327L12.4716 212.939C12.0594 213.352 11.3911 213.352 10.9789 212.939L8.3737 210.335C7.96143 209.923 7.96136 209.254 8.37354 208.842C8.78572 208.43 9.45406 208.43 9.86632 208.842L10.5795 209.555C10.615 207.298 11.0676 204.972 13.0107 203.029Z" fill="#4D5D69"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5 247C33.7467 247 38 242.747 38 237.5C38 232.253 33.7467 228 28.5 228C23.2533 228 19 232.253 19 237.5C19 242.747 23.2533 247 28.5 247ZM32.9926 235.823C33.4421 235.382 33.4491 234.66 33.0082 234.211C32.5674 233.761 31.8456 233.754 31.3961 234.195L27.1145 238.394L25.6037 236.913C25.1542 236.472 24.4324 236.479 23.9916 236.928C23.5507 237.378 23.5577 238.1 24.0072 238.54L26.3163 240.805C26.7596 241.24 27.4694 241.24 27.9127 240.805L32.9926 235.823Z" fill="#239332"/>
|
|
32
|
+
<path d="M18.7665 231.167H8.44428C5.52945 231.167 3.1665 233.53 3.1665 236.445V257.556C3.1665 260.47 5.52945 262.833 8.44428 262.833H29.5554C32.4702 262.833 34.8332 260.47 34.8332 257.556V247.233C34.1729 247.664 33.4662 248.029 32.7221 248.32V257.556C32.7221 259.305 31.3043 260.722 29.5554 260.722H8.44428C6.69538 260.722 5.27762 259.305 5.27762 257.556V236.445C5.27762 234.696 6.69538 233.278 8.44428 233.278H17.6803C17.9709 232.534 18.336 231.827 18.7665 231.167Z" fill="#4D5D69"/>
|
|
33
|
+
<path d="M16.9607 238.8C15.5131 239.155 14.1411 239.898 13.0102 241.029C11.0672 242.972 10.6145 245.298 10.579 247.555L9.86583 246.842C9.45357 246.43 8.78523 246.43 8.37305 246.842C7.96087 247.254 7.96095 247.923 8.37321 248.335L10.9784 250.939C11.3906 251.352 12.0589 251.351 12.4711 250.939L15.0832 248.327C15.4954 247.915 15.4954 247.247 15.0832 246.834C14.6709 246.422 14.0026 246.422 13.5904 246.834L12.6921 247.733C12.7059 245.687 13.0604 243.964 14.5029 242.522C15.3302 241.694 16.3293 241.144 17.3854 240.87C17.1835 240.203 17.0399 239.511 16.9607 238.8Z" fill="#4D5D69"/>
|
|
34
|
+
<path d="M25.1082 248.608C24.8332 249.66 24.2837 250.654 23.4596 251.478C22.7466 252.191 21.9065 252.699 21.012 253.001L21.0046 253.003C20.4501 253.19 19.8745 253.297 19.2953 253.326C19.1907 253.331 19.086 253.333 18.9813 253.333L18.9764 253.333C18.8604 253.333 18.7444 253.33 18.6285 253.324C18.6158 253.323 18.6033 253.322 18.5907 253.322C18.3264 253.306 18.0629 253.273 17.8019 253.224C17.229 253.116 16.6771 253.493 16.5692 254.066C16.4614 254.639 16.8383 255.191 17.4112 255.299C18.8885 255.577 20.4259 255.459 21.8537 254.943L21.8847 254.931C23.0041 254.523 24.0545 253.869 24.9524 252.971C26.0792 251.844 26.821 250.478 27.1777 249.037C26.4664 248.956 25.7746 248.811 25.1082 248.608Z" fill="#4D5D69"/>
|
|
35
|
+
<path d="M23.1116 269.167H8.44428C5.52945 269.167 3.1665 271.53 3.1665 274.445V295.556C3.1665 298.47 5.52945 300.833 8.44428 300.833H29.5554C32.4702 300.833 34.8332 298.47 34.8332 295.556V284.571L32.7221 284.571V295.556C32.7221 297.305 31.3043 298.722 29.5554 298.722H8.44428C6.69538 298.722 5.27762 297.305 5.27762 295.556V274.445C5.27762 272.696 6.69538 271.278 8.44428 271.278H21.8471L23.1116 269.167Z" fill="#4D5D69"/>
|
|
36
|
+
<path d="M26.9452 266.875L19.2437 279.732C19.0849 280.007 19.0009 280.319 19 280.637C18.9991 280.954 19.0814 281.266 19.2386 281.542C19.3959 281.818 19.6226 282.048 19.8963 282.209C20.17 282.37 20.481 282.457 20.7985 282.46H36.2015C36.519 282.457 36.83 282.37 37.1037 282.209C37.3774 282.048 37.6041 281.818 37.7614 281.542C37.9186 281.266 38.0009 280.954 38 280.637C37.9991 280.319 37.9151 280.007 37.7563 279.732L30.0548 266.875C29.8927 266.608 29.6645 266.387 29.3922 266.234C29.1198 266.081 28.8125 266 28.5 266C28.1875 266 27.8802 266.081 27.6078 266.234C27.3355 266.387 27.1073 266.608 26.9452 266.875Z" fill="#FBCE28"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 275.88C29.1295 275.88 29.6399 275.37 29.6399 274.74V270.94C29.6399 270.311 29.1295 269.8 28.4999 269.8C27.8703 269.8 27.3599 270.311 27.3599 270.94V274.74C27.3599 275.37 27.8703 275.88 28.4999 275.88Z" fill="#FBCE28"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 275.88C29.1295 275.88 29.6399 275.37 29.6399 274.74V270.94C29.6399 270.311 29.1295 269.8 28.4999 269.8C27.8703 269.8 27.3599 270.311 27.3599 270.94V274.74C27.3599 275.37 27.8703 275.88 28.4999 275.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 279.11C27.1699 278.375 27.7654 277.78 28.4999 277.78H28.5094C29.244 277.78 29.8394 278.375 29.8394 279.11C29.8394 279.844 29.244 280.44 28.5094 280.44H28.4999C27.7654 280.44 27.1699 279.844 27.1699 279.11Z" fill="#FBCE28"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 279.11C27.1699 278.375 27.7654 277.78 28.4999 277.78H28.5094C29.244 277.78 29.8394 278.375 29.8394 279.11C29.8394 279.844 29.244 280.44 28.5094 280.44H28.4999C27.7654 280.44 27.1699 279.844 27.1699 279.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
41
|
+
<path d="M18.6825 276.561C16.622 276.633 14.583 277.456 13.0102 279.029C11.0672 280.972 10.6145 283.298 10.579 285.555L9.86583 284.842C9.45357 284.43 8.78523 284.43 8.37305 284.842C7.96087 285.254 7.96095 285.923 8.37321 286.335L10.9784 288.939C11.3906 289.351 12.0589 289.351 12.4711 288.939L15.0832 286.327C15.4954 285.915 15.4954 285.247 15.0832 284.834C14.6709 284.422 14.0026 284.422 13.5904 284.834L12.6921 285.733C12.7059 283.687 13.0604 281.964 14.5029 280.522C15.3077 279.717 16.2751 279.174 17.2994 278.893C17.3357 278.82 17.3744 278.748 17.4154 278.677L17.4325 278.648L18.6825 276.561Z" fill="#4D5D69"/>
|
|
42
|
+
<path d="M25.3002 284.571C25.4189 286.332 24.8054 288.133 23.4596 289.478C22.7466 290.191 21.9065 290.699 21.012 291.001L21.0046 291.003C20.4501 291.189 19.8745 291.297 19.2953 291.326C19.1907 291.331 19.086 291.333 18.9813 291.333L18.9764 291.333C18.8604 291.333 18.7444 291.33 18.6285 291.324C18.6158 291.323 18.6033 291.322 18.5907 291.322C18.3264 291.306 18.0629 291.273 17.8019 291.224C17.229 291.116 16.6771 291.493 16.5692 292.066C16.4614 292.639 16.8383 293.191 17.4112 293.299C18.8885 293.577 20.4259 293.459 21.8537 292.943L21.8847 292.931C23.0041 292.522 24.0545 291.869 24.9524 290.971C26.7103 289.213 27.5312 286.873 27.4149 284.571L25.3002 284.571Z" fill="#4D5D69"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 313.5C38 318.747 33.7467 323 28.5 323C23.2533 323 19 318.747 19 313.5C19 308.253 23.2533 304 28.5 304C33.7467 304 38 308.253 38 313.5ZM28.5 314.07C29.1296 314.07 29.64 313.56 29.64 312.93V309.13C29.64 308.501 29.1296 307.99 28.5 307.99C27.8704 307.99 27.36 308.501 27.36 309.13V312.93C27.36 313.56 27.8704 314.07 28.5 314.07ZM28.5 315.97C27.7655 315.97 27.17 316.565 27.17 317.3C27.17 318.035 27.7655 318.63 28.5 318.63H28.5095C29.244 318.63 29.8395 318.035 29.8395 317.3C29.8395 316.565 29.244 315.97 28.5095 315.97H28.5Z" fill="#EA3223"/>
|
|
44
|
+
<path d="M18.7665 307.167H8.44428C5.52945 307.167 3.1665 309.53 3.1665 312.445V333.556C3.1665 336.47 5.52945 338.833 8.44428 338.833H29.5554C32.4702 338.833 34.8332 336.47 34.8332 333.556V323.233C34.1729 323.664 33.4662 324.029 32.7221 324.32V333.556C32.7221 335.305 31.3043 336.722 29.5554 336.722H8.44428C6.69538 336.722 5.27762 335.305 5.27762 333.556V312.445C5.27762 310.696 6.69538 309.278 8.44428 309.278H17.6803C17.9709 308.534 18.336 307.827 18.7665 307.167Z" fill="#4D5D69"/>
|
|
45
|
+
<path d="M16.9607 314.8C15.5131 315.155 14.1411 315.898 13.0102 317.029C11.0672 318.972 10.6145 321.298 10.579 323.555L9.86583 322.842C9.45357 322.43 8.78523 322.43 8.37305 322.842C7.96087 323.254 7.96095 323.923 8.37321 324.335L10.9784 326.939C11.3906 327.352 12.0589 327.351 12.4711 326.939L15.0832 324.327C15.4954 323.915 15.4954 323.247 15.0832 322.834C14.6709 322.422 14.0026 322.422 13.5904 322.834L12.6921 323.733C12.7059 321.687 13.0604 319.964 14.5029 318.522C15.3302 317.694 16.3293 317.144 17.3854 316.87C17.1835 316.203 17.0399 315.511 16.9607 314.8Z" fill="#4D5D69"/>
|
|
46
|
+
<path d="M25.1082 324.608C24.8332 325.66 24.2837 326.654 23.4596 327.478C22.7466 328.191 21.9065 328.699 21.012 329.001L21.0046 329.003C20.4501 329.19 19.8745 329.297 19.2953 329.326C19.1907 329.331 19.086 329.333 18.9813 329.333L18.9764 329.333C18.8604 329.333 18.7444 329.33 18.6285 329.324C18.6158 329.323 18.6033 329.322 18.5907 329.322C18.3264 329.306 18.0629 329.273 17.8019 329.224C17.229 329.116 16.6771 329.493 16.5692 330.066C16.4614 330.639 16.8383 331.191 17.4112 331.299C18.8885 331.577 20.4259 331.459 21.8537 330.943L21.8847 330.931C23.0041 330.523 24.0545 329.869 24.9524 328.971C26.0792 327.844 26.821 326.478 27.1777 325.037C26.4664 324.956 25.7746 324.811 25.1082 324.608Z" fill="#4D5D69"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 351.922C3.1665 349.007 5.52944 346.644 8.44428 346.644H29.5554C32.4702 346.644 34.8332 349.007 34.8332 351.922V371.555C34.8332 374.47 32.4702 376.833 29.5554 376.833H8.44428C5.52944 376.833 3.1665 374.47 3.1665 371.555V351.922ZM8.44428 348.755C6.69538 348.755 5.27762 350.173 5.27762 351.922V371.555C5.27762 373.304 6.69538 374.722 8.44428 374.722H29.5554C31.3043 374.722 32.7221 373.304 32.7221 371.555V351.922C32.7221 350.173 31.3043 348.755 29.5554 348.755H8.44428Z" fill="#4D5D69"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 345.167C26.972 345.167 27.4446 345.639 27.4446 346.222V349.506C27.4446 350.089 26.972 350.562 26.3891 350.562C25.8061 350.562 25.3335 350.089 25.3335 349.506V346.222C25.3335 345.639 25.8061 345.167 26.3891 345.167Z" fill="#4D5D69"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6117 345.167C12.1947 345.167 12.6673 345.639 12.6673 346.222V349.506C12.6673 350.089 12.1947 350.562 11.6117 350.562C11.0287 350.562 10.5562 350.089 10.5562 349.506V346.222C10.5562 345.639 11.0287 345.167 11.6117 345.167Z" fill="#4D5D69"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57666 355.089C3.57666 354.506 4.04925 354.033 4.63222 354.033H33.3668C33.9498 354.033 34.4223 354.506 34.4223 355.089C34.4223 355.672 33.9498 356.145 33.3668 356.145H4.63222C4.04925 356.145 3.57666 355.672 3.57666 355.089Z" fill="#4D5D69"/>
|
|
51
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0283 362.478C10.0283 361.603 10.7372 360.895 11.6117 360.895H11.6275C12.5019 360.895 13.2108 361.603 13.2108 362.478C13.2108 363.352 12.5019 364.061 11.6275 364.061H11.6117C10.7372 364.061 10.0283 363.352 10.0283 362.478Z" fill="#4D5D69"/>
|
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0283 368.389C10.0283 367.515 10.7372 366.806 11.6117 366.806H11.6275C12.5019 366.806 13.2108 367.515 13.2108 368.389C13.2108 369.263 12.5019 369.972 11.6275 369.972H11.6117C10.7372 369.972 10.0283 369.263 10.0283 368.389Z" fill="#4D5D69"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4165 362.478C17.4165 361.603 18.1254 360.895 18.9998 360.895H19.0157C19.8901 360.895 20.599 361.603 20.599 362.478C20.599 363.352 19.8901 364.061 19.0157 364.061H18.9998C18.1254 364.061 17.4165 363.352 17.4165 362.478Z" fill="#4D5D69"/>
|
|
54
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3955 368.389C17.3955 367.515 18.1044 366.806 18.9788 366.806H18.9947C19.8691 366.806 20.578 367.515 20.578 368.389C20.578 369.263 19.8691 369.972 18.9947 369.972H18.9788C18.1044 369.972 17.3955 369.263 17.3955 368.389Z" fill="#4D5D69"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7847 362.478C24.7847 361.603 25.4936 360.895 26.368 360.895H26.3838C27.2583 360.895 27.9672 361.603 27.9672 362.478C27.9672 363.352 27.2583 364.061 26.3838 364.061H26.368C25.4936 364.061 24.7847 363.352 24.7847 362.478Z" fill="#4D5D69"/>
|
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7847 368.389C24.7847 367.515 25.4936 366.806 26.368 366.806H26.3838C27.2583 366.806 27.9672 367.515 27.9672 368.389C27.9672 369.263 27.2583 369.972 26.3838 369.972H26.368C25.4936 369.972 24.7847 369.263 24.7847 368.389Z" fill="#4D5D69"/>
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 389.922C3.1665 387.007 5.52944 384.645 8.44428 384.645H29.5554C32.4702 384.645 34.8332 387.007 34.8332 389.922V409.556C34.8332 412.47 32.4702 414.833 29.5554 414.833H8.44428C5.52944 414.833 3.1665 412.47 3.1665 409.556V389.922ZM8.44428 386.756C6.69538 386.756 5.27762 388.173 5.27762 389.922V409.556C5.27762 411.305 6.69538 412.722 8.44428 412.722H29.5554C31.3043 412.722 32.7221 411.305 32.7221 409.556V389.922C32.7221 388.173 31.3043 386.756 29.5554 386.756H8.44428Z" fill="#4D5D69"/>
|
|
58
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 383.167C26.972 383.167 27.4446 383.639 27.4446 384.222V387.506C27.4446 388.089 26.972 388.562 26.3891 388.562C25.8061 388.562 25.3335 388.089 25.3335 387.506V384.222C25.3335 383.639 25.8061 383.167 26.3891 383.167Z" fill="#4D5D69"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6112 383.167C12.1942 383.167 12.6668 383.639 12.6668 384.222V387.506C12.6668 388.089 12.1942 388.562 11.6112 388.562C11.0283 388.562 10.5557 388.089 10.5557 387.506V384.222C10.5557 383.639 11.0283 383.167 11.6112 383.167Z" fill="#4D5D69"/>
|
|
60
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57715 393.089C3.57715 392.506 4.04974 392.033 4.6327 392.033H33.3673C33.9502 392.033 34.4228 392.506 34.4228 393.089C34.4228 393.672 33.9502 394.144 33.3673 394.144H4.6327C4.04974 394.144 3.57715 393.672 3.57715 393.089Z" fill="#4D5D69"/>
|
|
61
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 400.478C10.0278 399.895 10.5004 399.422 11.0834 399.422H16.0445C16.6275 399.422 17.1001 399.895 17.1001 400.478C17.1001 401.061 16.6275 401.533 16.0445 401.533H11.0834C10.5004 401.533 10.0278 401.061 10.0278 400.478Z" fill="#4D5D69"/>
|
|
62
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 406.389C10.0278 405.806 10.5004 405.333 11.0834 405.333H16.0445C16.6275 405.333 17.1001 405.806 17.1001 406.389C17.1001 406.972 16.6275 407.445 16.0445 407.445H11.0834C10.5004 407.445 10.0278 406.972 10.0278 406.389Z" fill="#4D5D69"/>
|
|
63
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8999 400.478C20.8999 399.895 21.3725 399.422 21.9555 399.422H26.9166C27.4995 399.422 27.9721 399.895 27.9721 400.478C27.9721 401.061 27.4995 401.533 26.9166 401.533H21.9555C21.3725 401.533 20.8999 401.061 20.8999 400.478Z" fill="#4D5D69"/>
|
|
64
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.8999 406.389C20.8999 405.806 21.3725 405.333 21.9555 405.333H26.9166C27.4995 405.333 27.9721 405.806 27.9721 406.389C27.9721 406.972 27.4995 407.445 26.9166 407.445H21.9555C21.3725 407.445 20.8999 406.972 20.8999 406.389Z" fill="#4D5D69"/>
|
|
65
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 427.922C3.1665 425.007 5.52944 422.645 8.44428 422.645H29.5554C32.4702 422.645 34.8332 425.007 34.8332 427.922V447.556C34.8332 450.47 32.4702 452.833 29.5554 452.833H8.44428C5.52944 452.833 3.1665 450.47 3.1665 447.556V427.922ZM8.44428 424.756C6.69538 424.756 5.27762 426.173 5.27762 427.922V447.556C5.27762 449.305 6.69538 450.722 8.44428 450.722H29.5554C31.3043 450.722 32.7221 449.305 32.7221 447.556V427.922C32.7221 426.173 31.3043 424.756 29.5554 424.756H8.44428Z" fill="#4D5D69"/>
|
|
66
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3891 421.167C26.972 421.167 27.4446 421.639 27.4446 422.222V425.506C27.4446 426.089 26.972 426.562 26.3891 426.562C25.8061 426.562 25.3335 426.089 25.3335 425.506V422.222C25.3335 421.639 25.8061 421.167 26.3891 421.167Z" fill="#4D5D69"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6117 421.167C12.1947 421.167 12.6673 421.639 12.6673 422.222V425.506C12.6673 426.089 12.1947 426.562 11.6117 426.562C11.0287 426.562 10.5562 426.089 10.5562 425.506V422.222C10.5562 421.639 11.0287 421.167 11.6117 421.167Z" fill="#4D5D69"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.57666 431.089C3.57666 430.506 4.04925 430.033 4.63222 430.033H33.3668C33.9498 430.033 34.4223 430.506 34.4223 431.089C34.4223 431.672 33.9498 432.144 33.3668 432.144H4.63222C4.04925 432.144 3.57666 431.672 3.57666 431.089Z" fill="#4D5D69"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 438.478C10.0278 437.895 10.5004 437.423 11.0834 437.423H26.9167C27.4997 437.423 27.9723 437.895 27.9723 438.478C27.9723 439.061 27.4997 439.534 26.9167 439.534H11.0834C10.5004 439.534 10.0278 439.061 10.0278 438.478Z" fill="#4D5D69"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0278 444.389C10.0278 443.806 10.5004 443.333 11.0834 443.333H26.9167C27.4997 443.333 27.9723 443.806 27.9723 444.389C27.9723 444.972 27.4997 445.445 26.9167 445.445H11.0834C10.5004 445.445 10.0278 444.972 10.0278 444.389Z" fill="#4D5D69"/>
|
|
71
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
|
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
-
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
5
|
-
<g>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9 12.369h0.979v1h-2.958v-1h0.979v-4.42h-0.946v-1h1.946v5.42zM7.185 4.986c0-0.545 0.441-0.986 0.986-0.986s0.985 0.441 0.985 0.986c0 0.543-0.44 0.984-0.985 0.984s-0.986-0.441-0.986-0.984z" fill="#0072a3" />
|
|
8
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
5
|
+
<g>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9 12.369h0.979v1h-2.958v-1h0.979v-4.42h-0.946v-1h1.946v5.42zM7.185 4.986c0-0.545 0.441-0.986 0.986-0.986s0.985 0.441 0.985 0.986c0 0.543-0.44 0.984-0.985 0.984s-0.986-0.441-0.986-0.984z" fill="#0072a3" />
|
|
8
|
+
</svg>
|
package/assets/img/icons/vc.svg
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
version="1.1"
|
|
3
|
-
class="brvmw-color-theme"
|
|
4
|
-
id="vcenter-"
|
|
5
|
-
data-name="Layer 1"
|
|
6
|
-
xml:space="preserve"
|
|
7
|
-
width="38"
|
|
8
|
-
height="38"
|
|
9
|
-
viewBox="0 0 1440 1440"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<defs id="defs6"/>
|
|
14
|
-
<g id="g8"
|
|
15
|
-
transform="matrix(1.3333333,0,0,-1.3333333,0,1150)"><g
|
|
16
|
-
id="g10"
|
|
17
|
-
transform="scale(0.1)"><path
|
|
18
|
-
d="m 5485.82,3974.16 c 99.06,0 179.66,80.57 179.66,179.63 0,99.04 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.29 -129.39,-55.36 -31.03,-32.28 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-91.98 50.24,-124.3 32.7,-34.03 78.58,-55.33 129.39,-55.33 v 0"
|
|
19
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
20
|
-
id="path14" /><path
|
|
21
|
-
d="m 4254.43,6033.08 c 2.83,42.92 5.99,85.56 9.36,128 1.15,14.07 2.41,28.01 3.59,42.02 2.41,28.37 4.88,56.71 7.53,84.84 1.53,16.36 3.19,32.62 4.82,48.89 2.59,25.69 5.21,51.32 8.01,76.8 1.84,16.87 3.73,33.7 5.66,50.51 2.86,25 5.87,49.88 8.98,74.67 2.01,16.41 4.06,32.86 6.2,49.18 3.37,25.75 6.9,51.29 10.48,76.8 2.08,14.88 4.1,29.82 6.27,44.64 4.49,30.54 9.18,60.81 13.97,90.99 1.48,9.37 2.86,18.86 4.37,28.16 6.05,37.32 12.35,74.37 18.91,111.08 -500.09,158.22 -883.99,207.79 -1148.77,186.14 237.22,-16.12 534.1,-73.55 889.96,-186.14 -6.54,-36.71 -12.83,-73.76 -18.91,-111.08 -1.51,-9.3 -2.9,-18.79 -4.37,-28.16 -4.79,-30.18 -9.49,-60.45 -13.95,-90.99 -2.17,-14.82 -4.18,-29.76 -6.29,-44.64 -3.59,-25.51 -7.11,-51.05 -10.48,-76.8 -2.14,-16.32 -4.16,-32.77 -6.21,-49.18 -3.07,-24.79 -6.08,-49.67 -8.97,-74.67 -1.93,-16.81 -3.83,-33.64 -5.67,-50.51 -2.8,-25.48 -5.42,-51.11 -7.98,-76.8 -1.65,-16.27 -3.28,-32.53 -4.85,-48.89 -2.65,-28.13 -5.09,-56.47 -7.5,-84.84 -1.2,-14.01 -2.47,-27.95 -3.58,-42.02 -3.4,-42.44 -6.57,-85.08 -9.4,-128 -3.82,-57.98 25.63,-113.1 75.96,-142.17 L 6147.26,4692.5 c -6.05,-79.57 -13.16,-158.27 -21.26,-235.98 -24.31,-233.18 -57.74,-457.45 -99.91,-669.91 -0.03,-0.09 -0.03,-0.15 -0.06,-0.24 -170.44,-856.95 -439.31,-1317.59 -669.58,-1445.27 44.91,-24.93 88.41,-37.4 129.37,-37.4 250.95,0 595.3,458.47 799.03,1482.67 0.03,0.09 0.03,0.15 0.03,0.24 42.19,212.46 75.63,436.73 99.93,669.91 8.1,77.71 15.18,156.41 21.24,235.98 L 4330.39,5890.91 c -50.33,29.07 -79.79,84.19 -75.96,142.17 v 0"
|
|
22
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
23
|
-
id="path16" /><path
|
|
24
|
-
d="m 4742.24,6646.03 c 0,-267.34 217.46,-484.83 484.79,-484.83 44.88,0 88.16,6.57 129.4,18.07 -204.61,56.81 -355.41,244.27 -355.41,466.76 0,222.46 150.8,409.92 355.41,466.73 -41.27,11.47 -84.55,18.07 -129.4,18.07 -267.33,0 -484.79,-217.49 -484.79,-484.8 v 0"
|
|
25
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
26
|
-
id="path18" /><path
|
|
27
|
-
d="m 5356.43,6770.3 c -31.03,-32.29 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-92.01 50.24,-124.3 32.7,-34.04 78.58,-55.36 129.39,-55.36 99.06,0 179.66,80.6 179.66,179.66 0,99.03 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.32 -129.39,-55.36 v 0"
|
|
28
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
29
|
-
id="path20" /><path
|
|
30
|
-
d="m 7908.6,6948.1 c 112.92,-195.6 -58.13,-642.45 -665.9,-1231.79 46.98,-37.68 93.27,-75.48 138.33,-113.46 705.6,645.34 906.41,1137.3 786.38,1345.25 -73.19,126.77 -297.54,202.82 -667.8,177.79 217.7,-17.89 354.81,-83.94 408.99,-177.79 v 0"
|
|
31
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
32
|
-
id="path22" /><path
|
|
33
|
-
d="m 6026.09,7013.18 c 8.59,-43.13 35.3,-80.42 73.37,-102.4 38.07,-21.99 83.8,-26.45 125.36,-12.35 35.45,12.05 70.21,23.43 104.57,34.42 -22.46,21.48 -38.31,49.28 -44.48,80.33 -203.73,1024.53 -548.14,1483.12 -799.09,1483.12 -40.96,0 -84.46,-12.47 -129.37,-37.4 230.27,-127.7 499.2,-588.5 669.64,-1445.72 v 0"
|
|
34
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
35
|
-
id="path24" /><path
|
|
36
|
-
d="m 7282.81,5284.89 c -0.12,0.09 -0.24,0.21 -0.36,0.3 -41.14,36.08 -83.25,72.1 -126.29,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.66,0.45 -1.26,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.65,1.12 -3.28,2.23 -4.94,3.35 -19.6,13.34 -39.33,26.62 -59.15,39.9 -168.67,112.68 -343.93,221.65 -520.88,323.79 -45.51,26.26 -91.26,52.13 -137.16,77.61 -33.74,-32.56 -72.23,-60.18 -114.19,-82.01 174.43,-100.9 347.13,-208.28 513.42,-319.39 19.84,-13.28 39.57,-26.56 59.18,-39.9 1.66,-1.12 3.25,-2.23 4.91,-3.35 2.59,-1.77 5.21,-3.55 7.8,-5.3 0.63,-0.45 1.27,-0.87 1.9,-1.32 215.71,-147.35 417.48,-299.18 602.17,-453.18 43.04,-35.87 85.18,-71.89 126.32,-107.97 0.12,-0.09 0.21,-0.21 0.33,-0.3 785.21,-688.47 1010.04,-1215.76 884.63,-1432.98 -54.24,-93.91 -191.62,-159.96 -409.65,-177.76 370.62,-25.15 595.21,50.96 668.43,177.76 125.45,217.22 -99.42,744.51 -884.6,1432.98 v 0"
|
|
37
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
38
|
-
id="path26" /><path
|
|
39
|
-
d="m 4278.49,3909.47 c -16.5,0 -33.07,-2.68 -49.03,-8.07 -412.21,-139.94 -751.23,-209.36 -1015.86,-227.25 268.45,-22.02 659.64,29.39 1170.04,192.82 -8.71,8.34 -18.19,15.93 -28.83,22.08 -23.46,13.52 -49.81,20.42 -76.32,20.42 v 0"
|
|
40
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
41
|
-
id="path28" /><path
|
|
42
|
-
d="m 5005.15,4584.32 c 2.47,-1.42 4.91,-2.9 7.38,-4.34 45.41,-26.2 91.17,-52.08 137.16,-77.62 57.22,55.21 128.03,96.23 206.74,118.19 -41.27,11.44 -84.55,18.04 -129.4,18.04 -80.02,0 -155.38,-19.73 -221.88,-54.27 v 0"
|
|
43
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
44
|
-
id="path30" /><path
|
|
45
|
-
d="m 4601.16,4315.71 c 48.97,-28.28 98.37,-56.11 147.97,-83.64 -4.15,-25.54 -6.89,-51.56 -6.89,-78.28 0,-267.33 217.46,-484.79 484.79,-484.79 44.85,0 88.13,6.59 129.4,18.07 -204.61,56.8 -355.41,244.26 -355.41,466.72 0,26.72 2.74,52.74 6.93,78.28 -49.64,27.53 -99.01,55.36 -148.01,83.64 -183.79,106.11 -364.83,218.61 -538.05,334.39 -264.68,177.04 -510.03,360.58 -731.08,546.87 -41.95,-38.4 -82.01,-76.2 -120.44,-113.46 183.72,-147.31 381.97,-292.46 592.71,-433.41 173.25,-115.78 354.26,-228.28 538.08,-334.39 v 0"
|
|
46
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
47
|
-
id="path32" /><path
|
|
48
|
-
d="m 7908.63,3851.91 c 125.41,217.22 -99.42,744.51 -884.63,1432.98 -0.12,0.09 -0.21,0.21 -0.33,0.3 -41.14,36.08 -83.28,72.1 -126.32,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.63,0.45 -1.27,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.66,1.12 -3.25,2.23 -4.91,3.35 -19.61,13.34 -39.34,26.62 -59.18,39.9 -166.29,111.11 -338.99,218.49 -513.42,319.39 -66.59,-34.61 -142.04,-54.4 -222.15,-54.4 -44.85,0 -88.13,6.63 -129.39,18.07 -41.24,-11.5 -84.52,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.49 -484.79,484.83 0,267.31 217.46,484.8 484.79,484.8 44.85,0 88.13,-6.6 129.4,-18.07 41.26,11.47 84.54,18.07 129.39,18.07 267.33,0 484.82,-217.49 484.82,-484.8 0,-26.62 -2.74,-52.59 -6.86,-78.04 49.57,-27.47 98.97,-55.33 148.12,-83.7 182.68,-105.48 363.63,-217.97 537.87,-334.35 210.47,-140.72 408.81,-285.92 592.93,-433.63 607.77,589.34 778.82,1036.19 665.9,1231.79 -54.18,93.85 -191.29,159.9 -408.99,177.79 -264.66,-17.92 -603.71,-87.41 -1015.98,-227.46 -41.59,-14.1 -87.28,-9.64 -125.38,12.35 -10.63,6.14 -20.15,13.73 -28.86,22.07 -34.36,-10.99 -69.12,-22.37 -104.57,-34.42 -41.56,-14.1 -87.29,-9.64 -125.36,12.35 -38.07,21.98 -64.78,59.27 -73.37,102.4 -170.44,857.22 -439.37,1318.02 -669.64,1445.72 -230.2,-127.7 -499.01,-588.47 -669.48,-1445.6 0,-0.03 0,-0.06 0,-0.12 -34.1,-171.56 -62.41,-351.16 -84.94,-537.05 -14.58,-120.39 -26.81,-243.36 -36.38,-368.69 L 6641.28,4909.09 c 50.3,-29.06 79.75,-84.15 75.99,-142.1 -2.83,-42.8 -5.97,-85.36 -9.34,-127.71 -1.14,-14.3 -2.44,-28.49 -3.64,-42.77 -2.35,-28.04 -4.76,-56.02 -7.38,-83.85 -1.57,-16.65 -3.26,-33.22 -4.91,-49.81 -2.53,-25.27 -5.09,-50.45 -7.83,-75.54 -1.9,-17.29 -3.83,-34.52 -5.82,-51.72 -2.8,-24.45 -5.72,-48.79 -8.73,-73.04 -2.11,-16.98 -4.22,-33.97 -6.42,-50.84 -3.25,-24.97 -6.68,-49.73 -10.15,-74.48 -2.17,-15.63 -4.3,-31.36 -6.59,-46.93 -4.25,-29.09 -8.74,-57.95 -13.29,-86.71 -1.71,-10.81 -3.28,-21.72 -5.03,-32.47 -6.05,-37.26 -12.34,-74.27 -18.88,-110.96 355.74,-112.52 652.53,-169.93 889.72,-186.01 218.03,17.8 355.41,83.85 409.65,177.76 v 0"
|
|
49
|
-
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
50
|
-
id="path34" /><path
|
|
51
|
-
d="m 6026.03,3786.37 c 0.03,0.09 0.03,0.15 0.06,0.24 42.17,212.46 75.6,436.73 99.91,669.91 8.1,77.71 15.21,156.41 21.26,235.98 L 4071.57,5890.91 c -50.33,29.07 -79.78,84.19 -75.96,142.17 2.83,42.92 6,85.56 9.4,128 1.11,14.07 2.38,28.01 3.58,42.02 2.41,28.37 4.85,56.71 7.5,84.84 1.57,16.36 3.2,32.62 4.85,48.89 2.56,25.69 5.18,51.32 7.98,76.8 1.84,16.87 3.74,33.7 5.67,50.51 2.89,25 5.9,49.88 8.97,74.67 2.05,16.41 4.07,32.86 6.21,49.18 3.37,25.75 6.89,51.29 10.48,76.8 2.11,14.88 4.12,29.82 6.29,44.64 4.46,30.54 9.16,60.81 13.95,90.99 1.47,9.37 2.86,18.86 4.37,28.16 6.08,37.32 12.37,74.37 18.91,111.08 -355.86,112.59 -652.74,170.02 -889.96,186.14 -217.88,-17.83 -355.19,-83.82 -409.38,-177.7 -125.45,-217.34 99.52,-744.88 884.93,-1433.46 217.16,-190.48 461.97,-378.99 728.73,-561.24 8.11,-5.55 16.24,-11.09 24.37,-16.6 3.88,-2.62 7.8,-5.27 11.66,-7.89 12.43,-8.4 24.88,-16.78 37.37,-25.15 165.33,-110.48 338.15,-217.88 513.66,-319.44 66.5,34.54 141.86,54.27 221.88,54.27 44.85,0 88.13,-6.6 129.4,-18.04 41.23,11.5 84.51,18.04 129.39,18.04 267.33,0 484.82,-217.46 484.82,-484.8 0,-267.33 -217.49,-484.79 -484.82,-484.79 -44.85,0 -88.13,6.59 -129.39,18.07 -41.27,-11.48 -84.55,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.46 -484.79,484.79 0,26.72 2.74,52.74 6.89,78.28 -49.6,27.53 -99,55.36 -147.97,83.64 -183.82,106.11 -364.83,218.61 -538.08,334.39 -210.74,140.95 -408.99,286.1 -592.71,433.41 -607.81,-589.31 -778.86,-1036.1 -665.94,-1231.6 54.19,-93.85 191.35,-159.9 409.17,-177.76 264.63,17.89 603.65,87.31 1015.86,227.25 15.96,5.39 32.53,8.07 49.03,8.07 26.51,0 52.86,-6.9 76.32,-20.42 10.64,-6.15 20.12,-13.74 28.83,-22.08 34.39,11.02 69.15,22.38 104.6,34.43 15.99,5.39 32.56,8.07 49.04,8.07 26.53,0 52.85,-6.9 76.32,-20.42 38.04,-21.99 64.78,-59.31 73.34,-102.41 170.44,-857.1 439.28,-1317.86 669.51,-1445.54 230.27,127.68 499.14,588.32 669.58,1445.27 v 0"
|
|
52
|
-
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
1
|
+
<svg
|
|
2
|
+
version="1.1"
|
|
3
|
+
class="brvmw-color-theme"
|
|
4
|
+
id="vcenter-"
|
|
5
|
+
data-name="Layer 1"
|
|
6
|
+
xml:space="preserve"
|
|
7
|
+
width="38"
|
|
8
|
+
height="38"
|
|
9
|
+
viewBox="0 0 1440 1440"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<defs id="defs6"/>
|
|
14
|
+
<g id="g8"
|
|
15
|
+
transform="matrix(1.3333333,0,0,-1.3333333,0,1150)"><g
|
|
16
|
+
id="g10"
|
|
17
|
+
transform="scale(0.1)"><path
|
|
18
|
+
d="m 5485.82,3974.16 c 99.06,0 179.66,80.57 179.66,179.63 0,99.04 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.29 -129.39,-55.36 -31.03,-32.28 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-91.98 50.24,-124.3 32.7,-34.03 78.58,-55.33 129.39,-55.33 v 0"
|
|
19
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
20
|
+
id="path14" /><path
|
|
21
|
+
d="m 4254.43,6033.08 c 2.83,42.92 5.99,85.56 9.36,128 1.15,14.07 2.41,28.01 3.59,42.02 2.41,28.37 4.88,56.71 7.53,84.84 1.53,16.36 3.19,32.62 4.82,48.89 2.59,25.69 5.21,51.32 8.01,76.8 1.84,16.87 3.73,33.7 5.66,50.51 2.86,25 5.87,49.88 8.98,74.67 2.01,16.41 4.06,32.86 6.2,49.18 3.37,25.75 6.9,51.29 10.48,76.8 2.08,14.88 4.1,29.82 6.27,44.64 4.49,30.54 9.18,60.81 13.97,90.99 1.48,9.37 2.86,18.86 4.37,28.16 6.05,37.32 12.35,74.37 18.91,111.08 -500.09,158.22 -883.99,207.79 -1148.77,186.14 237.22,-16.12 534.1,-73.55 889.96,-186.14 -6.54,-36.71 -12.83,-73.76 -18.91,-111.08 -1.51,-9.3 -2.9,-18.79 -4.37,-28.16 -4.79,-30.18 -9.49,-60.45 -13.95,-90.99 -2.17,-14.82 -4.18,-29.76 -6.29,-44.64 -3.59,-25.51 -7.11,-51.05 -10.48,-76.8 -2.14,-16.32 -4.16,-32.77 -6.21,-49.18 -3.07,-24.79 -6.08,-49.67 -8.97,-74.67 -1.93,-16.81 -3.83,-33.64 -5.67,-50.51 -2.8,-25.48 -5.42,-51.11 -7.98,-76.8 -1.65,-16.27 -3.28,-32.53 -4.85,-48.89 -2.65,-28.13 -5.09,-56.47 -7.5,-84.84 -1.2,-14.01 -2.47,-27.95 -3.58,-42.02 -3.4,-42.44 -6.57,-85.08 -9.4,-128 -3.82,-57.98 25.63,-113.1 75.96,-142.17 L 6147.26,4692.5 c -6.05,-79.57 -13.16,-158.27 -21.26,-235.98 -24.31,-233.18 -57.74,-457.45 -99.91,-669.91 -0.03,-0.09 -0.03,-0.15 -0.06,-0.24 -170.44,-856.95 -439.31,-1317.59 -669.58,-1445.27 44.91,-24.93 88.41,-37.4 129.37,-37.4 250.95,0 595.3,458.47 799.03,1482.67 0.03,0.09 0.03,0.15 0.03,0.24 42.19,212.46 75.63,436.73 99.93,669.91 8.1,77.71 15.18,156.41 21.24,235.98 L 4330.39,5890.91 c -50.33,29.07 -79.79,84.19 -75.96,142.17 v 0"
|
|
22
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
23
|
+
id="path16" /><path
|
|
24
|
+
d="m 4742.24,6646.03 c 0,-267.34 217.46,-484.83 484.79,-484.83 44.88,0 88.16,6.57 129.4,18.07 -204.61,56.81 -355.41,244.27 -355.41,466.76 0,222.46 150.8,409.92 355.41,466.73 -41.27,11.47 -84.55,18.07 -129.4,18.07 -267.33,0 -484.79,-217.49 -484.79,-484.8 v 0"
|
|
25
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
26
|
+
id="path18" /><path
|
|
27
|
+
d="m 5356.43,6770.3 c -31.03,-32.29 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-92.01 50.24,-124.3 32.7,-34.04 78.58,-55.36 129.39,-55.36 99.06,0 179.66,80.6 179.66,179.66 0,99.03 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.32 -129.39,-55.36 v 0"
|
|
28
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
29
|
+
id="path20" /><path
|
|
30
|
+
d="m 7908.6,6948.1 c 112.92,-195.6 -58.13,-642.45 -665.9,-1231.79 46.98,-37.68 93.27,-75.48 138.33,-113.46 705.6,645.34 906.41,1137.3 786.38,1345.25 -73.19,126.77 -297.54,202.82 -667.8,177.79 217.7,-17.89 354.81,-83.94 408.99,-177.79 v 0"
|
|
31
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
32
|
+
id="path22" /><path
|
|
33
|
+
d="m 6026.09,7013.18 c 8.59,-43.13 35.3,-80.42 73.37,-102.4 38.07,-21.99 83.8,-26.45 125.36,-12.35 35.45,12.05 70.21,23.43 104.57,34.42 -22.46,21.48 -38.31,49.28 -44.48,80.33 -203.73,1024.53 -548.14,1483.12 -799.09,1483.12 -40.96,0 -84.46,-12.47 -129.37,-37.4 230.27,-127.7 499.2,-588.5 669.64,-1445.72 v 0"
|
|
34
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
35
|
+
id="path24" /><path
|
|
36
|
+
d="m 7282.81,5284.89 c -0.12,0.09 -0.24,0.21 -0.36,0.3 -41.14,36.08 -83.25,72.1 -126.29,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.66,0.45 -1.26,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.65,1.12 -3.28,2.23 -4.94,3.35 -19.6,13.34 -39.33,26.62 -59.15,39.9 -168.67,112.68 -343.93,221.65 -520.88,323.79 -45.51,26.26 -91.26,52.13 -137.16,77.61 -33.74,-32.56 -72.23,-60.18 -114.19,-82.01 174.43,-100.9 347.13,-208.28 513.42,-319.39 19.84,-13.28 39.57,-26.56 59.18,-39.9 1.66,-1.12 3.25,-2.23 4.91,-3.35 2.59,-1.77 5.21,-3.55 7.8,-5.3 0.63,-0.45 1.27,-0.87 1.9,-1.32 215.71,-147.35 417.48,-299.18 602.17,-453.18 43.04,-35.87 85.18,-71.89 126.32,-107.97 0.12,-0.09 0.21,-0.21 0.33,-0.3 785.21,-688.47 1010.04,-1215.76 884.63,-1432.98 -54.24,-93.91 -191.62,-159.96 -409.65,-177.76 370.62,-25.15 595.21,50.96 668.43,177.76 125.45,217.22 -99.42,744.51 -884.6,1432.98 v 0"
|
|
37
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
38
|
+
id="path26" /><path
|
|
39
|
+
d="m 4278.49,3909.47 c -16.5,0 -33.07,-2.68 -49.03,-8.07 -412.21,-139.94 -751.23,-209.36 -1015.86,-227.25 268.45,-22.02 659.64,29.39 1170.04,192.82 -8.71,8.34 -18.19,15.93 -28.83,22.08 -23.46,13.52 -49.81,20.42 -76.32,20.42 v 0"
|
|
40
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
41
|
+
id="path28" /><path
|
|
42
|
+
d="m 5005.15,4584.32 c 2.47,-1.42 4.91,-2.9 7.38,-4.34 45.41,-26.2 91.17,-52.08 137.16,-77.62 57.22,55.21 128.03,96.23 206.74,118.19 -41.27,11.44 -84.55,18.04 -129.4,18.04 -80.02,0 -155.38,-19.73 -221.88,-54.27 v 0"
|
|
43
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
44
|
+
id="path30" /><path
|
|
45
|
+
d="m 4601.16,4315.71 c 48.97,-28.28 98.37,-56.11 147.97,-83.64 -4.15,-25.54 -6.89,-51.56 -6.89,-78.28 0,-267.33 217.46,-484.79 484.79,-484.79 44.85,0 88.13,6.59 129.4,18.07 -204.61,56.8 -355.41,244.26 -355.41,466.72 0,26.72 2.74,52.74 6.93,78.28 -49.64,27.53 -99.01,55.36 -148.01,83.64 -183.79,106.11 -364.83,218.61 -538.05,334.39 -264.68,177.04 -510.03,360.58 -731.08,546.87 -41.95,-38.4 -82.01,-76.2 -120.44,-113.46 183.72,-147.31 381.97,-292.46 592.71,-433.41 173.25,-115.78 354.26,-228.28 538.08,-334.39 v 0"
|
|
46
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
47
|
+
id="path32" /><path
|
|
48
|
+
d="m 7908.63,3851.91 c 125.41,217.22 -99.42,744.51 -884.63,1432.98 -0.12,0.09 -0.21,0.21 -0.33,0.3 -41.14,36.08 -83.28,72.1 -126.32,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.63,0.45 -1.27,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.66,1.12 -3.25,2.23 -4.91,3.35 -19.61,13.34 -39.34,26.62 -59.18,39.9 -166.29,111.11 -338.99,218.49 -513.42,319.39 -66.59,-34.61 -142.04,-54.4 -222.15,-54.4 -44.85,0 -88.13,6.63 -129.39,18.07 -41.24,-11.5 -84.52,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.49 -484.79,484.83 0,267.31 217.46,484.8 484.79,484.8 44.85,0 88.13,-6.6 129.4,-18.07 41.26,11.47 84.54,18.07 129.39,18.07 267.33,0 484.82,-217.49 484.82,-484.8 0,-26.62 -2.74,-52.59 -6.86,-78.04 49.57,-27.47 98.97,-55.33 148.12,-83.7 182.68,-105.48 363.63,-217.97 537.87,-334.35 210.47,-140.72 408.81,-285.92 592.93,-433.63 607.77,589.34 778.82,1036.19 665.9,1231.79 -54.18,93.85 -191.29,159.9 -408.99,177.79 -264.66,-17.92 -603.71,-87.41 -1015.98,-227.46 -41.59,-14.1 -87.28,-9.64 -125.38,12.35 -10.63,6.14 -20.15,13.73 -28.86,22.07 -34.36,-10.99 -69.12,-22.37 -104.57,-34.42 -41.56,-14.1 -87.29,-9.64 -125.36,12.35 -38.07,21.98 -64.78,59.27 -73.37,102.4 -170.44,857.22 -439.37,1318.02 -669.64,1445.72 -230.2,-127.7 -499.01,-588.47 -669.48,-1445.6 0,-0.03 0,-0.06 0,-0.12 -34.1,-171.56 -62.41,-351.16 -84.94,-537.05 -14.58,-120.39 -26.81,-243.36 -36.38,-368.69 L 6641.28,4909.09 c 50.3,-29.06 79.75,-84.15 75.99,-142.1 -2.83,-42.8 -5.97,-85.36 -9.34,-127.71 -1.14,-14.3 -2.44,-28.49 -3.64,-42.77 -2.35,-28.04 -4.76,-56.02 -7.38,-83.85 -1.57,-16.65 -3.26,-33.22 -4.91,-49.81 -2.53,-25.27 -5.09,-50.45 -7.83,-75.54 -1.9,-17.29 -3.83,-34.52 -5.82,-51.72 -2.8,-24.45 -5.72,-48.79 -8.73,-73.04 -2.11,-16.98 -4.22,-33.97 -6.42,-50.84 -3.25,-24.97 -6.68,-49.73 -10.15,-74.48 -2.17,-15.63 -4.3,-31.36 -6.59,-46.93 -4.25,-29.09 -8.74,-57.95 -13.29,-86.71 -1.71,-10.81 -3.28,-21.72 -5.03,-32.47 -6.05,-37.26 -12.34,-74.27 -18.88,-110.96 355.74,-112.52 652.53,-169.93 889.72,-186.01 218.03,17.8 355.41,83.85 409.65,177.76 v 0"
|
|
49
|
+
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
50
|
+
id="path34" /><path
|
|
51
|
+
d="m 6026.03,3786.37 c 0.03,0.09 0.03,0.15 0.06,0.24 42.17,212.46 75.6,436.73 99.91,669.91 8.1,77.71 15.21,156.41 21.26,235.98 L 4071.57,5890.91 c -50.33,29.07 -79.78,84.19 -75.96,142.17 2.83,42.92 6,85.56 9.4,128 1.11,14.07 2.38,28.01 3.58,42.02 2.41,28.37 4.85,56.71 7.5,84.84 1.57,16.36 3.2,32.62 4.85,48.89 2.56,25.69 5.18,51.32 7.98,76.8 1.84,16.87 3.74,33.7 5.67,50.51 2.89,25 5.9,49.88 8.97,74.67 2.05,16.41 4.07,32.86 6.21,49.18 3.37,25.75 6.89,51.29 10.48,76.8 2.11,14.88 4.12,29.82 6.29,44.64 4.46,30.54 9.16,60.81 13.95,90.99 1.47,9.37 2.86,18.86 4.37,28.16 6.08,37.32 12.37,74.37 18.91,111.08 -355.86,112.59 -652.74,170.02 -889.96,186.14 -217.88,-17.83 -355.19,-83.82 -409.38,-177.7 -125.45,-217.34 99.52,-744.88 884.93,-1433.46 217.16,-190.48 461.97,-378.99 728.73,-561.24 8.11,-5.55 16.24,-11.09 24.37,-16.6 3.88,-2.62 7.8,-5.27 11.66,-7.89 12.43,-8.4 24.88,-16.78 37.37,-25.15 165.33,-110.48 338.15,-217.88 513.66,-319.44 66.5,34.54 141.86,54.27 221.88,54.27 44.85,0 88.13,-6.6 129.4,-18.04 41.23,11.5 84.51,18.04 129.39,18.04 267.33,0 484.82,-217.46 484.82,-484.8 0,-267.33 -217.49,-484.79 -484.82,-484.79 -44.85,0 -88.13,6.59 -129.39,18.07 -41.27,-11.48 -84.55,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.46 -484.79,484.79 0,26.72 2.74,52.74 6.89,78.28 -49.6,27.53 -99,55.36 -147.97,83.64 -183.82,106.11 -364.83,218.61 -538.08,334.39 -210.74,140.95 -408.99,286.1 -592.71,433.41 -607.81,-589.31 -778.86,-1036.1 -665.94,-1231.6 54.19,-93.85 191.35,-159.9 409.17,-177.76 264.63,17.89 603.65,87.31 1015.86,227.25 15.96,5.39 32.53,8.07 49.03,8.07 26.51,0 52.86,-6.9 76.32,-20.42 10.64,-6.15 20.12,-13.74 28.83,-22.08 34.39,11.02 69.15,22.38 104.6,34.43 15.99,5.39 32.56,8.07 49.04,8.07 26.53,0 52.85,-6.9 76.32,-20.42 38.04,-21.99 64.78,-59.31 73.34,-102.41 170.44,-857.1 439.28,-1317.86 669.51,-1445.54 230.27,127.68 499.14,588.32 669.58,1445.27 v 0"
|
|
52
|
+
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
53
53
|
id="path36" /></g></g></svg>
|
package/assets/img/logo copy.svg
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
version="1.1"
|
|
6
|
-
id="svg2"
|
|
7
|
-
xml:space="preserve"
|
|
8
|
-
width="1440"
|
|
9
|
-
height="1440"
|
|
10
|
-
viewBox="0 0 1440 1440"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
-
id="defs6" /><g id="g10"
|
|
14
|
-
transform="scale(0.1)"><path
|
|
15
|
-
d="m 5485.82,3974.16 c 99.06,0 179.66,80.57 179.66,179.63 0,99.04 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.29 -129.39,-55.36 -31.03,-32.28 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-91.98 50.24,-124.3 32.7,-34.03 78.58,-55.33 129.39,-55.33 v 0"
|
|
16
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
17
|
-
id="path14" /><path
|
|
18
|
-
d="m 4254.43,6033.08 c 2.83,42.92 5.99,85.56 9.36,128 1.15,14.07 2.41,28.01 3.59,42.02 2.41,28.37 4.88,56.71 7.53,84.84 1.53,16.36 3.19,32.62 4.82,48.89 2.59,25.69 5.21,51.32 8.01,76.8 1.84,16.87 3.73,33.7 5.66,50.51 2.86,25 5.87,49.88 8.98,74.67 2.01,16.41 4.06,32.86 6.2,49.18 3.37,25.75 6.9,51.29 10.48,76.8 2.08,14.88 4.1,29.82 6.27,44.64 4.49,30.54 9.18,60.81 13.97,90.99 1.48,9.37 2.86,18.86 4.37,28.16 6.05,37.32 12.35,74.37 18.91,111.08 -500.09,158.22 -883.99,207.79 -1148.77,186.14 237.22,-16.12 534.1,-73.55 889.96,-186.14 -6.54,-36.71 -12.83,-73.76 -18.91,-111.08 -1.51,-9.3 -2.9,-18.79 -4.37,-28.16 -4.79,-30.18 -9.49,-60.45 -13.95,-90.99 -2.17,-14.82 -4.18,-29.76 -6.29,-44.64 -3.59,-25.51 -7.11,-51.05 -10.48,-76.8 -2.14,-16.32 -4.16,-32.77 -6.21,-49.18 -3.07,-24.79 -6.08,-49.67 -8.97,-74.67 -1.93,-16.81 -3.83,-33.64 -5.67,-50.51 -2.8,-25.48 -5.42,-51.11 -7.98,-76.8 -1.65,-16.27 -3.28,-32.53 -4.85,-48.89 -2.65,-28.13 -5.09,-56.47 -7.5,-84.84 -1.2,-14.01 -2.47,-27.95 -3.58,-42.02 -3.4,-42.44 -6.57,-85.08 -9.4,-128 -3.82,-57.98 25.63,-113.1 75.96,-142.17 L 6147.26,4692.5 c -6.05,-79.57 -13.16,-158.27 -21.26,-235.98 -24.31,-233.18 -57.74,-457.45 -99.91,-669.91 -0.03,-0.09 -0.03,-0.15 -0.06,-0.24 -170.44,-856.95 -439.31,-1317.59 -669.58,-1445.27 44.91,-24.93 88.41,-37.4 129.37,-37.4 250.95,0 595.3,458.47 799.03,1482.67 0.03,0.09 0.03,0.15 0.03,0.24 42.19,212.46 75.63,436.73 99.93,669.91 8.1,77.71 15.18,156.41 21.24,235.98 L 4330.39,5890.91 c -50.33,29.07 -79.79,84.19 -75.96,142.17 v 0"
|
|
19
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
20
|
-
id="path16" /><path
|
|
21
|
-
d="m 4742.24,6646.03 c 0,-267.34 217.46,-484.83 484.79,-484.83 44.88,0 88.16,6.57 129.4,18.07 -204.61,56.81 -355.41,244.27 -355.41,466.76 0,222.46 150.8,409.92 355.41,466.73 -41.27,11.47 -84.55,18.07 -129.4,18.07 -267.33,0 -484.79,-217.49 -484.79,-484.8 v 0"
|
|
22
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
23
|
-
id="path18" /><path
|
|
24
|
-
d="m 5356.43,6770.3 c -31.03,-32.29 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-92.01 50.24,-124.3 32.7,-34.04 78.58,-55.36 129.39,-55.36 99.06,0 179.66,80.6 179.66,179.66 0,99.03 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.32 -129.39,-55.36 v 0"
|
|
25
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
26
|
-
id="path20" /><path
|
|
27
|
-
d="m 7908.6,6948.1 c 112.92,-195.6 -58.13,-642.45 -665.9,-1231.79 46.98,-37.68 93.27,-75.48 138.33,-113.46 705.6,645.34 906.41,1137.3 786.38,1345.25 -73.19,126.77 -297.54,202.82 -667.8,177.79 217.7,-17.89 354.81,-83.94 408.99,-177.79 v 0"
|
|
28
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
29
|
-
id="path22" /><path
|
|
30
|
-
d="m 6026.09,7013.18 c 8.59,-43.13 35.3,-80.42 73.37,-102.4 38.07,-21.99 83.8,-26.45 125.36,-12.35 35.45,12.05 70.21,23.43 104.57,34.42 -22.46,21.48 -38.31,49.28 -44.48,80.33 -203.73,1024.53 -548.14,1483.12 -799.09,1483.12 -40.96,0 -84.46,-12.47 -129.37,-37.4 230.27,-127.7 499.2,-588.5 669.64,-1445.72 v 0"
|
|
31
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
32
|
-
id="path24" /><path
|
|
33
|
-
d="m 7282.81,5284.89 c -0.12,0.09 -0.24,0.21 -0.36,0.3 -41.14,36.08 -83.25,72.1 -126.29,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.66,0.45 -1.26,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.65,1.12 -3.28,2.23 -4.94,3.35 -19.6,13.34 -39.33,26.62 -59.15,39.9 -168.67,112.68 -343.93,221.65 -520.88,323.79 -45.51,26.26 -91.26,52.13 -137.16,77.61 -33.74,-32.56 -72.23,-60.18 -114.19,-82.01 174.43,-100.9 347.13,-208.28 513.42,-319.39 19.84,-13.28 39.57,-26.56 59.18,-39.9 1.66,-1.12 3.25,-2.23 4.91,-3.35 2.59,-1.77 5.21,-3.55 7.8,-5.3 0.63,-0.45 1.27,-0.87 1.9,-1.32 215.71,-147.35 417.48,-299.18 602.17,-453.18 43.04,-35.87 85.18,-71.89 126.32,-107.97 0.12,-0.09 0.21,-0.21 0.33,-0.3 785.21,-688.47 1010.04,-1215.76 884.63,-1432.98 -54.24,-93.91 -191.62,-159.96 -409.65,-177.76 370.62,-25.15 595.21,50.96 668.43,177.76 125.45,217.22 -99.42,744.51 -884.6,1432.98 v 0"
|
|
34
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
35
|
-
id="path26" /><path
|
|
36
|
-
d="m 4278.49,3909.47 c -16.5,0 -33.07,-2.68 -49.03,-8.07 -412.21,-139.94 -751.23,-209.36 -1015.86,-227.25 268.45,-22.02 659.64,29.39 1170.04,192.82 -8.71,8.34 -18.19,15.93 -28.83,22.08 -23.46,13.52 -49.81,20.42 -76.32,20.42 v 0"
|
|
37
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
38
|
-
id="path28" /><path
|
|
39
|
-
d="m 5005.15,4584.32 c 2.47,-1.42 4.91,-2.9 7.38,-4.34 45.41,-26.2 91.17,-52.08 137.16,-77.62 57.22,55.21 128.03,96.23 206.74,118.19 -41.27,11.44 -84.55,18.04 -129.4,18.04 -80.02,0 -155.38,-19.73 -221.88,-54.27 v 0"
|
|
40
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
41
|
-
id="path30" /><path
|
|
42
|
-
d="m 4601.16,4315.71 c 48.97,-28.28 98.37,-56.11 147.97,-83.64 -4.15,-25.54 -6.89,-51.56 -6.89,-78.28 0,-267.33 217.46,-484.79 484.79,-484.79 44.85,0 88.13,6.59 129.4,18.07 -204.61,56.8 -355.41,244.26 -355.41,466.72 0,26.72 2.74,52.74 6.93,78.28 -49.64,27.53 -99.01,55.36 -148.01,83.64 -183.79,106.11 -364.83,218.61 -538.05,334.39 -264.68,177.04 -510.03,360.58 -731.08,546.87 -41.95,-38.4 -82.01,-76.2 -120.44,-113.46 183.72,-147.31 381.97,-292.46 592.71,-433.41 173.25,-115.78 354.26,-228.28 538.08,-334.39 v 0"
|
|
43
|
-
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
44
|
-
id="path32" /><path
|
|
45
|
-
d="m 7908.63,3851.91 c 125.41,217.22 -99.42,744.51 -884.63,1432.98 -0.12,0.09 -0.21,0.21 -0.33,0.3 -41.14,36.08 -83.28,72.1 -126.32,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.63,0.45 -1.27,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.66,1.12 -3.25,2.23 -4.91,3.35 -19.61,13.34 -39.34,26.62 -59.18,39.9 -166.29,111.11 -338.99,218.49 -513.42,319.39 -66.59,-34.61 -142.04,-54.4 -222.15,-54.4 -44.85,0 -88.13,6.63 -129.39,18.07 -41.24,-11.5 -84.52,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.49 -484.79,484.83 0,267.31 217.46,484.8 484.79,484.8 44.85,0 88.13,-6.6 129.4,-18.07 41.26,11.47 84.54,18.07 129.39,18.07 267.33,0 484.82,-217.49 484.82,-484.8 0,-26.62 -2.74,-52.59 -6.86,-78.04 49.57,-27.47 98.97,-55.33 148.12,-83.7 182.68,-105.48 363.63,-217.97 537.87,-334.35 210.47,-140.72 408.81,-285.92 592.93,-433.63 607.77,589.34 778.82,1036.19 665.9,1231.79 -54.18,93.85 -191.29,159.9 -408.99,177.79 -264.66,-17.92 -603.71,-87.41 -1015.98,-227.46 -41.59,-14.1 -87.28,-9.64 -125.38,12.35 -10.63,6.14 -20.15,13.73 -28.86,22.07 -34.36,-10.99 -69.12,-22.37 -104.57,-34.42 -41.56,-14.1 -87.29,-9.64 -125.36,12.35 -38.07,21.98 -64.78,59.27 -73.37,102.4 -170.44,857.22 -439.37,1318.02 -669.64,1445.72 -230.2,-127.7 -499.01,-588.47 -669.48,-1445.6 0,-0.03 0,-0.06 0,-0.12 -34.1,-171.56 -62.41,-351.16 -84.94,-537.05 -14.58,-120.39 -26.81,-243.36 -36.38,-368.69 L 6641.28,4909.09 c 50.3,-29.06 79.75,-84.15 75.99,-142.1 -2.83,-42.8 -5.97,-85.36 -9.34,-127.71 -1.14,-14.3 -2.44,-28.49 -3.64,-42.77 -2.35,-28.04 -4.76,-56.02 -7.38,-83.85 -1.57,-16.65 -3.26,-33.22 -4.91,-49.81 -2.53,-25.27 -5.09,-50.45 -7.83,-75.54 -1.9,-17.29 -3.83,-34.52 -5.82,-51.72 -2.8,-24.45 -5.72,-48.79 -8.73,-73.04 -2.11,-16.98 -4.22,-33.97 -6.42,-50.84 -3.25,-24.97 -6.68,-49.73 -10.15,-74.48 -2.17,-15.63 -4.3,-31.36 -6.59,-46.93 -4.25,-29.09 -8.74,-57.95 -13.29,-86.71 -1.71,-10.81 -3.28,-21.72 -5.03,-32.47 -6.05,-37.26 -12.34,-74.27 -18.88,-110.96 355.74,-112.52 652.53,-169.93 889.72,-186.01 218.03,17.8 355.41,83.85 409.65,177.76 v 0"
|
|
46
|
-
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
47
|
-
id="path34" /><path
|
|
48
|
-
d="m 6026.03,3786.37 c 0.03,0.09 0.03,0.15 0.06,0.24 42.17,212.46 75.6,436.73 99.91,669.91 8.1,77.71 15.21,156.41 21.26,235.98 L 4071.57,5890.91 c -50.33,29.07 -79.78,84.19 -75.96,142.17 2.83,42.92 6,85.56 9.4,128 1.11,14.07 2.38,28.01 3.58,42.02 2.41,28.37 4.85,56.71 7.5,84.84 1.57,16.36 3.2,32.62 4.85,48.89 2.56,25.69 5.18,51.32 7.98,76.8 1.84,16.87 3.74,33.7 5.67,50.51 2.89,25 5.9,49.88 8.97,74.67 2.05,16.41 4.07,32.86 6.21,49.18 3.37,25.75 6.89,51.29 10.48,76.8 2.11,14.88 4.12,29.82 6.29,44.64 4.46,30.54 9.16,60.81 13.95,90.99 1.47,9.37 2.86,18.86 4.37,28.16 6.08,37.32 12.37,74.37 18.91,111.08 -355.86,112.59 -652.74,170.02 -889.96,186.14 -217.88,-17.83 -355.19,-83.82 -409.38,-177.7 -125.45,-217.34 99.52,-744.88 884.93,-1433.46 217.16,-190.48 461.97,-378.99 728.73,-561.24 8.11,-5.55 16.24,-11.09 24.37,-16.6 3.88,-2.62 7.8,-5.27 11.66,-7.89 12.43,-8.4 24.88,-16.78 37.37,-25.15 165.33,-110.48 338.15,-217.88 513.66,-319.44 66.5,34.54 141.86,54.27 221.88,54.27 44.85,0 88.13,-6.6 129.4,-18.04 41.23,11.5 84.51,18.04 129.39,18.04 267.33,0 484.82,-217.46 484.82,-484.8 0,-267.33 -217.49,-484.79 -484.82,-484.79 -44.85,0 -88.13,6.59 -129.39,18.07 -41.27,-11.48 -84.55,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.46 -484.79,484.79 0,26.72 2.74,52.74 6.89,78.28 -49.6,27.53 -99,55.36 -147.97,83.64 -183.82,106.11 -364.83,218.61 -538.08,334.39 -210.74,140.95 -408.99,286.1 -592.71,433.41 -607.81,-589.31 -778.86,-1036.1 -665.94,-1231.6 54.19,-93.85 191.35,-159.9 409.17,-177.76 264.63,17.89 603.65,87.31 1015.86,227.25 15.96,5.39 32.53,8.07 49.03,8.07 26.51,0 52.86,-6.9 76.32,-20.42 10.64,-6.15 20.12,-13.74 28.83,-22.08 34.39,11.02 69.15,22.38 104.6,34.43 15.99,5.39 32.56,8.07 49.04,8.07 26.53,0 52.85,-6.9 76.32,-20.42 38.04,-21.99 64.78,-59.31 73.34,-102.41 170.44,-857.1 439.28,-1317.86 669.51,-1445.54 230.27,127.68 499.14,588.32 669.58,1445.27 v 0"
|
|
49
|
-
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
50
|
-
id="path36" /></g></g></svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
version="1.1"
|
|
6
|
+
id="svg2"
|
|
7
|
+
xml:space="preserve"
|
|
8
|
+
width="1440"
|
|
9
|
+
height="1440"
|
|
10
|
+
viewBox="0 0 1440 1440"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
13
|
+
id="defs6" /><g id="g10"
|
|
14
|
+
transform="scale(0.1)"><path
|
|
15
|
+
d="m 5485.82,3974.16 c 99.06,0 179.66,80.57 179.66,179.63 0,99.04 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.29 -129.39,-55.36 -31.03,-32.28 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-91.98 50.24,-124.3 32.7,-34.03 78.58,-55.33 129.39,-55.33 v 0"
|
|
16
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
17
|
+
id="path14" /><path
|
|
18
|
+
d="m 4254.43,6033.08 c 2.83,42.92 5.99,85.56 9.36,128 1.15,14.07 2.41,28.01 3.59,42.02 2.41,28.37 4.88,56.71 7.53,84.84 1.53,16.36 3.19,32.62 4.82,48.89 2.59,25.69 5.21,51.32 8.01,76.8 1.84,16.87 3.73,33.7 5.66,50.51 2.86,25 5.87,49.88 8.98,74.67 2.01,16.41 4.06,32.86 6.2,49.18 3.37,25.75 6.9,51.29 10.48,76.8 2.08,14.88 4.1,29.82 6.27,44.64 4.49,30.54 9.18,60.81 13.97,90.99 1.48,9.37 2.86,18.86 4.37,28.16 6.05,37.32 12.35,74.37 18.91,111.08 -500.09,158.22 -883.99,207.79 -1148.77,186.14 237.22,-16.12 534.1,-73.55 889.96,-186.14 -6.54,-36.71 -12.83,-73.76 -18.91,-111.08 -1.51,-9.3 -2.9,-18.79 -4.37,-28.16 -4.79,-30.18 -9.49,-60.45 -13.95,-90.99 -2.17,-14.82 -4.18,-29.76 -6.29,-44.64 -3.59,-25.51 -7.11,-51.05 -10.48,-76.8 -2.14,-16.32 -4.16,-32.77 -6.21,-49.18 -3.07,-24.79 -6.08,-49.67 -8.97,-74.67 -1.93,-16.81 -3.83,-33.64 -5.67,-50.51 -2.8,-25.48 -5.42,-51.11 -7.98,-76.8 -1.65,-16.27 -3.28,-32.53 -4.85,-48.89 -2.65,-28.13 -5.09,-56.47 -7.5,-84.84 -1.2,-14.01 -2.47,-27.95 -3.58,-42.02 -3.4,-42.44 -6.57,-85.08 -9.4,-128 -3.82,-57.98 25.63,-113.1 75.96,-142.17 L 6147.26,4692.5 c -6.05,-79.57 -13.16,-158.27 -21.26,-235.98 -24.31,-233.18 -57.74,-457.45 -99.91,-669.91 -0.03,-0.09 -0.03,-0.15 -0.06,-0.24 -170.44,-856.95 -439.31,-1317.59 -669.58,-1445.27 44.91,-24.93 88.41,-37.4 129.37,-37.4 250.95,0 595.3,458.47 799.03,1482.67 0.03,0.09 0.03,0.15 0.03,0.24 42.19,212.46 75.63,436.73 99.93,669.91 8.1,77.71 15.18,156.41 21.24,235.98 L 4330.39,5890.91 c -50.33,29.07 -79.79,84.19 -75.96,142.17 v 0"
|
|
19
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
20
|
+
id="path16" /><path
|
|
21
|
+
d="m 4742.24,6646.03 c 0,-267.34 217.46,-484.83 484.79,-484.83 44.88,0 88.16,6.57 129.4,18.07 -204.61,56.81 -355.41,244.27 -355.41,466.76 0,222.46 150.8,409.92 355.41,466.73 -41.27,11.47 -84.55,18.07 -129.4,18.07 -267.33,0 -484.79,-217.49 -484.79,-484.8 v 0"
|
|
22
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
23
|
+
id="path18" /><path
|
|
24
|
+
d="m 5356.43,6770.3 c -31.03,-32.29 -50.24,-76.05 -50.24,-124.27 0,-48.25 19.21,-92.01 50.24,-124.3 32.7,-34.04 78.58,-55.36 129.39,-55.36 99.06,0 179.66,80.6 179.66,179.66 0,99.03 -80.6,179.63 -179.66,179.63 -50.81,0 -96.69,-21.32 -129.39,-55.36 v 0"
|
|
25
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
26
|
+
id="path20" /><path
|
|
27
|
+
d="m 7908.6,6948.1 c 112.92,-195.6 -58.13,-642.45 -665.9,-1231.79 46.98,-37.68 93.27,-75.48 138.33,-113.46 705.6,645.34 906.41,1137.3 786.38,1345.25 -73.19,126.77 -297.54,202.82 -667.8,177.79 217.7,-17.89 354.81,-83.94 408.99,-177.79 v 0"
|
|
28
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
29
|
+
id="path22" /><path
|
|
30
|
+
d="m 6026.09,7013.18 c 8.59,-43.13 35.3,-80.42 73.37,-102.4 38.07,-21.99 83.8,-26.45 125.36,-12.35 35.45,12.05 70.21,23.43 104.57,34.42 -22.46,21.48 -38.31,49.28 -44.48,80.33 -203.73,1024.53 -548.14,1483.12 -799.09,1483.12 -40.96,0 -84.46,-12.47 -129.37,-37.4 230.27,-127.7 499.2,-588.5 669.64,-1445.72 v 0"
|
|
31
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
32
|
+
id="path24" /><path
|
|
33
|
+
d="m 7282.81,5284.89 c -0.12,0.09 -0.24,0.21 -0.36,0.3 -41.14,36.08 -83.25,72.1 -126.29,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.66,0.45 -1.26,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.65,1.12 -3.28,2.23 -4.94,3.35 -19.6,13.34 -39.33,26.62 -59.15,39.9 -168.67,112.68 -343.93,221.65 -520.88,323.79 -45.51,26.26 -91.26,52.13 -137.16,77.61 -33.74,-32.56 -72.23,-60.18 -114.19,-82.01 174.43,-100.9 347.13,-208.28 513.42,-319.39 19.84,-13.28 39.57,-26.56 59.18,-39.9 1.66,-1.12 3.25,-2.23 4.91,-3.35 2.59,-1.77 5.21,-3.55 7.8,-5.3 0.63,-0.45 1.27,-0.87 1.9,-1.32 215.71,-147.35 417.48,-299.18 602.17,-453.18 43.04,-35.87 85.18,-71.89 126.32,-107.97 0.12,-0.09 0.21,-0.21 0.33,-0.3 785.21,-688.47 1010.04,-1215.76 884.63,-1432.98 -54.24,-93.91 -191.62,-159.96 -409.65,-177.76 370.62,-25.15 595.21,50.96 668.43,177.76 125.45,217.22 -99.42,744.51 -884.6,1432.98 v 0"
|
|
34
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
35
|
+
id="path26" /><path
|
|
36
|
+
d="m 4278.49,3909.47 c -16.5,0 -33.07,-2.68 -49.03,-8.07 -412.21,-139.94 -751.23,-209.36 -1015.86,-227.25 268.45,-22.02 659.64,29.39 1170.04,192.82 -8.71,8.34 -18.19,15.93 -28.83,22.08 -23.46,13.52 -49.81,20.42 -76.32,20.42 v 0"
|
|
37
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
38
|
+
id="path28" /><path
|
|
39
|
+
d="m 5005.15,4584.32 c 2.47,-1.42 4.91,-2.9 7.38,-4.34 45.41,-26.2 91.17,-52.08 137.16,-77.62 57.22,55.21 128.03,96.23 206.74,118.19 -41.27,11.44 -84.55,18.04 -129.4,18.04 -80.02,0 -155.38,-19.73 -221.88,-54.27 v 0"
|
|
40
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
41
|
+
id="path30" /><path
|
|
42
|
+
d="m 4601.16,4315.71 c 48.97,-28.28 98.37,-56.11 147.97,-83.64 -4.15,-25.54 -6.89,-51.56 -6.89,-78.28 0,-267.33 217.46,-484.79 484.79,-484.79 44.85,0 88.13,6.59 129.4,18.07 -204.61,56.8 -355.41,244.26 -355.41,466.72 0,26.72 2.74,52.74 6.93,78.28 -49.64,27.53 -99.01,55.36 -148.01,83.64 -183.79,106.11 -364.83,218.61 -538.05,334.39 -264.68,177.04 -510.03,360.58 -731.08,546.87 -41.95,-38.4 -82.01,-76.2 -120.44,-113.46 183.72,-147.31 381.97,-292.46 592.71,-433.41 173.25,-115.78 354.26,-228.28 538.08,-334.39 v 0"
|
|
43
|
+
style="fill:#dfac13;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
44
|
+
id="path32" /><path
|
|
45
|
+
d="m 7908.63,3851.91 c 125.41,217.22 -99.42,744.51 -884.63,1432.98 -0.12,0.09 -0.21,0.21 -0.33,0.3 -41.14,36.08 -83.28,72.1 -126.32,107.97 -184.69,154 -386.46,305.83 -602.17,453.18 -0.63,0.45 -1.27,0.87 -1.9,1.32 -2.59,1.75 -5.21,3.53 -7.8,5.3 -1.66,1.12 -3.25,2.23 -4.91,3.35 -19.61,13.34 -39.34,26.62 -59.18,39.9 -166.29,111.11 -338.99,218.49 -513.42,319.39 -66.59,-34.61 -142.04,-54.4 -222.15,-54.4 -44.85,0 -88.13,6.63 -129.39,18.07 -41.24,-11.5 -84.52,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.49 -484.79,484.83 0,267.31 217.46,484.8 484.79,484.8 44.85,0 88.13,-6.6 129.4,-18.07 41.26,11.47 84.54,18.07 129.39,18.07 267.33,0 484.82,-217.49 484.82,-484.8 0,-26.62 -2.74,-52.59 -6.86,-78.04 49.57,-27.47 98.97,-55.33 148.12,-83.7 182.68,-105.48 363.63,-217.97 537.87,-334.35 210.47,-140.72 408.81,-285.92 592.93,-433.63 607.77,589.34 778.82,1036.19 665.9,1231.79 -54.18,93.85 -191.29,159.9 -408.99,177.79 -264.66,-17.92 -603.71,-87.41 -1015.98,-227.46 -41.59,-14.1 -87.28,-9.64 -125.38,12.35 -10.63,6.14 -20.15,13.73 -28.86,22.07 -34.36,-10.99 -69.12,-22.37 -104.57,-34.42 -41.56,-14.1 -87.29,-9.64 -125.36,12.35 -38.07,21.98 -64.78,59.27 -73.37,102.4 -170.44,857.22 -439.37,1318.02 -669.64,1445.72 -230.2,-127.7 -499.01,-588.47 -669.48,-1445.6 0,-0.03 0,-0.06 0,-0.12 -34.1,-171.56 -62.41,-351.16 -84.94,-537.05 -14.58,-120.39 -26.81,-243.36 -36.38,-368.69 L 6641.28,4909.09 c 50.3,-29.06 79.75,-84.15 75.99,-142.1 -2.83,-42.8 -5.97,-85.36 -9.34,-127.71 -1.14,-14.3 -2.44,-28.49 -3.64,-42.77 -2.35,-28.04 -4.76,-56.02 -7.38,-83.85 -1.57,-16.65 -3.26,-33.22 -4.91,-49.81 -2.53,-25.27 -5.09,-50.45 -7.83,-75.54 -1.9,-17.29 -3.83,-34.52 -5.82,-51.72 -2.8,-24.45 -5.72,-48.79 -8.73,-73.04 -2.11,-16.98 -4.22,-33.97 -6.42,-50.84 -3.25,-24.97 -6.68,-49.73 -10.15,-74.48 -2.17,-15.63 -4.3,-31.36 -6.59,-46.93 -4.25,-29.09 -8.74,-57.95 -13.29,-86.71 -1.71,-10.81 -3.28,-21.72 -5.03,-32.47 -6.05,-37.26 -12.34,-74.27 -18.88,-110.96 355.74,-112.52 652.53,-169.93 889.72,-186.01 218.03,17.8 355.41,83.85 409.65,177.76 v 0"
|
|
46
|
+
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
47
|
+
id="path34" /><path
|
|
48
|
+
d="m 6026.03,3786.37 c 0.03,0.09 0.03,0.15 0.06,0.24 42.17,212.46 75.6,436.73 99.91,669.91 8.1,77.71 15.21,156.41 21.26,235.98 L 4071.57,5890.91 c -50.33,29.07 -79.78,84.19 -75.96,142.17 2.83,42.92 6,85.56 9.4,128 1.11,14.07 2.38,28.01 3.58,42.02 2.41,28.37 4.85,56.71 7.5,84.84 1.57,16.36 3.2,32.62 4.85,48.89 2.56,25.69 5.18,51.32 7.98,76.8 1.84,16.87 3.74,33.7 5.67,50.51 2.89,25 5.9,49.88 8.97,74.67 2.05,16.41 4.07,32.86 6.21,49.18 3.37,25.75 6.89,51.29 10.48,76.8 2.11,14.88 4.12,29.82 6.29,44.64 4.46,30.54 9.16,60.81 13.95,90.99 1.47,9.37 2.86,18.86 4.37,28.16 6.08,37.32 12.37,74.37 18.91,111.08 -355.86,112.59 -652.74,170.02 -889.96,186.14 -217.88,-17.83 -355.19,-83.82 -409.38,-177.7 -125.45,-217.34 99.52,-744.88 884.93,-1433.46 217.16,-190.48 461.97,-378.99 728.73,-561.24 8.11,-5.55 16.24,-11.09 24.37,-16.6 3.88,-2.62 7.8,-5.27 11.66,-7.89 12.43,-8.4 24.88,-16.78 37.37,-25.15 165.33,-110.48 338.15,-217.88 513.66,-319.44 66.5,34.54 141.86,54.27 221.88,54.27 44.85,0 88.13,-6.6 129.4,-18.04 41.23,11.5 84.51,18.04 129.39,18.04 267.33,0 484.82,-217.46 484.82,-484.8 0,-267.33 -217.49,-484.79 -484.82,-484.79 -44.85,0 -88.13,6.59 -129.39,18.07 -41.27,-11.48 -84.55,-18.07 -129.4,-18.07 -267.33,0 -484.79,217.46 -484.79,484.79 0,26.72 2.74,52.74 6.89,78.28 -49.6,27.53 -99,55.36 -147.97,83.64 -183.82,106.11 -364.83,218.61 -538.08,334.39 -210.74,140.95 -408.99,286.1 -592.71,433.41 -607.81,-589.31 -778.86,-1036.1 -665.94,-1231.6 54.19,-93.85 191.35,-159.9 409.17,-177.76 264.63,17.89 603.65,87.31 1015.86,227.25 15.96,5.39 32.53,8.07 49.03,8.07 26.51,0 52.86,-6.9 76.32,-20.42 10.64,-6.15 20.12,-13.74 28.83,-22.08 34.39,11.02 69.15,22.38 104.6,34.43 15.99,5.39 32.56,8.07 49.04,8.07 26.53,0 52.85,-6.9 76.32,-20.42 38.04,-21.99 64.78,-59.31 73.34,-102.41 170.44,-857.1 439.28,-1317.86 669.51,-1445.54 230.27,127.68 499.14,588.32 669.58,1445.27 v 0"
|
|
49
|
+
style="fill:#fbce28;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
50
|
+
id="path36" /></g></g></svg>
|