@lvce-editor/server 0.39.0 → 0.40.0
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/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +100 -76
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.453 11.9a9.93 9.93 0 0 0-6.694 2.7 7.95 7.95 0 0 0-2.469 6.734c-1.016-.126-1.941-.264-2.872-.343a1.8 1.8 0 0 0-.975.165c-.9.51-1.77 1.086-2.8 1.727.188-.852.31-1.6.526-2.316a.88.88 0 0 0-.4-1.165c-3.12-2.2-4.435-5.5-3.451-8.894A8.8 8.8 0 0 1 8.506 4.48 10.37 10.37 0 0 1 19.837 7.8a7.76 7.76 0 0 1 1.617 4.1ZM9.491 10.845a1.2 1.2 0 0 0-1.153-1.2 1.164 1.164 0 0 0-1.211 1.125 1.15 1.15 0 0 0 1.139 1.194 1.183 1.183 0 0 0 1.225-1.12Zm6.241-1.2a1.2 1.2 0 0 0-1.172 1.181 1.17 1.17 0 0 0 1.2 1.143 1.162 1.162 0 1 0-.031-2.325Z" style="fill:#f26621"/><path d="M27.293 28.107a8.8 8.8 0 0 0-2.382-1 13.3 13.3 0 0 0-2.48.464 8.29 8.29 0 0 1-6.723-2.193c-3.585-3.316-3.073-8.4 1.075-11.118A9.04 9.04 0 0 1 28.475 16a6.64 6.64 0 0 1-.767 9.262c-.8.711-1.09 1.3-.575 2.233a2.7 2.7 0 0 1 .161.611Zm-9.369-9.071a.968.968 0 1 0 .007-1.937.968.968 0 1 0-.007 1.937m6.04-1.936a.97.97 0 0 0-.961.926.955.955 0 1 0 .961-.926" style="fill:#f26621"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.453 12.9a9.93 9.93 0 0 0-6.694 2.7 7.95 7.95 0 0 0-2.469 6.734c-1.016-.126-1.941-.264-2.872-.343a1.8 1.8 0 0 0-.975.165c-.9.51-1.77 1.086-2.8 1.727.188-.852.31-1.6.526-2.316a.88.88 0 0 0-.4-1.165c-3.12-2.2-4.435-5.5-3.451-8.894A8.8 8.8 0 0 1 8.506 5.48 10.37 10.37 0 0 1 19.837 8.8a7.76 7.76 0 0 1 1.617 4.1ZM9.491 11.845a1.2 1.2 0 0 0-1.153-1.2 1.164 1.164 0 0 0-1.211 1.125 1.15 1.15 0 0 0 1.139 1.194 1.183 1.183 0 0 0 1.225-1.12Zm6.241-1.2a1.2 1.2 0 0 0-1.172 1.181 1.17 1.17 0 0 0 1.2 1.143 1.162 1.162 0 1 0-.031-2.325Z" style="fill:#29a8de"/><path d="M27.293 29.107a8.8 8.8 0 0 0-2.382-1 13.3 13.3 0 0 0-2.48.464 8.29 8.29 0 0 1-6.723-2.193c-3.585-3.316-3.073-8.4 1.075-11.118A9.04 9.04 0 0 1 28.475 17a6.64 6.64 0 0 1-.767 9.262c-.8.711-1.09 1.3-.575 2.233a2.7 2.7 0 0 1 .161.611Zm-9.369-9.071a.968.968 0 1 0 .007-1.937.968.968 0 1 0-.007 1.937m6.04-1.936a.97.97 0 0 0-.961.926.955.955 0 1 0 .961-.926" style="fill:#29a8de"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.05 30h-4.71v-1.77a2.46 2.46 0 1 0-4.92 0V30H2v-9.42h1.77a2.46 2.46 0 1 0 0-4.92H2V11a4.71 4.71 0 0 1 4.71-4.76H9.2a4.71 4.71 0 0 1 9.37 0h2.48A4.71 4.71 0 0 1 25.76 11v2.48a4.71 4.71 0 0 1 0 9.37v2.49A4.71 4.71 0 0 1 21.05 30m-2.48-2.24h2.48a2.48 2.48 0 0 0 2.47-2.47v-4.71h1.77a2.46 2.46 0 1 0 0-4.92h-1.77V11a2.48 2.48 0 0 0-2.47-2.47h-4.71V6.71a2.46 2.46 0 1 0-4.92 0v1.77H6.71A2.48 2.48 0 0 0 4.24 11v2.48a4.71 4.71 0 0 1 0 9.37v5h5a4.71 4.71 0 0 1 9.37 0Z" style="fill:#67d55e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.623 13.746c.056-.177.1-.331.145-.484a51 51 0 0 1 1.645-5.168 1.83 1.83 0 0 1 1.6-1.274c.524-.056 1.08-.1 1.435.4a1.31 1.31 0 0 0 .879.564 2.4 2.4 0 0 1 .524.137c.234.089.323-.008.387-.226.2-.71.411-1.411.621-2.112.234-.8.234-.79-.54-1.064a1.22 1.22 0 0 0-.951-.016 1.27 1.27 0 0 1-1.492-.306 4.34 4.34 0 0 0-1.637-1.056 11.5 11.5 0 0 0-5.639-.618 6 6 0 0 0-2.612.951 3 3 0 0 0-.306.274 14.3 14.3 0 0 1 3.112.032 2.5 2.5 0 0 1 1.774.911 3.77 3.77 0 0 1 .661 2.1 8.2 8.2 0 0 1-.4 3.032c-.306 1.048-.6 2.112-.895 3.161-.04.137-.073.258.113.306.52.149 1.028.295 1.576.456M17.665 29.6a1.19 1.19 0 0 0 1.177-.645 3.3 3.3 0 0 0 .347-.863q1.161-4.8 2.306-9.611c.314-1.33.613-2.661.935-3.991.065-.258 0-.363-.25-.419a16 16 0 0 1-1.016-.282c-.621-.185-.5-.161-.685.355Q18.193 20.66 15.9 27.17a2 2 0 0 0-.129.556 1.755 1.755 0 0 0 1.894 1.874" style="fill:#235ee1"/><path d="M2.023 10.255c.032.266.065.492.1.71.234 1.548.476 3.1.7 4.644s.46 3.12.685 4.676c.234 1.572.468 3.136.71 4.709.145.992.3 1.983.443 2.983.032.21.1.306.355.266q2.2-.363 4.4-.7c2.1-.331 4.185-.645 6.281-.976.081-.016.145-.113.218-.177-.089-.048-.194-.137-.274-.129-1.145.161-2.282.339-3.427.516-2.314.363-4.628.718-6.934 1.088-.242.04-.323-.016-.355-.25a180 180 0 0 0-.435-3.007c-.331-2.225-.677-4.451-1.008-6.668-.363-2.419-.718-4.846-1.088-7.273-.04-.266.048-.387.314-.419.468-.065.935-.145 1.395-.218 1.9-.306 3.806-.621 5.708-.927l4.989-.824c1.548-.25 3.088-.5 4.636-.758.726-.121 1.443-.234 2.169-.371.089-.016.153-.145.226-.218-.1-.04-.194-.081-.29-.113-.024-.008-.056.008-.089.016-.9.153-1.806.306-2.7.452-1.9.314-3.806.621-5.708.935-1.774.29-3.548.589-5.321.879q-2.733.451-5.467.895c-.201.033-.306.089-.233.259M25 7.578a1 1 0 0 1-.145-.008 2.7 2.7 0 0 0-.073.613c.089.653.218 1.306.323 1.959l.871 5.257c.29 1.75.581 3.507.879 5.257.185 1.121.379 2.241.564 3.354.032.169 0 .29-.21.323l-4.644.726q-1.1.169-2.2.363c-.065.008-.121.113-.177.177.081.04.153.113.226.113.234-.016.46-.056.685-.089l5.144-.822c.516-.081 1.024-.169 1.58-.258Q26.421 16.04 25 7.578" style="fill:#235ee1"/><path d="M18.882 17.737a.3.3 0 0 0 .024-.476c-.508-.6-1-1.209-1.508-1.814-1.411-1.7-2.83-3.411-4.241-5.12a1.16 1.16 0 0 1-.242-.5.76.76 0 0 1 .516-.8.814.814 0 0 1 .984.323c1.387 1.661 2.782 3.322 4.168 4.983.331.4.669.79 1.016 1.2a.3.3 0 0 0 .024-.476c-.556-.661-1.113-1.33-1.669-1.991-1.121-1.338-2.233-2.677-3.362-4a1.115 1.115 0 0 0-1.637-.121 1.05 1.05 0 0 0-.056 1.58q2.612 3.157 5.225 6.305c.25.31.5.6.758.907M13.319 14.342a1 1 0 0 0-.194-.129c-.556-.21-1.113-.4-1.669-.613-.177-.065-.258 0-.323.153Q9.61 17.5 8.086 21.244c-.081.185-.024.274.145.339.524.21 1.048.411 1.564.645.282.129.4.065.5-.218.968-2.475 1.951-4.942 2.927-7.41.024-.056.048-.137.097-.258M18.632 17.8c-.4-.508-.774-.927-1.08-1.379-.274-.419-.581-.637-1.088-.427a1.6 1.6 0 0 1-.387.065l-3.233.556a.42.42 0 0 0-.387.274c-.21.6-.435 1.185-.653 1.782a1.5 1.5 0 0 0-.04.258c2.297-.37 4.536-.741 6.868-1.129M9.57 17.084c-1.322.218-2.58.419-3.878.629.089.6.185 1.177.25 1.758.032.25.137.282.363.25q.993-.152 2-.274a.46.46 0 0 0 .411-.29c.242-.581.5-1.161.75-1.742.039-.097.055-.178.104-.331M23.744 22.115c-.79-.484-1.572-.959-2.427-1.475.032.153.016.331.1.419a2 2 0 0 0 .54.419c.274.153.564.258.847.4a1.07 1.07 0 0 1 .71.992.8.8 0 0 0 .073.25l.081-.04a.4.4 0 0 0 .052-.08 2.73 2.73 0 0 0 .306-2.314 3.07 3.07 0 0 0-1.532-2.137c-.242-.121-.4-.016-.572.1a.5.5 0 0 0-.242.556 2 2 0 0 0 .32-.21c.2-.21.387-.161.613-.016a3.21 3.21 0 0 1 1.131 3.136M7.53 25.493a.5.5 0 0 0 .1.04l2.419-3.024c-.121-.065-.194-.113-.274-.145-.516-.21-1.032-.4-1.54-.621-.242-.1-.314-.032-.331.218-.065.677-.145 1.355-.218 2.04-.059.499-.108.999-.156 1.492M12.73 11.593a1.04 1.04 0 0 0-.951.653c-.121.3-.234.6-.371.887-.081.169-.056.274.137.339q.812.279 1.613.6c.194.073.274.008.347-.161.121-.306.258-.613.387-.919a.74.74 0 0 0-.274-1 6 6 0 0 0-.888-.399M22.188 17.156a76 76 0 0 0 2.008-.282c.056-.008.129-.153.121-.218a27 27 0 0 0-.29-1.6.32.32 0 0 0-.234-.194 11 11 0 0 0-1.016.129c-.169.024-.29.1-.194.347.306-.04.621-.089.935-.113.073-.008.21.056.218.1.089.4.153.822.234 1.25-.524.073-1.016.137-1.5.2-.177.035-.339.075-.282.381M22.623 13.746c-.54-.161-1.056-.306-1.564-.452-.185-.056-.153-.169-.113-.306.3-1.056.589-2.112.895-3.161a8.3 8.3 0 0 0 .4-3.032 3.73 3.73 0 0 0-.661-2.1 2.5 2.5 0 0 0-1.78-.907 14.3 14.3 0 0 0-3.112-.032c.1-.089.194-.194.306-.274a6 6 0 0 1 2.612-.951 11.56 11.56 0 0 1 5.636.613A4.25 4.25 0 0 1 26.88 4.2a1.27 1.27 0 0 0 1.492.306 1.22 1.22 0 0 1 .951.016c.774.274.774.266.54 1.064-.21.7-.419 1.4-.621 2.112-.065.218-.153.306-.387.226a2.4 2.4 0 0 0-.524-.137 1.24 1.24 0 0 1-.879-.564 1.4 1.4 0 0 0-1.435-.4 1.83 1.83 0 0 0-1.6 1.274 51 51 0 0 0-1.645 5.168c-.044.15-.092.295-.149.481M17.665 29.6a1.755 1.755 0 0 1-1.895-1.871 2 2 0 0 1 .129-.556q2.286-6.519 4.588-13.021c.177-.516.065-.532.685-.355.339.1.677.2 1.016.282.25.056.314.161.25.419-.323 1.33-.621 2.661-.935 3.991q-1.149 4.8-2.306 9.611a3.3 3.3 0 0 1-.347.863 1.22 1.22 0 0 1-1.185.637" style="fill:#235ee1"/><path d="M2.023 10.255c-.073-.169.032-.226.242-.258 1.822-.29 3.644-.6 5.467-.895 1.774-.29 3.548-.589 5.321-.879 1.9-.314 3.806-.621 5.708-.935.9-.145 1.806-.3 2.7-.452.032-.008.065-.024.089-.016.1.032.194.073.29.113-.073.073-.137.2-.226.218-.718.137-1.443.25-2.169.371-1.548.25-3.088.5-4.636.758L9.82 9.1q-2.854.472-5.708.927c-.468.073-.927.161-1.395.218-.266.032-.355.153-.314.419.371 2.419.726 4.846 1.088 7.273.331 2.225.677 4.451 1.008 6.668.153 1 .3 2.008.435 3.007.032.234.1.29.355.25 2.306-.371 4.62-.726 6.934-1.088 1.145-.177 2.282-.355 3.427-.516.081-.008.185.081.274.129-.073.065-.137.161-.218.177q-3.132.5-6.281.976-2.2.339-4.4.7c-.25.04-.323-.056-.355-.266a450 450 0 0 0-.443-2.983c-.234-1.572-.476-3.136-.71-4.709-.234-1.556-.46-3.12-.685-4.676l-.7-4.644a8 8 0 0 1-.109-.707M25 7.578l2.838 16.98c-.556.089-1.064.177-1.58.258l-5.144.822c-.226.032-.46.073-.685.089-.073.008-.153-.073-.226-.113.056-.065.113-.161.177-.177q1.1-.194 2.2-.363c1.548-.242 3.1-.492 4.644-.726.21-.032.234-.153.21-.323-.185-1.121-.379-2.233-.564-3.354-.29-1.75-.581-3.507-.879-5.257s-.581-3.507-.871-5.257c-.11-.657-.231-1.305-.32-1.957a2.8 2.8 0 0 1 .073-.613.7.7 0 0 1 .127-.009" style="fill:#235ee1"/><path d="M18.882 17.737c-.258-.306-.508-.6-.758-.9q-2.612-3.157-5.225-6.305a1.05 1.05 0 0 1 .056-1.58 1.1 1.1 0 0 1 1.637.121c1.129 1.322 2.241 2.669 3.362 4 .556.661 1.1 1.33 1.669 1.991a.3.3 0 0 1-.024.476c-.347-.411-.685-.806-1.016-1.2-1.383-1.667-2.783-3.327-4.168-4.988a.8.8 0 0 0-.984-.323.75.75 0 0 0-.516.8 1 1 0 0 0 .242.5 2391 2391 0 0 0 4.241 5.12c.5.6 1 1.209 1.508 1.814a.3.3 0 0 1-.024.474M13.319 14.342a3 3 0 0 1-.1.274c-.976 2.467-1.959 4.934-2.927 7.41-.113.282-.218.347-.5.218-.508-.234-1.04-.435-1.564-.645-.177-.073-.226-.153-.145-.339q1.536-3.737 3.048-7.49c.065-.161.145-.226.323-.153.556.21 1.113.4 1.669.613a.7.7 0 0 1 .196.112m-1.9-.4c-.137.347-.266.653-.387.959q-1.246 3.06-2.5 6.12c-.1.242-.048.339.177.419a10 10 0 0 1 .951.387c.242.121.339.073.435-.177a605 605 0 0 1 1.911-4.83c.306-.766.6-1.532.919-2.33-.509-.18-.985-.357-1.509-.551ZM18.632 17.8c-2.33.387-4.572.75-6.861 1.129a1.6 1.6 0 0 1 .04-.258c.218-.6.452-1.185.653-1.782a.41.41 0 0 1 .387-.274l3.233-.556a2 2 0 0 0 .387-.059c.508-.2.806.016 1.088.427.299.455.67.866 1.073 1.373m-6.418.734c1.967-.323 3.878-.645 5.829-.968-.347-.435-.645-.822-.959-1.2a.37.37 0 0 0-.282-.089c-.282.032-.556.081-.83.129-.959.161-1.919.323-2.87.5-.121.024-.3.1-.339.194-.202.451-.363.919-.549 1.435ZM9.57 17.084c-.048.153-.073.234-.1.314-.25.581-.508 1.161-.75 1.742a.44.44 0 0 1-.411.29 58 58 0 0 0-2 .274c-.226.032-.331 0-.363-.25-.073-.572-.161-1.145-.25-1.758 1.294-.196 2.551-.396 3.874-.612m-.5.411c-.968.153-1.862.29-2.741.443-.089.016-.234.161-.234.234a8 8 0 0 0 .161 1.04.28.28 0 0 0 .218.145c.548-.065 1.1-.137 1.637-.226a.45.45 0 0 0 .3-.153c.231-.467.425-.951.659-1.483M23.744 22.115a3.18 3.18 0 0 0-1.129-3.12.413.413 0 0 0-.613.016 2.5 2.5 0 0 1-.323.218.5.5 0 0 1 .242-.556.49.49 0 0 1 .572-.1 3.07 3.07 0 0 1 1.533 2.127 2.73 2.73 0 0 1-.306 2.314.4.4 0 0 1-.056.073c-.016.016-.032.016-.081.04a1 1 0 0 1-.073-.25 1.07 1.07 0 0 0-.71-.992c-.282-.137-.581-.242-.847-.4a2 2 0 0 1-.54-.419c-.081-.089-.065-.266-.1-.419.859.508 1.641.984 2.431 1.468M7.53 25.493c.048-.5.089-.992.145-1.492.073-.677.161-1.355.218-2.04.024-.25.089-.323.331-.218.508.218 1.024.411 1.54.621.081.032.153.081.274.145a1333 1333 0 0 0-2.419 3.024 1 1 0 0 1-.089-.04m.411-.935c.024.008.048.008.065.016.508-.645 1.008-1.282 1.532-1.951-.476-.185-.887-.347-1.33-.524-.09.854-.178 1.661-.267 2.459M12.73 11.593a5.5 5.5 0 0 1 .887.4.74.74 0 0 1 .274 1c-.129.306-.266.6-.387.919-.065.169-.153.234-.347.161-.532-.21-1.072-.4-1.613-.6-.194-.065-.21-.169-.137-.339.129-.29.242-.6.371-.887a1.03 1.03 0 0 1 .952-.654m-.984 1.6c.468.177.911.347 1.346.492.048.016.161-.056.194-.121.113-.234.2-.476.314-.718a.4.4 0 0 0-.137-.556 2.7 2.7 0 0 0-.734-.3.52.52 0 0 0-.629.339c-.12.28-.224.546-.353.871ZM22.188 17.156c-.065-.306.1-.347.282-.371l1.5-.2c-.081-.427-.145-.839-.234-1.25-.008-.048-.145-.113-.218-.1-.314.024-.629.073-.935.113-.089-.25.032-.323.194-.347.339-.048.677-.1 1.016-.129a.3.3 0 0 1 .234.194q.169.8.29 1.6c.008.065-.073.21-.121.218-.662.095-1.323.176-2.008.272" style="fill:#235ee1"/><path d="M11.416 13.939c.524.194 1 .363 1.508.548-.314.8-.621 1.564-.919 2.33-.637 1.613-1.282 3.217-1.911 4.83-.1.25-.2.3-.435.177a8 8 0 0 0-.951-.387c-.226-.081-.274-.177-.177-.419q1.258-3.06 2.5-6.12c.119-.306.24-.612.385-.959M12.214 18.535c.194-.516.347-.976.54-1.427.04-.1.218-.169.339-.194.959-.177 1.919-.339 2.87-.5.274-.048.556-.1.83-.129a.38.38 0 0 1 .282.089c.314.379.621.766.959 1.2-1.942.316-3.852.626-5.82.961M9.07 17.495c-.234.532-.427 1.016-.661 1.475a.45.45 0 0 1-.3.153c-.54.089-1.088.161-1.637.226-.073.008-.21-.081-.218-.145a7 7 0 0 1-.161-1.04c-.008-.073.137-.218.234-.234.88-.145 1.773-.282 2.743-.435M7.941 24.558c.089-.806.177-1.6.274-2.459.435.169.855.339 1.33.524-.524.669-1.032 1.306-1.532 1.951a.2.2 0 0 1-.072-.016M11.747 13.2c.129-.323.234-.589.355-.855A.524.524 0 0 1 12.73 12a2.4 2.4 0 0 1 .734.3.406.406 0 0 1 .137.556c-.1.234-.2.484-.314.718-.032.056-.145.137-.194.121-.443-.151-.879-.32-1.346-.495" style="fill:#235ee1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#fd3316"><path d="M16.531 14.811h-2.094a.087.087 0 0 0-.087.081l-.05.657-.003.017-2.895 10.105a.087.087 0 0 0 .084.111h1.518a.09.09 0 0 0 .084-.064l.815-2.99a.09.09 0 0 1 .084-.064h3.08c.039 0 .074.026.084.064l.834 2.991a.09.09 0 0 0 .084.064h1.678c.058 0 .1-.056.084-.112l-3.218-10.796a.084.084 0 0 0-.082-.064m-2.165 6.199 1.134-4.63 1.2 4.63zm6.305 4.772a.087.087 0 0 1-.087-.087l.009-6.521-.041-.884a.09.09 0 0 1 .054-.085c.299-.123 1.729-.682 3.125-.682 1.569 0 2.948.718 2.948 2.873v5.299a.087.087 0 0 1-.087.087h-1.627a.087.087 0 0 1-.087-.087v-5.324s.063-1.254-1.399-1.254c-.37 0-.85.11-1.027.162a.09.09 0 0 0-.063.084v6.332a.087.087 0 0 1-.087.087z"/><path d="M24.099 2H8.837v2.493H2.253v7.844h6.584V30h20.91V7.888zM9.126 11.173l-.695-1.775c-.02-.05-.091-.05-.11 0l-.688 1.774a.06.06 0 0 1-.055.038h-1.18a.06.06 0 0 1-.053-.085l1.298-2.659a.06.06 0 0 0 .001-.049L6.436 5.572a.06.06 0 0 1 .054-.082h1.211c.025 0 .047.016.055.039l.632 1.733a.059.059 0 0 0 .111 0l.632-1.733a.06.06 0 0 1 .057-.039h1.207c.043 0 .072.045.053.084L9.174 8.272a.06.06 0 0 0-.001.049l1.247 2.807a.06.06 0 0 1-.054.083H9.181a.06.06 0 0 1-.055-.038M28.747 29H9.837V12.337H21.56V4.493H9.837V3h13.679v5.415h5.231zM12.25 7.918h1.533c.033 0 .059.026.059.059v.979a.06.06 0 0 1-.059.059H12.25a.06.06 0 0 0-.059.059v2.077a.06.06 0 0 1-.059.059h-1.086a.06.06 0 0 1-.059-.059V5.549c0-.033.026-.059.059-.059h2.782a.06.06 0 0 1 .059.052L14 6.551a.06.06 0 0 1-.059.066H12.25a.06.06 0 0 0-.059.059v1.183a.06.06 0 0 0 .059.059m3.68 2.205h1.737c.036 0 .064.032.058.068l-.147.97a.06.06 0 0 1-.058.05h-2.814a.06.06 0 0 1-.059-.059V5.549c0-.033.026-.059.059-.059h1.106c.033 0 .059.026.059.059v4.515a.06.06 0 0 0 .059.059"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.197 14.474-2.828-2.818 6.35-6.327 2.795 2.785z" style="fill:#fdcd31"/><path d="m20.2 14.773-3.13-3.117 6.649-6.625 3.093 3.082Zm-2.53-3.116 2.53 2.518 6.02-6.061-2.5-2.487Z" style="fill:#e9ad0f"/><path d="M6.264 18.687h9.762v3.995H6.264z" style="fill:#fdcd31" transform="rotate(-45 11.145 20.685)"/><path d="m9.106 25.846-3.122-3.122 7.2-7.2 3.124 3.124Zm-2.525-3.122 2.525 2.526 6.6-6.6-2.527-2.527Z" style="fill:#e9ad0f"/><path d="m5.592 23.415 2.81 2.8-6.17 3.385a.014.014 0 0 1-.019-.019Z" style="fill:#fdcd31"/><path d="M2.225 29.815a.225.225 0 0 1-.2-.333l3.514-6.414 3.209 3.2-6.414 3.519a.2.2 0 0 1-.109.028m3.417-6.052-2.919 5.329 5.33-2.925Z" style="fill:#e9ad0f"/><path d="m29.094 5.588-1.939 1.938-2.834-2.834 1.854-1.857a1.3 1.3 0 0 1 1.707.016l1.2 1.23a1.19 1.19 0 0 1 .012 1.507" style="fill:#fdcd31"/><path d="m27.155 7.825-3.133-3.133 2-2.006a1.515 1.515 0 0 1 2.006.016l1.2 1.232a1.41 1.41 0 0 1 .023 1.792l-.011.011Zm-2.536-3.133 2.536 2.536 1.784-1.784a.974.974 0 0 0-.019-1.225L27.731 3a1.1 1.1 0 0 0-1.407-.014Z" style="fill:#e9ad0f"/><path d="M20.124 18.597h4.006v3.913h-4.006z" style="fill:#fdcd31" transform="rotate(-45 22.127 20.553)"/><path d="m22.094 23.651-3.065-3.065 3.131-3.131 3.065 3.065Zm-2.468-3.065 2.468 2.469 2.534-2.534-2.468-2.469Z" style="fill:#e9ad0f"/><path d="m21.253 17.4-2.3 2.3a.38.38 0 0 1-.538 0L4.426 5.7a1.407 1.407 0 0 1 0-1.99l.943-.943a1.266 1.266 0 0 1 1.791 0l14.093 14.094a.38.38 0 0 1 0 .539" style="fill:#fdcd31"/><path d="M18.689 20.016a.6.6 0 0 1-.418-.173L4.277 5.848a1.62 1.62 0 0 1 0-2.288l.943-.943a1.48 1.48 0 0 1 2.089 0L21.4 16.711a.59.59 0 0 1 0 .836l-2.295 2.295a.6.6 0 0 1-.416.174M6.264 2.607a1.05 1.05 0 0 0-.746.309l-.943.943a1.2 1.2 0 0 0 0 1.691L18.57 19.544a.17.17 0 0 0 .239 0l2.291-2.295a.17.17 0 0 0 0-.239L7.01 2.916a1.05 1.05 0 0 0-.746-.309" style="fill:#e9ad0f"/><path d="m23.364 23.439 1.617-1.628a1.04 1.04 0 0 1 1.345-.113 14.4 14.4 0 0 1 1.932 1.572c2.144 2.368 1.454 5.722 1.313 6.312a.014.014 0 0 1-.025 0A5.1 5.1 0 0 0 28.121 28c-1.024-.731-1.821-.675-2.761-1.115A4.73 4.73 0 0 1 23.2 24.7a.99.99 0 0 1 .164-1.261" style="fill:#fdcd31"/><path d="M29.557 29.8a.22.22 0 0 1-.193-.112A4.85 4.85 0 0 0 28 28.17a4.7 4.7 0 0 0-1.648-.721 6.7 6.7 0 0 1-1.08-.374 5 5 0 0 1-2.257-2.275 1.2 1.2 0 0 1 .2-1.512l1.618-1.628a1.25 1.25 0 0 1 1.617-.136 14.4 14.4 0 0 1 1.966 1.6c2.2 2.43 1.52 5.843 1.361 6.5a.225.225 0 0 1-.187.171Zm-3.837-8.09a.83.83 0 0 0-.589.246l-1.618 1.628a.78.78 0 0 0-.126 1.016 4.58 4.58 0 0 0 2.061 2.088 6.3 6.3 0 0 0 1.015.35 4.9 4.9 0 0 1 3 2.02 6.83 6.83 0 0 0-1.358-5.65 14 14 0 0 0-1.9-1.542.83.83 0 0 0-.485-.152Z" style="fill:#e9ad0f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.548 12.535c.758-.013 1.517 0 2.274-.01.285.644.693 1.23.935 1.893.588-.606 1.126-1.258 1.689-1.887.888 0 1.778-.011 2.666.007-1.167 1.141-2.223 2.393-3.353 3.572.619 1.077 1.171 2.189 1.807 3.255l19.262-.013v.118H7.351c-.326-.655-.637-1.318-.969-1.971-.593.637-1.141 1.314-1.725 1.96H2c1.139-1.226 2.286-2.445 3.411-3.685-.655-1.059-1.219-2.174-1.863-3.239" style="fill:red"/><path d="M11.47 12.538c.665.007 1.33 0 2 0-.338 1.6-.657 3.213-1.044 4.806 1.071.01 2.14 0 3.211 0-.157.507-.211 1.039-.363 1.548-1.719-.017-3.439 0-5.158-.007q.684-3.17 1.354-6.347M16.826 12.962l.092-.421h2.037c-.441 2.119-.935 4.229-1.376 6.348h-2c.388-1.981.841-3.949 1.247-5.927M19.721 12.543c1.675 0 3.247-.007 4.921 0l-.242 1.363h-2.982a6.3 6.3 0 0 0-.2 1.143c.932 0 1.866-.006 2.8 0a11 11 0 0 1-.265 1.27c-.949-.017-1.9.009-2.849-.012a25 25 0 0 0-.521 2.574c-.671.025-1.344 0-2.016.017.433-2.123.924-4.233 1.354-6.355M23.72 18.893c.458-2.117.892-4.239 1.366-6.352 1.638 0 3.276.006 4.914 0a20 20 0 0 1-.3 1.367c-.973-.012-1.944 0-2.917-.007a28 28 0 0 0-.239 1.147c.94-.007 1.879.006 2.819-.009a12 12 0 0 1-.273 1.281c-.952-.016-1.9 0-2.854-.007-.172.85-.4 1.692-.5 2.554-.667.052-1.343.007-2.016.026" style="fill:#00f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" style="fill:#e0f2f1"/><path d="M23.518 5.888A12.6 12.6 0 0 0 5.654 8.811l6.562 4.047Z" style="fill:#e0f2f1"/><path d="m3.591 18.177 8.625-5.319-6.562-4.047A12.54 12.54 0 0 0 3.4 16a12.7 12.7 0 0 0 .191 2.177" style="fill:#8bc34a"/><path d="M27.072 22.019a12.61 12.61 0 0 0-3.554-16.131l-11.3 6.97Z" style="fill:#3dafa4"/><path d="M3.591 18.177a12.6 12.6 0 0 0 23.481 3.842l-14.856-9.161Z" style="fill:#22a079"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.42 21.157 2.211 2.211L30 16l-7.369-7.369-2.211 2.212L25.58 16ZM11.58 10.843 9.369 8.631 2 16l7.369 7.369 2.211-2.211L6.42 16ZM17.411 7.677l1.6.437-4.42 16.209-1.6-.437z" style="fill:#f1662a"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#e271a5" d="m2.53 8.76 5.59 7.01 5.58-7.01h.51L8.36 16.1l5.7 7.14h-.52l-5.42-6.81-5.43 6.8h-.53l5.7-7.13L2 8.76z"/><path fill="#64d8c7" d="M16.52 16c0-3.85 2.94-7.34 6.75-7.34 4 0 6.73 3.73 6.73 7.34 0 3.87-2.94 7.28-6.73 7.34-4-.12-6.75-3.63-6.75-7.34m6.75 6.93c3.77 0 6.32-3.52 6.32-6.93 0-3.61-2.73-6.93-6.32-6.93-3.77 0-6.34 3.5-6.34 6.93.1 3.61 2.67 6.93 6.34 6.93"/><path fill="#d5efea" d="M24.44 14.45c.27 0 .56.2.72.47.18.32.18.7 0 1.08-.34.68-1.58 1.37-1.9 1.54-.32-.17-1.57-.86-1.9-1.54a1.12 1.12 0 0 1 0-1.08c.15-.28.45-.47.71-.47.6 0 1.04.59 1.04.6l.14.19.14-.2c.01 0 .45-.59 1.05-.59m0-.19c-.7 0-1.18.67-1.18.67s-.49-.67-1.18-.67c-.63 0-1.37.82-.88 1.83.42.85 2.06 1.66 2.06 1.66s1.63-.81 2.05-1.66c.5-1-.24-1.83-.87-1.83"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="319.21" x2="657.65" y1="235.15" y2="269.49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e54c18"/><stop offset="1" stop-color="#fec350"/></linearGradient></defs><path fill="#d2d2d2" d="m4.854 27.775 8.578-11.216L4.601 4.228l5.676.004 7.037 9.697L6.792 27.775zm16.79.007-6.989-9.713L25.264 4.217h1.89l-8.612 11.268 8.778 12.297z"/><path fill="url(#a)" d="M486.41 143.83c-8.851 0-18.307.685-26.82 1.502 15.166 19.78 27.75 36.53 42.233 55.553-8.129-17.493-24.836-34.268-19.06-42.895 5.717-8.54 16.251-7.103 17.053-7.103 16.888 0 33.145 1.908 48.344 5.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469 15.964-3.281 4.688c46.826 18.337 78.5 53.36 78.5 93.5 0 59.105-68.665 107.06-153.28 107.06-84.616 0-153.31-47.956-153.31-107.06 0-32.189 20.372-61.08 52.594-80.72l-9.906-15.094c-50.546 21.432-84.094 59.05-84.094 101.87 0 66.634 81.222 120.69 181.31 120.69 100.09 0 181.34-54.054 181.34-120.69 0-44.433-36.123-83.292-89.875-104.25z" transform="translate(-21.557 -2.391)scale(.07721)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.42 21.157 2.211 2.211L30 16l-7.369-7.369-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631 2 16l7.369 7.369 2.211-2.211L6.42 16Zm5.831-3.166 1.6.437-4.42 16.209-1.6-.437Z" style="fill:#f1662a"/><path d="M20.332 18.462a3.35 3.35 0 0 1 .975-1.423 4 4 0 0 1 1.617-.8A9 9 0 0 1 25.138 16a5.47 5.47 0 0 1 3.681 1.039A3.5 3.5 0 0 1 30 19.808a4.5 4.5 0 0 1-.24 1.491 3.1 3.1 0 0 1-.838 1.239l-1.675 1.6a1.5 1.5 0 0 0-.424.789 5.3 5.3 0 0 0-.1 1.1H23v-.54a6.3 6.3 0 0 1 .207-1.778 2.9 2.9 0 0 1 .78-1.24l1.352-1.289a1.84 1.84 0 0 0 .563-.894 3.7 3.7 0 0 0 .1-.8 1.5 1.5 0 0 0-.252-.9.9.9 0 0 0-.779-.346 1.3 1.3 0 0 0-.483.086.72.72 0 0 0-.344.337 2.4 2.4 0 0 0-.217.721 7.6 7.6 0 0 0-.081 1.24H20a6.2 6.2 0 0 1 .332-2.162m6.457 8.5V30h-3.853v-3.038Z" style="fill:#fcba00"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.42 21.157 2.211 2.211L30 16l-7.369-7.369-2.211 2.212L25.58 16ZM11.58 10.843 9.369 8.631 2 16l7.369 7.369 2.211-2.211L6.42 16ZM17.411 7.677l1.6.437-4.42 16.209-1.6-.437z" style="fill:#33a9dc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.5 14.574c-.737-.281-1.5-.487-2.255-.7-.212-.06-.566-.028-.6-.2-.041-.2.277-.34.443-.5a9 9 0 0 0 2.235-3.059 3.77 3.77 0 0 0-.516-3.977 7.7 7.7 0 0 0-2.4-1.946 24.2 24.2 0 0 0-5.737-2.163c-.069-.019-.15-.061-.235.057.1.069.193.14.292.207.605.412 1.222.806 1.813 1.237a12.1 12.1 0 0 1 2.993 2.851 2.9 2.9 0 0 1 .512 1.2 1.91 1.91 0 0 1-.8 1.858 9.4 9.4 0 0 1-3.048 1.41c-.184.061-.27-.043-.353-.173a1.18 1.18 0 0 0-1.021-.557c-.483-.017-.966-.071-1.449-.073q-2.5-.014-5 .005c-.482 0-.965.062-1.447.1-.217.019-.468.07-.562.264-.282.579-.687.426-1.118.244-.134-.057-.277-.094-.414-.145A8 8 0 0 1 7.821 9.5a1.965 1.965 0 0 1-.677-2.539 5.3 5.3 0 0 1 1.044-1.482 21.5 21.5 0 0 1 4.063-3.174.8.8 0 0 0 .344-.273.37.37 0 0 0-.3.007 30 30 0 0 0-3.38 1.066 13.7 13.7 0 0 0-3.88 2.154 4.046 4.046 0 0 0-1.1 5.4 10.7 10.7 0 0 0 2.278 2.783c.07.066.2.108.168.226-.028.1-.152.079-.237.1a25 25 0 0 0-2.584.783c-.461.171-.487.283-.09.552a7.3 7.3 0 0 0 2.777 1.181A5 5 0 0 0 8.3 16.02c.084-.02.176-.1.254-.026s.013.178-.027.247a.424.424 0 0 0 .08.55 3.5 3.5 0 0 1 .3.409 13.8 13.8 0 0 1 2.016 5.365 2.15 2.15 0 0 1-.478 1.946 1.05 1.05 0 0 0-.231.916 6.5 6.5 0 0 0 .435 1.347c.29.728.676 1.355 1.582 1.395a1 1 0 0 1 .344.133.77.77 0 0 1 .444.523 1.3 1.3 0 0 0 .906.92 4.6 4.6 0 0 0 1.395.225 7.8 7.8 0 0 0 2.55-.17 1.26 1.26 0 0 0 1.011-.756A1.25 1.25 0 0 1 20 28.117a1.25 1.25 0 0 0 1.029-.714 11 11 0 0 0 .7-1.75 1.18 1.18 0 0 0-.233-1.2 1.91 1.91 0 0 1-.436-1.795c.071-.3.1-.6.162-.9a12.3 12.3 0 0 1 2.2-5.031.38.38 0 0 0 .063-.432c-.04-.095-.154-.2-.042-.3.086-.079.192.01.286.032a5.2 5.2 0 0 0 1.858.277 6.9 6.9 0 0 0 2.97-1.226c.353-.229.334-.355-.057-.504M12.764 26.883a1.082 1.082 0 1 1 1.081-1.083 1.083 1.083 0 0 1-1.081 1.083m-.946-10.341a3.3 3.3 0 0 1-1.758-1.487 2.78 2.78 0 0 1 2.636-.2c1.352.676 1.419 1.42 1.419 1.42a3.43 3.43 0 0 1-2.297.267m-2.7-3.109s4.055-1.757 6.015 2.163c-.004.004-2.775-2.496-6.019-2.163Zm10.07 13.45a1.082 1.082 0 1 1 1.078-1.083 1.08 1.08 0 0 1-1.082 1.083Zm.584-10.355a3.43 3.43 0 0 1-2.3-.271s.067-.743 1.419-1.419a2.78 2.78 0 0 1 2.636.2 3.3 3.3 0 0 1-1.759 1.49Zm-3.311-.947c1.96-3.92 6.015-2.162 6.015-2.162-3.248-.338-6.019 2.162-6.019 2.162Z" style="fill:#9c04a0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038 2.761 2.758c.891-.906 1.8-1.794 2.7-2.7.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975-.754.022-1.511.007-2.266.007 1.223-1.209 2.431-2.433 3.658-3.637-1.321-1.304-2.63-2.62-3.948-3.927M12.7 12.218h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8-.089.08-.166.217-.305.194-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218M14.958 12.22c.47-.009.939 0 1.409 0 .836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536-.856-.835-1.687-1.695-2.532-2.541 0 1.594-.006 3.188.006 4.781-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57M23.259 12.217c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045.448.454.907.9 1.353 1.354q-3.371.007-6.741 0 .007-3.782-.001-7.565" style="fill:#ffe885"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12.217c.755 0 1.51-.008 2.264 0l.053.038 2.761 2.758c.891-.906 1.8-1.794 2.7-2.7.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.544 18.8c-.331.324-.648.663-.989.975-.754.022-1.511.007-2.266.007 1.223-1.209 2.431-2.433 3.658-3.637C4.626 14.84 3.317 13.524 2 12.217M12.7 12.217h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8-.089.08-.166.217-.3.194-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.217M14.957 12.219c.47-.009.939 0 1.409 0 .836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536-.856-.835-1.687-1.695-2.532-2.541 0 1.594-.006 3.188.006 4.781H14.96q-.003-3.789-.003-7.57M23.259 12.216c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045.448.454.907.9 1.353 1.354q-3.371.007-6.741 0 .007-3.781-.001-7.565" style="fill:#fbc02d"/><path d="m12.633 24.6-1.666-1.368-1.668 1.367-1.677-1.369-1.676 1.368-1.673-1.368-1.074.878-1.2-.647 2.274-1.86 1.673 1.369 1.676-1.368 1.675 1.368 1.67-1.37 1.669 1.368 1.667-1.366 1.679 1.369 1.674-1.37 1.675 1.37 1.68-1.368 1.676 1.368 1.68-1.369 1.673 1.369 1.678-1.367 2.283 1.855-1.199.65-1.084-.881-1.682 1.369-1.672-1.367-1.679 1.367-1.676-1.368-1.681 1.368-1.672-1.367-1.673 1.367-1.677-1.367z" style="fill:#c1272d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.88 2h-4c-4 0-8.07 3-8.07 9.62a8.33 8.33 0 0 0 4.14 7.66L9 28.13a1.25 1.25 0 0 0 0 1.27 1.21 1.21 0 0 0 1 .6h2.49a1.24 1.24 0 0 0 1.2-.75l4.59-9h.34v8.62a1.14 1.14 0 0 0 1.2 1.13H22a1.12 1.12 0 0 0 1.16-1.06V3.22A1.19 1.19 0 0 0 22 2ZM18.7 16.28h-.59c-2.3 0-3.66-1.87-3.66-5 0-3.9 1.73-5.29 3.34-5.29h.94Z" style="fill:#d61e3b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.877 23.159c0-5.535 3.992-7.168 7.894-7.168 3.357 0 5.988-3.811 5.988-6.624 0-3.621-2.487-5.831-4.882-7.12A13.881 13.881 0 1 0 14.5 29.8c-4.009-1.552-5.623-4.476-5.623-6.641" style="fill:#fff"/><path d="M14.482 29.917A14 14 0 0 1 16 2a14 14 0 0 1 1.893.131l.04.013c2.255 1.213 4.944 3.452 4.944 7.223 0 2.715-2.564 6.741-6.106 6.741-2.9 0-7.776.916-7.776 7.05 0 2.022 1.451 4.946 5.542 6.531ZM16 2.236a13.765 13.765 0 0 0-2.363 27.324c-3.581-1.684-4.877-4.447-4.877-6.4 0-6.576 5.6-7.286 8.012-7.286 3.406 0 5.87-3.886 5.87-6.506 0-3.645-2.606-5.82-4.8-7.006A14 14 0 0 0 16 2.236" style="fill:#231f20"/><path d="M29.882 16a13.88 13.88 0 0 0-12-13.752c2.4 1.289 4.882 3.5 4.882 7.12 0 2.813-2.631 6.624-5.988 6.624-3.9 0-7.894 1.633-7.894 7.168 0 2.166 1.613 5.089 5.618 6.641A13.875 13.875 0 0 0 29.882 16" style="fill:#231f20"/><path d="M16 30a14 14 0 0 1-1.518-.083l-.03-.007c-4.2-1.628-5.693-4.654-5.693-6.75 0-6.576 5.6-7.286 8.012-7.286 3.406 0 5.87-3.886 5.87-6.506 0-3.655-2.621-5.833-4.82-7.016l.072-.221A14 14 0 0 1 16 30m-1.477-.316A13.756 13.756 0 0 0 29.764 16 13.81 13.81 0 0 0 18.5 2.466c2.115 1.272 4.377 3.441 4.377 6.9 0 2.715-2.564 6.741-6.106 6.741-2.9 0-7.776.916-7.776 7.05.005 2.021 1.448 4.943 5.528 6.527" style="fill:#231f20"/><circle cx="15.943" cy="22.787" r="1.506" style="fill:#fff"/><circle cx="16.007" cy="9.142" r="1.506" style="fill:#231f20"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822 23.7 23.7 0 0 1-5.835 2.642 1.63 1.63 0 0 1-.983.55 62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074 4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388-.225.55-.343 1.894-.947 2.5-.83.839-2.4.559-3.328.072-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343 4.85 4.85 0 0 1-.667-2.949 5.37 5.37 0 0 1 1.749-2.895 9.33 9.33 0 0 1 .658-4.4 10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857 5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132 14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887.983 2.7.108 4.96.262 5.212.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604 1.081 1.081 0 0 1 .469 2.11Z" style="fill:#2188b6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><filter id="a"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="4"/><feOffset dx=".1" dy=".1" in="blur" result="offsetBlur"/><feFlood flood-color="#C4C7CE" result="offsetColor"/><feComposite in="offsetColor" in2="offsetBlur" operator="in" result="offsetBlur"/></filter></defs><path d="M25.706 16.847 27.4 7.03S24.849 2 16.037 2C5.344 2 4.562 7.03 4.562 7.03l1.714 9.817Z" style="filter:url(#a)"/><path d="m5.549 12.637.727 4.21h19.43l.726-4.21z" style="filter:url(#a)"/><path d="M28.63 19.194H3.351l-.782-2.347h26.862z" style="filter:url(#a)"/><circle cx="15.981" cy="13.997" r="3.13" style="filter:url(#a)"/><path d="M15.981 16.735A2.738 2.738 0 1 1 18.72 14a2.743 2.743 0 0 1-2.739 2.735m0-5.123A2.384 2.384 0 1 0 18.366 14a2.377 2.377 0 0 0-2.384-2.384Zm0 4.359A1.975 1.975 0 1 1 17.956 14a1.976 1.976 0 0 1-1.975 1.972Zm0-3.707a1.714 1.714 0 1 0 1.719 1.714 1.71 1.71 0 0 0-1.714-1.714Zm.5 1.025.894-.652-.689.876 1.08-.279-.95.577 1.1.13-1.1.186 1.006.522-1.08-.224.727.838-.931-.6.373 1.043-.652-.894-.019 1.118-.279-1.08-.428 1.025.112-1.1-.764.8.5-.987-1.006.466.838-.745-1.118.075L15.143 14l-1.062-.335 1.118.019-.876-.689 1.025.41-.559-.95.8.764-.186-1.1.484 1.006.224-1.08.093 1.118.615-.931ZM15.981 22.983s1.937-2.31 6.483-1.174 6.874 6.762 6.874 6.762a9.24 9.24 0 0 1-6.352 1.341c-3.875-.502-7.023-4.637-7.005-6.929" style="filter:url(#a)"/><path d="M8.977 29.913a9.24 9.24 0 0 1-6.352-1.341s2.328-5.626 6.875-6.763 6.483 1.174 6.483 1.174c.017 2.291-3.132 6.427-7.006 6.93" style="filter:url(#a)"/><path d="M25.706 16.847 27.4 7.03S24.849 2 16.037 2C5.344 2 4.562 7.03 4.562 7.03l1.714 9.817Z" style="fill:#050505"/><path d="m5.549 12.637.727 4.21h19.43l.727-4.21z" style="fill:#dd002a"/><path d="M28.63 19.194H3.351l-.782-2.347h26.862Z" style="fill:#050505"/><circle cx="15.981" cy="13.997" r="3.13" style="fill:#050505"/><path d="M15.981 16.735A2.738 2.738 0 1 1 18.72 14a2.743 2.743 0 0 1-2.739 2.735m0-5.123A2.384 2.384 0 1 0 18.366 14a2.377 2.377 0 0 0-2.384-2.384Zm0 4.359A1.975 1.975 0 1 1 17.956 14a1.976 1.976 0 0 1-1.975 1.972Zm0-3.707a1.714 1.714 0 1 0 1.719 1.714 1.71 1.71 0 0 0-1.714-1.714Zm.5 1.025.894-.652-.689.876 1.08-.279-.95.577 1.1.13-1.1.186 1.006.522-1.08-.224.727.838-.931-.6.373 1.043-.652-.894-.019 1.118-.279-1.08-.428 1.025.112-1.1-.764.8.5-.987-1.006.466.838-.745-1.118.075L15.143 14l-1.062-.335 1.118.019-.876-.689 1.025.41-.559-.95.8.764-.186-1.1.484 1.006.224-1.08.093 1.118.615-.931Z" style="fill:#dd002a"/><path d="M15.981 22.983s1.937-2.31 6.483-1.174 6.874 6.762 6.874 6.762a9.24 9.24 0 0 1-6.352 1.341c-3.875-.502-7.023-4.637-7.005-6.929" style="fill:#4f1907"/><path d="M8.977 29.913a9.24 9.24 0 0 1-6.352-1.341s2.328-5.626 6.875-6.763 6.483 1.174 6.483 1.174c.017 2.291-3.132 6.427-7.006 6.93" style="fill:#4f1907"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.459" x2="1.096" y1="32.377" y2="32.82" gradientTransform="matrix(113 0 0 -100 -112 3301)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><path d="m16 3.611 14 24.778H2z" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5.733 19.731v-7.467h2.8V8.531H2v14.933h3.547l3.36-3.733zM26.453 8.531l-3.36 3.733h3.174v7.467h-2.8v3.733H30V8.531z" style="fill:#f7a41d"/><path d="m26.875 6.707-6.362 1.824H9.467v3.733h7.38L5.115 25.293l6.382-1.829h11.036v-3.733h-7.385z" style="fill:#f7a41d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="17.65" x2="21.099" y1="26.056" y2="26.056" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4d4d4d"/><stop offset=".5" stop-color="#fff"/><stop offset="1" stop-color="#4d4d4d"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="17.65" x2="21.099" y1="23.756" y2="23.756"/><linearGradient xlink:href="#a" id="c" x1="17.65" x2="21.099" y1="21.456" y2="21.456"/><linearGradient xlink:href="#a" id="d" x1="17.65" x2="21.099" y1="19.156" y2="19.156"/><linearGradient xlink:href="#a" id="e" x1="17.65" x2="21.099" y1="16.857" y2="16.857"/><linearGradient xlink:href="#a" id="f" x1="17.65" x2="21.099" y1="14.557" y2="14.557"/><linearGradient xlink:href="#a" id="g" x1="17.65" x2="21.099" y1="12.257" y2="12.257"/><linearGradient xlink:href="#a" id="h" x1="17.65" x2="21.099" y1="9.957" y2="9.957"/><linearGradient xlink:href="#a" id="i" x1="17.65" x2="21.099" y1="7.657" y2="7.657"/><linearGradient xlink:href="#a" id="j" x1="16.237" x2="19.686" y1="27.217" y2="27.217"/><linearGradient xlink:href="#a" id="k" x1="16.237" x2="19.686" y1="24.918" y2="24.918"/><linearGradient xlink:href="#a" id="l" x1="16.237" x2="19.686" y1="22.618" y2="22.618"/><linearGradient xlink:href="#a" id="m" x1="16.237" x2="19.686" y1="20.318" y2="20.318"/><linearGradient xlink:href="#a" id="n" x1="16.237" x2="19.686" y1="18.018" y2="18.018"/><linearGradient xlink:href="#a" id="o" x1="17.65" x2="21.099" y1="28.356" y2="28.356"/><linearGradient xlink:href="#a" id="p" x1="16.237" x2="19.686" y1="15.718" y2="15.718"/><linearGradient xlink:href="#a" id="q" x1="16.237" x2="19.686" y1="13.419" y2="13.419"/><linearGradient xlink:href="#a" id="r" x1="16.237" x2="19.686" y1="11.119" y2="11.119"/><linearGradient xlink:href="#a" id="s" x1="16.237" x2="19.686" y1="8.819" y2="8.819"/><linearGradient xlink:href="#a" id="t" x1="16.237" x2="19.686" y1="29.514" y2="29.514"/><linearGradient xlink:href="#a" id="u" x1="16.985" x2="20.446" y1="11.196" y2="11.196"/><linearGradient xlink:href="#a" id="v" x1="18.096" x2="19.336" y1="5.329" y2="5.329"/><linearGradient xlink:href="#a" id="w" x1="16.029" x2="21.403" y1="5.591" y2="5.591"/></defs><path d="M27.667 27.667V17.333L23 15V2H4.333v28h23.334Zm-4.667 0v-9.111l2.333 1.222v7.889Z" style="fill:#c09553"/><path d="M17.65 25.559h3.45v.993h-3.45z" style="fill:url(#a)"/><path d="M17.65 23.26h3.45v.993h-3.45z" style="fill:url(#b)"/><path d="M17.65 20.96h3.45v.993h-3.45z" style="fill:url(#c)"/><path d="M17.65 18.66h3.45v.993h-3.45z" style="fill:url(#d)"/><path d="M17.65 16.36h3.45v.993h-3.45z" style="fill:url(#e)"/><path d="M17.65 14.06h3.45v.993h-3.45z" style="fill:url(#f)"/><path d="M17.65 11.76h3.45v.993h-3.45z" style="fill:url(#g)"/><path d="M17.65 9.461h3.45v.993h-3.45z" style="fill:url(#h)"/><path d="M17.65 7.161h3.45v.993h-3.45z" style="fill:url(#i)"/><path d="M16.237 26.721h3.45v.993h-3.45z" style="fill:url(#j)"/><path d="M16.237 24.421h3.45v.993h-3.45z" style="fill:url(#k)"/><path d="M16.237 22.121h3.45v.993h-3.45z" style="fill:url(#l)"/><path d="M16.237 19.821h3.45v.993h-3.45z" style="fill:url(#m)"/><path d="M16.237 17.522h3.45v.993h-3.45z" style="fill:url(#n)"/><path d="M17.65 27.859h3.45v.993h-3.45z" style="fill:url(#o)"/><path d="M16.237 15.222h3.45v.993h-3.45z" style="fill:url(#p)"/><path d="M16.237 12.922h3.45v.993h-3.45z" style="fill:url(#q)"/><path d="M16.237 10.622h3.45v.993h-3.45z" style="fill:url(#r)"/><path d="M16.237 8.322h3.45v.993h-3.45z" style="fill:url(#s)"/><path d="M16.237 29.018h3.45v.993h-3.45z" style="fill:url(#t)"/><path d="M20.1 5.911a.554.554 0 0 0-.548-.53h-.009v.557h.092l.206 2.514h-2.252l.211-2.514h.094v-.557h-.044a.55.55 0 0 0-.547.53l-.314 10.569a.513.513 0 0 0 .515.531h2.432a.51.51 0 0 0 .513-.531Zm-1.384 10.5a1.171 1.171 0 1 1 1.171-1.171 1.17 1.17 0 0 1-1.171 1.168Z" style="fill:url(#u)"/><path d="M18.096 3.802h1.24v3.054h-1.24z" style="fill:url(#v)"/><path d="M21.4 4.56a2.55 2.55 0 0 0-2.549-2.549h-.276a2.55 2.55 0 0 0-2.436 3.3v.006a8 8 0 0 1 .261 2.561 1.8 1.8 0 0 0 .641 1.271l.109-3.441a.593.593 0 0 1 .6-.551h.135v-1.57h1.653v1.57h.1a.6.6 0 0 1 .605.551l.121 3.462a1.81 1.81 0 0 0 .666-1.292V7.72a7.7 7.7 0 0 1 .236-2.359 2.5 2.5 0 0 0 .134-.801" style="fill:url(#w)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-414.07" x2="-413.475" y1="-323.688" y2="-323.688" gradientTransform="rotate(-2.754 55095.274 -73583.23)scale(8.352)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3dc2f3"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="f" x1="-466.763" x2="-466.168" y1="-351.799" y2="-351.799" gradientTransform="rotate(176.688 -1581.368 -1116.272)scale(6.683)"/><linearGradient xlink:href="#a" id="g" x1="-515.182" x2="-514.587" y1="-375.873" y2="-375.873" gradientTransform="rotate(180 -662.65 -481.324)scale(2.607)"/><linearGradient id="c" x1="-413.465" x2="-412.869" y1="-322.372" y2="-322.372" gradientTransform="rotate(-1.63 93678.305 -123744.426)scale(8.403)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0995dd"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="h" x1="-515.182" x2="-514.587" y1="-373.034" y2="-373.034" gradientTransform="rotate(180 -662.625 -472.184)scale(2.607)"/><linearGradient xlink:href="#c" id="i" x1="-415.664" x2="-415.069" y1="-321.968" y2="-321.968" gradientTransform="rotate(-7.749 19166.393 -28309.74)scale(8.752)"/><linearGradient xlink:href="#a" id="k" x1="-397.199" x2="-396.604" y1="-317.443" y2="-317.443" gradientTransform="rotate(.719 -126538.107 155625.572)scale(4.876)"/><radialGradient id="d" cx="-428.363" cy="-337.616" r=".076" gradientTransform="matrix(22.426 -.918 .944 23.053 9940.275 7417.533)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#41c3f3"/></radialGradient><radialGradient xlink:href="#d" id="j" cx="-435.908" cy="-337.858" r=".076" gradientTransform="matrix(22.426 -.918 .944 23.053 10123.552 7416.068)"/></defs><path d="m9.832 2 7.415.053a2 2 0 0 1 2.054.936l.67.819h5.672c.5.032.8.175.949.446a2.8 2.8 0 0 1 .092 1.046l.019.913c.008 1.534-.388 1.533-1.009 1.523l-1.31.017v11.741a8 8 0 0 1 .846.019c.621.011 1.19.005 1.191 1.366-.009.224-.017.45-.01.621a2.2 2.2 0 0 0 0 .569c-.032.5-.07.83-.3 1.047-.18.231-.487.312-.988.28-.277-.024-.516.021-.741.012l-.016 2.207c.105.031.225.007.33.039.156.045.329.04.419.121a1.43 1.43 0 0 1 1.124 1.4l1.952.113a.59.59 0 0 1 .227-.388.75.75 0 0 1 .524-.245l.053.015a.9.9 0 0 1 .79.8l-.015.053.012.741a.94.94 0 0 1-.286.6 1.2 1.2 0 0 1-.577.229.75.75 0 0 1-.546-.271.43.43 0 0 1-.148-.271l-2.082.134a1.6 1.6 0 0 1-.452.777 2.16 2.16 0 0 1-1.513.525l-2.9.011a2.42 2.42 0 0 1-1.585-.4 1.48 1.48 0 0 1-.482-.877l-3.2-.133a.52.52 0 0 1-.211.335.87.87 0 0 1-.577.23.75.75 0 0 1-.56-.219.87.87 0 0 1-.23-.577v-.794a.75.75 0 0 1 .271-.545.6.6 0 0 1 .577-.23.75.75 0 0 1 .56.219.43.43 0 0 1 .149.27l3.2-.264a1.93 1.93 0 0 1 .6-.9 2.4 2.4 0 0 1 1.274-.48l.016-2.208c-.292.028-.568 0-.913.019l-1.247 1.169a2.48 2.48 0 0 1-2.158.793c-1.19-.005-2.5.012-3.809.029-1.243-.02-2.484-.04-3.847-.038a3 3 0 0 1-1.144-.162 3.3 3.3 0 0 1-1.052-.872 6 6 0 0 1-.469-.533c-.127-.15-.253-.3-.469-.533a.8.8 0 0 1-.164-.218.47.47 0 0 1 .106-.367c.067-.037.15-.126.218-.163.172-.007.359-.066.532-.073 1.415.013 3.053.035 4.639.041s3.173.013 4.812.035a2.3 2.3 0 0 0 1-.333 5.4 5.4 0 0 0 .833-.722c.88-.88 2.044-1.96 2.837-1.957a.5.5 0 0 1 .277.023l.033-11.848h-.4a1.55 1.55 0 0 1-1.4-.634l-1.377-1.7c-.633-.75-.633-.75-1.546-.732L7.55 4.572c-.517.02-1.429.04-.805-.744l.827-.9a3.1 3.1 0 0 1 1.088-.813A5 5 0 0 1 9.828 2" style="fill:#2e2a2b"/><path d="m15.366 27.055-.005.018-.041.007-.041.007-.018-.007-.082.015-.018-.007-.128.04-.028.03-.041.007-.016.054-.046.025-.018-.007-.016.054-.016.054-.016.054-.016.054-.016.054-.016.054-.016.054.022.123-.005.018-.01.035.022.123-.016.054.012.158-.016.054-.016.054.031.028.008.041-.016.054-.016.054.048.033-.01.035.038.069.043.051-.005.018.054.015.038.069.054.015c.028.051.092.068.173.07h.077l.082-.015a.5.5 0 0 0 .164-.03l.051-.044.018.007.016-.054.085-.092.016-.054.016-.054.016-.054.016-.054.016-.054.01-.035-.038-.069.031-.107-.017-.141.026-.089-.022-.123.016-.054.016-.054-.038-.069.016-.054.01-.035-.031-.028-.008-.041-.013-.023-.025-.046-.038-.069-.02-.064-.054-.015-.145-.1-.089-.026Z" style="fill:url(#d)"/><path d="m19.234 27.352-.123.023-.053-.015-.123.022-.159.012-.053-.015-.123.023-.123.022-.122.023-.108-.032-.117.004-.105.028-.053-.015-.123.022-.177.008-.053-.016-.123.023-.123.022-.053-.015-.159.012-.122.023-.054-.016-.123.023-.122.022-.108-.031-.122.022-.105.028-.006.018-.063.02-.054-.015-.176.007-.021.672.069-.039.09.026.122-.022.054.015.053.015.177-.007.053.015.054.016.123-.023.053.016.089.026.123-.023.054.015.176-.007.054.016.053.015.123-.023.054.016.107.031.105-.028.053.016.123-.023.107.031.054.016.122-.023.054.016.053.015.159-.012.054.015.053.015.117-.004.108.031.122-.022.054.015.054.015.122-.022.007-1.024-.054-.016z" style="fill:url(#a)"/><path d="M24.59 26.043a.8.8 0 0 1-.176.007c-.1-.03-.162-.047-.23-.007l-.054-.015-.054-.015-.335.019-.176.007-.176.007-.158.012-.337-.039-.353.014-.158.012-.176.007-.176.007-.367-.068-.354.009-.123.022-.054-.015-.064.02h-.059a1.3 1.3 0 0 0-.3.088 1 1 0 0 0-.174.066l-.087.033a.4.4 0 0 0-.156.071l-.074.056-.11.045-.016.054c-.053-.015-.071.038-.138.076l-.044.084-.033.048-.09.11-.01.035a1 1 0 0 0-.124.429l-.018 1.2A1.13 1.13 0 0 0 19.8 29l.007.041c.037.067.06.134.165.164l.079.061.084.044a.6.6 0 0 0 .15.082l.031.028.071.021.089.026c.1.03.215.006.319.034s.234.007.391.055l.005-.018.018.007.1-.009.054.015.158-.012.176-.007.176-.007.337.039.158-.012.176-.007.176-.007.171.011.158-.012.176-.007.337.039.335-.019.036.011h.194c.067-.037 0 0 .054.015l.1-.028c.106-.012.209 0 .317-.024a1 1 0 0 0 .174-.066.9.9 0 0 0 .325-.119l.005-.018a.6.6 0 0 0 .143-.094l.005-.018.05-.009.023-.012.074-.056a1 1 0 0 0 .162-.224.88.88 0 0 0 .227-.515.34.34 0 0 0 .009-.23v-1.006l-.01-.1a.7.7 0 0 0-.108-.361.56.56 0 0 0-.229-.279 1 1 0 0 0-.183-.169L25 26.166l-.107-.031-.25-.073-.054-.015Z" style="fill:url(#f)"/><path d="m23.876 7.715-.335.019-.337-.04-.335.019-.176.007-.176.007-.278-.042-.281.035-.176.007-.23-.009-.028 2.432.006 5.85.009.235v2.654l-.01.636h.077l.1-.009a.5.5 0 0 0 .235-.01 2 2 0 0 1 .26.037l.1-.009h.077a1 1 0 0 1 .176-.007c.12-.023.215 0 .335-.019.052.015.055.016.123-.022l.089.026a.8.8 0 0 0 .276-.017l.041-.007a2 2 0 0 1 .266.019 1 1 0 0 1 .141-.018l.036.011c.052.015.054.015.069-.038l.019-2.2-.014-2.889.007-2.961-.007-.176-.007-2.713v-.794h-.059l.005-.018Z" style="fill:url(#g)"/><path d="M25.9 4.263a3 3 0 0 1-.283-.024l-.276.017-.572-.03h-.736l-.741.017-.687.033H21.48l-.78-.049-.759.012-.051.043-.2-.116-.076-.138-.674-.815a2 2 0 0 0-.313-.323 1.1 1.1 0 0 0-.471-.311 2.1 2.1 0 0 0-.763-.105l-.123.022-.266-.019-.353.014-.779-.052h-.736l-.741.017h-.406l-.741.017h-.388l-.72-.054h-.253l-.153-.006-.734.026h-.388l-.353.014-.442-.012c-.119.022-.226-.025-.294.012h-.388a1.3 1.3 0 0 0-.315.083l-.069.038a1.3 1.3 0 0 0-.2.078 1.5 1.5 0 0 0-.19.119l-.028.031a2 2 0 0 0-.385.392l-.848.942a2 2 0 0 1 .4.02l1.179-.006.353-.014h1.142l.741-.017.779.052.335-.019h1.936l.335-.019h.406l.725.036h.194l.207.021.565-.011c.07 0 .115-.007.176-.007a3 3 0 0 1 .388 0 1.2 1.2 0 0 1 .686.238 3.4 3.4 0 0 1 .381.42 1 1 0 0 1 .209.215l.485.664.712.884.183.169a2 2 0 0 0 .209.215l.018.005a1.5 1.5 0 0 0 .326.211 1.6 1.6 0 0 0 .391.055.17.17 0 0 0 .158-.012l.225.026h.406l.725.036.335-.019.353-.014h1.53l.353-.014h.794l.266.019.054.016.1-.01a.32.32 0 0 0 .325-.254 3.3 3.3 0 0 0 .052-.779l.045-.955c0-.068-.005-.114-.007-.176-.013-.345 0-.562-.084-.644-.022-.12-.133-.155-.29-.2ZM23.874 7.7l.055.81v-.794z" style="fill:url(#c)"/><path d="m23.876 23.365-.005.018h-.117l-.054-.015h-.117l-.054-.015-.069.038-.161-.047-.005.018-.064.02-.089-.026-.069.038-.161-.047-.051.044-.018-.007-.107-.031-.069.038-.107-.031-.123.022-.036-.011-.123.022-.071-.021-.158.012-.054-.015c-.068.037-.071.038-.123.022h-.077a.26.26 0 0 1-.153 0l-.036-.011-.005.02-.041.007-.023.012-.023.613.021 1.129v.406l.054.015.054.015.158-.012.054.015.123-.022.054.015.176-.007.054.015.123-.022.054.015.158-.012.054.015.123-.022.054.015.173-.003.054.015h.117l.054.015.158-.012.054.015.123-.022.054.015.176-.007.054.015.005-.018.064-.02v-.929l.021-1.272-.054-.015Z" style="fill:url(#h)"/><path d="M25.542 19.973a1.6 1.6 0 0 0-.237-.049l-.069.038a.5.5 0 0 0-.171-.011 2.6 2.6 0 0 0-.623.013c-.142 0-.276.008-.388 0a4 4 0 0 1-.46-.02 4 4 0 0 1-.388 0l-.1.009h-.194q-.151.012-.353.014a3.7 3.7 0 0 0-.618 0 4 4 0 0 1-.388 0c-.113 0-.233-.007-.347 0l-.112-.014c-.068.037-.16.012-.228.05a.2.2 0 0 0-.176.007l-.146.035-.082.015-.151.053-.005.018a8 8 0 0 0-.763.5c-.117.108-.223.219-.346.326l-.046.025-.056.061q-.139.114-.3.224c-.083.089-.168.2-.259.293l-.08.074a1.2 1.2 0 0 1-.223.168c-.083.089-.1.127-.164.165l-.005.018a2.3 2.3 0 0 1-.672.58l-.016.054a5 5 0 0 1-.765.3 2 2 0 0 1-.2.037l-.041.007a1 1 0 0 1-.171-.011l-.046.025-.023.012c-.1-.031-.216-.007-.373-.05a4 4 0 0 1-.593.041 4 4 0 0 0-.524 0c-.106 0-.215-.019-.324-.016-.219-.007-.439 0-.654-.014-.277-.024-.517.025-.794 0l-.041.007h-.059c-.12 0-.241-.017-.36-.027-.293.029-.572.011-.863.04a.4.4 0 0 0-.23-.007c-.052-.015-.086-.043-.153 0-.14 0-.281-.008-.406 0a4 4 0 0 1-.442-.013c-.136 0-.273.01-.406 0a4 4 0 0 1-.442-.013c-.059.011-.131 0-.194 0H9.06c-.292.028-.566-.007-.858.022a4.6 4.6 0 0 0-.848-.014c-.167 0-.333 0-.5-.009-.057 0-.114-.009-.171-.011l-.123.022c-.078.014-.15.036-.228.05l-.016.054a1.7 1.7 0 0 1 .387.4l.081.12a2 2 0 0 1 .188.152l.148.159.013.023a.3.3 0 0 0 .183.169 1.6 1.6 0 0 0 .29.336l.013.023.048.033a1.7 1.7 0 0 0 .407.331l.107.031.357.1h.618l.094.009h.135c.277.024.566.008.843.032l.141-.017c.088.009.178.011.266.019.278-.027.546-.01.822-.033l.041-.007a4.6 4.6 0 0 0 .848.014c.224.007.442.03.666.038.172-.006.34-.019.565-.01.146-.015.294-.008.429-.011.269-.022.53 0 .8-.02.057 0 .114.011.171.011a4 4 0 0 0 .7.008c.136 0 .273-.01.406 0s.253 0 .388 0c.12-.022.233.007.353-.014l.107.031c.292-.029.532-.081.772-.125l.023-.012.018.007c.084-.021.141-.033.21-.055a1.4 1.4 0 0 0 .156-.071l.046-.025a2 2 0 0 0 .241-.162l.1-.069.005-.018c.052-.047.108-.092.159-.148l.169-.183.182-.16.192-.2.387-.333.4-.387.174-.066.094.009.082-.015c.133.011.27 0 .406 0 .277.024.571-.01.848.014.239-.024.466 0 .7-.01l.158-.012a.17.17 0 0 0 .158-.012l.112.014h.523c.277.024.571-.009.848.014.292-.029.572-.011.863-.04.07 0 .137.019.207.022a2 2 0 0 0 .6-.059l.085-.092a1.3 1.3 0 0 0 .151-.741 3 3 0 0 1-.011-.565 2.1 2.1 0 0 1 .01-.636q-.012-.16-.035-.281a1.2 1.2 0 0 0-.063-.251l-.058-.133-.025-.046-.079-.061-.008-.041-.071-.021-.12-.054Z" style="fill:url(#i)"/><path d="M28.993 27h-.176l-.028.03-.041.007-.01.035h-.059l-.016.054-.051.043-.01.035-.016.054-.016.054-.016.054-.016.054-.016.054-.016.054v.118l-.005.018-.005.018.004.018.008.041.015.082-.031.107.028.1-.016.054-.016.054.038.069-.016.054-.016.054.031.028.008.041.013.023.01.1.054.015.038.069.054.015.038.069.107.031.143.041c.058-.031.151-.063.22-.091l.041-.007.051-.043.033-.048.069-.038.005-.018.01-.035.016-.054.016-.054.016-.054.016-.054.01-.035-.038-.069.016-.054.016-.054-.007-.176.016-.054-.007-.176-.022-.123.016-.054.01-.035-.013-.023-.013-.023-.013-.023.016-.054-.018-.007-.02-.064-.018-.007-.056-.074a.055.055 0 0 1-.038-.069l-.107-.031-.054-.015a1 1 0 0 0-.161-.047Z" style="fill:url(#j)"/><path d="M4.416 5.513h12.705a.2.2 0 0 1 .142.1l.074.135.012 13.449-.061.209-1 .9-1 .9-.068.037-.067.037-12.69-.053c-.1-.031-.247-.129-.216-.234L2.219 7.6l.015-.053a.17.17 0 0 1 .082-.089L4.225 5.57a.3.3 0 0 1 .188-.059" style="fill:#b3272c"/><path d="M16.556 5.989 4.488 5.947 2.992 7.386l12.003.078zM16.854 6.287l-1.511 1.491.012 8.17-.027 4.588.632-.612.916-.812-.022-12.824" style="fill:#f46d22"/><path d="m14.89 20.807.008-12.932-12.24-.035-.009 12.932z" style="fill:#f6e216"/><path d="m12.807 15.689.662-.716-.018 4.363-9.242-.016.646-.664 7.944-.019v-2.948ZM6.973 11.16l3.57.014.027.689L7 11.849zm5.819-1.091.032 3.015-7.932-.032-.7.649 9.3.031V9.421zm-5.8 6.713-.026.674 3.569.015.025-.674z" style="fill:#2e2a2b"/><path d="M12.807 10.036 4.875 10l.032 3.016-.7.649V9.354l9.3.031-.7.649Zm.014 5.62.662-.716-9.3-.031.034 4.377.646-.664.02-3 7.932.033" style="fill:#ec771d"/><path d="m27.982 27.59-.006.018-.064.02-.053-.015-.107-.031-.105.027-.054-.015-.053-.015-.123.022-.054-.015-.107-.031-.005.017-.064.02-.054-.015-.107-.031-.117.004-.054-.015-.089-.026-.005.018-.064.02-.054-.016-.107-.031-.069.038-.054-.015-.053-.015-.054-.015-.005.017-.064.02-.021.672.01.1-.002.076.053.016.123-.023.054.016.123-.023.035.011.123-.023.118-.004.053.015.123-.022.053.015.123-.022.054.015.122-.022.054.015.051-.043.054.015.123-.022.053.015.123-.022.053.015.006-.018.064-.02.053.016.054.015.005-.018.064-.02.053.015.005-.618-.053-.015-.054-.016z" style="fill:url(#k)"/><path d="M12.807 10.036 4.875 10l.032 3.016-.7.649V9.354l9.3.031-.7.649Zm.014 5.62.662-.716-9.3-.031.034 4.377.646-.664.02-3 7.932.033" style="fill:#ec771d"/><path d="m20.9 9.083 3.385-.719.1.03a.75.75 0 0 1 .591.115.98.98 0 0 1 .317.491l-.015.052a.33.33 0 0 1-.009.224c-.015.052.022.12-.046.157a.86.86 0 0 1-.683.6l-3.438.7-.052-.015a.77.77 0 0 1-.591-.115.97.97 0 0 1-.313-.488l-.038-.067a.33.33 0 0 0 .009-.224l.046-.157a.9.9 0 0 1 .736-.58Zm-.177 8.23 3.475-.637.068-.038a1.1 1.1 0 0 1 .575.167.53.53 0 0 1 .312.488l.037.067.007.173-.061.209a.98.98 0 0 1-.736.58l-3.422.652c-.067.037-.067.037-.12.021a.63.63 0 0 1-.523-.152.8.8 0 0 1-.38-.45l.03-.1a.2.2 0 0 1-.007-.172l.046-.157a1.01 1.01 0 0 1 .7-.648Zm.128-5.522a1.01 1.01 0 0 0-.7.649l-.046.157a.4.4 0 0 0-.008.225l-.015.052a.86.86 0 0 0 .365.5.67.67 0 0 0 .538.1l.052.015 3.438-.705a.98.98 0 0 0 .736-.581l.046-.157c.03-.1-.007-.172.009-.224l-.037-.067a.62.62 0 0 0-.312-.488.79.79 0 0 0-.59-.114l-.053-.015-3.422.652Zm-.063 2.761a1.07 1.07 0 0 0-.751.633l-.046.157a.2.2 0 0 1 .006.172l-.015.052.038.068a1.5 1.5 0 0 0 .313.487.77.77 0 0 0 .591.114l.052.015 3.49-.689a.92.92 0 0 0 .683-.6l.061-.209a.2.2 0 0 0-.007-.172l.015-.052a.73.73 0 0 0-.312-.488 1.1 1.1 0 0 0-.576-.167c-.067.037-.067.037-.119.022l-3.422.652" style="fill:#2e2a2b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#809136"/><path d="M27.621 16.469H16.776a.437.437 0 0 0-.437.437V26a.437.437 0 0 0 .437.437h1.934V29.5A1.29 1.29 0 0 0 20 30.79a1.29 1.29 0 0 0 1.285-1.29v-3.063h1.8V29.5a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-3.063h1.96a.437.437 0 0 0 .437-.437v-9.095a.437.437 0 0 0-.437-.436M14.5 16.466a1.29 1.29 0 0 0-1.288 1.288v5.23a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-5.23a1.29 1.29 0 0 0-1.288-1.288M29.894 16.466a1.29 1.29 0 0 0-1.288 1.288v5.23a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-5.23a1.29 1.29 0 0 0-1.288-1.288M16.864 15.831h10.644a.437.437 0 0 0 .428-.528 5.88 5.88 0 0 0-2.87-3.909l.91-1.642a.23.23 0 0 0-.4-.223l-.917 1.654a5.89 5.89 0 0 0-4.94 0L18.8 9.529a.23.23 0 1 0-.4.223l.91 1.642a5.88 5.88 0 0 0-2.87 3.909.437.437 0 0 0 .424.528m8.5-2.447a.495.495 0 1 1-.495-.495.495.495 0 0 1 .493.495Zm-5.864-.495a.495.495 0 1 1-.495.495.495.495 0 0 1 .495-.495" style="fill:#aac148"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21Zm0 18.7H6.7V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#ccda91"/><path d="M25.822 13.7H.622l3.8 12.8h25.2z" style="fill:#ccda91"/><path d="M27.621 16.469H16.776a.437.437 0 0 0-.437.437V26a.437.437 0 0 0 .437.437h1.934V29.5A1.29 1.29 0 0 0 20 30.79a1.29 1.29 0 0 0 1.285-1.29v-3.063h1.8V29.5a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-3.063h1.96a.437.437 0 0 0 .437-.437v-9.095a.437.437 0 0 0-.437-.436M14.5 16.466a1.29 1.29 0 0 0-1.288 1.288v5.23a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-5.23a1.29 1.29 0 0 0-1.288-1.288M29.894 16.466a1.29 1.29 0 0 0-1.288 1.288v5.23a1.29 1.29 0 0 0 1.288 1.288 1.29 1.29 0 0 0 1.288-1.288v-5.23a1.29 1.29 0 0 0-1.288-1.288M16.864 15.831h10.644a.437.437 0 0 0 .428-.528 5.88 5.88 0 0 0-2.87-3.909l.91-1.642a.23.23 0 0 0-.4-.223l-.917 1.654a5.89 5.89 0 0 0-4.94 0L18.8 9.529a.23.23 0 1 0-.4.223l.91 1.642a5.88 5.88 0 0 0-2.87 3.909.437.437 0 0 0 .424.528m8.5-2.447a.495.495 0 1 1-.495-.495.495.495 0 0 1 .493.495Zm-5.864-.495a.495.495 0 1 1-.495.495.495.495 0 0 1 .495-.495" style="fill:#aac148"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#a0bf55"/><path d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854 4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226 1.807 1.807 0 1 1 1.808 1.808 1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z" style="fill:#fff"/><path d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z" style="fill:#486600"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#bfdb7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#bfdb7b"/><path d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854 4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226 1.807 1.807 0 1 1 1.808 1.808 1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z" style="fill:#fff"/><path d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z" style="fill:#486600"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#14622a"/><path d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z" style="fill:#7bdbab"/><path d="M19.981 17.138c.352-.022.768-.15 1.071.107.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646-.072.393-.235.76-.342 1.143.117.336.533.5.612.872.085.405-.275.693-.5.981-.216.228-.39.56-.727.621-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242-.39-.072-.748-.256-1.134-.329-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69-.021-.412.392-.666.47-1.04-.14-.338-.352-.643-.486-.988-.366-.033-.784.065-1.1-.16-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566 2.14 2.14 0 0 0-1.908-.566" style="fill:#7bdbab"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#0b822c"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#0b822c"/><path d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z" style="fill:#7bdbab"/><path d="M19.981 17.138c.352-.022.768-.15 1.071.107.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646-.072.393-.235.76-.342 1.143.117.336.533.5.612.872.085.405-.275.693-.5.981-.216.228-.39.56-.727.621-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242-.39-.072-.748-.256-1.134-.329-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69-.021-.412.392-.666.47-1.04-.14-.338-.352-.643-.486-.988-.366-.033-.784.065-1.1-.16-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566 2.14 2.14 0 0 0-1.908-.566" style="fill:#7bdbab"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M30.256 20.844a1.7 1.7 0 0 1 .334.446 5.7 5.7 0 0 1 .446 1.938 5.3 5.3 0 0 1-.356 2.205 13.6 13.6 0 0 1-1.537 1.582 5 5 0 0 1-.624.2 2.5 2.5 0 0 1-1.359.29c-2.094-.156-4.121-1.2-5.725-1.782-.6 1.069-2.851 2.228-2.851 2.228s-.757.2-1.114.29a6 6 0 0 1-1.025.089c-.178 0-.356-.111-.535-.089-.156.022-.312.134-.446.156a6.2 6.2 0 0 1-1.849-.49l-.913-.668-.535-.535a5.9 5.9 0 0 1-1.025-1.448c-.089-.223-.312-.468-.379-.668-.089-.223-.089-.646-.156-.913a3.23 3.23 0 0 1 .824-2.963 16 16 0 0 1 1.648-.958c1-.423 1.938-1.247 3.3-1.314a3.25 3.25 0 0 1 1.021-1.673 11.4 11.4 0 0 1 1.448-1.27 7.18 7.18 0 0 1 3.987-1.247 5.9 5.9 0 0 1 2.45.579 13.4 13.4 0 0 1 1.871.98 4.23 4.23 0 0 1 1.648 2.183c.134.379.891 1.136 1.069 1.582a2.5 2.5 0 0 1 .178.6 1.6 1.6 0 0 0 .2.668Z" style="fill:none"/></clipPath></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#426f54"/><path d="M30.256 20.844a1.7 1.7 0 0 1 .334.446 5.7 5.7 0 0 1 .446 1.938 5.3 5.3 0 0 1-.356 2.205 13.6 13.6 0 0 1-1.537 1.582 5 5 0 0 1-.624.2 2.5 2.5 0 0 1-1.359.29c-2.094-.156-4.121-1.2-5.725-1.782-.6 1.069-2.851 2.228-2.851 2.228s-.757.2-1.114.29a6 6 0 0 1-1.025.089c-.178 0-.356-.111-.535-.089-.156.022-.312.134-.446.156a6.2 6.2 0 0 1-1.849-.49l-.913-.668-.535-.535a5.9 5.9 0 0 1-1.025-1.448c-.089-.223-.312-.468-.379-.668-.089-.223-.089-.646-.156-.913a3.23 3.23 0 0 1 .824-2.963 16 16 0 0 1 1.648-.958c1-.423 1.938-1.247 3.3-1.314a3.25 3.25 0 0 1 1.021-1.673 11.4 11.4 0 0 1 1.448-1.27 7.18 7.18 0 0 1 3.987-1.247 5.9 5.9 0 0 1 2.45.579 13.4 13.4 0 0 1 1.871.98 4.23 4.23 0 0 1 1.648 2.183c.134.379.891 1.136 1.069 1.582a2.5 2.5 0 0 1 .178.6 1.6 1.6 0 0 0 .2.668Z" style="fill:#423334"/><g style="clip-path:url(#a)"><path d="M21.5 25.455c.022-.022 0-.022 0-.022l-.022-.022c.022-.022-.067-.089-.067-.045-.022-.022-.022 0-.022 0 0 .022 0 .022-.022.045-.022 0-.022 0-.022.022h-.022v.022s.022.022 0 .022c-.022.022 0 .022 0 .022s.022.022 0 .022l.045.045h.045c.022 0 .022 0 .045-.022 0 0 .022-.022.022 0l.022-.022c.022-.022 0-.022 0-.022.022-.022.022-.022 0-.045Zm-4.7 2.027c-.022 0-.022.022-.022.045a.07.07 0 0 0 .022-.045m-.891-.245c0 .045 0 .045.022.045 0 .022 0 .022.022.022 0 .022.022.022.022 0H16c.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022v-.045c0-.022 0-.089-.022-.089-.022-.067-.045-.111-.156-.111v-.067c-.045 0-.045-.022-.067-.022-.022-.045-.045-.111-.134-.089l-.022.134a1 1 0 0 1 .245.089c-.111-.001 0 .155.022.177Zm4.522-2.495a1 1 0 0 0-.156-.067.21.21 0 0 0-.111.156c.09.045.179 0 .268-.089Zm-.022.691c0 .022 0 .045-.022.045 0 .022 0 .067-.022.067-.045-.022-.045.089 0 .089 0 .022 0 .045.022.045 0 .022 0 .022.022.022 0 .022.045.022.045 0 .022 0 .067 0 .067-.022.022 0 .022 0 .022-.022.022 0 .022-.022.022-.045.022 0 .022 0 .022-.022v-.045c-.022 0-.022-.045-.022-.067a1 1 0 0 0-.156-.045m1.47-.579c.022-.022.022-.022 0-.045.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022-.022-.045.022-.022 0-.022-.022-.045l.022-.022c-.022-.067 0-.156-.089-.223a.3.3 0 0 0-.223.067l-.022.223c-.022.022-.067.067-.045.089l-.022.022c-.067-.045-.156-.156-.223-.156-.022-.022-.045-.045-.067-.022-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022 0-.022 0a.3.3 0 0 0-.245.022c-.045.156.089.2.245.312-.022.022.022.045.045.067.089.156.267.022.379 0 .045 0 .022.022.045.045l.134-.067.022.022c.022-.022 0-.045 0-.067.022-.022 0-.022-.022-.045l.022-.022c.045.045.089-.022.089.045.067-.045.134-.022.178-.045.022.022.022 0 .045-.022.022.022.045 0 .067-.045Zm-.557.557c-.022-.022 0-.045.022-.022 0 0 .022-.022.022 0 0-.022.022-.045 0-.089-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.067 0-.067-.022h-.134c0 .067-.111 0-.089.089h-.022c0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022-.022.022-.022 0-.022 0-.045 0-.045-.022h-.067a.15.15 0 0 1 .022.134c0 .067-.045.089-.089.111 0 .089.067.111.134.156a1.2 1.2 0 0 0-.423.178c-.022 0-.045 0-.045.022-.045 0-.045.022-.045.045-.067.045-.134.045-.134.156 0 .022 0 .022.022.022v.022c0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .045.022.045 0 .022 0 .022.022.022 0 .045-.022.134.045.111-.022.045.089.045.089 0 .067 0 .067-.089.067-.156.022 0 .022-.022.022-.045a1.1 1.1 0 0 1 .267-.178c-.022 0-.022 0-.022-.022.022 0 .022-.022.022-.045a.95.95 0 0 1 .356-.468c0-.045.045-.022.089-.022.022-.045.022-.045.022-.067Zm.757-1.893c.022.022.022 0 .022 0 .045.067.089 0 .111-.045-.022-.045-.045.022-.067 0 .022-.022.022-.022 0-.045a1.8 1.8 0 0 1 .668.067l-.245-.134c0-.089.067 0 .111-.067l-.022-.022-.022-.022s-.022.022-.022 0a.02.02 0 0 1-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022-.022-.022s-.022.022-.022 0l-.022-.022-.022.022c.045.045.067.045-.022.111a1 1 0 0 0-.245 0c.045.022.089.067.089.089l-.045.045c-.022-.022-.022 0-.022 0-.067 0-.089.111-.111.156.045.111.089.045.111 0Zm-6.571 3.007c.045.045.134.089.178.022-.021-.068-.154-.134-.177-.023Zm.312.067v-.045c-.043-.068-.11.066.001.044Zm5.057-1.27a.6.6 0 0 0-.29-.156c-.022-.022-.022 0-.022 0-.045-.045-.067.022-.089.045-.067 0-.111.134-.089.156s.045.022.045.045h-.022c0-.022 0-.022-.022-.022 0-.022.045-.022.089-.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022v.022h.067c.022-.045.067.045.089.045.022.022.067.045.089.022v-.022c-.022-.111.045-.156.067-.2Zm-.088-1.022c.022.022.022-.022.045-.022.022.022.067-.022.045-.045.022-.022 0-.022 0-.022.045-.045.111.045.156.067l.022.022.022.022.022.022c-.022.022 0 .022.022.022.022.022.045.045.067.022.022.022.022 0 .022 0 .022 0 .045 0 .089.045.022-.045.045-.045.067-.045.022.022.022 0 .022 0 .022.022.045-.022.067-.045.022.022.022 0 .022 0 .022.022.022 0 .045-.022.022.022.022 0 .022-.022.022-.022.022-.022 0-.045.067-.045-.067-.111-.089-.067-.022-.022-.045-.045-.067-.022-.022-.022-.022 0-.022 0-.022-.022-.022 0-.045.022a.08.08 0 0 1-.067-.022c-.022-.022-.022 0-.022 0-.022-.022-.022-.022-.045 0h-.045c-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0l-.022.022c-.022-.022-.045 0-.067 0l-.022-.022c-.2-.156-.423.134-.2.134Zm-2.428 1.337c.022.067.178.089.223.045.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022-.067 0-.067 0-.022 0-.067-.022-.067s-.022 0-.022-.022c-.022 0-.022 0-.022-.022v-.022c-.067-.045-.111-.111-.2-.134-.111.089-.022.267-.111.4.067.089.067-.022.111-.067Zm3.453-1.671c-.022.022 0 .022 0 .022l-.022.022c.045.045.045.089.111.156a.37.37 0 0 1 .446 0c.111-.2.022-.334-.156-.446-.089.045-.178.022-.245.089-.022-.022-.022 0-.022 0 0 .022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.089.067-.045.067-.022.022 0 .022 0 .022l-.022.022c-.022.022-.022.022 0 .045Zm-2.05 1.734c-.022 0-.022-.045-.067-.045-.022.067.067.089.067.045m2.361-2.072c-.089-.044.045.067 0 0m-4.188 2.049c-.022 0-.045-.022-.089-.022a.17.17 0 0 0-.022.111c.089.023.089-.066.111-.089m-.6 1.693c.021 0-.001-.022-.001 0Zm.29.089c0-.045-.134-.045-.134 0h-.045c0-.089-.089 0-.022.022.022.045-.067.067.022.067.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022.022.022.045h.086c0-.022.022-.022.045-.022-.022-.067-.022-.045 0-.111 0-.045 0-.045-.022-.045ZM17 27.281c.022.022.045.022.045 0 .067.022.089-.022.156-.022 0 .022.045.022.067.022 0 .045.134.045.111-.022.111-.178 0-.423-.2-.356 0 .134-.022.178-.2.156 0-.022-.022-.022-.045-.022l-.29-.245c0-.022 0-.067-.022-.067-.022-.223.089-.356-.022-.468-.022.089-.156.089-.156.223-.022 0-.022 0-.022.022a1 1 0 0 0 0 .267v.022c-.022 0-.022.022-.022.045-.022 0-.022.045-.022.067-.045-.022-.045.089 0 .089 0 .045.022.045.045.045.045.134-.089.245.045.312.134-.134.245-.111.379 0-.022-.089.134 0 .156-.067Zm2.138-1.515.089-.356c.245.178.267-.111.468-.156.022-.045.022-.111.089-.156-.067-.022 0-.067-.045-.134-.067-.022-.111-.089-.178-.089a.32.32 0 0 1 .089.223c-.2.045-.379.134-.535.045-.045 0-.045-.045-.111-.022 0 .022 0 .022-.022.022h-.022c0 .022 0 .022-.022.022v.089c.045-.022.045.089 0 .089-.022.022.022.111-.022.111 0 .022 0 .067-.022.067-.045 0 0 .067-.022.111-.067.089.178.29.267.134Zm-1.178.334c.022-.067-.022-.067-.022-.134-.223-.045-.312.334-.423.2 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022-.045-.022-.067-.022 0-.022-.067-.022-.067 0-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022v.022c-.022 0-.022.022-.022.045H17.2c.022.045-.045.134.045.134h.022v.022c-.089-.022-.089.045-.156.089-.089 0-.2-.045-.267 0v.089c.111.067.156-.067.29-.045 0 .045.045.067.089.089-.022.045.089.045.089 0 .045 0 0-.111.022-.156.022 0 .022 0 .022-.022s.022-.022.045-.022c.156 0 .156.178.312.156.089-.156.067-.4.245-.446Zm4.277-.557c0 .022.045.022.067.022-.004-.043-.023-.021-.067-.021Zm.267.557c.022 0 .022-.022-.004 0Zm-6.059 1.6c0-.045.022-.045.022-.067a.145.145 0 0 0-.2.045c-.022 0-.022 0-.022.022h-.022l-.134.111c-.022-.067-.2-.067-.134.022 0 .022 0 .022.022.022 0 .045-.111.022-.134.067-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022v.022c-.022 0-.022 0-.022.022.022.067.045.111.111.134 0-.089.045-.111.045-.156v-.045c.022 0 .022-.045.022-.067l.134-.022v-.067h.045c0 .089.089 0 .156.022 0 .022 0 .022.022.022 0 .022.022.022.045.022.022.045.134.022.156.045.045-.089-.045-.134-.045-.223Zm3.586-1.225a.6.6 0 0 0 .067-.334c.022 0 .022-.022 0-.022-.022-.067-.045-.045 0-.111l-.089-.022c0-.022 0-.067-.022-.067v-.067c.045 0 .045-.022.045-.067.134 0 .067-.2.045-.245a.24.24 0 0 1-.2-.045c-.045.022-.067.067-.111.111.067.022.022.089.045.178l-.134.067a.3.3 0 0 0-.111-.178c0 .111-.111-.045-.156.045-.022 0-.045 0-.045.022-.089.045-.022.223 0 .267-.045.045-.134.045-.245.045 0-.022-.045-.022-.045 0h-.022a.17.17 0 0 0-.2 0c0 .111.022.178.111.2 0 .022.045.022.067.022 0 .022.022.022.022 0 .022 0 .045 0 .045-.022.156-.067.29.067.423 0 .045 0 .045-.022.045-.045.022-.067.111-.067.2-.067.045.045.045.111.045.2-.022 0-.022.045-.022.067-.022 0-.022.045 0 .045-.022.111.156.045.156.134-.045.089-.134.134-.156.223.089.022.178.178.089.267a.36.36 0 0 0-.156.2l.267-.178-.022-.089h.133c.067-.2.29-.245.29-.49-.134.067-.334.067-.356-.045Zm-5.279 1.136h-.089c-.022.049.089.049.089.004Zm1.938-2.027c-.022-.045-.022-.045-.045-.045 0-.022 0-.022-.022-.022.022-.045-.045-.022-.045-.067-.134.089-.29.156-.334.334-.045.111-.2.111-.312.067a.24.24 0 0 1-.134.156h-.022c0-.022-.045-.022-.045 0h-.267a.7.7 0 0 0 .022.223.3.3 0 0 0 .2.045c0 .022 0 .022.022.022 0 .022.022.022.045.022 0 .022.045.022.067.022 0 .045.111.045.111 0 .022 0 .022 0 .022-.022.022 0 .045 0 .045-.022.022 0 .022 0 .022-.022.022 0 .045 0 .045-.022.022 0 .022 0 .022-.022.2-.111.446-.624.691-.312-.022-.022-.045-.022-.045.022-.022 0-.022.067 0 .067 0 .022.022.022.045.022h.045c.134.045-.022-.2.134-.156 0-.2-.245-.134-.267-.29m-2.25 2.272c-.022 0-.045 0-.045-.022-.022 0-.067 0-.067-.022-.089-.022-.067.089-.134.111a.13.13 0 0 1-.022.089c-.022.045.022.067.022.111l.067.022h.022c0-.022.022-.022.045-.022 0-.022.022-.022.067-.022 0-.022.022-.022.045-.022 0-.022.022-.022.045-.045 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022a1 1 0 0 0-.089-.134c.022.022 0 .022 0 0m-2.116-1.047a.02.02 0 0 1 .022-.022c-.022.004-.022.004-.022.027Zm-1.492-2.205c-.022-.022 0-.022 0-.067a.1.1 0 0 1-.045-.022c0 .022 0 .045.022.045a2 2 0 0 0 .245.423c.022-.022.022-.045.022-.089.045-.156-.156-.223-.245-.29Zm1.893 2.296c0-.022-.022-.022 0 0-.022-.045-.022-.045-.045-.045 0-.022-.022-.022-.045-.022 0-.022 0-.022-.022-.022 0-.022-.045-.022-.045 0h-.045c0-.111-.067-.022-.134-.067a.3.3 0 0 0 .045.178l.223.223v-.022c.022 0 .022-.022.022-.045.022 0 .022-.022.022-.045.045.022.045-.134.022-.134Zm1.247.8c0 .045.045.067.067.089a.5.5 0 0 1 .178-.022c0 .022 0 .022.022.045a.17.17 0 0 0 .089-.045l-.178-.156a.2.2 0 0 0-.178.089m.78.512c0-.022 0-.045-.022-.045-.023.028 0 .05.022.05Zm.022.022c0-.017-.022-.017 0 .005Zm0-.646c.022 0 .022-.022.022-.067h-.045c.023.028.023.028.023.072Zm-.022.022c.022 0 .045 0 .045-.022-.045.005-.045.005-.045.027Zm-.869.134V27.7a.17.17 0 0 0-.022.111h.067c-.023-.04-.023-.062-.045-.062Zm.646.223a.9.9 0 0 0 .2.2.27.27 0 0 0-.2-.267Zm-.312-.045v-.111a.24.24 0 0 1-.178-.022l-.134.022v.022c.045 0 0 .067.022.111.022 0 .022 0 .022.022.022 0 .045 0 .045.022.022 0 .022.022.022.045.022 0 .045 0 .045.022.022 0 .045 0 .045.022a.02.02 0 0 1 .022.022l.067.022c0-.045.022-.067.022-.089-.022-.067-.022-.111 0-.111Zm.78-.29c.156-.022.134-.111.267-.156.089.022.089-.045.111-.089.045 0 .045-.022.045-.045.022 0 .022-.045 0-.045v-.022h.022c.022-.067-.134-.045-.134-.022-.022 0-.022 0-.022.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022h-.134c0-.022-.022-.022-.045-.022 0-.022 0-.045-.022-.045.022-.156-.067-.223.022-.267-.111.022-.156-.022-.245-.045-.134.045-.245.2-.379.178-.022-.111-.067-.223-.089-.356-.067-.022-.089 0-.156 0 .022-.111-.156-.134-.178-.156v.045c-.045-.022-.045.089 0 .089l.134.045.022.2c.067 0 .111.067.134.134-.022 0-.022 0-.022.022v.022c-.022 0-.045 0-.045.022-.022 0-.067 0-.067.022-.022 0-.067 0-.067.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022-.156 0-.156-.156-.379-.134-.022.067-.067.134 0 .178.022 0 .022.022.022.045.022 0 .045 0 .045.045.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022-.022.089 0 .111.022.022 0 .045 0 .045.022.022 0 .022 0 .022.022.022 0 .045 0 .045.022a.02.02 0 0 1 .022.022 1 1 0 0 1 .089-.156 1 1 0 0 1 .156.067.3.3 0 0 1 .2 0 .17.17 0 0 1-.022.178c.022.022.045.022.045.045v.022c.022 0 .067 0 .067.022.022 0 .045 0 .045.022.022 0 .022 0 .022.022l.045.022-.134-.178c.045-.045 0-.156.089-.156 0-.022 0-.022.022-.022a.33.33 0 0 1 .156-.067.13.13 0 0 1 .089.022h.05v-.045c.022 0 .022.022.022.045.045 0 .067 0 .067.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .045 0 .067.045 0-.022.022-.022 0 0Zm-.356-.067c0 .022 0 .045.022.045 0-.017 0-.039-.022-.039Zm5.836-1.114c0-.022-.022-.022 0 0-.045 0-.022.022 0 0-.023.049 0 .028 0 .006Zm-3.809 1.158c-.022 0-.022.022-.022.045.022.006.022-.016.022-.039Zm0 .111c0 .022 0 .067.022.067 0-.038 0-.06-.022-.06Zm0 .067c0 .022 0 .067.022.067 0-.038.022-.06-.022-.06Zm0-.067v-.06a.033.033 0 1 0 0 .067Zm.134.2c.045.067.134.2.223.156-.09-.037-.112-.149-.225-.149Zm-.111-.089c0 .045.022.045.045.045-.002-.015-.024-.015-.046-.038Zm.535.267c-.045-.022-.134-.111-.178-.045.178 0 .089.156.2.2-.023-.036-.09-.081-.023-.147Zm-.49-.223c0 .022.022.022.045.022-.002-.014-.024-.014-.047-.014Zm-5.19-3.119a.1.1 0 0 0-.156-.111c-.156.022-.089.312-.022.423 0 .022 0 .022.022.022-.022.067.045.045.089.045a.135.135 0 0 0 .178-.022c.022-.134-.045-.178-.089-.245 0-.045.022-.111-.022-.111Zm.045.691c0 .045 0 .089.045.089 0-.022.022-.045.022-.089Zm.156.045c.111-.022.134 0 .223-.067a.17.17 0 0 0-.156-.134c.022.067-.067.022-.089.067.042.074-.025.097.02.142Zm.512.423a.25.25 0 0 0-.134-.067h-.067c-.045-.045-.156 0-.223-.022 0-.022-.022-.022-.022 0-.022 0-.022.022-.022.045-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022.022 0 .022v.067c-.067-.022-.022.045 0 .045 0 .022 0 .022.022.022 0 .022 0 .067.022.067s.045 0 .045.022h.086c0-.022.022-.022.045-.022.045-.022.111-.022.134-.089.022 0 .045 0 .045-.022a.12.12 0 0 0 .089-.045c.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022 0 .006 0-.038-.022-.038Zm2.918 1.893c-.134 0-.223.134-.156.2.223.022.29.178.468.178 0-.045 0-.067.022-.089a1 1 0 0 1-.336-.281Zm-3.987-3.653-.045-.022c-.022 0-.022 0-.022-.022H11.1c-.022 0-.022 0-.022.022-.045 0-.045.022-.045.045-.022 0-.022 0-.022.022v.022c-.045-.022-.045.089 0 .089 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022.045.022.045 0h.022c0-.022 0-.022.022-.022 0-.022 0-.022.022-.022s.022 0 .022-.022 0-.022.022-.022V24.2c-.022 0-.045-.022-.022-.045Zm1.582 3.1.089.067v-.067c-.069.026-.092.004-.092.004Zm-1.158-1.292c-.022-.045-.022-.045-.045-.045l.067.089c-.003-.018-.003-.04-.025-.04Zm7.6 1.247v.067c.067 0 .111 0 .111-.067a.1.1 0 0 0-.118.005Zm-.757-.334c.022 0 0-.022 0 0-.022-.045-.022-.045-.045-.045-.067-.022-.2-.022-.2-.156 0-.022 0-.022-.022-.022 0-.022 0-.067-.022-.067 0-.022 0-.022-.022-.022 0-.022-.045-.022-.067-.022 0-.022-.045-.022-.045 0-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022h-.022c-.022 0-.022 0-.022.022h-.022c-.022 0-.022 0-.022.022-.045 0-.067 0-.067.045-.022 0-.022 0-.022.022-.045 0-.045.111 0 .111 0 .022 0 .045.022.045 0 .022 0 .045.022.045l.089.134c.045.089 0 .156-.134.134 0 .045-.045.045-.022.111.045.045.089-.022.156 0 .022-.067.022-.134.089-.156 0 .045.111.045.111 0l-.022-.089c.022 0 .022 0 .022-.022.089-.022.067.089.067.156a.5.5 0 0 0 .312-.045c-.022-.022.045-.223-.045-.245m.379-.379c0-.022-.045-.022-.045 0l-.156.022c-.067-.022-.111-.156-.178-.111-.045.223.223.29.356.4.022-.067.156-.156.089-.267-.022-.045-.045-.045-.067-.045Zm-.913 1.381v.067c.037.027.037-.062-.008-.062Zm1.715-1.247c0-.022-.045-.022-.067-.022 0-.022-.045-.022-.045 0-.111.022-.156-.022-.223.045-.111 0-.2.022-.2.134.111.045.156.156.334.156-.022-.067.022-.045.022-.111.111 0 .267-.067.223-.156 0-.045-.022-.045-.045-.045ZM18 27.927c.045 0 0 .111.067.111.049-.044-.018-.155-.067-.111m-.089-.446c-.022 0-.067 0-.067.022h-.022c0 .045-.022.134.045.111 0 .022.022.022.022 0 .048-.021.004-.114.026-.132Zm3.052-1.359c0-.022-.045-.022-.045 0-.022 0-.022.022 0 .022.004.024.049.024.049-.021Zm-.936-.267c.049.068.049-.088.004.001ZM17 27.794c0 .022.024.022 0 0m.379.468.111-.022h.022a.14.14 0 0 0 0-.134.2.2 0 0 1-.134.156Zm-.356-.624c-.022 0-.022.022-.022.045.023-.001.023-.023.023-.045Zm-.023.156v-.134c-.021.022-.021.156 0 .134m.067-.178c-.022 0-.045 0-.045.022.024 0 .047 0 .047-.023Zm.067.245a.55.55 0 0 0 .379.223.41.41 0 0 0-.378-.223Zm-.111-.045c.001.022.023.022.001 0Zm.022.022c0 .022.045.022.089.022.001-.022-.043-.022-.088-.022Zm-4.277-1.426c0 .022.045.022.067.022a.08.08 0 0 0-.066-.021Zm1.225-.2c-.022 0-.022.022-.022.045s0 .045-.022.045c0 .022 0 .045-.022.045v.067c.022 0 .067 0 .067.022h.022c0-.022.022-.022.045-.045v-.022c-.022 0-.022-.022 0-.022v-.067a.17.17 0 0 1 .022-.111c-.045.022-.111 0-.089.045Zm0-.067a.08.08 0 0 0 .067-.022.08.08 0 0 0-.065.022Zm-.045-.334c.024-.089-.065 0 .002 0Zm1.2.6a.13.13 0 0 0 .089-.134c-.067-.067-.156 0-.2.022.004.069.027.114.116.114Zm-.134-.111c.005-.021-.014 0 .005 0Zm-1.314-.823c.089-.022.111.022.178.022l-.022-.089c-.067-.022-.156.022-.223.045.022.045-.022.111.022.134v.022c.022 0 .022 0 .045.022a.19.19 0 0 1 0-.156m-.067.045v-.045c.022 0 .022 0 .022-.022.045 0 .028.089-.017.067Zm.223.624c-.067.045-.134-.022-.156.045-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.045 0-.045.022-.045.045h-.022c.022.089-.022.045-.022.156.272.087.405-.18.294-.314Zm.8.2h.045c0 .045.134.045.111-.022.134.022.156-.089.178-.178.022 0 .022-.022.022-.045.022 0 .022-.045.022-.067.022 0 .022-.067 0-.067 0-.022 0-.022-.022-.022 0-.022 0-.045-.022-.045 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022-.067-.067-.045 0-.045 0-.045.022-.045.045-.134.022-.2.134-.178.312-.045.022-.045.156 0 .156Zm-.757-.646v-.2h-.022a.08.08 0 0 0 .022.067.26.26 0 0 1-.223.045c0 .045.045.067.089.089 0-.022 0-.022.022-.022v.021Zm.067.178c0-.022 0-.067-.022-.067l.022.334h.022c0-.022.045-.022.067-.022a.25.25 0 0 1 .178 0c0 .022.045.022.045 0 .022 0 .022 0 .022-.022a1.4 1.4 0 0 0 .223-.49c.022 0 .022 0 .022-.022.156-.067-.156-.089-.178-.045-.045.022-.111-.022-.134.022h-.022c-.022.089-.134.067-.111.178-.022 0-.022.022-.022.045-.089-.022-.067.045-.111.089Zm1.136 1.27c.022-.178.334-.178.334-.312-.022.045-.045-.067-.045-.111a.45.45 0 0 0-.4.423c0-.022 0-.045.022-.045-.013.067.051.022.095.045Zm1.559-.958c.029 0 .007-.022.007 0Zm.423-.512c.007.022-.015-.001.007-.001Zm-.045-.022c-.022.067 0-.067-.067-.022l-.022.156c.067 0 .156-.067.089-.134M15.4 27.7c-.045.022-.045.089-.022.089.045.089.134-.045.067-.089-.003-.062-.045-.04-.045 0m2-1.849c.022 0 .022-.022 0 0 .045-.022.045-.022.045-.045.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.045 0 .045-.022.045-.067a.109.109 0 0 0-.067-.178c-.022 0-.022 0-.022-.022v-.022a.6.6 0 0 0-.2-.022.56.56 0 0 0 0 .423c-.022.067.178.045.156-.022Zm-4.567.579c.045 0 .045-.022.045-.045a.05.05 0 0 0-.042.05Zm2.651.111c.003.028-.019.005.003.005Zm-2.718-.134v-.067a.033.033 0 1 0 .003.073Zm0-.111c-.022 0-.022.022-.022.045.025.005.025-.018.025-.041Zm.022-.045c-.022 0-.022.022-.022.045.026.004.026-.017.026-.039Zm-.624-1c-.045 0-.045.111.022.089.022.111.111-.022.156-.022.022-.089-.134-.156-.178-.067m.713 1.025v.067c.023.003.023-.064.004-.064Zm-.4-.824c-.022.045-.022.045-.022.067a.036.036 0 1 0 .025-.064Zm.49-.29V25.1c-.022 0-.022-.022-.022-.045-.022 0-.022 0-.022-.022H12.9c0 .022-.022.022-.022 0h-.111c-.045.045-.089.067-.089.156a.17.17 0 0 0 .2.045c0-.022 0-.022.022-.022a.2.2 0 0 1 .067-.045Zm.356 2.294c.045 0 .089.045.134 0l-.022-.089c-.086-.019-.109.026-.109.093Zm-.223-1.868c0 .022 0 .045.022.045l.156.4c.379 0 .2-.668-.134-.579 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0-.045 0 .067.022.067Zm.178.646c-.045-.022-.067 0-.089.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.045 0 0 .067-.022.111.022.022.045.022.089.022v.022l.089.022c.022.067.156.045.2.022.022-.178-.089-.223-.2-.29Zm-.334-.045c0 .022.022.022.045.022.003-.021-.019-.021-.041-.021Zm-.067.178c.023.023.023.001.004.001Zm.245-.178c-.022 0-.045 0-.045.022Zm-.045.022h-.089c-.018.023.093.023.093.001Z" style="fill:#3d2f30"/></g><path d="M22.1 23.2a10.8 10.8 0 0 1-4.656 2.228 7 7 0 0 1-1.158.29c-.267 0-.512-.089-.824-.089a6 6 0 0 1-1.114 0c-.4-.067-1.092-.468-1.693-.668-.334-.111-.646-.089-.913-.2a2.18 2.18 0 0 1-1.069-1.025 3.14 3.14 0 0 1 .869-2.807c.134-.089.29-.089.446-.2.29-.2.446-.512.668-.624.178-.089.379-.111.579-.2.49-.223.936-.579 1.448-.824a6.1 6.1 0 0 1 2.072-.446c1.648-.156 3.208-.579 4.7-.668.78-.045.846.2 1.4.446l.49.089c.111.067.29.245.446.334.223.134.4.134.49.245a1.66 1.66 0 0 1 .2 1.114c-.045.223-.267.379-.49.624-.178.2-.29.49-.446.668-.446.6-1.158 1-1.448 1.715Z" style="fill:#6c4317"/><path d="M22.1 23.071a10.8 10.8 0 0 1-4.653 2.229 7 7 0 0 1-1.158.29c-.267 0-.512-.089-.824-.089a6 6 0 0 1-1.114 0c-.4-.067-1.092-.468-1.693-.668-.334-.111-.646-.089-.913-.2a2.18 2.18 0 0 1-1.069-1.025 3.21 3.21 0 0 1 .869-2.829c.134-.089.29-.089.446-.2.29-.2.446-.512.668-.624.178-.089.379-.111.579-.2.49-.223.936-.579 1.448-.824a6.1 6.1 0 0 1 2.072-.446c1.648-.156 3.208-.579 4.7-.668.78-.045.846.2 1.4.446l.49.089c.111.067.29.245.446.334.223.134.4.134.49.245a1.66 1.66 0 0 1 .2 1.114c-.045.223-.267.379-.49.624-.178.2-.29.49-.446.668-.446.624-1.158 1.025-1.448 1.738Z" style="fill:#a3b34f"/><path d="M17.8 18.75a28 28 0 0 1 3.052-.49 2.52 2.52 0 0 1 1.648.446c.535.267 1.381.668 1.2 1.559a9 9 0 0 1-.735 1.114c-.178.223-.535.423-.78.735-.312.379-.535.8-.78 1.025-.156.134-.379.156-.579.29-.29.2-.49.512-.824.668a4 4 0 0 0-.49.156 6.8 6.8 0 0 1-1.4.624 4 4 0 0 1-.535 0 11 11 0 0 1-1.158.29 8 8 0 0 1-1.648-.045c-.178-.022-.334-.2-.579-.29-1.27-.423-3.141-.4-2.807-2.428a4.7 4.7 0 0 1 .379-.735c.111-.223.111-.468.2-.579.111-.156.4-.267.624-.446a5 5 0 0 1 1.559-.913z" style="fill:#dde072"/><path d="M18.2 18.861c2.473-.891 5.814.735 4.121 2.9a7.8 7.8 0 0 1-1.158 1.114 3.7 3.7 0 0 1-.735.334 9.3 9.3 0 0 1-1.849.869 19 19 0 0 1-2.428.334c-.312.045-.6.178-.913.2a3.17 3.17 0 0 1-2.985-1.158c-.512-.891.512-2.094 1.069-2.317z" style="fill:#eaeca2"/><path d="M21.234 21.311a3.3 3.3 0 0 0-.958-1.648 6.2 6.2 0 0 0-1.359-.824 2 2 0 0 0-.379-.089 4.12 4.12 0 0 0-3.652 1.05c-.178.134-.334.29-.334.423a.02.02 0 0 1-.022.022c-.022 0-.045.045-.134.089-.557.446-.891 1.96-.579 2.317a1.4 1.4 0 0 0 .29.245 6.2 6.2 0 0 0 2.629.936h.958a1 1 0 0 0 .267-.022 2 2 0 0 0 .267-.045c1.313-.204 3.072-1.139 3.006-2.454" style="fill:#6c4317"/><path d="M16.734 23.851a6.5 6.5 0 0 1-2.629-.936 1.4 1.4 0 0 1-.29-.245 2.44 2.44 0 0 1 .579-2.317c.111-.089.134-.111.156-.089-.067-.29.8-.8.958-.78-.178.089-.223.045-.379.29.356-.134.646-.245.913 0 .178 0 .2-.2.29-.29.022-.178-.111-.178-.089-.334.178 0 .245.156.379.2.067-.045.134-.512-.045-.49a1.2 1.2 0 0 1 .379-.089c.089.045-.022.045-.089.045-.2.312-.045.824.379.78.134-.134 0-.557.334-.49-.045.156.045.178.045.29a5.3 5.3 0 0 0 1.069-.535c0 .089 0 .446.2.49-.111.468-.245.891-.735.958-.022.356.067.824-.245.869-.045-.334.134-.646 0-.913-.29.045-.312.334-.446.535h-.379c.356.178-.557.557-.089.958.2-.067.535-.267.735-.045a.4.4 0 0 1-.2.29c.089.111.223.178.245.334.067 0 .089-.2.089 0 .067-.045.067-.156.156-.2.223.245.356-.089.535.156.111-.089.022-.356-.089-.379.045-.2.223 0 .29-.089.045-.245-.156-.245-.156-.446.067-.067.2-.045.334-.045-.067.267.089.29.2.379 0 .156-.134.178-.089.379.067.111.245.045.156.245h.2c.067-.2.2-.29.334-.535-.111-.111-.045-.446-.2-.535a.3.3 0 0 1 .379-.2c.045.29-.111.4-.2.579.111.134.334.067.49.245.089 0 .067-.134.2-.089l-.089-.245c-.045.045-.111.045-.2.045.045-.178.446-.223.334-.379.2-.2.557.067.624.29-.089.045-.356.29-.089.334a2.9 2.9 0 0 1-.824 1.069.46.46 0 0 0-.334-.156.8.8 0 0 1-.731.24 1.14 1.14 0 0 1-.334.579.3.3 0 0 0-.156-.045.57.57 0 0 1 .045-.29 1.58 1.58 0 0 0-.98.6h-.936ZM14.8 20.4c-.089-.022 0-.067 0-.156-.156.045-.267.379-.245.446.089-.089.111-.223.2-.29-.003.02.019.043.045 0" style="fill:#633c11"/><path d="M30.768 23.272v-.2a.6.6 0 0 0-.022-.2l-.022-.2v-.045l-.024-.157a.08.08 0 0 0-.022-.067l-.022-.134a.08.08 0 0 0-.022-.067 1 1 0 0 0-.022-.111l-.022-.067c-.022-.045-.022-.089-.045-.111 0-.022 0-.045-.022-.045a.4.4 0 0 1-.045-.156c-.156-.423-.49-.735-.624-1.158a8 8 0 0 0-.245-.913c-.223-.49-.691-.869-.958-1.359a5 5 0 0 1-.312-.624 5.5 5.5 0 0 0-.6-.98 7 7 0 0 0-.739-.69 8.5 8.5 0 0 0-2.027-1.114 5.9 5.9 0 0 0-2.272-.446 6.5 6.5 0 0 0-1.515.2 6 6 0 0 0-1.225.4 6.3 6.3 0 0 0-1.671 1.247 9.3 9.3 0 0 0-1.314 1.337 2 2 0 0 0-.156.29l-.134.334a.5.5 0 0 0-.045.178h.111l.423-.045.134-.045.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.535.356-.624.691-.156.111-.4.089-.423.312v.089A20 20 0 0 0 24.13 26.5a7.9 7.9 0 0 0 3.052.668c.4-.022.49-.2.78-.334.2-.089.446-.134.579-.2a6 6 0 0 0 1.069-.958 4 4 0 0 0 .958-1.114 2.7 2.7 0 0 0 .223-1.2c-.022-.067-.022-.067-.022-.089Z" style="fill:#6c4317"/><path d="M30.5 21.712c-.156-.423-.49-.735-.624-1.158a8 8 0 0 0-.245-.913c-.223-.49-.691-.869-.958-1.359a10.3 10.3 0 0 0-.913-1.6A7.3 7.3 0 0 0 25 14.9a5.9 5.9 0 0 0-3.787-.245 5.3 5.3 0 0 0-2.9 1.648c-.691.646-1.426 1.136-1.648 2.138h.111l.423-.045.134-.045.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.535.334-.624.668-.134.156-.423.067-.446.334a20 20 0 0 0 2.562 1.025 7.9 7.9 0 0 0 3.052.668c.4-.022.49-.2.78-.334.2-.089.446-.134.579-.2a6 6 0 0 0 1.069-.958 4 4 0 0 0 .958-1.114 4.1 4.1 0 0 0-.067-2.784Z" style="fill:#a3b34f"/><path d="M29.432 20.688c-.134-.312-.134-.646-.245-.913-.2-.468-.668-.846-.913-1.314a7.3 7.3 0 0 0-.914-1.561 7.36 7.36 0 0 0-3.987-2.027 6.56 6.56 0 0 0-4.7 1.738c-.579.579-1.225.98-1.359 1.693l.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.557.334-.646.691 0 .022-.067.067-.067.067-.022 0 .045.022.089.022a20.7 20.7 0 0 0 4.259 1.357 3.56 3.56 0 0 0 2.138-.535 3 3 0 0 0 .446-.334 3.94 3.94 0 0 0 1.4-2.384 5.3 5.3 0 0 0-.8-2.562Z" style="fill:#dde072"/><path d="M28.028 19.485a9.57 9.57 0 0 0-4.3-3.185 4.98 4.98 0 0 0-4.01.78 2.06 2.06 0 0 0-.624.824c0 .022-.111.156-.022.2h.045a19 19 0 0 1 2.383-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27a3.8 3.8 0 0 0 1.2.49 3.74 3.74 0 0 0 2.384.49 2.9 2.9 0 0 0 1.693-1.359 2.9 2.9 0 0 0 .668-1.27 5.2 5.2 0 0 0-.572-3.274" style="fill:#eaeca2"/><path d="M25.533 19.418a.14.14 0 0 0-.045-.111 4 4 0 0 0-.178-.468 2.3 2.3 0 0 0-.646-1 3.1 3.1 0 0 0-1.693-.824H22.1a2.22 2.22 0 0 0-1.448.446 2 2 0 0 0-.423.312.4.4 0 0 0-.067.134c.446-.067.913-.134 1.337-.156h.178a1.44 1.44 0 0 1 .869.245 2.2 2.2 0 0 0 .4.2c.045.022.134.022.2.045a.7.7 0 0 1 .29.067 1.6 1.6 0 0 1 .223.178 1.6 1.6 0 0 0 .223.178 2 2 0 0 0 .245.111.54.54 0 0 1 .267.156 1.77 1.77 0 0 1 .245.98 2 2 0 0 1-.022.356.6.6 0 0 1-.2.334 3.5 3.5 0 0 1-.6 1.782A10 10 0 0 0 25 21.824a3.38 3.38 0 0 0 .533-2.406" style="fill:#949952"/><path d="M24.91 18.126a.07.07 0 0 1-.067.067c-.446-.178-.8-.668-1.27-.512a.72.72 0 0 1-.757-.245 2 2 0 0 0-.223-.089c-.334-.156-.356-.067-.356-.067.045.111.223.067.245.134-.089.111-.245.022-.29-.134 0-.022-.089 0-.089 0s-.846.089-.846.446c-.111-.134-.4-.022-.334.067a6 6 0 0 1 .579-.045h.178a1.44 1.44 0 0 1 .869.245 2.2 2.2 0 0 0 .4.2c.045.022.134.022.2.045a.7.7 0 0 1 .29.067 1.6 1.6 0 0 1 .223.178 1.6 1.6 0 0 0 .223.178 2 2 0 0 0 .245.111.54.54 0 0 1 .267.156 1.46 1.46 0 0 1 .223.646 6.4 6.4 0 0 1 .98.691v.135a3.22 3.22 0 0 0-.691-2.272Z" style="fill:#b0ad51"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><clipPath id="a"><path d="M30.256 20.844a1.7 1.7 0 0 1 .334.446 5.7 5.7 0 0 1 .446 1.938 5.3 5.3 0 0 1-.356 2.205 13.6 13.6 0 0 1-1.537 1.582 5 5 0 0 1-.624.2 2.5 2.5 0 0 1-1.359.29c-2.094-.156-4.121-1.2-5.725-1.782-.6 1.069-2.851 2.228-2.851 2.228s-.757.2-1.114.29a6 6 0 0 1-1.025.089c-.178 0-.356-.111-.535-.089-.156.022-.312.134-.446.156a6.2 6.2 0 0 1-1.849-.49l-.913-.668-.535-.535a5.9 5.9 0 0 1-1.025-1.448c-.089-.223-.312-.468-.379-.668-.089-.223-.089-.646-.156-.913a3.23 3.23 0 0 1 .824-2.963 16 16 0 0 1 1.648-.958c1-.423 1.938-1.247 3.3-1.314a3.25 3.25 0 0 1 1.021-1.673 11.4 11.4 0 0 1 1.448-1.27 7.18 7.18 0 0 1 3.987-1.247 5.9 5.9 0 0 1 2.45.579 13.4 13.4 0 0 1 1.871.98 4.23 4.23 0 0 1 1.648 2.183c.134.379.891 1.136 1.069 1.582a2.5 2.5 0 0 1 .178.6 1.6 1.6 0 0 0 .2.668Z" style="fill:none"/></clipPath></defs><path d="M27.5 5.5h-9.2l-2.1 4.2H4.4v16.8h25.2v-21Zm0 18.7H6.7V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#688c76"/><path d="M25.822 13.7H.622l3.8 12.8h25.2z" style="fill:#688c76"/><path d="M30.256 20.844a1.7 1.7 0 0 1 .334.446 5.7 5.7 0 0 1 .446 1.938 5.3 5.3 0 0 1-.356 2.205 13.6 13.6 0 0 1-1.537 1.582 5 5 0 0 1-.624.2 2.5 2.5 0 0 1-1.359.29c-2.094-.156-4.121-1.2-5.725-1.782-.6 1.069-2.851 2.228-2.851 2.228s-.757.2-1.114.29a6 6 0 0 1-1.025.089c-.178 0-.356-.111-.535-.089-.156.022-.312.134-.446.156a6.2 6.2 0 0 1-1.849-.49l-.913-.668-.535-.535a5.9 5.9 0 0 1-1.025-1.448c-.089-.223-.312-.468-.379-.668-.089-.223-.089-.646-.156-.913a3.23 3.23 0 0 1 .824-2.963 16 16 0 0 1 1.648-.958c1-.423 1.938-1.247 3.3-1.314a3.25 3.25 0 0 1 1.021-1.673 11.4 11.4 0 0 1 1.448-1.27 7.18 7.18 0 0 1 3.987-1.247 5.9 5.9 0 0 1 2.45.579 13.4 13.4 0 0 1 1.871.98 4.23 4.23 0 0 1 1.648 2.183c.134.379.891 1.136 1.069 1.582a2.5 2.5 0 0 1 .178.6 1.6 1.6 0 0 0 .2.668Z" style="fill:#423334"/><g style="clip-path:url(#a)"><path d="M21.5 25.455c.022-.022 0-.022 0-.022l-.022-.022c.022-.022-.067-.089-.067-.045-.022-.022-.022 0-.022 0 0 .022 0 .022-.022.045-.022 0-.022 0-.022.022h-.022v.022s.022.022 0 .022c-.022.022 0 .022 0 .022s.022.022 0 .022l.045.045h.045c.022 0 .022 0 .045-.022 0 0 .022-.022.022 0l.022-.022c.022-.022 0-.022 0-.022.022-.022.022-.022 0-.045Zm-4.7 2.027c-.022 0-.022.022-.022.045a.07.07 0 0 0 .022-.045m-.891-.245c0 .045 0 .045.022.045 0 .022 0 .022.022.022 0 .022.022.022.022 0H16c.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022v-.045c0-.022 0-.089-.022-.089-.022-.067-.045-.111-.156-.111v-.067c-.045 0-.045-.022-.067-.022-.022-.045-.045-.111-.134-.089l-.022.134a1 1 0 0 1 .245.089c-.111-.001 0 .155.022.177Zm4.522-2.495a1 1 0 0 0-.156-.067.21.21 0 0 0-.111.156c.09.045.179 0 .268-.089Zm-.022.691c0 .022 0 .045-.022.045 0 .022 0 .067-.022.067-.045-.022-.045.089 0 .089 0 .022 0 .045.022.045 0 .022 0 .022.022.022 0 .022.045.022.045 0 .022 0 .067 0 .067-.022.022 0 .022 0 .022-.022.022 0 .022-.022.022-.045.022 0 .022 0 .022-.022v-.045c-.022 0-.022-.045-.022-.067a1 1 0 0 0-.156-.045m1.47-.579c.022-.022.022-.022 0-.045.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022-.022-.045.022-.022 0-.022-.022-.045l.022-.022c-.022-.067 0-.156-.089-.223a.3.3 0 0 0-.223.067l-.022.223c-.022.022-.067.067-.045.089l-.022.022c-.067-.045-.156-.156-.223-.156-.022-.022-.045-.045-.067-.022-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022-.022-.045 0-.022-.022-.022 0-.022 0a.3.3 0 0 0-.245.022c-.045.156.089.2.245.312-.022.022.022.045.045.067.089.156.267.022.379 0 .045 0 .022.022.045.045l.134-.067.022.022c.022-.022 0-.045 0-.067.022-.022 0-.022-.022-.045l.022-.022c.045.045.089-.022.089.045.067-.045.134-.022.178-.045.022.022.022 0 .045-.022.022.022.045 0 .067-.045Zm-.557.557c-.022-.022 0-.045.022-.022 0 0 .022-.022.022 0 0-.022.022-.045 0-.089-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.067 0-.067-.022h-.134c0 .067-.111 0-.089.089h-.022c0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022-.022.022-.022 0-.022 0-.045 0-.045-.022h-.067a.15.15 0 0 1 .022.134c0 .067-.045.089-.089.111 0 .089.067.111.134.156a1.2 1.2 0 0 0-.423.178c-.022 0-.045 0-.045.022-.045 0-.045.022-.045.045-.067.045-.134.045-.134.156 0 .022 0 .022.022.022v.022c0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .045.022.045 0 .022 0 .022.022.022 0 .045-.022.134.045.111-.022.045.089.045.089 0 .067 0 .067-.089.067-.156.022 0 .022-.022.022-.045a1.1 1.1 0 0 1 .267-.178c-.022 0-.022 0-.022-.022.022 0 .022-.022.022-.045a.95.95 0 0 1 .356-.468c0-.045.045-.022.089-.022.022-.045.022-.045.022-.067Zm.757-1.893c.022.022.022 0 .022 0 .045.067.089 0 .111-.045-.022-.045-.045.022-.067 0 .022-.022.022-.022 0-.045a1.8 1.8 0 0 1 .668.067l-.245-.134c0-.089.067 0 .111-.067l-.022-.022-.022-.022s-.022.022-.022 0a.02.02 0 0 1-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022s-.022.022-.022 0l-.022-.022-.022-.022s-.022.022-.022 0l-.022-.022-.022.022c.045.045.067.045-.022.111a1 1 0 0 0-.245 0c.045.022.089.067.089.089l-.045.045c-.022-.022-.022 0-.022 0-.067 0-.089.111-.111.156.045.111.089.045.111 0Zm-6.571 3.007c.045.045.134.089.178.022-.021-.068-.154-.134-.177-.023Zm.312.067v-.045c-.043-.068-.11.066.001.044Zm5.057-1.27a.6.6 0 0 0-.29-.156c-.022-.022-.022 0-.022 0-.045-.045-.067.022-.089.045-.067 0-.111.134-.089.156s.045.022.045.045h-.022c0-.022 0-.022-.022-.022 0-.022.045-.022.089-.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022v.022h.067c.022-.045.067.045.089.045.022.022.067.045.089.022v-.022c-.022-.111.045-.156.067-.2Zm-.088-1.022c.022.022.022-.022.045-.022.022.022.067-.022.045-.045.022-.022 0-.022 0-.022.045-.045.111.045.156.067l.022.022.022.022.022.022c-.022.022 0 .022.022.022.022.022.045.045.067.022.022.022.022 0 .022 0 .022 0 .045 0 .089.045.022-.045.045-.045.067-.045.022.022.022 0 .022 0 .022.022.045-.022.067-.045.022.022.022 0 .022 0 .022.022.022 0 .045-.022.022.022.022 0 .022-.022.022-.022.022-.022 0-.045.067-.045-.067-.111-.089-.067-.022-.022-.045-.045-.067-.022-.022-.022-.022 0-.022 0-.022-.022-.022 0-.045.022a.08.08 0 0 1-.067-.022c-.022-.022-.022 0-.022 0-.022-.022-.022-.022-.045 0h-.045c-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0l-.022.022c-.022-.022-.045 0-.067 0l-.022-.022c-.2-.156-.423.134-.2.134Zm-2.428 1.337c.022.067.178.089.223.045.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022-.067 0-.067 0-.022 0-.067-.022-.067s-.022 0-.022-.022c-.022 0-.022 0-.022-.022v-.022c-.067-.045-.111-.111-.2-.134-.111.089-.022.267-.111.4.067.089.067-.022.111-.067Zm3.453-1.671c-.022.022 0 .022 0 .022l-.022.022c.045.045.045.089.111.156a.37.37 0 0 1 .446 0c.111-.2.022-.334-.156-.446-.089.045-.178.022-.245.089-.022-.022-.022 0-.022 0 0 .022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.089.067-.045.067-.022.022 0 .022 0 .022l-.022.022c-.022.022-.022.022 0 .045Zm-2.05 1.734c-.022 0-.022-.045-.067-.045-.022.067.067.089.067.045m2.361-2.072c-.089-.044.045.067 0 0m-4.188 2.049c-.022 0-.045-.022-.089-.022a.17.17 0 0 0-.022.111c.089.023.089-.066.111-.089m-.6 1.693c.021 0-.001-.022-.001 0Zm.29.089c0-.045-.134-.045-.134 0h-.045c0-.089-.089 0-.022.022.022.045-.067.067.022.067.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022.022.022.045h.086c0-.022.022-.022.045-.022-.022-.067-.022-.045 0-.111 0-.045 0-.045-.022-.045ZM17 27.281c.022.022.045.022.045 0 .067.022.089-.022.156-.022 0 .022.045.022.067.022 0 .045.134.045.111-.022.111-.178 0-.423-.2-.356 0 .134-.022.178-.2.156 0-.022-.022-.022-.045-.022l-.29-.245c0-.022 0-.067-.022-.067-.022-.223.089-.356-.022-.468-.022.089-.156.089-.156.223-.022 0-.022 0-.022.022a1 1 0 0 0 0 .267v.022c-.022 0-.022.022-.022.045-.022 0-.022.045-.022.067-.045-.022-.045.089 0 .089 0 .045.022.045.045.045.045.134-.089.245.045.312.134-.134.245-.111.379 0-.022-.089.134 0 .156-.067Zm2.138-1.515.089-.356c.245.178.267-.111.468-.156.022-.045.022-.111.089-.156-.067-.022 0-.067-.045-.134-.067-.022-.111-.089-.178-.089a.32.32 0 0 1 .089.223c-.2.045-.379.134-.535.045-.045 0-.045-.045-.111-.022 0 .022 0 .022-.022.022h-.022c0 .022 0 .022-.022.022v.089c.045-.022.045.089 0 .089-.022.022.022.111-.022.111 0 .022 0 .067-.022.067-.045 0 0 .067-.022.111-.067.089.178.29.267.134Zm-1.178.334c.022-.067-.022-.067-.022-.134-.223-.045-.312.334-.423.2 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022-.045-.022-.067-.022 0-.022-.067-.022-.067 0-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022v.022c-.022 0-.022.022-.022.045H17.2c.022.045-.045.134.045.134h.022v.022c-.089-.022-.089.045-.156.089-.089 0-.2-.045-.267 0v.089c.111.067.156-.067.29-.045 0 .045.045.067.089.089-.022.045.089.045.089 0 .045 0 0-.111.022-.156.022 0 .022 0 .022-.022s.022-.022.045-.022c.156 0 .156.178.312.156.089-.156.067-.4.245-.446Zm4.277-.557c0 .022.045.022.067.022-.004-.043-.023-.021-.067-.021Zm.267.557c.022 0 .022-.022-.004 0Zm-6.059 1.6c0-.045.022-.045.022-.067a.145.145 0 0 0-.2.045c-.022 0-.022 0-.022.022h-.022l-.134.111c-.022-.067-.2-.067-.134.022 0 .022 0 .022.022.022 0 .045-.111.022-.134.067-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022v.022c-.022 0-.022 0-.022.022.022.067.045.111.111.134 0-.089.045-.111.045-.156v-.045c.022 0 .022-.045.022-.067l.134-.022v-.067h.045c0 .089.089 0 .156.022 0 .022 0 .022.022.022 0 .022.022.022.045.022.022.045.134.022.156.045.045-.089-.045-.134-.045-.223Zm3.586-1.225a.6.6 0 0 0 .067-.334c.022 0 .022-.022 0-.022-.022-.067-.045-.045 0-.111l-.089-.022c0-.022 0-.067-.022-.067v-.067c.045 0 .045-.022.045-.067.134 0 .067-.2.045-.245a.24.24 0 0 1-.2-.045c-.045.022-.067.067-.111.111.067.022.022.089.045.178l-.134.067a.3.3 0 0 0-.111-.178c0 .111-.111-.045-.156.045-.022 0-.045 0-.045.022-.089.045-.022.223 0 .267-.045.045-.134.045-.245.045 0-.022-.045-.022-.045 0h-.022a.17.17 0 0 0-.2 0c0 .111.022.178.111.2 0 .022.045.022.067.022 0 .022.022.022.022 0 .022 0 .045 0 .045-.022.156-.067.29.067.423 0 .045 0 .045-.022.045-.045.022-.067.111-.067.2-.067.045.045.045.111.045.2-.022 0-.022.045-.022.067-.022 0-.022.045 0 .045-.022.111.156.045.156.134-.045.089-.134.134-.156.223.089.022.178.178.089.267a.36.36 0 0 0-.156.2l.267-.178-.022-.089h.133c.067-.2.29-.245.29-.49-.134.067-.334.067-.356-.045Zm-5.279 1.136h-.089c-.022.049.089.049.089.004Zm1.938-2.027c-.022-.045-.022-.045-.045-.045 0-.022 0-.022-.022-.022.022-.045-.045-.022-.045-.067-.134.089-.29.156-.334.334-.045.111-.2.111-.312.067a.24.24 0 0 1-.134.156h-.022c0-.022-.045-.022-.045 0h-.267a.7.7 0 0 0 .022.223.3.3 0 0 0 .2.045c0 .022 0 .022.022.022 0 .022.022.022.045.022 0 .022.045.022.067.022 0 .045.111.045.111 0 .022 0 .022 0 .022-.022.022 0 .045 0 .045-.022.022 0 .022 0 .022-.022.022 0 .045 0 .045-.022.022 0 .022 0 .022-.022.2-.111.446-.624.691-.312-.022-.022-.045-.022-.045.022-.022 0-.022.067 0 .067 0 .022.022.022.045.022h.045c.134.045-.022-.2.134-.156 0-.2-.245-.134-.267-.29m-2.25 2.272c-.022 0-.045 0-.045-.022-.022 0-.067 0-.067-.022-.089-.022-.067.089-.134.111a.13.13 0 0 1-.022.089c-.022.045.022.067.022.111l.067.022h.022c0-.022.022-.022.045-.022 0-.022.022-.022.067-.022 0-.022.022-.022.045-.022 0-.022.022-.022.045-.045 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022a1 1 0 0 0-.089-.134c.022.022 0 .022 0 0m-2.116-1.047a.02.02 0 0 1 .022-.022c-.022.004-.022.004-.022.027Zm-1.492-2.205c-.022-.022 0-.022 0-.067a.1.1 0 0 1-.045-.022c0 .022 0 .045.022.045a2 2 0 0 0 .245.423c.022-.022.022-.045.022-.089.045-.156-.156-.223-.245-.29Zm1.893 2.296c0-.022-.022-.022 0 0-.022-.045-.022-.045-.045-.045 0-.022-.022-.022-.045-.022 0-.022 0-.022-.022-.022 0-.022-.045-.022-.045 0h-.045c0-.111-.067-.022-.134-.067a.3.3 0 0 0 .045.178l.223.223v-.022c.022 0 .022-.022.022-.045.022 0 .022-.022.022-.045.045.022.045-.134.022-.134Zm1.247.8c0 .045.045.067.067.089a.5.5 0 0 1 .178-.022c0 .022 0 .022.022.045a.17.17 0 0 0 .089-.045l-.178-.156a.2.2 0 0 0-.178.089m.78.512c0-.022 0-.045-.022-.045-.023.028 0 .05.022.05Zm.022.022c0-.017-.022-.017 0 .005Zm0-.646c.022 0 .022-.022.022-.067h-.045c.023.028.023.028.023.072Zm-.022.022c.022 0 .045 0 .045-.022-.045.005-.045.005-.045.027Zm-.869.134V27.7a.17.17 0 0 0-.022.111h.067c-.023-.04-.023-.062-.045-.062Zm.646.223a.9.9 0 0 0 .2.2.27.27 0 0 0-.2-.267Zm-.312-.045v-.111a.24.24 0 0 1-.178-.022l-.134.022v.022c.045 0 0 .067.022.111.022 0 .022 0 .022.022.022 0 .045 0 .045.022.022 0 .022.022.022.045.022 0 .045 0 .045.022.022 0 .045 0 .045.022a.02.02 0 0 1 .022.022l.067.022c0-.045.022-.067.022-.089-.022-.067-.022-.111 0-.111Zm.78-.29c.156-.022.134-.111.267-.156.089.022.089-.045.111-.089.045 0 .045-.022.045-.045.022 0 .022-.045 0-.045v-.022h.022c.022-.067-.134-.045-.134-.022-.022 0-.022 0-.022.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022h-.134c0-.022-.022-.022-.045-.022 0-.022 0-.045-.022-.045.022-.156-.067-.223.022-.267-.111.022-.156-.022-.245-.045-.134.045-.245.2-.379.178-.022-.111-.067-.223-.089-.356-.067-.022-.089 0-.156 0 .022-.111-.156-.134-.178-.156v.045c-.045-.022-.045.089 0 .089l.134.045.022.2c.067 0 .111.067.134.134-.022 0-.022 0-.022.022v.022c-.022 0-.045 0-.045.022-.022 0-.067 0-.067.022-.022 0-.067 0-.067.022-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022-.156 0-.156-.156-.379-.134-.022.067-.067.134 0 .178.022 0 .022.022.022.045.022 0 .045 0 .045.045.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022-.022.089 0 .111.022.022 0 .045 0 .045.022.022 0 .022 0 .022.022.022 0 .045 0 .045.022a.02.02 0 0 1 .022.022 1 1 0 0 1 .089-.156 1 1 0 0 1 .156.067.3.3 0 0 1 .2 0 .17.17 0 0 1-.022.178c.022.022.045.022.045.045v.022c.022 0 .067 0 .067.022.022 0 .045 0 .045.022.022 0 .022 0 .022.022l.045.022-.134-.178c.045-.045 0-.156.089-.156 0-.022 0-.022.022-.022a.33.33 0 0 1 .156-.067.13.13 0 0 1 .089.022h.05v-.045c.022 0 .022.022.022.045.045 0 .067 0 .067.022.022 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .045 0 .067.045 0-.022.022-.022 0 0Zm-.356-.067c0 .022 0 .045.022.045 0-.017 0-.039-.022-.039Zm5.836-1.114c0-.022-.022-.022 0 0-.045 0-.022.022 0 0-.023.049 0 .028 0 .006Zm-3.809 1.158c-.022 0-.022.022-.022.045.022.006.022-.016.022-.039Zm0 .111c0 .022 0 .067.022.067 0-.038 0-.06-.022-.06Zm0 .067c0 .022 0 .067.022.067 0-.038.022-.06-.022-.06Zm0-.067v-.06a.033.033 0 1 0 0 .067Zm.134.2c.045.067.134.2.223.156-.09-.037-.112-.149-.225-.149Zm-.111-.089c0 .045.022.045.045.045-.002-.015-.024-.015-.046-.038Zm.535.267c-.045-.022-.134-.111-.178-.045.178 0 .089.156.2.2-.023-.036-.09-.081-.023-.147Zm-.49-.223c0 .022.022.022.045.022-.002-.014-.024-.014-.047-.014Zm-5.19-3.119a.1.1 0 0 0-.156-.111c-.156.022-.089.312-.022.423 0 .022 0 .022.022.022-.022.067.045.045.089.045a.135.135 0 0 0 .178-.022c.022-.134-.045-.178-.089-.245 0-.045.022-.111-.022-.111Zm.045.691c0 .045 0 .089.045.089 0-.022.022-.045.022-.089Zm.156.045c.111-.022.134 0 .223-.067a.17.17 0 0 0-.156-.134c.022.067-.067.022-.089.067.042.074-.025.097.02.142Zm.512.423a.25.25 0 0 0-.134-.067h-.067c-.045-.045-.156 0-.223-.022 0-.022-.022-.022-.022 0-.022 0-.022.022-.022.045-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022.022 0 .022v.067c-.067-.022-.022.045 0 .045 0 .022 0 .022.022.022 0 .022 0 .067.022.067s.045 0 .045.022h.086c0-.022.022-.022.045-.022.045-.022.111-.022.134-.089.022 0 .045 0 .045-.022a.12.12 0 0 0 .089-.045c.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022 0 .006 0-.038-.022-.038Zm2.918 1.893c-.134 0-.223.134-.156.2.223.022.29.178.468.178 0-.045 0-.067.022-.089a1 1 0 0 1-.336-.281Zm-3.987-3.653-.045-.022c-.022 0-.022 0-.022-.022H11.1c-.022 0-.022 0-.022.022-.045 0-.045.022-.045.045-.022 0-.022 0-.022.022v.022c-.045-.022-.045.089 0 .089 0 .022 0 .022.022.022 0 .022 0 .022.022.022 0 .022.045.022.045 0h.022c0-.022 0-.022.022-.022 0-.022 0-.022.022-.022s.022 0 .022-.022 0-.022.022-.022V24.2c-.022 0-.045-.022-.022-.045Zm1.582 3.1.089.067v-.067c-.069.026-.092.004-.092.004Zm-1.158-1.292c-.022-.045-.022-.045-.045-.045l.067.089c-.003-.018-.003-.04-.025-.04Zm7.6 1.247v.067c.067 0 .111 0 .111-.067a.1.1 0 0 0-.118.005Zm-.757-.334c.022 0 0-.022 0 0-.022-.045-.022-.045-.045-.045-.067-.022-.2-.022-.2-.156 0-.022 0-.022-.022-.022 0-.022 0-.067-.022-.067 0-.022 0-.022-.022-.022 0-.022-.045-.022-.067-.022 0-.022-.045-.022-.045 0-.022 0-.045 0-.045.022-.022 0-.022 0-.022.022h-.022c-.022 0-.022 0-.022.022h-.022c-.022 0-.022 0-.022.022-.045 0-.067 0-.067.045-.022 0-.022 0-.022.022-.045 0-.045.111 0 .111 0 .022 0 .045.022.045 0 .022 0 .045.022.045l.089.134c.045.089 0 .156-.134.134 0 .045-.045.045-.022.111.045.045.089-.022.156 0 .022-.067.022-.134.089-.156 0 .045.111.045.111 0l-.022-.089c.022 0 .022 0 .022-.022.089-.022.067.089.067.156a.5.5 0 0 0 .312-.045c-.022-.022.045-.223-.045-.245m.379-.379c0-.022-.045-.022-.045 0l-.156.022c-.067-.022-.111-.156-.178-.111-.045.223.223.29.356.4.022-.067.156-.156.089-.267-.022-.045-.045-.045-.067-.045Zm-.913 1.381v.067c.037.027.037-.062-.008-.062Zm1.715-1.247c0-.022-.045-.022-.067-.022 0-.022-.045-.022-.045 0-.111.022-.156-.022-.223.045-.111 0-.2.022-.2.134.111.045.156.156.334.156-.022-.067.022-.045.022-.111.111 0 .267-.067.223-.156 0-.045-.022-.045-.045-.045ZM18 27.927c.045 0 0 .111.067.111.049-.044-.018-.155-.067-.111m-.089-.446c-.022 0-.067 0-.067.022h-.022c0 .045-.022.134.045.111 0 .022.022.022.022 0 .048-.021.004-.114.026-.132Zm3.052-1.359c0-.022-.045-.022-.045 0-.022 0-.022.022 0 .022.004.024.049.024.049-.021Zm-.936-.267c.049.068.049-.088.004.001ZM17 27.794c0 .022.024.022 0 0m.379.468.111-.022h.022a.14.14 0 0 0 0-.134.2.2 0 0 1-.134.156Zm-.356-.624c-.022 0-.022.022-.022.045.023-.001.023-.023.023-.045Zm-.023.156v-.134c-.021.022-.021.156 0 .134m.067-.178c-.022 0-.045 0-.045.022.024 0 .047 0 .047-.023Zm.067.245a.55.55 0 0 0 .379.223.41.41 0 0 0-.378-.223Zm-.111-.045c.001.022.023.022.001 0Zm.022.022c0 .022.045.022.089.022.001-.022-.043-.022-.088-.022Zm-4.277-1.426c0 .022.045.022.067.022a.08.08 0 0 0-.066-.021Zm1.225-.2c-.022 0-.022.022-.022.045s0 .045-.022.045c0 .022 0 .045-.022.045v.067c.022 0 .067 0 .067.022h.022c0-.022.022-.022.045-.045v-.022c-.022 0-.022-.022 0-.022v-.067a.17.17 0 0 1 .022-.111c-.045.022-.111 0-.089.045Zm0-.067a.08.08 0 0 0 .067-.022.08.08 0 0 0-.065.022Zm-.045-.334c.024-.089-.065 0 .002 0Zm1.2.6a.13.13 0 0 0 .089-.134c-.067-.067-.156 0-.2.022.004.069.027.114.116.114Zm-.134-.111c.005-.021-.014 0 .005 0Zm-1.314-.823c.089-.022.111.022.178.022l-.022-.089c-.067-.022-.156.022-.223.045.022.045-.022.111.022.134v.022c.022 0 .022 0 .045.022a.19.19 0 0 1 0-.156m-.067.045v-.045c.022 0 .022 0 .022-.022.045 0 .028.089-.017.067Zm.223.624c-.067.045-.134-.022-.156.045-.022 0-.022.022-.022.045-.022 0-.022 0-.022.022-.045 0-.045.022-.045.045h-.022c.022.089-.022.045-.022.156.272.087.405-.18.294-.314Zm.8.2h.045c0 .045.134.045.111-.022.134.022.156-.089.178-.178.022 0 .022-.022.022-.045.022 0 .022-.045.022-.067.022 0 .022-.067 0-.067 0-.022 0-.022-.022-.022 0-.022 0-.045-.022-.045 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022 0-.022-.022-.022 0-.022-.067-.067-.045 0-.045 0-.045.022-.045.045-.134.022-.2.134-.178.312-.045.022-.045.156 0 .156Zm-.757-.646v-.2h-.022a.08.08 0 0 0 .022.067.26.26 0 0 1-.223.045c0 .045.045.067.089.089 0-.022 0-.022.022-.022v.021Zm.067.178c0-.022 0-.067-.022-.067l.022.334h.022c0-.022.045-.022.067-.022a.25.25 0 0 1 .178 0c0 .022.045.022.045 0 .022 0 .022 0 .022-.022a1.4 1.4 0 0 0 .223-.49c.022 0 .022 0 .022-.022.156-.067-.156-.089-.178-.045-.045.022-.111-.022-.134.022h-.022c-.022.089-.134.067-.111.178-.022 0-.022.022-.022.045-.089-.022-.067.045-.111.089Zm1.136 1.27c.022-.178.334-.178.334-.312-.022.045-.045-.067-.045-.111a.45.45 0 0 0-.4.423c0-.022 0-.045.022-.045-.013.067.051.022.095.045Zm1.559-.958c.029 0 .007-.022.007 0Zm.423-.512c.007.022-.015-.001.007-.001Zm-.045-.022c-.022.067 0-.067-.067-.022l-.022.156c.067 0 .156-.067.089-.134M15.4 27.7c-.045.022-.045.089-.022.089.045.089.134-.045.067-.089-.003-.062-.045-.04-.045 0m2-1.849c.022 0 .022-.022 0 0 .045-.022.045-.022.045-.045.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.045 0 .045-.022.045-.067a.109.109 0 0 0-.067-.178c-.022 0-.022 0-.022-.022v-.022a.6.6 0 0 0-.2-.022.56.56 0 0 0 0 .423c-.022.067.178.045.156-.022Zm-4.567.579c.045 0 .045-.022.045-.045a.05.05 0 0 0-.042.05Zm2.651.111c.003.028-.019.005.003.005Zm-2.718-.134v-.067a.033.033 0 1 0 .003.073Zm0-.111c-.022 0-.022.022-.022.045.025.005.025-.018.025-.041Zm.022-.045c-.022 0-.022.022-.022.045.026.004.026-.017.026-.039Zm-.624-1c-.045 0-.045.111.022.089.022.111.111-.022.156-.022.022-.089-.134-.156-.178-.067m.713 1.025v.067c.023.003.023-.064.004-.064Zm-.4-.824c-.022.045-.022.045-.022.067a.036.036 0 1 0 .025-.064Zm.49-.29V25.1c-.022 0-.022-.022-.022-.045-.022 0-.022 0-.022-.022H12.9c0 .022-.022.022-.022 0h-.111c-.045.045-.089.067-.089.156a.17.17 0 0 0 .2.045c0-.022 0-.022.022-.022a.2.2 0 0 1 .067-.045Zm.356 2.294c.045 0 .089.045.134 0l-.022-.089c-.086-.019-.109.026-.109.093Zm-.223-1.868c0 .022 0 .045.022.045l.156.4c.379 0 .2-.668-.134-.579 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0 .022 0 .022-.022.022 0-.045 0 .067.022.067Zm.178.646c-.045-.022-.067 0-.089.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.022 0-.022 0-.022.022-.045 0 0 .067-.022.111.022.022.045.022.089.022v.022l.089.022c.022.067.156.045.2.022.022-.178-.089-.223-.2-.29Zm-.334-.045c0 .022.022.022.045.022.003-.021-.019-.021-.041-.021Zm-.067.178c.023.023.023.001.004.001Zm.245-.178c-.022 0-.045 0-.045.022Zm-.045.022h-.089c-.018.023.093.023.093.001Z" style="fill:#3d2f30"/></g><path d="M22.1 23.2a10.8 10.8 0 0 1-4.656 2.228 7 7 0 0 1-1.158.29c-.267 0-.512-.089-.824-.089a6 6 0 0 1-1.114 0c-.4-.067-1.092-.468-1.693-.668-.334-.111-.646-.089-.913-.2a2.18 2.18 0 0 1-1.069-1.025 3.14 3.14 0 0 1 .869-2.807c.134-.089.29-.089.446-.2.29-.2.446-.512.668-.624.178-.089.379-.111.579-.2.49-.223.936-.579 1.448-.824a6.1 6.1 0 0 1 2.072-.446c1.648-.156 3.208-.579 4.7-.668.78-.045.846.2 1.4.446l.49.089c.111.067.29.245.446.334.223.134.4.134.49.245a1.66 1.66 0 0 1 .2 1.114c-.045.223-.267.379-.49.624-.178.2-.29.49-.446.668-.446.6-1.158 1-1.448 1.715Z" style="fill:#6c4317"/><path d="M22.1 23.071a10.8 10.8 0 0 1-4.653 2.229 7 7 0 0 1-1.158.29c-.267 0-.512-.089-.824-.089a6 6 0 0 1-1.114 0c-.4-.067-1.092-.468-1.693-.668-.334-.111-.646-.089-.913-.2a2.18 2.18 0 0 1-1.069-1.025 3.21 3.21 0 0 1 .869-2.829c.134-.089.29-.089.446-.2.29-.2.446-.512.668-.624.178-.089.379-.111.579-.2.49-.223.936-.579 1.448-.824a6.1 6.1 0 0 1 2.072-.446c1.648-.156 3.208-.579 4.7-.668.78-.045.846.2 1.4.446l.49.089c.111.067.29.245.446.334.223.134.4.134.49.245a1.66 1.66 0 0 1 .2 1.114c-.045.223-.267.379-.49.624-.178.2-.29.49-.446.668-.446.624-1.158 1.025-1.448 1.738Z" style="fill:#a3b34f"/><path d="M17.8 18.75a28 28 0 0 1 3.052-.49 2.52 2.52 0 0 1 1.648.446c.535.267 1.381.668 1.2 1.559a9 9 0 0 1-.735 1.114c-.178.223-.535.423-.78.735-.312.379-.535.8-.78 1.025-.156.134-.379.156-.579.29-.29.2-.49.512-.824.668a4 4 0 0 0-.49.156 6.8 6.8 0 0 1-1.4.624 4 4 0 0 1-.535 0 11 11 0 0 1-1.158.29 8 8 0 0 1-1.648-.045c-.178-.022-.334-.2-.579-.29-1.27-.423-3.141-.4-2.807-2.428a4.7 4.7 0 0 1 .379-.735c.111-.223.111-.468.2-.579.111-.156.4-.267.624-.446a5 5 0 0 1 1.559-.913z" style="fill:#dde072"/><path d="M18.2 18.861c2.473-.891 5.814.735 4.121 2.9a7.8 7.8 0 0 1-1.158 1.114 3.7 3.7 0 0 1-.735.334 9.3 9.3 0 0 1-1.849.869 19 19 0 0 1-2.428.334c-.312.045-.6.178-.913.2a3.17 3.17 0 0 1-2.985-1.158c-.512-.891.512-2.094 1.069-2.317z" style="fill:#eaeca2"/><path d="M21.234 21.311a3.3 3.3 0 0 0-.958-1.648 6.2 6.2 0 0 0-1.359-.824 2 2 0 0 0-.379-.089 4.12 4.12 0 0 0-3.652 1.05c-.178.134-.334.29-.334.423a.02.02 0 0 1-.022.022c-.022 0-.045.045-.134.089-.557.446-.891 1.96-.579 2.317a1.4 1.4 0 0 0 .29.245 6.2 6.2 0 0 0 2.629.936h.958a1 1 0 0 0 .267-.022 2 2 0 0 0 .267-.045c1.313-.204 3.072-1.139 3.006-2.454" style="fill:#6c4317"/><path d="M16.734 23.851a6.5 6.5 0 0 1-2.629-.936 1.4 1.4 0 0 1-.29-.245 2.44 2.44 0 0 1 .579-2.317c.111-.089.134-.111.156-.089-.067-.29.8-.8.958-.78-.178.089-.223.045-.379.29.356-.134.646-.245.913 0 .178 0 .2-.2.29-.29.022-.178-.111-.178-.089-.334.178 0 .245.156.379.2.067-.045.134-.512-.045-.49a1.2 1.2 0 0 1 .379-.089c.089.045-.022.045-.089.045-.2.312-.045.824.379.78.134-.134 0-.557.334-.49-.045.156.045.178.045.29a5.3 5.3 0 0 0 1.069-.535c0 .089 0 .446.2.49-.111.468-.245.891-.735.958-.022.356.067.824-.245.869-.045-.334.134-.646 0-.913-.29.045-.312.334-.446.535h-.379c.356.178-.557.557-.089.958.2-.067.535-.267.735-.045a.4.4 0 0 1-.2.29c.089.111.223.178.245.334.067 0 .089-.2.089 0 .067-.045.067-.156.156-.2.223.245.356-.089.535.156.111-.089.022-.356-.089-.379.045-.2.223 0 .29-.089.045-.245-.156-.245-.156-.446.067-.067.2-.045.334-.045-.067.267.089.29.2.379 0 .156-.134.178-.089.379.067.111.245.045.156.245h.2c.067-.2.2-.29.334-.535-.111-.111-.045-.446-.2-.535a.3.3 0 0 1 .379-.2c.045.29-.111.4-.2.579.111.134.334.067.49.245.089 0 .067-.134.2-.089l-.089-.245c-.045.045-.111.045-.2.045.045-.178.446-.223.334-.379.2-.2.557.067.624.29-.089.045-.356.29-.089.334a2.9 2.9 0 0 1-.824 1.069.46.46 0 0 0-.334-.156.8.8 0 0 1-.731.24 1.14 1.14 0 0 1-.334.579.3.3 0 0 0-.156-.045.57.57 0 0 1 .045-.29 1.58 1.58 0 0 0-.98.6h-.936ZM14.8 20.4c-.089-.022 0-.067 0-.156-.156.045-.267.379-.245.446.089-.089.111-.223.2-.29-.003.02.019.043.045 0" style="fill:#633c11"/><path d="M30.768 23.272v-.2a.6.6 0 0 0-.022-.2l-.022-.2v-.045l-.024-.157a.08.08 0 0 0-.022-.067l-.022-.134a.08.08 0 0 0-.022-.067 1 1 0 0 0-.022-.111l-.022-.067c-.022-.045-.022-.089-.045-.111 0-.022 0-.045-.022-.045a.4.4 0 0 1-.045-.156c-.156-.423-.49-.735-.624-1.158a8 8 0 0 0-.245-.913c-.223-.49-.691-.869-.958-1.359a5 5 0 0 1-.312-.624 5.5 5.5 0 0 0-.6-.98 7 7 0 0 0-.739-.69 8.5 8.5 0 0 0-2.027-1.114 5.9 5.9 0 0 0-2.272-.446 6.5 6.5 0 0 0-1.515.2 6 6 0 0 0-1.225.4 6.3 6.3 0 0 0-1.671 1.247 9.3 9.3 0 0 0-1.314 1.337 2 2 0 0 0-.156.29l-.134.334a.5.5 0 0 0-.045.178h.111l.423-.045.134-.045.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.535.356-.624.691-.156.111-.4.089-.423.312v.089A20 20 0 0 0 24.13 26.5a7.9 7.9 0 0 0 3.052.668c.4-.022.49-.2.78-.334.2-.089.446-.134.579-.2a6 6 0 0 0 1.069-.958 4 4 0 0 0 .958-1.114 2.7 2.7 0 0 0 .223-1.2c-.022-.067-.022-.067-.022-.089Z" style="fill:#6c4317"/><path d="M30.5 21.712c-.156-.423-.49-.735-.624-1.158a8 8 0 0 0-.245-.913c-.223-.49-.691-.869-.958-1.359a10.3 10.3 0 0 0-.913-1.6A7.3 7.3 0 0 0 25 14.9a5.9 5.9 0 0 0-3.787-.245 5.3 5.3 0 0 0-2.9 1.648c-.691.646-1.426 1.136-1.648 2.138h.111l.423-.045.134-.045.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.535.334-.624.668-.134.156-.423.067-.446.334a20 20 0 0 0 2.562 1.025 7.9 7.9 0 0 0 3.052.668c.4-.022.49-.2.78-.334.2-.089.446-.134.579-.2a6 6 0 0 0 1.069-.958 4 4 0 0 0 .958-1.114 4.1 4.1 0 0 0-.067-2.784Z" style="fill:#a3b34f"/><path d="M29.432 20.688c-.134-.312-.134-.646-.245-.913-.2-.468-.668-.846-.913-1.314a7.3 7.3 0 0 0-.914-1.561 7.36 7.36 0 0 0-3.987-2.027 6.56 6.56 0 0 0-4.7 1.738c-.579.579-1.225.98-1.359 1.693l.958-.111.8-.134a19 19 0 0 1 2.384-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27-.178.267-.557.334-.646.691 0 .022-.067.067-.067.067-.022 0 .045.022.089.022a20.7 20.7 0 0 0 4.259 1.357 3.56 3.56 0 0 0 2.138-.535 3 3 0 0 0 .446-.334 3.94 3.94 0 0 0 1.4-2.384 5.3 5.3 0 0 0-.8-2.562Z" style="fill:#dde072"/><path d="M28.028 19.485a9.57 9.57 0 0 0-4.3-3.185 4.98 4.98 0 0 0-4.01.78 2.06 2.06 0 0 0-.624.824c0 .022-.111.156-.022.2h.045a19 19 0 0 1 2.383-.334h.178a1.36 1.36 0 0 1 .668.134 3.36 3.36 0 0 1 1.6.757 1.9 1.9 0 0 1 .535.2c.691 1.27-.134 2.651-.668 3.542-.111.356-.512.4-.668.735-.2.379-.156.936-.49 1.27a3.8 3.8 0 0 0 1.2.49 3.74 3.74 0 0 0 2.384.49 2.9 2.9 0 0 0 1.693-1.359 2.9 2.9 0 0 0 .668-1.27 5.2 5.2 0 0 0-.572-3.274" style="fill:#eaeca2"/><path d="M25.533 19.418a.14.14 0 0 0-.045-.111 4 4 0 0 0-.178-.468 2.3 2.3 0 0 0-.646-1 3.1 3.1 0 0 0-1.693-.824H22.1a2.22 2.22 0 0 0-1.448.446 2 2 0 0 0-.423.312.4.4 0 0 0-.067.134c.446-.067.913-.134 1.337-.156h.178a1.44 1.44 0 0 1 .869.245 2.2 2.2 0 0 0 .4.2c.045.022.134.022.2.045a.7.7 0 0 1 .29.067 1.6 1.6 0 0 1 .223.178 1.6 1.6 0 0 0 .223.178 2 2 0 0 0 .245.111.54.54 0 0 1 .267.156 1.77 1.77 0 0 1 .245.98 2 2 0 0 1-.022.356.6.6 0 0 1-.2.334 3.5 3.5 0 0 1-.6 1.782A10 10 0 0 0 25 21.824a3.38 3.38 0 0 0 .533-2.406" style="fill:#949952"/><path d="M24.91 18.126a.07.07 0 0 1-.067.067c-.446-.178-.8-.668-1.27-.512a.72.72 0 0 1-.757-.245 2 2 0 0 0-.223-.089c-.334-.156-.356-.067-.356-.067.045.111.223.067.245.134-.089.111-.245.022-.29-.134 0-.022-.089 0-.089 0s-.846.089-.846.446c-.111-.134-.4-.022-.334.067a6 6 0 0 1 .579-.045h.178a1.44 1.44 0 0 1 .869.245 2.2 2.2 0 0 0 .4.2c.045.022.134.022.2.045a.7.7 0 0 1 .29.067 1.6 1.6 0 0 1 .223.178 1.6 1.6 0 0 0 .223.178 2 2 0 0 0 .245.111.54.54 0 0 1 .267.156 1.46 1.46 0 0 1 .223.646 6.4 6.4 0 0 1 .98.691v.135a3.22 3.22 0 0 0-.691-2.272Z" style="fill:#b0ad51"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#ba5656"/><rect width="21" height="21" x="10" y="10" rx="2.761" ry="2.761" style="fill:#414141"/><path d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013" style="fill:#c2c2c2"/><path d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612" style="fill:#414141"/><path d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z" style="fill:#c2c2c2"/><circle cx="20.5" cy="20.5" r="2.822" style="fill:#414141"/><circle cx="20.5" cy="20.5" r="1.121" style="fill:#c2c2c2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#d87c7c"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d87c7c"/><rect width="21" height="21" x="10" y="10" rx="2.761" ry="2.761" style="fill:#414141"/><path d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013" style="fill:#c2c2c2"/><path d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612" style="fill:#414141"/><path d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z" style="fill:#c2c2c2"/><circle cx="20.5" cy="20.5" r="2.822" style="fill:#414141"/><circle cx="20.5" cy="20.5" r="1.121" style="fill:#c2c2c2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5555bf"/><path d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z" style="fill:#00007f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#7b7bdb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7b7bdb"/><path d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z" style="fill:#00007f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-42.612" x2="-39.39" y1="-38.015" y2="-40.974" gradientTransform="matrix(7.886 0 0 -8.589 343.962 -327.095)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c06fbb"/><stop offset="1" stop-color="#6e4d9b"/></linearGradient><linearGradient id="b" x1="-43.738" x2="-44.614" y1="-30.081" y2="-28.886" gradientTransform="matrix(15.701 0 0 -16.956 713.239 -480.525)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".29" stop-color="#b31777"/><stop offset=".84" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-43.456" x2="-40.514" y1="-35.988" y2="-40.083" gradientTransform="matrix(8.637 0 0 -7.94 373.165 -284.546)"/><linearGradient xlink:href="#a" id="d" x1="4.839" x2="31.752" y1="40.432" y2="18.356"/><linearGradient xlink:href="#a" id="e" x1="-42.555" x2="-40.318" y1="-42.491" y2="-44.326" gradientTransform="matrix(6.504 0 0 -6.517 291.135 -265.393)"/><linearGradient xlink:href="#a" id="f" x1="-42.523" x2="-39.643" y1="-35.351" y2="-37.889" gradientTransform="matrix(10.02 0 0 -10.013 426.022 -346.247)"/><linearGradient xlink:href="#b" id="g" x1="-42.615" x2="-43.494" y1="-31.641" y2="-30.439" gradientTransform="matrix(15.678 0 0 -16.922 696.247 -503.63)"/><linearGradient xlink:href="#a" id="h" x1="-42.477" x2="-39.255" y1="-37.84" y2="-41.407" gradientTransform="matrix(7.887 0 0 -8.589 343.999 -327.094)"/><linearGradient id="i" x1="-44.786" x2="-44.38" y1="-25.269" y2="-24.867" gradientTransform="matrix(37.627 7.508 7.477 -37.474 1885.141 -584.006)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".53" stop-color="#b31777"/><stop offset=".79" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf5588"/><path d="m23.537 13.888-2 1.335-2.06-3.087 2-1.335z" style="fill:url(#a)"/><path d="m25.162 23.163 3.417 5.12L24.509 31l-3.417-5.12-.6-.893 4.07-2.716z" style="fill:url(#b)"/><path d="m20.036 26.585.752 1.127-3.1 2.068-1.348-2.021.677-.452 2.421-1.616.6.893Z" style="fill:url(#c)"/><path d="m26.855 20.743.869-.58 1.348 2.021-2 1.334-.752-1.127 1.131-.755z" style="fill:url(#d)"/><path d="m26.32 22.391-.596-.893 1.131-.755.596.893z" style="fill:url(#e)"/><path d="m12.831 21.033-.677.452-2.06-3.085 3.1-2.068 1.444 2.164-2.421 1.616 2.421-1.616.616.923-2.421 1.616Z" style="fill:url(#f)"/><path d="m19.763 15.072.616.923-4.07 2.716-.616-.923-3.385-5.072L16.378 10z" style="fill:url(#g)"/><path d="m22.668 14.468-1.131.755-.616-.923-1.444-2.164 2-1.335 2.06 3.087z" style="fill:url(#h)"/><path d="m17.614 28.2-.6-.893 2.421-1.616.6.893z" style="fill:#714896"/><path d="m26.32 22.391-.6-.893 1.131-.755.6.893z" style="fill:#6f4795"/><path d="m12.831 21.033-.616-.923 2.421-1.616.616.923z" style="fill:#88519f"/><path d="m21.537 15.223-.616-.923 1.131-.755.616.923z" style="fill:#85509e"/><path d="m25.162 23.163-4.07 2.716-.6-.893 4.07-2.716z" style="fill:#8d166a"/><path d="m19.763 15.072.616.923-4.07 2.716-.616-.923z" style="fill:#a70d6f"/><path d="M10.793 14.602h1.384v1.384h-1.384z" style="fill:#9e61ad" transform="rotate(-33.716 11.486 15.295)"/><path d="M14.942 28.404h1.384v1.384h-1.384z" style="fill:#8053a3" transform="rotate(-33.716 15.634 29.096)"/><path d="m12.8 29.3-3.374-5.1 18.013-12.044 3.534 5.011z" style="fill:url(#i)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-72.301" x2="-69.078" y1="-38.015" y2="-40.974" gradientTransform="matrix(7.886 0 0 -8.589 578.084 -327.095)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c06fbb"/><stop offset="1" stop-color="#6e4d9b"/></linearGradient><linearGradient id="b" x1="-75.573" x2="-76.448" y1="-30.081" y2="-28.886" gradientTransform="matrix(15.701 0 0 -16.956 1213.064 -480.525)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".29" stop-color="#b31777"/><stop offset=".84" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-73.519" x2="-70.578" y1="-35.988" y2="-40.083" gradientTransform="matrix(8.637 0 0 -7.94 632.817 -284.546)"/><linearGradient xlink:href="#a" id="d" x1="4.839" x2="31.752" y1="40.432" y2="18.356"/><linearGradient xlink:href="#a" id="e" x1="-71.327" x2="-69.09" y1="-42.491" y2="-44.326" gradientTransform="matrix(6.504 0 0 -6.517 478.263 -265.393)"/><linearGradient xlink:href="#a" id="f" x1="-73.13" x2="-70.25" y1="-35.351" y2="-37.889" gradientTransform="matrix(10.02 0 0 -10.013 732.69 -346.247)"/><linearGradient xlink:href="#b" id="g" x1="-74.446" x2="-75.325" y1="-31.641" y2="-30.439" gradientTransform="matrix(15.678 0 0 -16.922 1195.287 -503.63)"/><linearGradient xlink:href="#a" id="h" x1="-72.166" x2="-68.944" y1="-37.84" y2="-41.407" gradientTransform="matrix(7.887 0 0 -8.589 578.148 -327.094)"/><linearGradient id="i" x1="-77.917" x2="-77.511" y1="-25.095" y2="-24.693" gradientTransform="matrix(37.627 7.508 7.477 -37.474 3130.474 -328.745)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".53" stop-color="#b31777"/><stop offset=".79" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db7ba9"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7ba9"/><path d="m23.537 13.888-2 1.335-2.06-3.087 2-1.335z" style="fill:url(#a)"/><path d="m25.162 23.163 3.417 5.12L24.509 31l-3.417-5.12-.6-.893 4.07-2.716z" style="fill:url(#b)"/><path d="m20.036 26.585.752 1.127-3.1 2.068-1.348-2.021.677-.452 2.421-1.616.6.893Z" style="fill:url(#c)"/><path d="m26.855 20.743.869-.58 1.348 2.021-2 1.334-.752-1.127 1.131-.755z" style="fill:url(#d)"/><path d="m26.32 22.391-.596-.893 1.131-.755.596.893z" style="fill:url(#e)"/><path d="m12.831 21.033-.677.452-2.06-3.085 3.1-2.068 1.444 2.164-2.421 1.616 2.421-1.616.616.923-2.421 1.616Z" style="fill:url(#f)"/><path d="m19.763 15.072.616.923-4.07 2.716-.616-.923-3.385-5.072L16.378 10z" style="fill:url(#g)"/><path d="m22.668 14.468-1.131.755-.616-.923-1.444-2.164 2-1.335 2.06 3.087z" style="fill:url(#h)"/><path d="m17.614 28.2-.6-.893 2.421-1.616.6.893z" style="fill:#714896"/><path d="m26.32 22.391-.6-.893 1.131-.755.6.893z" style="fill:#6f4795"/><path d="m12.831 21.033-.616-.923 2.421-1.616.616.923z" style="fill:#88519f"/><path d="m21.537 15.223-.616-.923 1.131-.755.616.923z" style="fill:#85509e"/><path d="m25.162 23.163-4.07 2.716-.6-.893 4.07-2.716z" style="fill:#8d166a"/><path d="m19.763 15.072.616.923-4.07 2.716-.616-.923z" style="fill:#a70d6f"/><path d="M10.793 14.602h1.384v1.384h-1.384z" style="fill:#9e61ad" transform="rotate(-33.716 11.486 15.295)"/><path d="M14.942 28.404h1.384v1.384h-1.384z" style="fill:#8053a3" transform="rotate(-33.716 15.634 29.096)"/><path d="m12.8 29.3-3.374-5.1 18.013-12.044 3.534 5.011z" style="fill:url(#i)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf7f55"/><path d="M31 26.526v.955c0 1.73-1.909 3.52-4.236 3.52H14.236C11.879 31 10 29.241 10 27.481v-.955Z" style="fill:#9d5125"/><path d="M18.084 17.249a5.33 5.33 0 0 1 4.892 3.162 2.73 2.73 0 0 1 1.551-.477 2.687 2.687 0 0 1 2.714 2.625A4.27 4.27 0 0 1 31 26.407v.358c0 1.76-1.909 3.52-4.266 3.52h-12.5c-2.357 0-4.236-1.76-4.236-3.52v-.358a4.15 4.15 0 0 1 2.714-3.639v-.149a5.347 5.347 0 0 1 5.372-5.37" style="fill:#f58535"/><path d="m15.25 23.484-1.4 4.892h.835l.328-1.193h1.432l.3 1.193h.835l-1.313-4.892Zm-.119 3.072.6-2.416.567 2.416ZM21.097 27.332h-.03l-.656-3.848h-.836l-.626 3.818h-.03l-.656-3.818h-.776l.955 4.922h.895l.626-3.699h.03l.626 3.699h.925l.984-4.922h-.805zM25.064 25.721l-.537-.179c-.537-.209-.746-.447-.746-.865a.673.673 0 1 1 1.342 0v.089h.777v-.119c0-.507-.119-1.283-1.4-1.283a1.35 1.35 0 0 0-1.521 1.4 1.3 1.3 0 0 0 1.044 1.342l.537.179a.82.82 0 0 1 .716.865.7.7 0 0 1-.746.716q-.805 0-.805-.895v-.119h-.776v.119a1.34 1.34 0 0 0 1.491 1.491c.984 0 1.641-.418 1.641-1.462a1.3 1.3 0 0 0-1.017-1.279" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#d8a17c"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d8a17c"/><path d="M31 26.526v.955c0 1.73-1.909 3.52-4.236 3.52H14.236C11.879 31 10 29.241 10 27.481v-.955Z" style="fill:#9d5125"/><path d="M18.084 17.249a5.33 5.33 0 0 1 4.892 3.162 2.73 2.73 0 0 1 1.551-.477 2.687 2.687 0 0 1 2.714 2.625A4.27 4.27 0 0 1 31 26.407v.358c0 1.76-1.909 3.52-4.266 3.52h-12.5c-2.357 0-4.236-1.76-4.236-3.52v-.358a4.15 4.15 0 0 1 2.714-3.639v-.149a5.347 5.347 0 0 1 5.372-5.37" style="fill:#f58535"/><path d="m15.25 23.484-1.4 4.892h.835l.328-1.193h1.432l.3 1.193h.835l-1.313-4.892Zm-.119 3.072.6-2.416.567 2.416ZM21.097 27.332h-.03l-.656-3.848h-.836l-.626 3.818h-.03l-.656-3.818h-.776l.955 4.922h.895l.626-3.699h.03l.626 3.699h.925l.984-4.922h-.805zM25.064 25.721l-.537-.179c-.537-.209-.746-.447-.746-.865a.673.673 0 1 1 1.342 0v.089h.777v-.119c0-.507-.119-1.283-1.4-1.283a1.35 1.35 0 0 0-1.521 1.4 1.3 1.3 0 0 0 1.044 1.342l.537.179a.82.82 0 0 1 .716.865.7.7 0 0 1-.746.716q-.805 0-.805-.895v-.119h-.776v.119a1.34 1.34 0 0 0 1.491 1.491c.984 0 1.641-.418 1.641-1.462a1.3 1.3 0 0 0-1.017-1.279" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-231.442" x2="-231.459" y1="265.978" y2="265.903" gradientTransform="matrix(161.096 0 0 -241.217 37302.352 64171.913)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#114a8b"/><stop offset="1" stop-color="#0669bc"/></linearGradient><linearGradient id="b" x1="-231.869" x2="-231.875" y1="265.942" y2="265.94" gradientTransform="matrix(224.69 0 0 -241.214 52119.718 64171.207)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".3"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="-232.004" x2="-231.984" y1="265.98" y2="265.906" gradientTransform="matrix(169.755 0 0 -241.217 39406.126 64171.912)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3ccbf4"/><stop offset="1" stop-color="#2892df"/></linearGradient></defs><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5799b5"/><path d="M17.2 12.125h5.928l-6.156 18.232a.945.945 0 0 1-.9.643h-4.608a.944.944 0 0 1-.894-1.245l5.73-16.987a.945.945 0 0 1 .9-.643" style="fill:url(#a)"/><path d="M25.811 24.354h-9.4a.435.435 0 0 0-.3.753l6.04 5.637A.95.95 0 0 0 22.8 31h5.322Z" style="fill:#0078d4"/><path d="M17.2 12.125a.94.94 0 0 0-.9.655l-5.723 16.959A.942.942 0 0 0 11.466 31H16.2a1.01 1.01 0 0 0 .776-.66l1.141-3.364 4.077 3.8A.97.97 0 0 0 22.8 31h5.3l-2.326-6.646h-6.78l4.149-12.23Z" style="fill:url(#b)"/><path d="M24.769 12.767a.94.94 0 0 0-.894-.642h-6.607a.94.94 0 0 1 .894.642L23.9 29.754A.944.944 0 0 1 23 31h6.606a.944.944 0 0 0 .894-1.246Z" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-231.439" x2="-231.456" y1="265.977" y2="265.902" gradientTransform="matrix(161.096 0 0 -241.217 37302.352 64171.913)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#114a8b"/><stop offset="1" stop-color="#0669bc"/></linearGradient><linearGradient id="b" x1="-231.867" x2="-231.873" y1="265.942" y2="265.94" gradientTransform="matrix(224.69 0 0 -241.214 52119.718 64171.207)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".3"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="-232.001" x2="-231.981" y1="265.98" y2="265.905" gradientTransform="matrix(169.755 0 0 -241.217 39406.126 64171.912)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3ccbf4"/><stop offset="1" stop-color="#2892df"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7db4d3"/><path d="M17.646 12.272h5.928L17.421 30.5a.945.945 0 0 1-.9.643h-4.609a.944.944 0 0 1-.894-1.245l5.733-16.986a.945.945 0 0 1 .9-.643Z" style="fill:url(#a)"/><path d="M26.26 24.5h-9.4a.435.435 0 0 0-.3.753l6.04 5.637a.95.95 0 0 0 .648.255h5.322Z" style="fill:#0078d4"/><path d="M17.646 12.272a.94.94 0 0 0-.9.655l-5.721 16.959a.942.942 0 0 0 .89 1.261h4.732a1.01 1.01 0 0 0 .776-.66l1.141-3.364 4.077 3.8a.97.97 0 0 0 .607.221h5.3L26.226 24.5h-6.78L23.6 12.272Z" style="fill:url(#b)"/><path d="M25.217 12.914a.94.94 0 0 0-.894-.642h-6.606a.94.94 0 0 1 .894.642L24.344 29.9a.944.944 0 0 1-.894 1.246h6.606a.944.944 0 0 0 .894-1.246Z" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-117.555" x2="-116.883" y1="260.894" y2="260.894" gradientTransform="rotate(90 2089.825 5520.838)scale(29.091)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient xlink:href="#a" id="d" x1="-117.555" x2="-116.883" y1="261.146" y2="261.146"/><mask id="c" width="19.545" height="19.546" x="11.227" y="11.227" maskUnits="userSpaceOnUse"><path d="m14.08 24.342.983-1.052 1.222 1.222-1 .994 1.205 1.2.993-.994 1.229 1.23-.974.973 2.85 2.85h4.48a.814.814 0 0 0 .814-.814v-6.512l4.162-2.775a1.63 1.63 0 0 0 .724-1.354v-7.269a.814.814 0 0 0-.814-.814h-7.268a1.63 1.63 0 0 0-1.355.724l-2.774 4.162H12.04a.814.814 0 0 0-.812.815v4.479ZM12.693 25.886h-1.465v4.887h4.885v-1.466h-3.42Z" style="fill:#fff"/></mask></defs><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#7798cc"/><g style="mask:url(#c)"><path d="M11.228 25.886h1.465v3.421h3.42v1.466h-4.885Z" style="fill:#91b0f2"/><path d="M11.228 16.927v4.48l2.852 2.935 1.22-1.307 3.664 3.665-1.222 1.22 2.85 2.85h4.48a.814.814 0 0 0 .814-.814v-6.517l-7.329-7.326H12.04a.813.813 0 0 0-.812.814" style="fill:#0f46bd"/><path d="m14.281 22.511 7.533-11.284h8.959v8.958l-11.284 7.533Z" style="fill:#062aa9"/><path d="M14.752 22.983a.814.814 0 0 1-.1-1.028l6.679-10a1.63 1.63 0 0 1 1.354-.724h7.275a.815.815 0 0 1 .815.814v7.274a1.63 1.63 0 0 1-.725 1.354l-10 6.679a.815.815 0 0 1-1.028-.1Z" style="fill:#2560e0"/><path d="m15.289 25.506 6.218-6.218 1.2 1.2-6.217 6.219Z" style="fill:#0a44c2"/><path d="m15.289 25.506 6.218-6.218 1.2 1.2-6.217 6.219Z" style="fill:#729af2"/><path d="m17.487 25.716-1.2-1.2 5.225-5.224 1.2 1.2Z" style="fill:#4c80f0"/><path d="M25.887 18.557a2.443 2.443 0 1 0-2.443-2.443 2.443 2.443 0 0 0 2.443 2.443" style="fill:#0a44c2"/><path d="M25.887 18.557a2.443 2.443 0 1 0-2.443-2.443 2.443 2.443 0 0 0 2.443 2.443" style="fill:#91b0f2"/><g style="opacity:.20000000298023224"><path d="m14.08 24.342.983-1.052 1.222 1.222-1 .994 1.205 1.2.993-.994 1.229 1.23-.974.973 2.85 2.85h4.48a.814.814 0 0 0 .814-.814v-6.512l4.162-2.775a1.63 1.63 0 0 0 .724-1.354v-7.269a.814.814 0 0 0-.814-.814h-7.268a1.63 1.63 0 0 0-1.355.724l-2.774 4.162H12.04a.814.814 0 0 0-.812.815v4.479Z" style="fill:url(#a)"/><path d="M12.693 25.886h-1.465v4.887h4.885v-1.466h-3.42Z" style="fill:url(#d)"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-117.563" x2="-116.891" y1="260.902" y2="260.902" gradientTransform="rotate(90 2089.825 5520.838)scale(29.091)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient xlink:href="#a" id="d" x1="-117.562" x2="-116.89" y1="261.154" y2="261.154"/><mask id="c" width="19.545" height="19.546" x="11" y="11" maskUnits="userSpaceOnUse"><path d="m13.852 24.115.984-1.052 1.222 1.222-1 .994 1.2 1.205.994-.994 1.228 1.23-.973.973 2.85 2.85h4.479a.813.813 0 0 0 .814-.814v-6.517l4.163-2.774a1.63 1.63 0 0 0 .724-1.355v-7.268a.815.815 0 0 0-.806-.815h-7.273a1.63 1.63 0 0 0-1.354.725l-2.774 4.161h-6.518A.815.815 0 0 0 11 16.7v4.48ZM12.465 25.659H11v4.887h4.886V29.08h-3.421Z" style="fill:#fff"/></mask></defs><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#99b2d9"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#99b2d9"/><g style="mask:url(#c)"><path d="M11 25.659h1.465v3.421h3.421v1.466H11Z" style="fill:#91b0f2"/><path d="M11 16.7v4.48l2.852 2.935 1.22-1.306 3.665 3.665-1.222 1.219 2.85 2.85h4.479a.813.813 0 0 0 .814-.814v-6.517l-7.328-7.326h-6.518A.815.815 0 0 0 11 16.7" style="fill:#0f46bd"/><path d="M14.054 22.284 21.587 11h8.958v8.959l-11.284 7.533Z" style="fill:#062aa9"/><path d="M14.524 22.756a.81.81 0 0 1-.1-1.028l6.678-10A1.63 1.63 0 0 1 22.456 11h7.275a.815.815 0 0 1 .814.815v7.273a1.63 1.63 0 0 1-.724 1.354l-10 6.679a.815.815 0 0 1-1.028-.1Z" style="fill:#2560e0"/><path d="m15.062 25.279 6.218-6.218 1.2 1.2-6.218 6.219Z" style="fill:#0a44c2"/><path d="m15.062 25.279 6.218-6.218 1.2 1.2-6.218 6.219Z" style="fill:#729af2"/><path d="m17.26 25.489-1.2-1.2 5.224-5.223 1.2 1.2Z" style="fill:#4c80f0"/><path d="M25.659 18.33a2.443 2.443 0 1 0-2.443-2.443 2.443 2.443 0 0 0 2.443 2.443" style="fill:#0a44c2"/><path d="M25.659 18.33a2.443 2.443 0 1 0-2.443-2.443 2.443 2.443 0 0 0 2.443 2.443" style="fill:#91b0f2"/><g style="opacity:.20000000298023224"><path d="m13.852 24.115.984-1.052 1.222 1.222-1 .994 1.2 1.205.994-.994 1.228 1.23-.973.973 2.85 2.85h4.479a.813.813 0 0 0 .814-.814v-6.517l4.163-2.774a1.63 1.63 0 0 0 .724-1.355v-7.268a.815.815 0 0 0-.806-.815h-7.273a1.63 1.63 0 0 0-1.354.725l-2.774 4.161h-6.518A.815.815 0 0 0 11 16.7v4.48Z" style="fill:url(#a)"/><path d="M12.465 25.659H11v4.887h4.886V29.08h-3.421Z" style="fill:url(#d)"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#c15356"/><path d="M25.742 9.9H13.441v21h17.475V15.15z" style="fill:#9f4246"/><path d="M29.577 29.663H14.851V11.138h10.055l4.75 4.749v13.776z" style="fill:#fff"/><path d="M18.652 19.945c1.188 0 1.922-1.1 1.922-2.747 0-1.609-.6-2.582-1.8-2.582s-1.929 1.1-1.929 2.747c.001 1.612.603 2.582 1.807 2.582M17.72 17.2c0-1.172.322-1.84.99-1.84.487 0 .784.413.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.478 0-.784-.4-.916-1.073l1.9-.982v.215c-.004 1.174-.317 1.84-.986 1.84ZM26.421 19.835l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132.017.668L24.376 16v3.069h-1.387v.768zM20.533 26.96l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132.016.669 1.254-.033v3.069h-1.386v.768zM24.615 27.067c1.188 0 1.922-1.1 1.922-2.747 0-1.609-.6-2.582-1.8-2.582s-1.93 1.1-1.93 2.747c0 1.611.6 2.585 1.808 2.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84.487 0 .784.412.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.479 0-.784-.4-.916-1.073l1.9-.982v.214c-.004 1.178-.318 1.844-.986 1.844Z" style="fill:#9f4246"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#dd7a7d"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dd7a7d"/><path d="M25.742 9.9H13.441v21h17.475V15.15z" style="fill:#9f4246"/><path d="M29.577 29.663H14.851V11.138h10.055l4.75 4.749v13.776z" style="fill:#fff"/><path d="M18.652 19.945c1.188 0 1.922-1.1 1.922-2.747 0-1.609-.6-2.582-1.8-2.582s-1.929 1.1-1.929 2.747c.001 1.612.603 2.582 1.807 2.582M17.72 17.2c0-1.172.322-1.84.99-1.84.487 0 .784.413.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.478 0-.784-.4-.916-1.073l1.9-.982v.215c-.004 1.174-.317 1.84-.986 1.84ZM26.421 19.835l.075-.767h-1.238v-4.51l-.882.075v.6l-1.271.132.017.668L24.376 16v3.069h-1.387v.768zM20.533 26.96l.075-.767h-1.237v-4.511l-.883.075v.6l-1.27.132.016.669 1.254-.033v3.069h-1.386v.768zM24.615 27.067c1.188 0 1.922-1.1 1.922-2.747 0-1.609-.6-2.582-1.8-2.582s-1.93 1.1-1.93 2.747c0 1.611.6 2.585 1.808 2.585Zm-.932-2.745c0-1.172.322-1.84.99-1.84.487 0 .784.412.916 1.105l-1.9.982a2 2 0 0 1-.006-.247m1 2c-.479 0-.784-.4-.916-1.073l1.9-.982v.214c-.004 1.178-.318 1.844-.986 1.844Z" style="fill:#9f4246"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z" style="fill:#55a3bf"/><path d="m31 26-8.571 5-8.572-5V16l8.572-5L31 16z" style="isolation:isolate"/><path d="M15.624 17.071 22.429 21l6.804-3.929-6.804-3.928z" style="fill:#0084c1"/><path d="M15.624 17.071v7.858l6.805 3.928V21z" style="fill:#82eddf"/><path d="M22.429 28.857V21l6.804-3.929v7.858z" style="fill:#00d3b9"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7bc0db"/><path d="m31 26-8.571 5-8.572-5V16l8.572-5L31 16z" style="isolation:isolate"/><path d="M15.624 17.071 22.429 21l6.804-3.929-6.804-3.928z" style="fill:#0084c1"/><path d="M15.624 17.071v7.858l6.805 3.928V21z" style="fill:#82eddf"/><path d="M22.429 28.857V21l6.804-3.929v7.858z" style="fill:#00d3b9"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="19.64" cy="19.72" r="15.24" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#138fce"/><stop offset=".857" stop-color="#385eaa"/><stop offset=".929" stop-color="#3265af"/></radialGradient></defs><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#557ebf"/><path d="M11 11h20v20H11z" style="fill:url(#a)"/><g style="opacity:.23"><path d="M13.679 11h.357v20h-.357zM16.536 11h.357v20h-.357zM19.393 11h.357v20h-.357zM22.25 11h.357v20h-.357zM25.107 11h.357v20h-.357zM27.964 11h.357v20h-.357z" style="fill:#fff"/><path d="M11 13.679h20v.357H11zM11 16.536h20v.357H11zM11 19.393h20v.357H11zM11 22.25h20v.357H11zM11 25.107h20v.357H11zM11 27.964h20v.357H11z" style="fill:#fff"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="19.64" cy="19.72" r="15.24" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#138fce"/><stop offset=".857" stop-color="#385eaa"/><stop offset=".929" stop-color="#3265af"/></radialGradient></defs><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#7b9ddb"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#7b9ddb"/><path d="M11 11h20v20H11z" style="fill:url(#a)"/><g style="opacity:.23"><path d="M13.679 11h.357v20h-.357zM16.536 11h.357v20h-.357zM19.393 11h.357v20h-.357zM22.25 11h.357v20h-.357zM25.107 11h.357v20h-.357zM27.964 11h.357v20h-.357z" style="fill:#fff"/><path d="M11 13.679h20v.357H11zM11 16.536h20v.357H11zM11 19.393h20v.357H11zM11 22.25h20v.357H11zM11 25.107h20v.357H11zM11 27.964h20v.357H11z" style="fill:#fff"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><style>.st4{fill:#aeadb3}</style><path id="Camada_2" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z" style="fill:#55004c"/><g id="Camada_3"><path d="M15.9 13.4H30v12.2H15.9z" class="st4"/><path d="M24.1 16.3h3.3v2.2h-3.3zm-5.8 0h3.3v2.2h-3.3zm.2 4.5h8.9v1.9h-8.9z" style="fill:#444242"/><path d="M14.3 16.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7 4.7h1.5v3.2H30zm-9 9.3h3.4v1.9H21z" style="fill:#727176"/><path d="M14.6 11h.4v5.6h-.4zm16.2 0h.4v5.6h-.4z" class="st4"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><style>.st0{fill:#6a004c}.st3{fill:#aeadb3}</style><g id="Camada_1"><path d="M27.6 5.5h-9.2l-2.1 4.2H4.5v16.8h25.2v-21zm0 18.7H6.8V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1z" class="st0"/><path d="M25.9 13.7H.7l3.8 12.8h25.2z" class="st0"/></g><g id="Camada_3"><path d="M15.9 13.4H30v12.2H15.9z" class="st3"/><path d="M24.1 16.3h3.3v2.2h-3.3zm-5.8 0h3.3v2.2h-3.3zm.2 4.5h8.9v1.9h-8.9z" style="fill:#444242"/><path d="M14.3 16.3h1.5v3.2h-1.5zm8-4.7h1.6v1.8h-1.6zm7.7 4.7h1.5v3.2H30zm-9 9.3h3.4v1.9H21z" style="fill:#727176"/><path d="M14.6 11h.4v5.6h-.4zm16.2 0h.4v5.6h-.4z" class="st3"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf6455"/><path d="M30.6 21.557c-1.08-1.038-6.481-1.686-8.185-1.874a5 5 0 0 0 .211-.6 7 7 0 0 1 .742-.275c.032.093.18.45.265.62 3.427.095 3.6-2.547 3.742-3.27a4.09 4.09 0 0 1 1.3-2.641c-1.751-.51-4.27.791-5.113 2.728a5.3 5.3 0 0 0-.949-.261 4.6 4.6 0 0 0-4.475-3.439A8.366 8.366 0 0 0 10 21.194c0 4.573 3.122 8.581 4.887 8.581a1.74 1.74 0 0 0 1.589-1.094c.13.355.531 1.457.662 1.738.194.415 1.093.774 1.486.343a1.45 1.45 0 0 0 1.939-.3 1.435 1.435 0 0 0 1.852-1.062c.478-.026.712-.7.608-1.231a13 13 0 0 0-1.223-2.295c.634.516 2.241.662 2.436 0 1.023.8 2.617.381 2.743-.271 1.243.323 2.668-.386 2.434-1.245a1.684 1.684 0 0 0 1.187-2.801" style="fill:#543729"/><path d="M25.04 17.026a7.6 7.6 0 0 1 1.653-2.361 4.28 4.28 0 0 0-1.931 2.175 7 7 0 0 0-.679-.38 4.41 4.41 0 0 1 3.6-2.481c-1.049.952-.677 2.929-1.539 3.976a11 11 0 0 0-1.104-.929m-.678 1.389a4 4 0 0 1 .036-.4 3.6 3.6 0 0 0-.629-.083 2.4 2.4 0 0 0 .219.912 3.3 3.3 0 0 0 1.712-.475 5.7 5.7 0 0 0-1.155-.326c-.045.089-.145.309-.184.373Z" style="fill:#00acee"/><path d="M21.4 25.165c-.1-.217-.208-.481-.336-.827.5.726 2.062.352 1.98-.3.765.576 2.341-.1 1.983-.9.767.357 1.642-.362 1.445-.675 1.307.252 2.56.5 2.953.6a1.524 1.524 0 0 1-1.753.518c.485.66-.456 1.452-1.767 1.016.288.648-.878 1.231-2.2.556.014.654-1.648.729-2.305.012m2.593-3.277c1.517.116 4.026.343 5.579.56-.1-.505-.366-.65-1.209-.876-.908.097-3.208.328-4.37.317Z" style="fill:#2baf2b"/><path d="M23.045 24.044c.765.576 2.341-.1 1.983-.9.767.357 1.642-.362 1.445-.675-1.545-.3-3.167-.6-3.534-.649.223.012.593.037 1.054.073 1.162.006 3.463-.22 4.369-.316a44 44 0 0 0-6.536-1.049 3 3 0 0 1-.579.631 5.05 5.05 0 0 1-4.362 3.19 5.9 5.9 0 0 1-1.785-.3 3.8 3.8 0 0 1-3.61.077 7.3 7.3 0 0 0 6.684 4.434c2.455 0 3.543-2.507 3.305-3.17-.058-.161-.287-.7-.415-1.04.499.719 2.063.344 1.981-.306" style="fill:#ffcc2f"/><path d="M21.557 19a7 7 0 0 1 1.68-.743 3 3 0 0 1-.025-.239c-.468.112-1.351.491-1.857-.031 1.067.322 1.6-.287 2.385-.287a5 5 0 0 1 1.66.337 5.6 5.6 0 0 0-3.527-1.574A2.47 2.47 0 0 0 21.557 19" style="fill:#cecece"/><path d="M15.1 24.043a5.9 5.9 0 0 0 1.785.3 5.05 5.05 0 0 0 4.362-3.19 5.6 5.6 0 0 1-3.652 1.038 5.72 5.72 0 0 0 3.723-2.354 3.165 3.165 0 0 1 .33-3.936 3.7 3.7 0 0 0-3.505-2.463 7.44 7.44 0 0 0-7.243 7.756 7.4 7.4 0 0 0 .591 2.925 3.8 3.8 0 0 0 3.609-.076" style="fill:#ef5734"/><path d="M16.288 17.28a1.829 1.829 0 1 0 1.829-1.829 1.83 1.83 0 0 0-1.829 1.829" style="fill:#ffcc2f"/><path d="M17.022 17.28a1.1 1.1 0 1 0 1.1-1.1 1.1 1.1 0 0 0-1.1 1.1" style="fill:#543729"/><ellipse cx="18.117" cy="16.794" rx=".638" ry=".397" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db897b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db897b"/><path d="M30.6 21.557c-1.08-1.038-6.481-1.686-8.185-1.874a5 5 0 0 0 .211-.6 7 7 0 0 1 .742-.275c.032.093.18.45.265.62 3.427.095 3.6-2.547 3.742-3.27a4.09 4.09 0 0 1 1.3-2.641c-1.751-.51-4.27.791-5.113 2.728a5.3 5.3 0 0 0-.949-.261 4.6 4.6 0 0 0-4.475-3.439A8.366 8.366 0 0 0 10 21.194c0 4.573 3.122 8.581 4.887 8.581a1.74 1.74 0 0 0 1.589-1.094c.13.355.531 1.457.662 1.738.194.415 1.093.774 1.486.343a1.45 1.45 0 0 0 1.939-.3 1.435 1.435 0 0 0 1.852-1.062c.478-.026.712-.7.608-1.231a13 13 0 0 0-1.223-2.295c.634.516 2.241.662 2.436 0 1.023.8 2.617.381 2.743-.271 1.243.323 2.668-.386 2.434-1.245a1.684 1.684 0 0 0 1.187-2.801" style="fill:#543729"/><path d="M25.04 17.026a7.6 7.6 0 0 1 1.653-2.361 4.28 4.28 0 0 0-1.931 2.175 7 7 0 0 0-.679-.38 4.41 4.41 0 0 1 3.6-2.481c-1.049.952-.677 2.929-1.539 3.976a11 11 0 0 0-1.104-.929m-.678 1.389a4 4 0 0 1 .036-.4 3.6 3.6 0 0 0-.629-.083 2.4 2.4 0 0 0 .219.912 3.3 3.3 0 0 0 1.712-.475 5.7 5.7 0 0 0-1.155-.326c-.045.089-.145.309-.184.373Z" style="fill:#00acee"/><path d="M21.4 25.165c-.1-.217-.208-.481-.336-.827.5.726 2.062.352 1.98-.3.765.576 2.341-.1 1.983-.9.767.357 1.642-.362 1.445-.675 1.307.252 2.56.5 2.953.6a1.524 1.524 0 0 1-1.753.518c.485.66-.456 1.452-1.767 1.016.288.648-.878 1.231-2.2.556.014.654-1.648.729-2.305.012m2.593-3.277c1.517.116 4.026.343 5.579.56-.1-.505-.366-.65-1.209-.876-.908.097-3.208.328-4.37.317Z" style="fill:#2baf2b"/><path d="M23.045 24.044c.765.576 2.341-.1 1.983-.9.767.357 1.642-.362 1.445-.675-1.545-.3-3.167-.6-3.534-.649.223.012.593.037 1.054.073 1.162.006 3.463-.22 4.369-.316a44 44 0 0 0-6.536-1.049 3 3 0 0 1-.579.631 5.05 5.05 0 0 1-4.362 3.19 5.9 5.9 0 0 1-1.785-.3 3.8 3.8 0 0 1-3.61.077 7.3 7.3 0 0 0 6.684 4.434c2.455 0 3.543-2.507 3.305-3.17-.058-.161-.287-.7-.415-1.04.499.719 2.063.344 1.981-.306" style="fill:#ffcc2f"/><path d="M21.557 19a7 7 0 0 1 1.68-.743 3 3 0 0 1-.025-.239c-.468.112-1.351.491-1.857-.031 1.067.322 1.6-.287 2.385-.287a5 5 0 0 1 1.66.337 5.6 5.6 0 0 0-3.527-1.574A2.47 2.47 0 0 0 21.557 19" style="fill:#cecece"/><path d="M15.1 24.043a5.9 5.9 0 0 0 1.785.3 5.05 5.05 0 0 0 4.362-3.19 5.6 5.6 0 0 1-3.652 1.038 5.72 5.72 0 0 0 3.723-2.354 3.165 3.165 0 0 1 .33-3.936 3.7 3.7 0 0 0-3.505-2.463 7.44 7.44 0 0 0-7.243 7.756 7.4 7.4 0 0 0 .591 2.925 3.8 3.8 0 0 0 3.609-.076" style="fill:#ef5734"/><path d="M16.288 17.28a1.829 1.829 0 1 0 1.829-1.829 1.83 1.83 0 0 0-1.829 1.829" style="fill:#ffcc2f"/><path d="M17.022 17.28a1.1 1.1 0 1 0 1.1-1.1 1.1 1.1 0 0 0-1.1 1.1" style="fill:#543729"/><ellipse cx="18.117" cy="16.794" rx=".638" ry=".397" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#55bf91"/><path d="m7 15 8 3.92v8L7 23Zm16.08 0L31 18.92 23.08 23Z" style="fill:#30f2a2"/><path d="M23.08 15 15 18.92v8L23.08 23ZM31 18.92 23.08 23v8L31 26.92Z" style="fill:#14cc80"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7bdbb6"/><path d="m7 15 8 3.92v8L7 23Zm16.08 0L31 18.92 23.08 23Z" style="fill:#30f2a2"/><path d="M23.08 15 15 18.92v8L23.08 23ZM31 18.92 23.08 23v8L31 26.92Z" style="fill:#14cc80"/></svg>
|