@lvce-editor/server 0.39.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +105 -429
- 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="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="m22.428 11.161 8.217 4.92v9.838l-8.216 4.92-8.217-4.92v-9.838Z"/><path d="M14.878 16.451 22.429 21v9.1l-7.55-4.549Z" style="fill:#82eddf"/><path d="M29.977 16.451 22.427 21v9.1l7.55-4.549Z" style="fill:#00d3b9"/><path d="m14.878 16.451 7.551-4.55 7.549 4.55L22.429 21Z" style="fill:#0084c1"/><path d="m22.428 15.076 4.948 2.962v5.925l-4.948 2.962-4.948-2.962v-5.925Z"/><path d="M19.979 19.519 22.43 21v2.963l-2.45-1.48Z" style="fill:#82eddf"/><path d="M24.876 19.519 22.428 21v2.963l2.448-1.48Z" style="fill:#00d3b9"/><path d="m19.979 19.519 2.451-1.48 2.447 1.48L22.429 21Z" style="fill:#0084c1"/></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="m22.429 11.161 8.217 4.92v9.838l-8.217 4.92-8.217-4.92v-9.838Z"/><path d="M14.879 16.451 22.429 21v9.1l-7.55-4.549Z" style="fill:#82eddf"/><path d="M29.978 16.451 22.428 21v9.1l7.55-4.549Z" style="fill:#00d3b9"/><path d="m14.879 16.451 7.55-4.55 7.55 4.55L22.429 21Z" style="fill:#0084c1"/><path d="m22.429 15.076 4.948 2.962v5.925l-4.948 2.962-4.948-2.962v-5.925Z"/><path d="M19.98 19.519 22.43 21v2.963l-2.45-1.48Z" style="fill:#82eddf"/><path d="M24.877 19.519 22.429 21v2.963l2.448-1.48Z" style="fill:#00d3b9"/><path d="m19.98 19.519 2.45-1.48 2.447 1.48L22.429 21Z" style="fill:#0084c1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><defs><linearGradient id="a" x2="1" y1="500.019" y2="500.019" gradientTransform="scale(-173.67 173.67)rotate(74.609 325.802 249.083)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient><linearGradient id="b" x2="1" y1="500.066" y2="500.066" gradientTransform="scale(173.685 -173.685)rotate(-38.239 -723.64 247.505)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path d="M460.672 85.3H282.547l-32.813 65.625H66.922v262.5h393.75zm-32.813 65.625H299.734l17.188-32.812h110.937Z" style="fill:#31ad79"/><path d="M307.469 156.641c85.984-3.063 158.312 64.3 161.406 150.328a155.9 155.9 0 0 1-150.188 161.39c-85.984 3.062-158.312-64.3-161.406-150.328-3.094-86.016 64.2-158.344 150.188-161.391Z"/><path d="M396.672 263.031 367.328 336.7l-29.547-73.672h-24.187l41.453 100.563-29.484 70.922 21.125 4.172 72.828-175.656h-22.844Z" style="fill:#d2d2d2"/><path d="M267.656 281.672c12.266 0 22.266 6.484 27.391 17.812l.406.875 20.609-6.938-.453-1.047c-7.969-19.266-26.344-31.25-47.953-31.25-15.188 0-27.531 4.844-37.734 14.75-10.141 9.859-15.266 22.25-15.266 36.844 0 14.484 5.125 26.812 15.266 36.656 10.2 9.922 22.547 14.75 37.734 14.75 21.609 0 39.984-11.984 47.953-31.234l.453-1.047-20.641-6.953-.391.922c-4.594 11.125-14.828 17.766-27.375 17.766a28.93 28.93 0 0 1-21.469-8.8 30.39 30.39 0 0 1-8.7-22.047 30.86 30.86 0 0 1 8.7-22.234 28.87 28.87 0 0 1 21.47-8.825" style="fill:#d2d2d2"/><path d="M382.734 421.672a129.45 129.45 0 0 0 45.75-169.516l18.734-9.687a150.205 150.205 0 0 1-53.125 196.891z" style="fill:url(#a)"/><path d="M167.172 352.188a149.1 149.1 0 0 1-5.391-39.828c0-61.641 39.031-118.016 97.141-140.25l7.625 19.562c-50.016 19.141-83.609 67.641-83.609 120.687a128.2 128.2 0 0 0 4.625 34.266z" style="fill:#58d09e"/><path d="M257.906 172.594a153.2 153.2 0 0 1 39.375-9.484c61.812-6.437 122.422 26.172 150.781 81.172l-18.813 9.562c-24.422-47.344-76.562-75.406-129.766-69.859a131.1 131.1 0 0 0-33.875 8.141l-7.7-19.531Z" style="fill:#58d09e"/><path d="m329.656 424.578-5.141 12.375a6.85 6.85 0 0 1-6 4.2 117 117 0 0 1-5.266.125c-60.609-.031-114.234-42.422-127.516-100.812l-20.625 4.625a150.57 150.57 0 0 0 52.692 83.721 153.24 153.24 0 0 0 95.234 33.422h.313c2.031 0 4.047-.047 6.063-.125a28.07 28.07 0 0 0 24.687-17.188l6.719-16.172-21.156-4.172Z" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><defs><linearGradient id="a" x2="1" y1="500.019" y2="500.019" gradientTransform="scale(-173.67 173.67)rotate(74.609 325.802 249.083)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient><linearGradient id="b" x2="1" y1="500.066" y2="500.066" gradientTransform="scale(173.685 -173.685)rotate(-38.239 -723.64 247.505)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path d="M460.938 85.938H284.375l-32.813 65.625H67.188v262.5h393.75Zm-32.813 292.187h-325v-193.75h325Zm0-226.562H300l15.625-32.812h110.938v32.812z" style="fill:#2c9a6a"/><path d="M401.563 214.062H7.813l59.375 200h393.75Z" style="fill:#2c9a6a"/><path d="M307.469 156.641c85.984-3.063 158.312 64.3 161.406 150.328a155.9 155.9 0 0 1-150.188 161.39c-85.984 3.062-158.312-64.3-161.406-150.328-3.094-86.016 64.2-158.344 150.188-161.391Z"/><path d="M396.672 263.031 367.328 336.7l-29.547-73.672h-24.187l41.453 100.563-29.484 70.922 21.125 4.172 72.828-175.656h-22.844Z" style="fill:#d2d2d2"/><path d="M267.656 281.672c12.266 0 22.266 6.484 27.391 17.812l.406.875 20.609-6.938-.453-1.047c-7.969-19.266-26.344-31.25-47.953-31.25-15.188 0-27.531 4.844-37.734 14.75-10.141 9.859-15.266 22.25-15.266 36.844 0 14.484 5.125 26.812 15.266 36.656 10.2 9.922 22.547 14.75 37.734 14.75 21.609 0 39.984-11.984 47.953-31.234l.453-1.047-20.641-6.953-.391.922c-4.594 11.125-14.828 17.766-27.375 17.766a28.93 28.93 0 0 1-21.469-8.8 30.39 30.39 0 0 1-8.7-22.047 30.86 30.86 0 0 1 8.7-22.234 28.87 28.87 0 0 1 21.47-8.825" style="fill:#d2d2d2"/><path d="M382.734 421.672a129.45 129.45 0 0 0 45.75-169.516l18.734-9.687a150.205 150.205 0 0 1-53.125 196.891z" style="fill:url(#a)"/><path d="M167.172 352.188a149.1 149.1 0 0 1-5.391-39.828c0-61.641 39.031-118.016 97.141-140.25l7.625 19.562c-50.016 19.141-83.609 67.641-83.609 120.687a128.2 128.2 0 0 0 4.625 34.266z" style="fill:#58d09e"/><path d="M257.906 172.594a153.2 153.2 0 0 1 39.375-9.484c61.812-6.437 122.422 26.172 150.781 81.172l-18.813 9.562c-24.422-47.344-76.562-75.406-129.766-69.859a131.1 131.1 0 0 0-33.875 8.141l-7.7-19.531Z" style="fill:#58d09e"/><path d="m329.656 424.578-5.141 12.375a6.85 6.85 0 0 1-6 4.2 117 117 0 0 1-5.266.125c-60.609-.031-114.234-42.422-127.516-100.812l-20.625 4.625a150.57 150.57 0 0 0 52.692 83.721 153.24 153.24 0 0 0 95.234 33.422h.313c2.031 0 4.047-.047 6.063-.125a28.07 28.07 0 0 0 24.687-17.188l6.719-16.172-21.156-4.172Z" style="fill:url(#b)"/></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:#5569bf"/><path d="M30.53 28.808h-3.457v-8.29a.253.253 0 0 0-.252-.253H14.35a.253.253 0 0 0-.252.253v8.29H10.47a.47.47 0 0 0-.47.47v1.252a.47.47 0 0 0 .47.47h20.06a.47.47 0 0 0 .47-.47v-1.252a.47.47 0 0 0-.47-.47" style="fill:#0d2192"/><path d="M10.47 31h6.03v-1.6h2.4v-9.135h-4.55a.253.253 0 0 0-.252.253v8.29H10.47a.47.47 0 0 0-.47.47v1.252a.47.47 0 0 0 .47.47" style="fill:#20329b"/></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:#7b8bdb"/><path d="M30.53 28.808h-3.457v-8.29a.253.253 0 0 0-.252-.253H14.35a.253.253 0 0 0-.252.253v8.29H10.47a.47.47 0 0 0-.47.47v1.252a.47.47 0 0 0 .47.47h20.06a.47.47 0 0 0 .47-.47v-1.252a.47.47 0 0 0-.47-.47" style="fill:#0d2192"/><path d="M10.47 31h6.03v-1.6h2.4v-9.135h-4.55a.253.253 0 0 0-.252.253v8.29H10.47a.47.47 0 0 0-.47.47v1.252a.47.47 0 0 0 .47.47" style="fill:#20329b"/></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:#632ca6;fill-opacity:1"/><path fill="#fff" d="M25.606 11.28 13.17 12.712l-.29 3.242s1.058 12.146 1.043 12.103c-.014-.043 1.487.962 1.487.962s.575 2.048 2.65 1.498c2.074-.55.92-3.053.754-3.378s.784.89.784.89l1.15-.139.18 1.51 9.145-1.648-.545-6.59z"/><path fill="#632ca6" fill-rule="evenodd" d="m27.71 24.99-1.749-1.153-1.458 2.435-1.696-.495-1.494 2.279.077.717 8.12-1.496-.472-5.073zm-7.573-2.188 1.303-.179c.21.095.357.13.61.195.394.103.85.201 1.524-.139.157-.078.484-.377.617-.547l5.337-.969.545 6.59-9.145 1.648Zm9.915-2.374-.527.1-1.012-10.458-17.247 2 2.125 17.243 2.018-.293c-.16-.23-.412-.509-.84-.865-.595-.494-.385-1.333-.034-1.863.464-.895 2.855-2.033 2.72-3.464-.05-.52-.132-1.197-.615-1.661-.018.192.015.378.015.378s-.199-.253-.298-.598c-.098-.132-.175-.175-.28-.351-.073.204-.064.441-.064.441s-.162-.383-.188-.707c-.096.145-.12.42-.12.42s-.211-.604-.163-.93c-.097-.282-.382-.844-.3-2.122.525.37 1.684.282 2.136-.384.15-.22.252-.822-.075-2.007-.21-.76-.731-1.893-.934-2.322l-.024.017c.107.346.327 1.072.412 1.423.256 1.067.325 1.438.204 1.93-.102.428-.347.707-.97 1.02-.621.314-1.447-.45-1.5-.492-.603-.481-1.07-1.267-1.123-1.648-.054-.418.24-.669.39-1.01a4 4 0 0 0-.45.169s.282-.293.632-.547c.144-.096.229-.157.381-.283-.22-.004-.4.003-.4.003s.368-.2.75-.344c-.28-.012-.546-.002-.546-.002s.82-.367 1.469-.636c.446-.183.881-.13 1.126.225.321.463.659.715 1.374.87.439-.194.572-.294 1.124-.444.485-.534.867-.603.867-.603s-.19.173-.24.446c.275-.217.577-.398.577-.398s-.117.144-.226.373l.026.038a6 6 0 0 1 .699-.345s-.108.137-.235.314c.242-.002.733.01.924.031 1.126.025 1.36-1.202 1.791-1.356.541-.193.783-.31 1.704.596.791.777 1.41 2.168 1.102 2.48-.257.258-.764-.101-1.327-.802a3.04 3.04 0 0 1-.627-1.368 1.34 1.34 0 0 0-.434-.744s.2.446.2.84c0 .216.027 1.02.372 1.472-.034.066-.05.326-.088.376-.401-.485-1.263-.832-1.404-.935.476.39 1.57 1.286 1.99 2.144.397.812.163 1.556.364 1.749.057.055.855 1.048 1.008 1.547.267.87.016 1.784-.334 2.352l-.978.152c-.143-.04-.24-.06-.368-.134.07-.125.211-.437.213-.502l-.055-.097c-.305.432-.815.85-1.238 1.09-.555.315-1.193.266-1.61.138-1.18-.365-2.296-1.162-2.565-1.372 0 0-.009.167.042.205.298.336.98.943 1.639 1.366l-1.405.155.664 5.172c-.295.042-.34.063-.663.109-.284-1.004-.828-1.66-1.422-2.041-.524-.337-1.246-.413-1.938-.276l-.044.052c.48-.05 1.048.02 1.632.389.572.362 1.033 1.297 1.203 1.86.218.719.368 1.488-.217 2.304-.417.58-1.632.9-2.614.207.262.422.617.767 1.094.832.709.096 1.381-.027 1.844-.502.396-.406.605-1.256.55-2.151l.625-.09.226 1.606 10.355-1.247zm-6.3-4.363c-.029.066-.074.11-.006.324l.004.013.011.027.029.065c.123.25.258.488.483.609q.087-.015.181-.02c.212-.01.346.024.43.07a1 1 0 0 0 .005-.195c-.016-.318.064-.86-.548-1.144-.231-.108-.555-.075-.663.06q.03.004.051.01c.163.058.053.114.023.181m1.715 2.97c-.08-.044-.455-.027-.719.005-.502.059-1.044.233-1.163.326-.216.167-.118.458.042.577.447.334.84.558 1.253.504.255-.033.479-.436.637-.801.11-.251.11-.523-.05-.611m-4.445-2.576c.142-.134-.705-.31-1.362.137-.485.33-.5 1.04-.037 1.441q.069.058.12.091a4.177 4.177 0 0 1 1.222-.36c.1-.11.213-.303.185-.653-.039-.474-.398-.399-.128-.656" class="st0" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8b52d1" 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"/><path fill="#8b52d1" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M25.606 11.28 13.17 12.711l-.29 3.243s1.057 12.146 1.043 12.103 1.486.962 1.486.962.576 2.048 2.65 1.498.92-3.053.755-3.378.784.889.784.889l1.15-.138.18 1.51 9.145-1.648-.545-6.59z"/><path fill="#632ca6" fill-rule="evenodd" d="m27.71 24.99-1.749-1.154-1.458 2.436-1.696-.496-1.494 2.28.077.717 8.12-1.496-.472-5.073zm-7.573-2.188 1.303-.18c.21.096.357.132.61.196.394.102.85.2 1.524-.14.157-.077.484-.376.617-.547l5.337-.968.545 6.59-9.145 1.648zm9.915-2.375-.527.1-1.012-10.457-17.247 2 2.124 17.243 2.02-.293c-.162-.23-.413-.51-.842-.866-.594-.494-.384-1.333-.033-1.862.464-.896 2.855-2.033 2.72-3.464-.05-.52-.132-1.198-.615-1.662-.018.193.014.379.014.379s-.198-.253-.297-.598c-.098-.133-.175-.175-.28-.352-.074.205-.064.442-.064.442s-.162-.383-.188-.707c-.096.145-.12.42-.12.42s-.212-.604-.163-.93c-.097-.283-.382-.845-.301-2.122.526.369 1.685.281 2.137-.384.15-.22.252-.822-.075-2.008-.21-.76-.731-1.892-.934-2.321l-.025.017c.107.346.328 1.071.413 1.423.256 1.067.325 1.438.204 1.93-.102.427-.347.707-.97 1.02-.621.313-1.447-.45-1.5-.492-.604-.482-1.071-1.267-1.123-1.649-.055-.417.24-.668.39-1.01-.214.061-.451.17-.451.17s.283-.294.632-.547c.145-.096.23-.157.382-.284-.22-.003-.4.003-.4.003s.368-.199.75-.343c-.28-.013-.546-.002-.546-.002s.82-.367 1.469-.637c.446-.183.881-.129 1.126.225.321.464.659.715 1.374.872.439-.195.572-.295 1.124-.445.485-.534.867-.604.867-.604s-.19.174-.24.447c.275-.217.577-.398.577-.398s-.117.144-.226.373l.026.038c.32-.193.698-.345.698-.345s-.107.137-.234.313c.242-.002.733.01.924.032 1.126.025 1.36-1.202 1.791-1.356.541-.193.783-.31 1.704.595.791.778 1.41 2.169 1.102 2.48-.257.259-.764-.1-1.327-.802a3.04 3.04 0 0 1-.627-1.367c-.089-.471-.434-.744-.434-.744s.2.446.2.84c0 .215.027 1.02.372 1.471-.034.066-.05.327-.088.377-.401-.485-1.263-.833-1.404-.935.476.39 1.57 1.286 1.99 2.144.397.812.163 1.556.364 1.748.057.056.855 1.049 1.008 1.548.267.87.016 1.784-.334 2.351l-.978.153c-.143-.04-.24-.06-.368-.134.07-.126.211-.438.213-.502l-.055-.097c-.305.431-.815.85-1.238 1.09-.555.314-1.194.266-1.61.137-1.18-.364-2.296-1.162-2.566-1.371 0 0-.008.167.043.205.298.335.98.943 1.639 1.366l-1.405.155.664 5.172c-.295.042-.34.063-.663.109-.284-1.004-.828-1.66-1.422-2.041-.524-.337-1.246-.413-1.938-.276l-.045.052c.481-.05 1.05.02 1.633.388.572.362 1.033 1.297 1.203 1.86.218.72.368 1.49-.217 2.305-.417.58-1.632.9-2.614.207.262.422.617.767 1.094.832.709.096 1.381-.027 1.844-.502.395-.406.605-1.256.55-2.151l.625-.091.226 1.606 10.355-1.247zm-6.3-4.362c-.029.066-.074.11-.006.324l.004.012.011.028.029.064c.123.251.257.489.483.61q.087-.015.181-.02c.212-.01.346.024.43.07a1 1 0 0 0 .005-.195c-.016-.319.063-.86-.548-1.145-.231-.107-.555-.074-.663.06q.03.003.051.011c.163.057.052.114.023.181m1.715 2.97c-.08-.044-.455-.027-.719.004-.502.06-1.044.234-1.163.326-.216.167-.118.458.042.578.447.334.84.558 1.253.504.255-.034.479-.436.637-.801.11-.252.11-.523-.05-.611m-4.445-2.576c.141-.134-.705-.311-1.363.137-.484.33-.5 1.04-.036 1.44q.069.059.12.092.203-.098.468-.186c.3-.097.55-.148.755-.174.098-.11.212-.303.184-.653-.039-.474-.398-.399-.128-.656" class="st0" clip-rule="evenodd"/></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:#c09553"/><path d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504M17.822 24.971a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:#ffda44"/><path d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31" style="fill:#ffda44"/><ellipse cx="23.4" cy="12.921" rx="7.472" ry="2.921" style="fill:#ffda44"/></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:#dcb67a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dcb67a"/><path d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504M17.822 24.971a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:#ffda44"/><path d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31" style="fill:#ffda44"/><ellipse cx="23.4" cy="12.921" rx="7.472" ry="2.921" style="fill:#ffda44"/></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:#bf5573"/><path d="M24.147 21.095c-.348 0 .066.179.52.249q.188-.152.341-.294a2.6 2.6 0 0 1-.861.044M26.015 20.629a2.2 2.2 0 0 0 .411-.923 2.3 2.3 0 0 1-.29.64c-.65.41-.061-.243 0-.491-.7.88-.1.528-.121.774M26.7 18.836c.042-.627-.123-.429-.179-.189.065.034.116.442.179.189M22.828 10.271c.186.033.4.059.371.1.2-.045.249-.086-.371-.1M23.2 10.374l-.131.027.122-.011z" style="fill:#a80030"/><path d="M28.989 19.073a3.1 3.1 0 0 1-.332 1.319l-.3.15c-.246.478.024.3-.152.684a8.3 8.3 0 0 1-1.416 1.135c-.183 0 .124-.216.164-.3-.514.353-.413.53-1.2.745l-.023-.051c-1.94.913-4.635-.9-4.6-3.364-.021.157-.059.118-.1.181a3.11 3.11 0 0 1 1.744-3.066 2.94 2.94 0 0 1 3.271.425 2.92 2.92 0 0 0-2.384-1.144 2.7 2.7 0 0 0-2.314 1.381c-.527.332-.589 1.28-.819 1.454-.309 2.273.582 3.255 2.089 4.41.237.16.067.184.1.306a4.1 4.1 0 0 1-1.336-1.022 3.6 3.6 0 0 0 .695.8c-.472-.16-1.1-1.144-1.287-1.184.814 1.457 3.3 2.555 4.6 2.011a5.4 5.4 0 0 1-2.046-.238c-.284-.146-.671-.45-.6-.506a5.08 5.08 0 0 0 5.153-.73c.391-.3.819-.823.942-.831-.186.28.032.135-.111.382.39-.629-.169-.256.4-1.086l.211.291c-.079-.522.648-1.156.575-1.982.167-.253.186.272.009.853.246-.644.065-.748.128-1.28a5 5 0 0 1 .2.557 2.45 2.45 0 0 1 .244-1.411c-.079-.035-.247.275-.285-.46.006-.32.089-.167.121-.246a1.4 1.4 0 0 1-.327-.751c.073-.11.194.286.293.3a7 7 0 0 1-.177-.945c-.289-.6-.1.08-.336-.259-.307-.958.255-.222.293-.658a7.7 7.7 0 0 1 .853 2.153 9 9 0 0 0-.427-1.534c.141.059-.228-1.086.184-.327a6.84 6.84 0 0 0-3.201-3.835c.162.149.367.335.294.364-.66-.393-.544-.423-.638-.589-.537-.219-.573.018-.929 0a11 11 0 0 0-2.14-.817l.042.2c-.671-.223-.782.085-1.507 0-.044-.034.232-.125.46-.158-.649.086-.618-.128-1.253.024a5 5 0 0 1 .489-.276c-.529.032-1.263.308-1.036.057a12.2 12.2 0 0 0-3.255 1.732l-.027-.181c-.394.473-1.718 1.413-1.824 2.025l-.105.025a11 11 0 0 0-.5 1.1c-.268.457-.393.176-.355.247a16.7 16.7 0 0 0-1.016 2.705 15.5 15.5 0 0 1 .065 2.42c-.265 4.784 3.357 9.428 7.317 10.5a8 8 0 0 0 2.176.222c-.866-.248-.978-.131-1.822-.425-.609-.287-.742-.614-1.173-.988l.171.3c-.845-.3-.492-.37-1.179-.588l.182-.238a1.57 1.57 0 0 1-.849-.706l-.3.012c-.36-.444-.552-.765-.538-1.013l-.1.173c-.11-.188-1.325-1.667-.695-1.323a1.4 1.4 0 0 1-.44-.48l.128-.147a2.44 2.44 0 0 1-.539-1.057.7.7 0 0 0 .385.3c-.766-1.9-.809-.1-1.39-1.935l.123-.01a4 4 0 0 1-.227-.447l.053-.533c-.552-.638-.154-2.712-.075-3.85a11 11 0 0 1 .769-1.727l-.188-.032c.359-.626 2.05-2.515 2.833-2.418.379-.477-.075 0-.149-.122.833-.862 1.1-.609 1.658-.764.606-.36-.521.14-.233-.137 1.048-.268.743-.609 2.111-.745.144.082-.335.127-.455.233a5.64 5.64 0 0 1 3.992.237 5.85 5.85 0 0 1 3.089 4.487l.072.019a8.6 8.6 0 0 1-.146 2.37l.176-.37" style="fill:#a80030"/><path d="m20.349 21.573-.049.244a4.7 4.7 0 0 0 .7.89c-.21-.41-.366-.58-.653-1.134M20.89 21.551a2 2 0 0 1-.273-.455 3.2 3.2 0 0 0 .38.771zM30.456 19.472l-.051.128a6.2 6.2 0 0 1-.606 1.935 6.1 6.1 0 0 0 .657-2.063M22.9 10.1a8 8 0 0 1 .828-.1c-.325.027-.649.044-.969.085l.141.019M14.637 14.5c.054.5-.378.7.1.366.254-.571-.1-.158-.1-.366M14.08 16.819a5.5 5.5 0 0 0 .17-.729c-.3.385-.139.467-.17.729" style="fill:#a80030"/></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:#d87795"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d87795"/><path d="M24.147 21.095c-.348 0 .066.179.52.249q.188-.152.341-.294a2.6 2.6 0 0 1-.861.044M26.015 20.629a2.2 2.2 0 0 0 .411-.923 2.3 2.3 0 0 1-.29.64c-.65.41-.061-.243 0-.491-.7.88-.1.528-.121.774M26.7 18.836c.042-.627-.123-.429-.179-.189.065.034.116.442.179.189M22.828 10.271c.186.033.4.059.371.1.2-.045.249-.086-.371-.1M23.2 10.374l-.131.027.122-.011z" style="fill:#a80030"/><path d="M28.989 19.073a3.1 3.1 0 0 1-.332 1.319l-.3.15c-.246.478.024.3-.152.684a8.3 8.3 0 0 1-1.416 1.135c-.183 0 .124-.216.164-.3-.514.353-.413.53-1.2.745l-.023-.051c-1.94.913-4.635-.9-4.6-3.364-.021.157-.059.118-.1.181a3.11 3.11 0 0 1 1.744-3.066 2.94 2.94 0 0 1 3.271.425 2.92 2.92 0 0 0-2.384-1.144 2.7 2.7 0 0 0-2.314 1.381c-.527.332-.589 1.28-.819 1.454-.309 2.273.582 3.255 2.089 4.41.237.16.067.184.1.306a4.1 4.1 0 0 1-1.336-1.022 3.6 3.6 0 0 0 .695.8c-.472-.16-1.1-1.144-1.287-1.184.814 1.457 3.3 2.555 4.6 2.011a5.4 5.4 0 0 1-2.046-.238c-.284-.146-.671-.45-.6-.506a5.08 5.08 0 0 0 5.153-.73c.391-.3.819-.823.942-.831-.186.28.032.135-.111.382.39-.629-.169-.256.4-1.086l.211.291c-.079-.522.648-1.156.575-1.982.167-.253.186.272.009.853.246-.644.065-.748.128-1.28a5 5 0 0 1 .2.557 2.45 2.45 0 0 1 .244-1.411c-.079-.035-.247.275-.285-.46.006-.32.089-.167.121-.246a1.4 1.4 0 0 1-.327-.751c.073-.11.194.286.293.3a7 7 0 0 1-.177-.945c-.289-.6-.1.08-.336-.259-.307-.958.255-.222.293-.658a7.7 7.7 0 0 1 .853 2.153 9 9 0 0 0-.427-1.534c.141.059-.228-1.086.184-.327a6.84 6.84 0 0 0-3.201-3.835c.162.149.367.335.294.364-.66-.393-.544-.423-.638-.589-.537-.219-.573.018-.929 0a11 11 0 0 0-2.14-.817l.042.2c-.671-.223-.782.085-1.507 0-.044-.034.232-.125.46-.158-.649.086-.618-.128-1.253.024a5 5 0 0 1 .489-.276c-.529.032-1.263.308-1.036.057a12.2 12.2 0 0 0-3.255 1.732l-.027-.181c-.394.473-1.718 1.413-1.824 2.025l-.105.025a11 11 0 0 0-.5 1.1c-.268.457-.393.176-.355.247a16.7 16.7 0 0 0-1.016 2.705 15.5 15.5 0 0 1 .065 2.42c-.265 4.784 3.357 9.428 7.317 10.5a8 8 0 0 0 2.176.222c-.866-.248-.978-.131-1.822-.425-.609-.287-.742-.614-1.173-.988l.171.3c-.845-.3-.492-.37-1.179-.588l.182-.238a1.57 1.57 0 0 1-.849-.706l-.3.012c-.36-.444-.552-.765-.538-1.013l-.1.173c-.11-.188-1.325-1.667-.695-1.323a1.4 1.4 0 0 1-.44-.48l.128-.147a2.44 2.44 0 0 1-.539-1.057.7.7 0 0 0 .385.3c-.766-1.9-.809-.1-1.39-1.935l.123-.01a4 4 0 0 1-.227-.447l.053-.533c-.552-.638-.154-2.712-.075-3.85a11 11 0 0 1 .769-1.727l-.188-.032c.359-.626 2.05-2.515 2.833-2.418.379-.477-.075 0-.149-.122.833-.862 1.1-.609 1.658-.764.606-.36-.521.14-.233-.137 1.048-.268.743-.609 2.111-.745.144.082-.335.127-.455.233a5.64 5.64 0 0 1 3.992.237 5.85 5.85 0 0 1 3.089 4.487l.072.019a8.6 8.6 0 0 1-.146 2.37l.176-.37" style="fill:#a80030"/><path d="m20.349 21.573-.049.244a4.7 4.7 0 0 0 .7.89c-.21-.41-.366-.58-.653-1.134M20.89 21.551a2 2 0 0 1-.273-.455 3.2 3.2 0 0 0 .38.771zM30.456 19.472l-.051.128a6.2 6.2 0 0 1-.606 1.935 6.1 6.1 0 0 0 .657-2.063M22.9 10.1a8 8 0 0 1 .828-.1c-.325.027-.649.044-.969.085l.141.019M14.637 14.5c.054.5-.378.7.1.366.254-.571-.1-.158-.1-.366M14.08 16.819a5.5 5.5 0 0 0 .17-.729c-.3.385-.139.467-.17.729" style="fill:#a80030"/></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.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5981aa"/><path d="m12.971 16.36 7.778-5.1a1.6 1.6 0 0 1 1.752 0l7.777 5.1A1.6 1.6 0 0 1 31 17.7v6.6a1.6 1.6 0 0 1-.722 1.336l-7.777 5.1a1.6 1.6 0 0 1-1.752 0l-7.778-5.1a1.6 1.6 0 0 1-.721-1.336v-6.6a1.6 1.6 0 0 1 .721-1.34" style="fill:#0366d6"/><path d="M27.042 21h-.417v-2.5a.625.625 0 0 0-.625-.625h-3.125v-2.292a.21.21 0 0 0-.209-.208h-1.458a.21.21 0 0 0-.208.208v1.459a.21.21 0 0 0 .208.208h1.042v.625h-5a.625.625 0 0 0-.625.625V21h-.417a.21.21 0 0 0-.208.209v2.083a.21.21 0 0 0 .208.208h.417v1.25a.624.624 0 0 0 .625.625H26a.625.625 0 0 0 .625-.625V23.5h.417a.21.21 0 0 0 .208-.208v-2.083a.21.21 0 0 0-.208-.209m-6.221.491-1.31 1.31a.25.25 0 0 1-.356 0l-.79-.789a.254.254 0 0 1 0-.357l.269-.268a.25.25 0 0 1 .356 0l.343.342.863-.863a.25.25 0 0 1 .357 0l.268.268a.25.25 0 0 1 0 .357m4.167 0-1.31 1.31a.253.253 0 0 1-.357 0l-.789-.789a.253.253 0 0 1 0-.357l.268-.268a.25.25 0 0 1 .357 0l.343.342.863-.863a.25.25 0 0 1 .356 0l.269.268a.253.253 0 0 1 0 .357" 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.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:#7fa4cc"/><path d="m12.971 16.36 7.778-5.1a1.6 1.6 0 0 1 1.752 0l7.777 5.1A1.6 1.6 0 0 1 31 17.7v6.6a1.6 1.6 0 0 1-.722 1.336l-7.777 5.1a1.6 1.6 0 0 1-1.752 0l-7.778-5.1a1.6 1.6 0 0 1-.721-1.336v-6.6a1.6 1.6 0 0 1 .721-1.34" style="fill:#0366d6"/><path d="M27.042 21h-.417v-2.5a.625.625 0 0 0-.625-.625h-3.125v-2.292a.21.21 0 0 0-.209-.208h-1.458a.21.21 0 0 0-.208.208v1.459a.21.21 0 0 0 .208.208h1.042v.625h-5a.625.625 0 0 0-.625.625V21h-.417a.21.21 0 0 0-.208.209v2.083a.21.21 0 0 0 .208.208h.417v1.25a.624.624 0 0 0 .625.625H26a.625.625 0 0 0 .625-.625V23.5h.417a.21.21 0 0 0 .208-.208v-2.083a.21.21 0 0 0-.208-.209m-6.221.491-1.31 1.31a.25.25 0 0 1-.356 0l-.79-.789a.254.254 0 0 1 0-.357l.269-.268a.25.25 0 0 1 .356 0l.343.342.863-.863a.25.25 0 0 1 .357 0l.268.268a.25.25 0 0 1 0 .357m4.167 0-1.31 1.31a.253.253 0 0 1-.357 0l-.789-.789a.253.253 0 0 1 0-.357l.268-.268a.25.25 0 0 1 .357 0l.343.342.863-.863a.25.25 0 0 1 .356 0l.269.268a.253.253 0 0 1 0 .357" 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:#558fbf"/><circle cx="21" cy="21" r="10" style="fill:#193e63"/><path d="m17.269 25.816-1.024-.996 2.419-2.488-2.417-2.462 1.02-1.001 3.394 3.459zM24.872 23.215l1.024-.996-2.419-2.488 2.417-2.462-1.02-1.001-3.394 3.459z" style="fill:#add1ea"/></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:#7baddb"/><circle cx="21" cy="21" r="10" style="fill:#193e63"/><path d="m17.269 25.816-1.024-.996 2.419-2.488-2.417-2.462 1.02-1.001 3.394 3.459zM24.872 23.215l1.024-.996-2.419-2.488 2.417-2.462-1.02-1.001-3.394 3.459z" style="fill:#add1ea"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="b" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="c" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="d" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></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:#bc9f55"/><path d="M14.38 11.061 28.329 10v21L14.38 28.726z" style="fill:url(#a)"/><path d="m28.329 10 2.653 1.44.038 16.793L28.329 31z" style="fill:url(#b)"/><path d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z" style="fill:url(#c)"/><path d="m31 22.909-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134" style="fill:url(#d)"/><path d="m27.194 22.328.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325-.029.026.056.113.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539.066.1.224-.269-.066-.1Zm-.454.531.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09ZM26.838 18.157l.068.424v.021l.017.012.352.246.02-.09-1 .162.049.078.584-.832Zm-.527.873 1-.162.121-.02-.1-.07-.352-.246.021.033-.068-.424-.019-.121-.07.1-.584.832-.068.1Z" style="fill:#fdbf0f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="b" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="c" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="d" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></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:#d8be7c"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d8be7c"/><path d="M14.38 11.061 28.329 10v21L14.38 28.726z" style="fill:url(#a)"/><path d="m28.329 10 2.653 1.44.038 16.793L28.329 31z" style="fill:url(#b)"/><path d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z" style="fill:url(#c)"/><path d="m31 22.909-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134" style="fill:url(#d)"/><path d="m27.194 22.328.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325-.029.026.056.113.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539.066.1.224-.269-.066-.1Zm-.454.531.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09ZM26.838 18.157l.068.424v.021l.017.012.352.246.02-.09-1 .162.049.078.584-.832Zm-.527.873 1-.162.121-.02-.1-.07-.352-.246.021.033-.068-.424-.019-.121-.07.1-.584.832-.068.1Z" style="fill:#fdbf0f"/></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:#0f6695"/><path d="M20.805 21.7h2.146v2.19h1.085a4.7 4.7 0 0 0 1.491-.25 4 4 0 0 0 .724-.327 2.7 2.7 0 0 1-.5-1.387 2.93 2.93 0 0 1 .526-2.065l.223-.261.268.216a3.42 3.42 0 0 1 1.346 2.169 3.28 3.28 0 0 1 2.489.232l.3.17-.155.3a3.11 3.11 0 0 1-3.118 1.488c-1.86 4.626-5.9 6.816-10.806 6.816A6.8 6.8 0 0 1 10.64 27.8l-.022-.037-.194-.392a6.24 6.24 0 0 1-.494-3.156l.03-.324h1.835V21.7h2.145v-2.148h4.291v-2.146H20.8Z" style="fill:#0096e6"/><path d="M17.4 30.625a4.52 4.52 0 0 1-2.355-2.317 7.8 7.8 0 0 1-1.7.258q-.373.021-.784.021-.474 0-1-.028a6.79 6.79 0 0 0 5.252 2.077q.3 0 .587-.011M13.71 22.209h.147v1.55h-.147Zm-.282 0h.152v1.55h-.153v-1.55Zm-.282 0h.154v1.55h-.152Zm-.282 0h.153v1.55h-.153Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55h-.147Zm-.154-.155h1.858v1.859h-1.857Zm2.148-2.145h1.86v1.859H14.3Zm1.558.155H16v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H15.3v-1.549Zm-.282 0h.152v1.549h-.154Zm-.282 0h.152v1.549h-.152Zm-.276 0h.146v1.549h-.147Zm-.155 1.99h1.86v1.86H14.3v-1.859Zm1.558.155H16v1.55h-.147Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.151v-1.55Zm-.282 0h.152v1.55h-.153Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55h-.147Zm1.991-.155H18.3v1.86h-1.86v-1.859Zm1.556.155h.147v1.55H18Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55H16.6Zm-.155-2.3H18.3v1.859h-1.86zm1.559.155h.147v1.549H18Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.276 0h.147v1.549H16.6Zm1.991 1.99h1.859v1.86h-1.86v-1.859Zm1.557.155h.147v1.55h-.147Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.15Zm-.282 0h.152v1.55h-.148Zm-.276 0h.144v1.55h-.147v-1.55Zm-.155-2.3h1.859v1.859h-1.86v-1.859Zm1.557.155h.147v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H19.3Zm-.282 0h.152v1.549h-.146Zm-.276 0h.144v1.549h-.147v-1.549Zm-.155-2.3h1.859v1.859h-1.86v-1.859Zm1.557.155h.147v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H19.3Zm-.282 0h.152v1.549h-.144Zm-.276 0h.144v1.549h-.147v-1.549Zm1.99 4.135h1.859v1.86h-1.86v-1.859Zm1.557.155h.146v1.55h-.147v-1.55Zm-.282 0h.155v1.55h-.146Zm-.282 0h.152v1.55h-.152Zm-.282 0h.163v1.55h-.152Zm-.282 0h.152v1.55h-.154v-1.55Zm-.276 0h.147v1.55h-.136v-1.55ZM16.041 26.929a.513.513 0 1 1-.513.513.513.513 0 0 1 .513-.513m0 .145a.4.4 0 0 1 .133.025.15.15 0 1 0 .207.2.367.367 0 1 1-.339-.228Z" 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:#3f85aa"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#3f85aa"/><path d="M20.805 21.7h2.146v2.19h1.085a4.7 4.7 0 0 0 1.491-.25 4 4 0 0 0 .724-.327 2.7 2.7 0 0 1-.5-1.387 2.93 2.93 0 0 1 .526-2.065l.223-.261.268.216a3.42 3.42 0 0 1 1.346 2.169 3.28 3.28 0 0 1 2.489.232l.3.17-.155.3a3.11 3.11 0 0 1-3.118 1.488c-1.86 4.626-5.9 6.816-10.806 6.816A6.8 6.8 0 0 1 10.64 27.8l-.022-.037-.194-.392a6.24 6.24 0 0 1-.494-3.156l.03-.324h1.835V21.7h2.145v-2.148h4.291v-2.146H20.8Z" style="fill:#0096e6"/><path d="M17.4 30.625a4.52 4.52 0 0 1-2.355-2.317 7.8 7.8 0 0 1-1.7.258q-.373.021-.784.021-.474 0-1-.028a6.79 6.79 0 0 0 5.252 2.077q.3 0 .587-.011M13.71 22.209h.147v1.55h-.147Zm-.282 0h.152v1.55h-.153v-1.55Zm-.282 0h.154v1.55h-.152Zm-.282 0h.153v1.55h-.153Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55h-.147Zm-.154-.155h1.858v1.859h-1.857Zm2.148-2.145h1.86v1.859H14.3Zm1.558.155H16v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H15.3v-1.549Zm-.282 0h.152v1.549h-.154Zm-.282 0h.152v1.549h-.152Zm-.276 0h.146v1.549h-.147Zm-.155 1.99h1.86v1.86H14.3v-1.859Zm1.558.155H16v1.55h-.147Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.151v-1.55Zm-.282 0h.152v1.55h-.153Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55h-.147Zm1.991-.155H18.3v1.86h-1.86v-1.859Zm1.556.155h.147v1.55H18Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.276 0h.147v1.55H16.6Zm-.155-2.3H18.3v1.859h-1.86zm1.559.155h.147v1.549H18Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.276 0h.147v1.549H16.6Zm1.991 1.99h1.859v1.86h-1.86v-1.859Zm1.557.155h.147v1.55h-.147Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.152Zm-.282 0h.152v1.55h-.15Zm-.282 0h.152v1.55h-.148Zm-.276 0h.144v1.55h-.147v-1.55Zm-.155-2.3h1.859v1.859h-1.86v-1.859Zm1.557.155h.147v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H19.3Zm-.282 0h.152v1.549h-.146Zm-.276 0h.144v1.549h-.147v-1.549Zm-.155-2.3h1.859v1.859h-1.86v-1.859Zm1.557.155h.147v1.549h-.147Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549h-.152Zm-.282 0h.152v1.549H19.3Zm-.282 0h.152v1.549h-.144Zm-.276 0h.144v1.549h-.147v-1.549Zm1.99 4.135h1.859v1.86h-1.86v-1.859Zm1.557.155h.146v1.55h-.147v-1.55Zm-.282 0h.155v1.55h-.146Zm-.282 0h.152v1.55h-.152Zm-.282 0h.163v1.55h-.152Zm-.282 0h.152v1.55h-.154v-1.55Zm-.276 0h.147v1.55h-.136v-1.55ZM16.041 26.929a.513.513 0 1 1-.513.513.513.513 0 0 1 .513-.513m0 .145a.4.4 0 0 1 .133.025.15.15 0 1 0 .207.2.367.367 0 1 1-.339-.228Z" 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:#c05454"/><path d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813.008 1.158h1.252l-1.26-1.16Z" style="fill:gray"/><path d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133 1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z" style="fill:#c5c5c5"/><path d="M16.594 19.372h11.813v1.313H16.594zM18.436 12.572a1.4 1.4 0 0 0-.558-.394 2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492 1.8 1.8 0 0 0 .361-.591 3 3 0 0 0 .1-.82 2.9 2.9 0 0 0-.1-.788 1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394.8.8 0 0 1-.3.262 1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3 1.2 1.2 0 0 1 .164.361 2.6 2.6 0 0 1 .066.525 2.2 2.2 0 0 1-.035.488ZM21.979 12.572a1.4 1.4 0 0 0-.525-.427 1.7 1.7 0 0 0-.755-.164 2 2 0 0 0-.788.164 1.7 1.7 0 0 0-.525.427 2.2 2.2 0 0 0-.3.623 2.94 2.94 0 0 0 0 1.509 1.8 1.8 0 0 0 .3.623 1.13 1.13 0 0 0 .525.427 1.9 1.9 0 0 0 .788.164 1.42 1.42 0 0 0 1.214-.525 2.1 2.1 0 0 0 .427-1.444 2.8 2.8 0 0 0-.1-.755 1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328.64.64 0 0 1-.623-.328 1.87 1.87 0 0 1-.2-.952 1.8 1.8 0 0 1 .2-.952.806.806 0 0 1 1.247 0 1.87 1.87 0 0 1 .2.952 1.8 1.8 0 0 1-.201.952M24.7 14.869a.7.7 0 0 1-.131.164.7.7 0 0 1-.2.131.6.6 0 0 1-.263.033.575.575 0 0 1-.558-.3 1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23.9.9 0 0 1 .2-.164.6.6 0 0 1 .263-.066.57.57 0 0 1 .427.164 1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525 1.6 1.6 0 0 0-.328-.328 1.88 1.88 0 0 0-1.608-.033 1.55 1.55 0 0 0-.492.427 1.3 1.3 0 0 0-.164.656 2.7 2.7 0 0 0-.066.722 5 5 0 0 0 .066.722 1.8 1.8 0 0 0 .262.623 1.2 1.2 0 0 0 .492.427 1.7 1.7 0 0 0 .755.164 1.6 1.6 0 0 0 .919-.262 1.6 1.6 0 0 0 .328-.328 3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278M16.594 27.805h8.203v1.313h-8.203zM16.594 25.272h11.813v1.313H16.594zM16.594 22.272h11.813v1.313H16.594zM16.649 16.472h11.813v1.313H16.649z" style="fill:#c5c5c5"/></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:#dc7a7a"/><path d="M4.3 26.5h25.2l-3.8-12.8H.5z" style="fill:#dc7a7a"/><path d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813.008 1.158h1.252l-1.26-1.16Z" style="fill:gray"/><path d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133 1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z" style="fill:#c5c5c5"/><path d="M16.594 19.372h11.813v1.313H16.594zM18.436 12.572a1.4 1.4 0 0 0-.558-.394 2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492 1.8 1.8 0 0 0 .361-.591 3 3 0 0 0 .1-.82 2.9 2.9 0 0 0-.1-.788 1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394.8.8 0 0 1-.3.262 1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3 1.2 1.2 0 0 1 .164.361 2.6 2.6 0 0 1 .066.525 2.2 2.2 0 0 1-.035.488ZM21.979 12.572a1.4 1.4 0 0 0-.525-.427 1.7 1.7 0 0 0-.755-.164 2 2 0 0 0-.788.164 1.7 1.7 0 0 0-.525.427 2.2 2.2 0 0 0-.3.623 2.94 2.94 0 0 0 0 1.509 1.8 1.8 0 0 0 .3.623 1.13 1.13 0 0 0 .525.427 1.9 1.9 0 0 0 .788.164 1.42 1.42 0 0 0 1.214-.525 2.1 2.1 0 0 0 .427-1.444 2.8 2.8 0 0 0-.1-.755 1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328.64.64 0 0 1-.623-.328 1.87 1.87 0 0 1-.2-.952 1.8 1.8 0 0 1 .2-.952.806.806 0 0 1 1.247 0 1.87 1.87 0 0 1 .2.952 1.8 1.8 0 0 1-.201.952M24.7 14.869a.7.7 0 0 1-.131.164.7.7 0 0 1-.2.131.6.6 0 0 1-.263.033.575.575 0 0 1-.558-.3 1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23.9.9 0 0 1 .2-.164.6.6 0 0 1 .263-.066.57.57 0 0 1 .427.164 1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525 1.6 1.6 0 0 0-.328-.328 1.88 1.88 0 0 0-1.608-.033 1.55 1.55 0 0 0-.492.427 1.3 1.3 0 0 0-.164.656 2.7 2.7 0 0 0-.066.722 5 5 0 0 0 .066.722 1.8 1.8 0 0 0 .262.623 1.2 1.2 0 0 0 .492.427 1.7 1.7 0 0 0 .755.164 1.6 1.6 0 0 0 .919-.262 1.6 1.6 0 0 0 .328-.328 3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278M16.594 27.805h8.203v1.313h-8.203zM16.594 25.272h11.813v1.313H16.594zM16.594 22.272h11.813v1.313H16.594zM16.649 16.472h11.813v1.313H16.649z" style="fill:#c5c5c5"/></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:#bf5555"/><path d="M25.3 31q-.18-.084-.357-.172a1.383 1.383 0 0 1-.446-2.171c.36-.416.752-.8 1.128-1.2.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64 1.64 0 0 1-1.224-.411 1.325 1.325 0 0 1-.418-1.42 1.52 1.52 0 0 1 1.277-1.018c1.944-.03 3.889-.039 5.833-.055l3.34-.029c.17 0 .341-.016.6-.03-.149-.168-.24-.274-.335-.377-.409-.442-.852-.858-1.223-1.331a1.408 1.408 0 0 1 2.1-1.851c1.331 1.3 2.658 2.615 3.962 3.946a1.494 1.494 0 0 1 0 2.279q-1.839 1.886-3.727 3.726a6 6 0 0 1-.885.6Z" style="fill:#0bb7b7"/><path d="M12.023 18.292c.5.516.905.937 1.311 1.362a1.6 1.6 0 0 1 .487 1.27 1.29 1.29 0 0 1-.831 1.176 1.27 1.27 0 0 1-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37 1.37 0 0 1-.035-1.87 181 181 0 0 1 4.31-4.278 1.374 1.374 0 0 1 2.112.718 1.33 1.33 0 0 1-.284 1.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016 8.731.037a4.3 4.3 0 0 1 .76.067 1.406 1.406 0 0 1 1.144 1.446 1.426 1.426 0 0 1-1.275 1.337c-1.353.046-2.708.047-4.063.059-1.7.014-3.406.02-5.11.031-.184.004-.368.019-.67.033" style="fill:#0b0bb7"/></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.1Zm-1.7 4H.5l3.8 12.8h25.2Z" style="fill:#db7b7b"/><path d="M25.3 31q-.18-.084-.357-.172a1.383 1.383 0 0 1-.446-2.171c.36-.416.752-.8 1.128-1.2.1-.1.187-.211.367-.416h-.7l-8.73-.071a1.64 1.64 0 0 1-1.224-.411 1.325 1.325 0 0 1-.418-1.42 1.52 1.52 0 0 1 1.277-1.018c1.944-.03 3.889-.039 5.833-.055l3.34-.029c.17 0 .341-.016.6-.03-.149-.168-.24-.274-.335-.377-.409-.442-.852-.858-1.223-1.331a1.408 1.408 0 0 1 2.1-1.851c1.331 1.3 2.658 2.615 3.962 3.946a1.494 1.494 0 0 1 0 2.279q-1.839 1.886-3.727 3.726a6 6 0 0 1-.885.6Z" style="fill:#0bb7b7"/><path d="M12.023 18.292c.5.516.905.937 1.311 1.362a1.6 1.6 0 0 1 .487 1.27 1.29 1.29 0 0 1-.831 1.176 1.27 1.27 0 0 1-1.49-.246c-1.373-1.376-2.754-2.745-4.114-4.134a1.37 1.37 0 0 1-.035-1.87 181 181 0 0 1 4.31-4.278 1.374 1.374 0 0 1 2.112.718 1.33 1.33 0 0 1-.284 1.386c-.247.245-.469.516-.716.762s-.509.472-.765.707l.054.137h.444q4.365.016 8.731.037a4.3 4.3 0 0 1 .76.067 1.406 1.406 0 0 1 1.144 1.446 1.426 1.426 0 0 1-1.275 1.337c-1.353.046-2.708.047-4.063.059-1.7.014-3.406.02-5.11.031-.184.004-.368.019-.67.033" style="fill:#0b0bb7"/></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:#c17e53"/><path d="M20.8 11.3v9.2h-1.07v8.665L23.4 31l2.217-10.5L23.4 10z" style="fill:#9d5025"/><path d="M23.4 10v21l2.6-1.3v-9.2h1.07v-8.665z" style="fill:#f58536"/><path d="m30.969 17.824-4.638.433-1.529-.178 4.842-4.944z" style="fill:#6b3a19"/><path d="m29.644 13.135 1.325.662v4.027l-1.325-.28z" style="fill:#f58536"/><path d="m24.802 18.079 4.842-.535v-4.409l-4.842 1.299z" style="fill:#9d5025"/><path d="m15.831 23.176 4.638-.433 1.529.178-4.842 4.944z" style="fill:#fbbf93"/><path d="m17.156 27.865-1.325-.662v-4.027l1.325.28z" style="fill:#9d5025"/><path d="m21.998 22.921-4.842.535v4.409l4.842-1.299z" style="fill:#f58536"/></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:#dda27a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dda27a"/><path d="M20.8 11.3v9.2h-1.07v8.665L23.4 31l2.217-10.5L23.4 10z" style="fill:#9d5025"/><path d="M23.4 10v21l2.6-1.3v-9.2h1.07v-8.665z" style="fill:#f58536"/><path d="m30.969 17.824-4.638.433-1.529-.178 4.842-4.944z" style="fill:#6b3a19"/><path d="m29.644 13.135 1.325.662v4.027l-1.325-.28z" style="fill:#f58536"/><path d="m24.802 18.079 4.842-.535v-4.409l-4.842 1.299z" style="fill:#9d5025"/><path d="m15.831 23.176 4.638-.433 1.529.178-4.842 4.944z" style="fill:#fbbf93"/><path d="m17.156 27.865-1.325-.662v-4.027l1.325.28z" style="fill:#9d5025"/><path d="m21.998 22.921-4.842.535v4.409l4.842-1.299z" style="fill:#f58536"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#597c82"/><path d="M26.28 27.724a15.6 15.6 0 0 1-7.38-2.244 17.7 17.7 0 0 1-4.225-3.3l.5-.46a17.1 17.1 0 0 0 4.065 3.17c3.543 2.026 7.388 2.7 9.375 1.687a1.409 1.409 0 1 1 1.261.765 1.4 1.4 0 0 1-.8-.242 5.67 5.67 0 0 1-2.796.624m3.59-2.5a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719m-16.633-4.97c-.935-1.616-1.1-3.115-.449-4.223.871-1.494 3.007-2.055 5.86-1.541l-.121.671c-2.518-.455-4.443 0-5.151 1.213-.517.887-.357 2.144.45 3.539Z" style="fill:#9feaf9"/><path d="M13.13 27.341a1.4 1.4 0 0 1-.718-2.6c-.181-2.534 2.442-5.853 6.5-8.173a17.8 17.8 0 0 1 5.05-1.982l.141.666a17.2 17.2 0 0 0-4.853 1.907c-3.7 2.114-6.21 5.155-6.164 7.387a1.4 1.4 0 0 1 .046 2.8Zm0-2.119a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719m15.519-3.387-.517-.443c1.646-1.926 2.208-3.8 1.5-5.006-.509-.873-1.662-1.365-3.245-1.385l.009-.681c1.832.024 3.19.636 3.824 1.723.873 1.493.3 3.604-1.571 5.792" style="fill:#9feaf9"/><path d="M21.51 31c-1.74 0-3.3-1.55-4.275-4.253l.64-.231c.861 2.381 2.22 3.8 3.635 3.8a3.57 3.57 0 0 0 2.815-2.059l.582.354C23.973 30.152 22.767 31 21.51 31m4.447-4.766-.648-.205a16.9 16.9 0 0 0 .721-5c0-4.137-1.369-7.8-3.3-8.935a1.4 1.4 0 1 1 .187-.7v.02c2.243 1.18 3.791 5.072 3.791 9.61a17.5 17.5 0 0 1-.751 5.21M21.51 10.681a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719M21.51 22.339a1.32 1.32 0 0 1-1.289-1.033 1.3 1.3 0 0 1 .178-.983 1.322 1.322 0 0 1 2.4.43 1.3 1.3 0 0 1-.177.982 1.32 1.32 0 0 1-.833.575 1.4 1.4 0 0 1-.279.029" style="fill:#9feaf9"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Zm-2.2 4H.3l3.8 13h25.6Z" style="fill:#74989e"/><path d="M26.28 27.724a15.6 15.6 0 0 1-7.38-2.244 17.7 17.7 0 0 1-4.225-3.3l.5-.46a17.1 17.1 0 0 0 4.065 3.17c3.543 2.026 7.388 2.7 9.375 1.687a1.409 1.409 0 1 1 1.261.765 1.4 1.4 0 0 1-.8-.242 5.67 5.67 0 0 1-2.796.624m3.59-2.5a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719m-16.633-4.97c-.935-1.616-1.1-3.115-.449-4.223.871-1.494 3.007-2.055 5.86-1.541l-.121.671c-2.518-.455-4.443 0-5.151 1.213-.517.887-.357 2.144.45 3.539Z" style="fill:#9feaf9"/><path d="M13.13 27.341a1.4 1.4 0 0 1-.718-2.6c-.181-2.534 2.442-5.853 6.5-8.173a17.8 17.8 0 0 1 5.05-1.982l.141.666a17.2 17.2 0 0 0-4.853 1.907c-3.7 2.114-6.21 5.155-6.164 7.387a1.4 1.4 0 0 1 .046 2.8Zm0-2.119a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719m15.519-3.387-.517-.443c1.646-1.926 2.208-3.8 1.5-5.006-.509-.873-1.662-1.365-3.245-1.385l.009-.681c1.832.024 3.19.636 3.824 1.723.873 1.493.3 3.604-1.571 5.792" style="fill:#9feaf9"/><path d="M21.51 31c-1.74 0-3.3-1.55-4.275-4.253l.64-.231c.861 2.381 2.22 3.8 3.635 3.8a3.57 3.57 0 0 0 2.815-2.059l.582.354C23.973 30.152 22.767 31 21.51 31m4.447-4.766-.648-.205a16.9 16.9 0 0 0 .721-5c0-4.137-1.369-7.8-3.3-8.935a1.4 1.4 0 1 1 .187-.7v.02c2.243 1.18 3.791 5.072 3.791 9.61a17.5 17.5 0 0 1-.751 5.21M21.51 10.681a.719.719 0 1 0 .729.719.72.72 0 0 0-.729-.719M21.51 22.339a1.32 1.32 0 0 1-1.289-1.033 1.3 1.3 0 0 1 .178-.983 1.322 1.322 0 0 1 2.4.43 1.3 1.3 0 0 1-.177.982 1.32 1.32 0 0 1-.833.575 1.4 1.4 0 0 1-.279.029" style="fill:#9feaf9"/></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:#8895d1"/><path d="M11.847 23.189 17.562 12.3l5.622-3.014 1.671.845-5.588 3.157 5.774 17.354-1.857-1.08-4.322-9.962-5.672 4.306Z" style="fill:#fff"/><ellipse cx="28.552" cy="18.403" rx="2.11" ry="1.967" style="fill:#fff"/><path d="M30.088 17.525a1.91 1.91 0 0 0-3.266.236 1.72 1.72 0 0 0 .329 1.925 2.785 2.785 0 0 0 2.937-2.161M24.416 10.1 23.2 9.43l-5.293 2.946.422.228.8.422 1.452-.8 3.832-2.136Zm.49-.2a.19.19 0 0 1 .135.127l1.772 5.233a.174.174 0 0 1-.084.228 3.43 3.43 0 0 0-1.654 3.912 3.62 3.62 0 0 0 3.866 2.549.22.22 0 0 1 .219.135l1.832 5.369a.22.22 0 0 1-.085.236l-5.63 3.292a.2.2 0 0 1-.084.017.23.23 0 0 1-.152-.025l-1.975-1.241a.2.2 0 0 1-.085-.085l-3.857-8.871-5.875 3.342a.2.2 0 0 1-.043.017.2.2 0 0 1-.185-.008l-1.334-.76a.193.193 0 0 1-.084-.253l5.706-10.83a.2.2 0 0 1 .091-.084l5.689-3.174a.22.22 0 0 1 .2 0Zm-7.057 2.912-.279-.143-5.5 10.475 1 .566 4.744-6.2a.23.23 0 0 1 .194-.085.24.24 0 0 1 .169.127l5.166 11.9 1.384.852-5.544-16.223-.237-.675-1.105-.606Zm8.509 6.247a2.14 2.14 0 0 1 1.055-2.448 2.33 2.33 0 0 1 2.735.337 2.137 2.137 0 0 1 .061 3.02l-.061.061a2.3 2.3 0 0 1-3.79-.97" style="fill:#4630eb"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.55 5.55h-9.2l-2.1 4.2H4.45v3.99H.65l3.8 12.8v.01h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.09H6.75v-1.89h20.8v7.616Z" style="fill:#abb4d9;fill-rule:evenodd"/><path d="M11.847 23.189 17.562 12.3l5.622-3.014 1.671.845-5.588 3.157 5.774 17.354-1.857-1.08-4.322-9.962-5.672 4.306Z" style="fill:#fff"/><ellipse cx="28.552" cy="18.403" rx="2.11" ry="1.967" style="fill:#fff"/><path d="M30.088 17.525a1.91 1.91 0 0 0-3.266.236 1.72 1.72 0 0 0 .329 1.925 2.785 2.785 0 0 0 2.937-2.161M24.416 10.1 23.2 9.43l-5.293 2.946.422.228.8.422 1.452-.8 3.832-2.136Zm.49-.2a.19.19 0 0 1 .135.127l1.772 5.233a.174.174 0 0 1-.084.228 3.43 3.43 0 0 0-1.654 3.912 3.62 3.62 0 0 0 3.866 2.549.22.22 0 0 1 .219.135l1.832 5.369a.22.22 0 0 1-.085.236l-5.63 3.292a.2.2 0 0 1-.084.017.23.23 0 0 1-.152-.025l-1.975-1.241a.2.2 0 0 1-.085-.085l-3.857-8.871-5.875 3.342a.2.2 0 0 1-.043.017.2.2 0 0 1-.185-.008l-1.334-.76a.193.193 0 0 1-.084-.253l5.706-10.83a.2.2 0 0 1 .091-.084l5.689-3.174a.22.22 0 0 1 .2 0Zm-7.057 2.912-.279-.143-5.5 10.475 1 .566 4.744-6.2a.23.23 0 0 1 .194-.085.24.24 0 0 1 .169.127l5.166 11.9 1.384.852-5.544-16.223-.237-.675-1.105-.606Zm8.509 6.247a2.14 2.14 0 0 1 1.055-2.448 2.33 2.33 0 0 1 2.735.337 2.137 2.137 0 0 1 .061 3.02l-.061.061a2.3 2.3 0 0 1-3.79-.97" style="fill:#4630eb"/></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.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#5789b2"/><circle cx="21" cy="21" r="10" style="fill:#ffc107"/><circle cx="21" cy="21" r="9" style="fill:#1976d2"/><path d="M26.745 19.168a1.3 1.3 0 0 0-.146.111c-.807.8-1.617 1.591-2.416 2.4-.352.355-.278.275-.211.689.184 1.138.382 2.274.574 3.41 0 .03.006.06.011.109-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37 0 0 0-.371-.007c-.659.345-1.32.683-1.981 1.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32 0 0 0-.1-.294l-1.241-1.223-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254 3.19-.506a.23.23 0 0 0 .186-.136q.52-1.037 1.045-2.07.298-.598.593-1.193l.089-.169c.04.071.072.124.1.179q.68 1.338 1.363 2.674.162.311.344.611a.25.25 0 0 0 .15.1q1.067.168 2.135.325.802.117 1.6.231a.3.3 0 0 1 .056.017Z" style="fill:#ffc107"/></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:#7daad3"/><circle cx="21" cy="21" r="10" style="fill:#ffc107"/><circle cx="21" cy="21" r="9" style="fill:#1976d2"/><path d="M26.745 19.168a1.3 1.3 0 0 0-.146.111c-.807.8-1.617 1.591-2.416 2.4-.352.355-.278.275-.211.689.184 1.138.382 2.274.574 3.41 0 .03.006.06.011.109-.188-.095-.364-.181-.538-.27l-2.808-1.442a.37.37 0 0 0-.371-.007c-.659.345-1.32.683-1.981 1.023q-.6.311-1.205.618c-.054.028-.11.051-.185.085.01-.09.016-.162.027-.233l.435-2.67c.046-.281.085-.563.131-.845a.32.32 0 0 0-.1-.294l-1.241-1.223-1.321-1.313c-.043-.043-.083-.087-.14-.148l.611-.095q1.594-.254 3.19-.506a.23.23 0 0 0 .186-.136q.52-1.037 1.045-2.07.298-.598.593-1.193l.089-.169c.04.071.072.124.1.179q.68 1.338 1.363 2.674.162.311.344.611a.25.25 0 0 0 .15.1q1.067.168 2.135.325.802.117 1.6.231a.3.3 0 0 1 .056.017Z" style="fill:#ffc107"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-202.298" x2="-202.26" y1="-171.036" y2="-171.046" gradientTransform="matrix(87.822 0 0 -88.533 17792.306 -15114.083)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb047"/></linearGradient><linearGradient id="b" x1="-202.066" x2="-202.047" y1="-172.644" y2="-172.6" gradientTransform="matrix(87.822 0 0 -88.533 17772.442 -15266.467)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd754"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="c" x1="-201.407" x2="-201.407" y1="-173.45" y2="-173.412" gradientTransform="matrix(87.822 0 0 -88.533 17710.573 -15342.2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd642"/><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="d" x1="-200.902" x2="-200.953" y1="-172.909" y2="-172.897" gradientTransform="matrix(106.198 0 0 -88.551 21355.411 -15295.168)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffa829"/></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:#bf8e55"/><path d="M28.069 30.557v-5.428h-5.385l5.385 5.429" style="fill:#ffdf51;fill-opacity:.699999988079071"/><path d="M28.674 27.479v-5.871h-5.825z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="M25.136 25.129V31h5.824z" style="fill-opacity:.699999988079071;fill:url(#a)"/><path d="M27.456 22v-4.643h-4.607z" style="fill:#ffdf4f;fill-opacity:.699999988079071"/><path d="M29.643 20.894v-5.871h-5.824z" style="fill-opacity:.799999952316284;fill:url(#b)"/><path d="M19.716 10v5.871h5.824z" style="fill-opacity:.800000011920929;fill:url(#c)"/><path d="M21.082 19.2v-5.875h-7.043l5.8 5.873h1.244" style="fill-opacity:.879999995231628;fill:url(#d)"/><path d="M21.082 30.968v-7.1h-7.043z" style="fill:#ffb700;fill-opacity:.699999988079071"/><path d="M21.084 25.085v-5.871H15.26z" style="fill:#ffb700;fill-opacity:.5"/><path d="M22.849 17.357v5.871h5.824z" style="fill:#ffcd25;fill-opacity:.699999988079071"/><path d="M21.069 18.018v-5.872h-5.824z" style="fill:#ff8900;fill-opacity:.700000047683716"/><path d="M22.684 25.129V31h5.824z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="m26.342 25.129-1.885-1.901h-1.608v-5.871h3.286l-1.474-1.486h-3.592l.013 3.325V31h1.602v-5.871z" 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="-235.911" x2="-235.873" y1="-171.036" y2="-171.046" gradientTransform="matrix(87.822 0 0 -88.533 20744.25 -15114.083)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb047"/></linearGradient><linearGradient id="b" x1="-235.679" x2="-235.66" y1="-172.644" y2="-172.6" gradientTransform="matrix(87.822 0 0 -88.533 20724.385 -15266.467)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd754"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="c" x1="-235.02" x2="-235.02" y1="-173.45" y2="-173.412" gradientTransform="matrix(87.822 0 0 -88.533 20662.517 -15342.2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd642"/><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffb532"/></linearGradient><linearGradient id="d" x1="-234.582" x2="-234.633" y1="-172.909" y2="-172.897" gradientTransform="matrix(106.198 0 0 -88.551 24932.157 -15295.168)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd441"/><stop offset="1" stop-color="#ffa829"/></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:#dbad7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dbad7b"/><path d="M28.069 30.557v-5.428h-5.385l5.385 5.429" style="fill:#ffdf51;fill-opacity:.699999988079071"/><path d="M28.674 27.479v-5.871h-5.825z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="M25.136 25.129V31h5.824z" style="fill-opacity:.699999988079071;fill:url(#a)"/><path d="M27.456 22v-4.643h-4.607z" style="fill:#ffdf4f;fill-opacity:.699999988079071"/><path d="M29.643 20.894v-5.871h-5.824z" style="fill-opacity:.799999952316284;fill:url(#b)"/><path d="M19.716 10v5.871h5.824z" style="fill-opacity:.800000011920929;fill:url(#c)"/><path d="M21.082 19.2v-5.875h-7.043l5.8 5.873h1.244" style="fill-opacity:.879999995231628;fill:url(#d)"/><path d="M21.082 30.968v-7.1h-7.043z" style="fill:#ffb700;fill-opacity:.699999988079071"/><path d="M21.084 25.085v-5.871H15.26z" style="fill:#ffb700;fill-opacity:.5"/><path d="M22.849 17.357v5.871h5.824z" style="fill:#ffcd25;fill-opacity:.699999988079071"/><path d="M21.069 18.018v-5.872h-5.824z" style="fill:#ff8900;fill-opacity:.700000047683716"/><path d="M22.684 25.129V31h5.824z" style="fill:#ff8900;fill-opacity:.699999988079071"/><path d="m26.342 25.129-1.885-1.901h-1.608v-5.871h3.286l-1.474-1.486h-3.592l.013 3.325V31h1.602v-5.871z" 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:#bf7f55"/><path d="m18.008 24.674-1.969-5.882-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247 4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726 1.3 1.3 0 0 0 .892.379l.34.026ZM27.881 28.227v-3.746a15 15 0 0 0-1.67.912 3.15 3.15 0 0 0-.968.988 2.25 2.25 0 0 0-.291 1.127 2.13 2.13 0 0 0 .368 1.281 1.05 1.05 0 0 0 .848.512 2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84 3.5 3.5 0 0 1-.624-2.148 3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723.9.9 0 0 0-.806-.387.76.76 0 0 0-.612.245.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089.96.96 0 0 1-1.577-.018 1.8 1.8 0 0 1-.293-1.066 2.87 2.87 0 0 1 .887-2.047 3.13 3.13 0 0 1 2.344-.876 3.37 3.37 0 0 1 1.881.493 2.36 2.36 0 0 1 .909 1.265 7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524 1.9 1.9 0 0 1-.269-.7 7.4 7.4 0 0 1-1.075.918 2.24 2.24 0 0 1-1.138.317" style="fill:#cfcfcf"/></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:#dba17b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dba17b"/><path d="m18.008 24.674-1.969-5.882-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247 4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726 1.3 1.3 0 0 0 .892.379l.34.026ZM27.881 28.227v-3.746a15 15 0 0 0-1.67.912 3.15 3.15 0 0 0-.968.988 2.25 2.25 0 0 0-.291 1.127 2.13 2.13 0 0 0 .368 1.281 1.05 1.05 0 0 0 .848.512 2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84 3.5 3.5 0 0 1-.624-2.148 3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723.9.9 0 0 0-.806-.387.76.76 0 0 0-.612.245.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089.96.96 0 0 1-1.577-.018 1.8 1.8 0 0 1-.293-1.066 2.87 2.87 0 0 1 .887-2.047 3.13 3.13 0 0 1 2.344-.876 3.37 3.37 0 0 1 1.881.493 2.36 2.36 0 0 1 .909 1.265 7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524 1.9 1.9 0 0 1-.269-.7 7.4 7.4 0 0 1-1.075.918 2.24 2.24 0 0 1-1.138.317" style="fill:#cfcfcf"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8b1835" d="M27.35 5.542h-9.227l-2.083 4.2H4.433v16.8h25v-21zm0 4.2h-8.135l1.091-2.1h7.044z"/><path fill="#e5e5e5" d="M23.814 29.366a6.985 6.985 0 1 0 0-13.97 6.985 6.985 0 0 0 0 13.97"/><path fill="#ac304f" fill-rule="evenodd" d="M30.101 22.381a6.287 6.287 0 1 1-12.573 0 6.287 6.287 0 0 1 12.573 0m-4.194-1.226 2.099-1.22-4.192-2.444-4.19 2.443v4.886l2.1 1.224-.003-2.449 2.093 1.22v2.456l4.192-2.451-2.099-1.229-2.093 1.224v-2.438l-2.093-1.222 2.093-1.22z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#d42551" 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"/><path fill="#e5e5e5" d="M23.814 29.366a6.985 6.985 0 1 0 0-13.97 6.985 6.985 0 0 0 0 13.97"/><path fill="#ac304f" fill-rule="evenodd" d="M30.101 22.381a6.287 6.287 0 1 1-12.573 0 6.287 6.287 0 0 1 12.573 0m-4.194-1.226 2.099-1.22-4.192-2.444-4.19 2.443v4.886l2.1 1.224-.003-2.449 2.093 1.22v2.456l4.192-2.451-2.099-1.229-2.093 1.224v-2.438l-2.093-1.222 2.093-1.22z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#bf55bf"/><path d="M22.229 17.061h.732l2.086-2.086.1-.886A9.377 9.377 0 0 0 9.9 18.664a1.14 1.14 0 0 1 .732-.043l4.172-.689s.213-.351.322-.329a5.206 5.206 0 0 1 7.123-.542Z" style="fill:#ea4335"/><path d="M28.019 18.664a9.4 9.4 0 0 0-2.833-4.564l-2.928 2.928a5.2 5.2 0 0 1 1.911 4.128v.52a2.606 2.606 0 0 1 0 5.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778 6.778 0 0 0 3.85-12.393Z" style="fill:#4285f4"/><path d="M13.738 31.028h5.212v-4.172h-5.212a2.6 2.6 0 0 1-1.076-.235l-.732.227-2.1 2.086-.183.732a6.74 6.74 0 0 0 4.091 1.362" style="fill:#34a853"/><path d="M13.738 17.493a6.778 6.778 0 0 0-4.092 12.151l3.023-3.023a2.606 2.606 0 1 1 3.448-3.447l3.023-3.024a6.77 6.77 0 0 0-5.402-2.657" style="fill:#fbbc05"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#d17dcd"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#d17dcd"/><path d="M22.229 17.061h.732l2.086-2.086.1-.886A9.377 9.377 0 0 0 9.9 18.664a1.14 1.14 0 0 1 .732-.043l4.172-.689s.213-.351.322-.329a5.206 5.206 0 0 1 7.123-.542Z" style="fill:#ea4335"/><path d="M28.019 18.664a9.4 9.4 0 0 0-2.833-4.564l-2.928 2.928a5.2 5.2 0 0 1 1.911 4.128v.52a2.606 2.606 0 0 1 0 5.212h-5.212l-.52.527v3.126l.52.519h5.212a6.778 6.778 0 0 0 3.85-12.393Z" style="fill:#4285f4"/><path d="M13.738 31.028h5.212v-4.172h-5.212a2.6 2.6 0 0 1-1.076-.235l-.732.227-2.1 2.086-.183.732a6.74 6.74 0 0 0 4.091 1.362" style="fill:#34a853"/><path d="M13.738 17.493a6.778 6.778 0 0 0-4.092 12.151l3.023-3.023a2.606 2.606 0 1 1 3.448-3.447l3.023-3.024a6.77 6.77 0 0 0-5.402-2.657" style="fill:#fbbc05"/></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:#bf5e55"/><path d="M30.6 19.565 21.435 10.4a1.35 1.35 0 0 0-1.913 0l-1.9 1.9 2.415 2.415a1.606 1.606 0 0 1 2.034 2.047l2.329 2.329a1.607 1.607 0 1 1-.964.907l-2.176-2.171v5.713a1.606 1.606 0 1 1-1.323-.047v-5.766a1.61 1.61 0 0 1-.873-2.11l-2.381-2.381-6.283 6.286a1.353 1.353 0 0 0 0 1.913l9.165 9.165a1.353 1.353 0 0 0 1.913 0l9.122-9.122a1.353 1.353 0 0 0 0-1.913" style="fill:#dd4c35"/><path d="m17.619 12.3 2.415 2.415a1.606 1.606 0 0 1 2.034 2.047l2.332 2.329a1.607 1.607 0 1 1-.964.907l-2.176-2.171v5.713a1.606 1.606 0 1 1-1.323-.047v-5.766a1.61 1.61 0 0 1-.873-2.11l-2.381-2.381" 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:#db847b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db847b"/><path d="M30.6 19.565 21.435 10.4a1.35 1.35 0 0 0-1.913 0l-1.9 1.9 2.415 2.415a1.606 1.606 0 0 1 2.034 2.047l2.329 2.329a1.607 1.607 0 1 1-.964.907l-2.176-2.171v5.713a1.606 1.606 0 1 1-1.323-.047v-5.766a1.61 1.61 0 0 1-.873-2.11l-2.381-2.381-6.283 6.286a1.353 1.353 0 0 0 0 1.913l9.165 9.165a1.353 1.353 0 0 0 1.913 0l9.122-9.122a1.353 1.353 0 0 0 0-1.913" style="fill:#dd4c35"/><path d="m17.619 12.3 2.415 2.415a1.606 1.606 0 0 1 2.034 2.047l2.332 2.329a1.607 1.607 0 1 1-.964.907l-2.176-2.171v5.713a1.606 1.606 0 1 1-1.323-.047v-5.766a1.61 1.61 0 0 1-.873-2.11l-2.381-2.381" 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:#9b9b9b"/><path d="M31 20.5A10.5 10.5 0 1 1 20.5 10 10.5 10.5 0 0 1 31 20.5" style="fill:#fff;fill-rule:evenodd"/><path d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818 3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4 2.234 2.234 0 0 1-3.055-.873 2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177 10.2 10.2 0 0 0 5.27 0 .6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876" style="fill:#333;fill-rule:evenodd"/></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:#bbb"/><path d="M31 20.5A10.5 10.5 0 1 1 20.5 10 10.5 10.5 0 0 1 31 20.5" style="fill:#fff;fill-rule:evenodd"/><path d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818 3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4 2.234 2.234 0 0 1-3.055-.873 2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177 10.2 10.2 0 0 0 5.27 0 .6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876" style="fill:#333;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#BF7855" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#E24329" d="m30.6 18.8-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-1.9 5.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-2.9 7.5v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3 2.2 1.6 1.3 1c.3.2.8.2 1.1 0l1.3-1 2.2-1.6 4.4-3.3c1.9-1.5 2.6-4 1.7-6.2"/><path fill="#FC6D26" d="M30.6 18.8c-1.4.2-2.7.8-3.9 1.7l-6.3 4.7c2.1 1.6 4 3 4 3l4.4-3.3c2-1.4 2.7-3.9 1.8-6.1"/><path fill="#FCA326" d="m16.5 28.2 2.2 1.6 1.3 1c.3.2.8.2 1.1 0l1.3-1 2.2-1.6s-1.9-1.4-4-3c-2.2 1.6-4.1 3-4.1 3"/><path fill="#FC6D26" d="M14.2 20.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3s1.9-1.4 4-3z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#DB9B7B" 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.1z"/><path fill="#DB9B7B" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#E24329" d="m30.7 18.8-2.9-7.5c-.1-.1-.2-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-1.9 5.9h-7.8l-1.9-5.9c0-.2-.1-.3-.3-.4q-.45-.3-.9 0c-.1.1-.2.2-.3.4l-2.9 7.5v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3 2.2 1.6 1.3 1c.3.2.8.2 1.1 0l1.3-1 2.2-1.6L29 25c1.8-1.5 2.5-4 1.7-6.2"/><path fill="#FC6D26" d="M30.7 18.8c-1.4.2-2.7.8-3.9 1.7l-6.3 4.7c2.1 1.6 4 3 4 3l4.4-3.3c1.9-1.4 2.6-3.9 1.8-6.1"/><path fill="#FCA326" d="m16.5 28.2 2.2 1.6 1.3 1c.3.2.8.2 1.1 0l1.3-1 2.2-1.6s-1.9-1.4-4-3c-2.2 1.6-4.1 3-4.1 3"/><path fill="#FC6D26" d="M14.2 20.4c-1.1-.9-2.4-1.4-3.8-1.7v.1c-.8 2.2-.1 4.7 1.8 6.1l4.4 3.3s1.9-1.4 4-3z"/></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.3L16 9.7H4.3v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#58a3af"/><path d="M29.694 14.493a3.8 3.8 0 0 0-5.288-.085.36.36 0 0 0-.114.257.37.37 0 0 0 .106.263l.48.479a.36.36 0 0 0 .474.033 2.18 2.18 0 0 1 2.848 3.287c-3.011 3.028-7.056-5.436-16.2-1.08a1.24 1.24 0 0 0-.6 1.649 1 1 0 0 0 .049.093l1.562 2.711a1.245 1.245 0 0 0 1.682.463l.039-.023-.031.023.7-.391a16 16 0 0 0 2.192-1.629.38.38 0 0 1 .5-.016.357.357 0 0 1 .051.5.3.3 0 0 1-.051.051 16.6 16.6 0 0 1-2.293 1.736l-.025.014-.7.388a1.94 1.94 0 0 1-.962.252 1.99 1.99 0 0 1-1.727-1L10.9 19.911C8.053 21.924 6.324 25.8 7.252 30.706a.36.36 0 0 0 .357.294H9.3a.36.36 0 0 0 .372-.317 2.477 2.477 0 0 1 4.913 0 .36.36 0 0 0 .352.317h1.643a.365.365 0 0 0 .361-.317 2.474 2.474 0 0 1 4.91 0 .36.36 0 0 0 .358.317h1.628a.36.36 0 0 0 .36-.355c.04-2.295.658-4.93 2.423-6.249 6.094-4.568 4.487-8.483 3.074-9.903M23.467 21.4l-1.167-.582a.732.732 0 1 1 1.164.587Z" style="fill:#d2d2d2"/></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:#7dc1d1"/><path d="M29.694 14.493a3.8 3.8 0 0 0-5.288-.085.36.36 0 0 0-.114.257.37.37 0 0 0 .106.263l.48.479a.36.36 0 0 0 .474.033 2.18 2.18 0 0 1 2.848 3.287c-3.011 3.028-7.056-5.436-16.2-1.08a1.24 1.24 0 0 0-.6 1.649 1 1 0 0 0 .049.093l1.562 2.711a1.245 1.245 0 0 0 1.682.463l.039-.023-.031.023.7-.391a16 16 0 0 0 2.192-1.629.38.38 0 0 1 .5-.016.357.357 0 0 1 .051.5.3.3 0 0 1-.051.051 16.6 16.6 0 0 1-2.293 1.736l-.025.014-.7.388a1.94 1.94 0 0 1-.962.252 1.99 1.99 0 0 1-1.727-1L10.9 19.911C8.053 21.924 6.324 25.8 7.252 30.706a.36.36 0 0 0 .357.294H9.3a.36.36 0 0 0 .372-.317 2.477 2.477 0 0 1 4.913 0 .36.36 0 0 0 .352.317h1.643a.365.365 0 0 0 .361-.317 2.474 2.474 0 0 1 4.91 0 .36.36 0 0 0 .358.317h1.628a.36.36 0 0 0 .36-.355c.04-2.295.658-4.93 2.423-6.249 6.094-4.568 4.487-8.483 3.074-9.903M23.467 21.4l-1.167-.582a.732.732 0 1 1 1.164.587Z" style="fill:#d2d2d2"/></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:#ef86cd"/><path d="M30.932 25.457a1.84 1.84 0 0 1-2.965.3l-4.212 2.432a1.837 1.837 0 1 1-3.506.059l-4.237-2.446a1.838 1.838 0 1 1-1.764-3.054v-4.9a1.838 1.838 0 1 1 1.762-3.051l4.239-2.447a1.837 1.837 0 1 1 3.522 0l4.238 2.447a1.838 1.838 0 1 1 1.764 3.049v4.9a1.837 1.837 0 0 1 1.158 2.7Zm-7.6-12.341-.049.049 5.548 9.609.071-.019v-4.9a1.835 1.835 0 0 1-1.322-2.285l-4.248-2.453Zm-2.641 0-4.247 2.452a1.835 1.835 0 0 1-1.321 2.288v4.9l.072.019 5.548-9.609Zm1.834.487a1.86 1.86 0 0 1-1.025 0l-5.548 9.607a1.83 1.83 0 0 1 .517.894h11.085a1.84 1.84 0 0 1 .517-.9Zm.845 13.934 4.22-2.437q-.019-.06-.034-.121h-11.09l-.019.071 4.241 2.45a1.84 1.84 0 0 1 2.682.037Z" style="fill:#e535ab;stroke:#e535ab;stroke-miterlimit:10;stroke-width:.08254656287568782px"/></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:#fad7ee"/><path d="M25.822 13.7H.622l3.8 12.8h25.2z" style="fill:#fad7ee"/><path d="M30.932 25.457a1.84 1.84 0 0 1-2.965.3l-4.212 2.432a1.837 1.837 0 1 1-3.506.059l-4.237-2.446a1.838 1.838 0 1 1-1.764-3.054v-4.9a1.838 1.838 0 1 1 1.762-3.051l4.239-2.447a1.837 1.837 0 1 1 3.522 0l4.238 2.447a1.838 1.838 0 1 1 1.764 3.049v4.9a1.837 1.837 0 0 1 1.158 2.7Zm-7.6-12.341-.049.049 5.548 9.609.071-.019v-4.9a1.835 1.835 0 0 1-1.322-2.285l-4.248-2.453Zm-2.641 0-4.247 2.452a1.835 1.835 0 0 1-1.321 2.288v4.9l.072.019 5.548-9.609Zm1.834.487a1.86 1.86 0 0 1-1.025 0l-5.548 9.607a1.83 1.83 0 0 1 .517.894h11.085a1.84 1.84 0 0 1 .517-.9Zm.845 13.934 4.22-2.437q-.019-.06-.034-.121h-11.09l-.019.071 4.241 2.45a1.84 1.84 0 0 1 2.682.037Z" style="fill:#e535ab;stroke:#e535ab;stroke-miterlimit:10;stroke-width:.08254656287568782px"/></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:#ba8856"/><path d="M16.433 15.1s.36 1.387.411 1.85-.925 1.489-.925 2a2.01 2.01 0 0 0 1.336 1.9 2.36 2.36 0 0 1 1.284 2.363 10.5 10.5 0 0 1-.411 2.106s-.256 3.442 1.13 4.058 1.079.623 1.387.623 2.57.923 3.9.566a3.65 3.65 0 0 0 1.7-.768 1.74 1.74 0 0 0 1.747-1.079 14 14 0 0 0 .513-4.778c-.154-1.13-.359-2.619.565-3.133s1.9-1.13 1.747-1.644a4 4 0 0 0-.975-1.233 5.1 5.1 0 0 1-.052-1.592c.154-.308 1.079-1.079.565-1.644a2.17 2.17 0 0 0-1.44-.571l-1.181.1a7.24 7.24 0 0 0-4.624-1.7 6.96 6.96 0 0 0-4.263 1.7 2.64 2.64 0 0 0-1.644 0c-.771.316-.924.007-.77.876M21 12.812a1.2 1.2 0 0 1-.718-.439 2.49 2.49 0 0 0-2-1.085 9 9 0 0 0-2.15.288l.934.589c.1 0 .271 0 .556.008a1.43 1.43 0 0 1 1.35 1.2L23.1 12.8m2.327.008a1.2 1.2 0 0 0 .717-.439 2.48 2.48 0 0 1 2-1.085 9 9 0 0 1 2.15.287l-.934.589c-.1 0-.271 0-.557.008a1.43 1.43 0 0 0-1.35 1.2l-4.125-.568" style="fill:#fba919"/><path d="M21.127 22.75s-1.017 1.556-1.764 2.66c-.115.171.75.182.75.182Zm.485-3.225s-.307.765-.475 1.171c-.182.441-.877.66-.877.66a2 2 0 0 0 .36-1.336c0-.4.519-.561.519-.561zm-.31.436a1.61 1.61 0 0 1-1.795.329c-1.167-.419-1.287-1.915-1.287-2.334s2.214.419 2.513.6.867.9.569 1.407ZM16.9 11.969a2.47 2.47 0 0 1 1.8.357 3.3 3.3 0 0 1 .925 1.019l-1.208.96a1.55 1.55 0 0 1-.764-1.049c-.179-.778-.06-1.137-.75-1.287Zm4.088 5.831a2.5 2.5 0 0 0-1.838-.993 2.38 2.38 0 0 0-1.535.287s1.7.075 2.2.717c.914 1.2 2.25 1.3 2.462 1.034a1.14 1.14 0 0 1-.809-.385 4.5 4.5 0 0 1-.48-.66m-2.876 2.325s-1.891-.65-1.532-1.308.075-1.017.075-1.017-1.057.791-.79 1.629c.165.513.443.886 1.966 1.6.731 1.357.15 3.8.185 3.811.058.019 1.026-.479.96-2.763-.021-.7-.075-1.66-.867-1.95Zm2.475-6.988c-.793.4-1.875.964-1.875.964l.427.214c-.04.066-.061.105-.061.105l.439.2s1.071.775 1.725 1.275a11 11 0 0 0-.861-1.732 1.15 1.15 0 0 1 .209-1.024Zm2.633 16.415c-2.437 0-3.262-1.237-3.262-1.237l.381.927a4.27 4.27 0 0 0 2.876 1.652m-2.988-3.412s.225 1.37 1.125 1.37c.763 0 .988-1.157.988-1.4l-2.109.026Zm-1.494-2.066a10 10 0 0 0 .45-1.915 22 22 0 0 0 .069-2.382s-.24.928-.45 1.077a4.8 4.8 0 0 0-.6 1.167s-.209 1.514-.308 2.025c.275.055.506-.107.838.03Zm-2.167-6s.508-.18.658-1.286a5 5 0 0 0-.179-2.065 7.1 7.1 0 0 1-.15 1.825c-.179.3-.329.388-.538.777a.577.577 0 0 0 .209.75ZM25.3 22.75s1.017 1.556 1.764 2.66c.116.171-.75.182-.75.182Zm-.484-3.225s.306.765.474 1.171c.183.441.878.66.878.66a2 2 0 0 1-.36-1.336c0-.4-.519-.561-.519-.561zm.309.436a1.61 1.61 0 0 0 1.8.329c1.167-.418 1.286-1.914 1.286-2.334s-2.214.419-2.513.6-.868.9-.569 1.407Zm4.407-7.992a2.47 2.47 0 0 0-1.8.359 3.3 3.3 0 0 0-.925 1.017l1.21.959a1.56 1.56 0 0 0 .765-1.05c.179-.778.06-1.137.75-1.286ZM25.443 17.8a2.5 2.5 0 0 1 1.838-.993 2.38 2.38 0 0 1 1.533.287s-1.7.075-2.2.717c-.914 1.2-2.25 1.3-2.46 1.034a1.13 1.13 0 0 0 .808-.385 4.6 4.6 0 0 0 .481-.66m2.876 2.325s1.89-.65 1.531-1.308-.075-1.017-.075-1.017 1.056.789.787 1.626c-.165.514-.443.887-1.966 1.6-.73 1.357-.15 3.8-.185 3.811-.058.019-1.025-.479-.959-2.763.021-.7.077-1.658.867-1.949m-2.479-6.986c.793.4 1.875.964 1.875.964l-.427.214c.04.066.06.106.06.106l-.438.2s-1.071.776-1.725 1.275a11 11 0 0 1 .861-1.732 1.15 1.15 0 0 0-.206-1.027m-2.632 16.416c2.436 0 3.262-1.237 3.262-1.237l-.38.927a4.27 4.27 0 0 1-2.875 1.649m2.985-3.412s-.225 1.37-1.125 1.37c-.763 0-.988-1.157-.988-1.4Zm1.5-2.066a10 10 0 0 1-.45-1.915 22 22 0 0 1-.068-2.382s.239.928.45 1.077a4.8 4.8 0 0 1 .6 1.167s.208 1.514.307 2.025c-.274.055-.505-.107-.837.03Zm2.167-6s-.508-.18-.658-1.286a5 5 0 0 1 .179-2.065 7.2 7.2 0 0 0 .15 1.825c.179.3.329.388.539.777a.58.58 0 0 1-.21.747Zm-6.649-2.441a2.28 2.28 0 0 1-1.335-.3s.521.913 1.334.913a1.82 1.82 0 0 0 1.335-.913 2.27 2.27 0 0 1-1.337.3Z" style="fill:#e78724"/><path d="M21.4 19.212a1.63 1.63 0 0 1-1.416.379c-.858-.18-1.376-.559-1.416-1.217a1.35 1.35 0 0 1 .18-.917 5 5 0 0 1 1.416.7c.459.4.8 1.037 1.236 1.057Zm-1.337 7.151a1.5 1.5 0 0 1 0-.591 2.7 2.7 0 0 0-.715-.254c-.189-.12-1.162.123-1.868-.73-.884-1.069-.7-1.708-.7-1.708-.225.252-.45.156-.792 1.331a2.54 2.54 0 0 0 1.11 2.815 3 3 0 0 0 1.625.61c-.182-.183.311-.2.652-.329a.91.91 0 0 1 .225-.756 1.15 1.15 0 0 1 .45-.269l.025-.061q0-.03-.01-.058Zm4.964-7.151a1.62 1.62 0 0 0 1.416.379c.858-.18 1.376-.559 1.416-1.217a1.35 1.35 0 0 0-.18-.917 5 5 0 0 0-1.416.7c-.456.393-.798 1.035-1.234 1.055Zm1.336 7.151a1.5 1.5 0 0 0 0-.591 2.7 2.7 0 0 1 .715-.254c.19-.12 1.163.123 1.869-.73.884-1.069.7-1.708.7-1.708.225.252.45.156.792 1.331a2.54 2.54 0 0 1-1.11 2.815 3 3 0 0 1-1.625.61c.183-.183-.311-.2-.651-.329a.91.91 0 0 0-.225-.756 1.2 1.2 0 0 0-.45-.269l-.026-.061a.4.4 0 0 0 .014-.057Z" style="fill:#fff"/><path d="M20.726 19.012a1.53 1.53 0 0 1-1.026.042 1.15 1.15 0 0 1-.756-.975s-.435 1.275.785 1.521a1.78 1.78 0 0 0 1.556-.369zM19.375 27.5q-.027-.087-.049-.176c-.022-.089-.094-.247 0-.039a.7.7 0 0 1-.053-.164c-1.535 0-2.871-1.056-2.613-3.27-.2-.267-.482.537-.482.537s-.763 2.231 1.219 3.095a3.06 3.06 0 0 0 1.383.412.69.69 0 0 0 .643-.274 1 1 0 0 1-.048-.122Zm6.325-8.488a1.53 1.53 0 0 0 1.026.042 1.15 1.15 0 0 0 .756-.975s.434 1.275-.784 1.521a1.78 1.78 0 0 1-1.556-.369zm1.355 8.488q.029-.087.05-.176c.021-.089.094-.247 0-.039a1 1 0 0 0 .053-.164c1.534 0 2.87-1.056 2.611-3.27.2-.267.482.537.482.537s.768 2.231-1.215 3.095a3.06 3.06 0 0 1-1.383.412.69.69 0 0 1-.644-.274 1 1 0 0 0 .049-.122Z" style="fill:#c9c9c9"/><path d="M18.064 18.55v-.006zm-.211-.785a.59.59 0 0 1 .267-.466c-.176-.065-.348-.14-.53-.19A3.56 3.56 0 0 1 21 18.412a1.18 1.18 0 0 0 1.457.359.89.89 0 0 1-.355.624.87.87 0 0 1-.517.158 2.24 2.24 0 0 1-.565 1.353 2.07 2.07 0 0 0 .109-1.036 3 3 0 0 0-.138-.338 1.78 1.78 0 0 1-2.236-.257 2.54 2.54 0 0 1-.515-1.409 1.9 1.9 0 0 0-.174.678 1.3 1.3 0 0 1-.213-.779m1.165-.054a1.45 1.45 0 0 0 .284 1.432 1.4 1.4 0 0 0 1.551.058 6.5 6.5 0 0 0-1.835-1.49m2.88 9.457h-1.206a.53.53 0 0 0-.389.117.285.285 0 0 0-.036.324 2.1 2.1 0 0 0 .563.744.75.75 0 0 0 .482.172.6.6 0 0 0 .45-.183 3 3 0 0 0 .535-.793.25.25 0 0 0-.036-.273.5.5 0 0 0-.361-.108Zm6.469-8.618v-.006zm-4.391.221a1.18 1.18 0 0 0 1.456-.359 3.56 3.56 0 0 1 3.408-1.3c-.182.05-.354.125-.53.19a.59.59 0 0 1 .267.466 1.3 1.3 0 0 1-.211.779 1.9 1.9 0 0 0-.173-.677 2.55 2.55 0 0 1-.515 1.408 1.78 1.78 0 0 1-2.237.257 3 3 0 0 0-.137.338 2.06 2.06 0 0 0 .109 1.035 2.23 2.23 0 0 1-.565-1.353.87.87 0 0 1-.518-.158.9.9 0 0 1-.354-.626m1.6.43a1.4 1.4 0 0 0 1.552-.058 1.45 1.45 0 0 0 .284-1.432 6.5 6.5 0 0 0-1.835 1.489Zm.55 8.083a.52.52 0 0 0-.387-.118h-1.207a.5.5 0 0 0-.363.109.25.25 0 0 0-.037.273 3 3 0 0 0 .535.793.61.61 0 0 0 .45.183.76.76 0 0 0 .482-.173 2.1 2.1 0 0 0 .562-.744.28.28 0 0 0-.034-.323ZM23.212 17.7c.525-.006 1.121-.73 1.121-.73a2.02 2.02 0 0 1-2.241 0s.597.723 1.12.73m6.453 5.316a2.98 2.98 0 0 1 .847 2.905 2.78 2.78 0 0 1-1.945 2.243 3.42 3.42 0 0 1-2.738 2.03 3.93 3.93 0 0 1-2.614.806 3.93 3.93 0 0 1-2.616-.808 3.42 3.42 0 0 1-2.736-2.03 2.78 2.78 0 0 1-1.944-2.243 2.98 2.98 0 0 1 .846-2.905 2.9 2.9 0 0 0 1 1.775 23 23 0 0 0 .159-2.54 1.37 1.37 0 0 0-.5-1.069c-.105-.06-.221-.122-.339-.187-.738-.395-1.658-.887-1.658-1.794a1.32 1.32 0 0 1 .634-1.141q.048-.035.089-.068a.6.6 0 0 0 .177-.178 3.25 3.25 0 0 0 .068-1.543 2.13 2.13 0 0 1-.482-1.606 1.1 1.1 0 0 1 .579-.7 2 2 0 0 1 .8-.178.6.6 0 0 1 .039-.248 1.1 1.1 0 0 0 .038-.331 1.2 1.2 0 0 0-.089-.461 2.08 2.08 0 0 0-1.189-.722l-.5-.1.333-.39a2.8 2.8 0 0 1 1.894-.718 3.3 3.3 0 0 1 .988.16 4.8 4.8 0 0 1 2.026 1.626c.079-.026.16-.044.241-.066a2.17 2.17 0 0 1 1.155-2c.017.185-.017.909.293 1.131.091-.591.4-1.242 1.605-1.669a2.02 2.02 0 0 0 .075 1.528c.825-.75 1.38-.625 1.38-.625a2.53 2.53 0 0 0-.35 1.6q.19.048.376.1a4.8 4.8 0 0 1 2.023-1.623 3.2 3.2 0 0 1 .988-.161 2.8 2.8 0 0 1 1.9.717l.333.39-.507.1a2.1 2.1 0 0 0-1.192.723 1.2 1.2 0 0 0-.088.462 1.1 1.1 0 0 0 .037.33.6.6 0 0 1 .04.247 2 2 0 0 1 .8.178 1.1 1.1 0 0 1 .579.7 2.13 2.13 0 0 1-.483 1.606 3.25 3.25 0 0 0 .069 1.543.6.6 0 0 0 .177.178q.04.032.089.068A1.32 1.32 0 0 1 31 19.2c0 .907-.92 1.4-1.658 1.794q-.183.097-.341.188a1.37 1.37 0 0 0-.5 1.069 23 23 0 0 0 .159 2.54 2.9 2.9 0 0 0 1.005-1.777ZM26.33 12.877c.065.028.132.049.2.079a3 3 0 0 1 .3.155 1.98 1.98 0 0 1 .834-.919 2.1 2.1 0 0 1 1.561-.319 2.2 2.2 0 0 1 .391-.234 2.7 2.7 0 0 0-1.013-.205 2.3 2.3 0 0 0-.724.112 3.66 3.66 0 0 0-1.549 1.331m1.932.983a1.08 1.08 0 0 0 .2-.7 1.6 1.6 0 0 1 .179-.73c.034-.049.082-.083.119-.128a1.35 1.35 0 0 0-.824.283 2.1 2.1 0 0 0-.546.934 3 3 0 0 1 .418.461c.153-.045.301-.093.454-.12m-9.642.117a3 3 0 0 1 .418-.46 2.07 2.07 0 0 0-.548-.936 1.35 1.35 0 0 0-.824-.283c.037.046.086.08.119.129a1.6 1.6 0 0 1 .18.73 1.08 1.08 0 0 0 .205.7c.153.031.3.078.45.12m1.286-1.019c.064-.03.13-.05.194-.078a3.66 3.66 0 0 0-1.548-1.334 2.4 2.4 0 0 0-.725-.112 2.7 2.7 0 0 0-1.012.205 2.2 2.2 0 0 1 .39.233 2.1 2.1 0 0 1 1.562.319 1.98 1.98 0 0 1 .835.923 3 3 0 0 1 .304-.156m-1.4 9.109a28 28 0 0 1-.144 3.106 5.3 5.3 0 0 0 1.6.279c.087-.178.183-.352.252-.538.027-.075.8-2.091 1.082-2.55a18.5 18.5 0 0 1-.963 3.66 1.8 1.8 0 0 1 .486-.015h4.794a2 2 0 0 1 .48.014 18.6 18.6 0 0 1-.963-3.659c.279.459 1.055 2.475 1.082 2.55a6 6 0 0 0 .252.538 5.2 5.2 0 0 0 1.6-.279 27 27 0 0 1-.143-3.106 1.71 1.71 0 0 1 .782-1.4q.167-.096.345-.191c.609-.329 1.24-.67 1.24-1.252a.8.8 0 0 0-.365-.75l-.02-.016c-.028-.02-.05-.046-.076-.068.031.2.059.4.1.6a3.8 3.8 0 0 1-.645-1.819 4.5 4.5 0 0 1 .209-1.765c0 .214.015.426.031.639.014-.045.02-.092.036-.137a1.59 1.59 0 0 0 .384-1.09.5.5 0 0 0-.276-.32 1.36 1.36 0 0 0-.619-.12 4.9 4.9 0 0 0-1.35.245 10.1 10.1 0 0 0-2.625 1.547l-.017.014-.225.158.143-.239a5.23 5.23 0 0 1 2.191-1.888 2.13 2.13 0 0 0-.9-.64 6.9 6.9 0 0 0-3.049-.646 6.9 6.9 0 0 0-3.049.648 2.16 2.16 0 0 0-.9.638 5.24 5.24 0 0 1 2.192 1.888l.142.239-.225-.158-.017-.014a10.1 10.1 0 0 0-2.625-1.547 4.9 4.9 0 0 0-1.35-.245 1.36 1.36 0 0 0-.619.12.5.5 0 0 0-.275.32 1.59 1.59 0 0 0 .383 1.09c.016.045.022.092.036.138.016-.213.034-.426.031-.64a4.5 4.5 0 0 1 .209 1.765 3.8 3.8 0 0 1-.645 1.819c.038-.2.067-.4.1-.606a1 1 0 0 1-.076.069l-.02.016a.8.8 0 0 0-.364.75c0 .582.63.923 1.239 1.252q.18.096.345.191a1.72 1.72 0 0 1 .781 1.405Zm-.806 5.374h.523a3 3 0 0 0 .088.265 3 3 0 0 0 .845.114 1.25 1.25 0 0 1 .106-1.211h-.016a6 6 0 0 0 .4-.575 3.08 3.08 0 0 1-3.028-1.861 2.98 2.98 0 0 0 .15 2.422 2.9 2.9 0 0 0 .932.846m2.2 1.96a6 6 0 0 1-.492-.931 7 7 0 0 1-.763-.1A2.87 2.87 0 0 0 19.9 29.4Zm3.316 1.031a3.51 3.51 0 0 0 3.484-2.657.94.94 0 0 0-.035-.945 1.29 1.29 0 0 0-1.011-.3h-4.875a1.29 1.29 0 0 0-1.01.3.94.94 0 0 0-.035.945 3.506 3.506 0 0 0 3.481 2.657Zm4.571-2.063a7 7 0 0 1-.763.1 6 6 0 0 1-.5.933 2.87 2.87 0 0 0 1.262-1.033Zm2.029-4.195a3.09 3.09 0 0 1-3.028 1.861c.1.161.209.322.328.472.025.032.043.069.07.1h-.011a1.25 1.25 0 0 1 .1 1.21 2.8 2.8 0 0 0 .844-.114c.031-.087.065-.172.088-.263h.52a2.9 2.9 0 0 0 .937-.846 2.98 2.98 0 0 0 .151-2.42Z" style="fill:#463014"/></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:#cc9a69"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#cc9a69"/><path d="M16.433 15.1s.36 1.387.411 1.85-.925 1.489-.925 2a2.01 2.01 0 0 0 1.336 1.9 2.36 2.36 0 0 1 1.284 2.363 10.5 10.5 0 0 1-.411 2.106s-.256 3.442 1.13 4.058 1.079.623 1.387.623 2.57.923 3.9.566a3.65 3.65 0 0 0 1.7-.768 1.74 1.74 0 0 0 1.747-1.079 14 14 0 0 0 .513-4.778c-.154-1.13-.359-2.619.565-3.133s1.9-1.13 1.747-1.644a4 4 0 0 0-.975-1.233 5.1 5.1 0 0 1-.052-1.592c.154-.308 1.079-1.079.565-1.644a2.17 2.17 0 0 0-1.44-.571l-1.181.1a7.24 7.24 0 0 0-4.624-1.7 6.96 6.96 0 0 0-4.263 1.7 2.64 2.64 0 0 0-1.644 0c-.771.316-.924.007-.77.876M21 12.812a1.2 1.2 0 0 1-.718-.439 2.49 2.49 0 0 0-2-1.085 9 9 0 0 0-2.15.288l.934.589c.1 0 .271 0 .556.008a1.43 1.43 0 0 1 1.35 1.2L23.1 12.8m2.327.008a1.2 1.2 0 0 0 .717-.439 2.48 2.48 0 0 1 2-1.085 9 9 0 0 1 2.15.287l-.934.589c-.1 0-.271 0-.557.008a1.43 1.43 0 0 0-1.35 1.2l-4.125-.568" style="fill:#fba919"/><path d="M21.127 22.75s-1.017 1.556-1.764 2.66c-.115.171.75.182.75.182Zm.485-3.225s-.307.765-.475 1.171c-.182.441-.877.66-.877.66a2 2 0 0 0 .36-1.336c0-.4.519-.561.519-.561zm-.31.436a1.61 1.61 0 0 1-1.795.329c-1.167-.419-1.287-1.915-1.287-2.334s2.214.419 2.513.6.867.9.569 1.407ZM16.9 11.969a2.47 2.47 0 0 1 1.8.357 3.3 3.3 0 0 1 .925 1.019l-1.208.96a1.55 1.55 0 0 1-.764-1.049c-.179-.778-.06-1.137-.75-1.287Zm4.088 5.831a2.5 2.5 0 0 0-1.838-.993 2.38 2.38 0 0 0-1.535.287s1.7.075 2.2.717c.914 1.2 2.25 1.3 2.462 1.034a1.14 1.14 0 0 1-.809-.385 4.5 4.5 0 0 1-.48-.66m-2.876 2.325s-1.891-.65-1.532-1.308.075-1.017.075-1.017-1.057.791-.79 1.629c.165.513.443.886 1.966 1.6.731 1.357.15 3.8.185 3.811.058.019 1.026-.479.96-2.763-.021-.7-.075-1.66-.867-1.95Zm2.475-6.988c-.793.4-1.875.964-1.875.964l.427.214c-.04.066-.061.105-.061.105l.439.2s1.071.775 1.725 1.275a11 11 0 0 0-.861-1.732 1.15 1.15 0 0 1 .209-1.024Zm2.633 16.415c-2.437 0-3.262-1.237-3.262-1.237l.381.927a4.27 4.27 0 0 0 2.876 1.652m-2.988-3.412s.225 1.37 1.125 1.37c.763 0 .988-1.157.988-1.4l-2.109.026Zm-1.494-2.066a10 10 0 0 0 .45-1.915 22 22 0 0 0 .069-2.382s-.24.928-.45 1.077a4.8 4.8 0 0 0-.6 1.167s-.209 1.514-.308 2.025c.275.055.506-.107.838.03Zm-2.167-6s.508-.18.658-1.286a5 5 0 0 0-.179-2.065 7.1 7.1 0 0 1-.15 1.825c-.179.3-.329.388-.538.777a.577.577 0 0 0 .209.75ZM25.3 22.75s1.017 1.556 1.764 2.66c.116.171-.75.182-.75.182Zm-.484-3.225s.306.765.474 1.171c.183.441.878.66.878.66a2 2 0 0 1-.36-1.336c0-.4-.519-.561-.519-.561zm.309.436a1.61 1.61 0 0 0 1.8.329c1.167-.418 1.286-1.914 1.286-2.334s-2.214.419-2.513.6-.868.9-.569 1.407Zm4.407-7.992a2.47 2.47 0 0 0-1.8.359 3.3 3.3 0 0 0-.925 1.017l1.21.959a1.56 1.56 0 0 0 .765-1.05c.179-.778.06-1.137.75-1.286ZM25.443 17.8a2.5 2.5 0 0 1 1.838-.993 2.38 2.38 0 0 1 1.533.287s-1.7.075-2.2.717c-.914 1.2-2.25 1.3-2.46 1.034a1.13 1.13 0 0 0 .808-.385 4.6 4.6 0 0 0 .481-.66m2.876 2.325s1.89-.65 1.531-1.308-.075-1.017-.075-1.017 1.056.789.787 1.626c-.165.514-.443.887-1.966 1.6-.73 1.357-.15 3.8-.185 3.811-.058.019-1.025-.479-.959-2.763.021-.7.077-1.658.867-1.949m-2.479-6.986c.793.4 1.875.964 1.875.964l-.427.214c.04.066.06.106.06.106l-.438.2s-1.071.776-1.725 1.275a11 11 0 0 1 .861-1.732 1.15 1.15 0 0 0-.206-1.027m-2.632 16.416c2.436 0 3.262-1.237 3.262-1.237l-.38.927a4.27 4.27 0 0 1-2.875 1.649m2.985-3.412s-.225 1.37-1.125 1.37c-.763 0-.988-1.157-.988-1.4Zm1.5-2.066a10 10 0 0 1-.45-1.915 22 22 0 0 1-.068-2.382s.239.928.45 1.077a4.8 4.8 0 0 1 .6 1.167s.208 1.514.307 2.025c-.274.055-.505-.107-.837.03Zm2.167-6s-.508-.18-.658-1.286a5 5 0 0 1 .179-2.065 7.2 7.2 0 0 0 .15 1.825c.179.3.329.388.539.777a.58.58 0 0 1-.21.747Zm-6.649-2.441a2.28 2.28 0 0 1-1.335-.3s.521.913 1.334.913a1.82 1.82 0 0 0 1.335-.913 2.27 2.27 0 0 1-1.337.3Z" style="fill:#e78724"/><path d="M21.4 19.212a1.63 1.63 0 0 1-1.416.379c-.858-.18-1.376-.559-1.416-1.217a1.35 1.35 0 0 1 .18-.917 5 5 0 0 1 1.416.7c.459.4.8 1.037 1.236 1.057Zm-1.337 7.151a1.5 1.5 0 0 1 0-.591 2.7 2.7 0 0 0-.715-.254c-.189-.12-1.162.123-1.868-.73-.884-1.069-.7-1.708-.7-1.708-.225.252-.45.156-.792 1.331a2.54 2.54 0 0 0 1.11 2.815 3 3 0 0 0 1.625.61c-.182-.183.311-.2.652-.329a.91.91 0 0 1 .225-.756 1.15 1.15 0 0 1 .45-.269l.025-.061q0-.03-.01-.058Zm4.964-7.151a1.62 1.62 0 0 0 1.416.379c.858-.18 1.376-.559 1.416-1.217a1.35 1.35 0 0 0-.18-.917 5 5 0 0 0-1.416.7c-.456.393-.798 1.035-1.234 1.055Zm1.336 7.151a1.5 1.5 0 0 0 0-.591 2.7 2.7 0 0 1 .715-.254c.19-.12 1.163.123 1.869-.73.884-1.069.7-1.708.7-1.708.225.252.45.156.792 1.331a2.54 2.54 0 0 1-1.11 2.815 3 3 0 0 1-1.625.61c.183-.183-.311-.2-.651-.329a.91.91 0 0 0-.225-.756 1.2 1.2 0 0 0-.45-.269l-.026-.061a.4.4 0 0 0 .014-.057Z" style="fill:#fff"/><path d="M20.726 19.012a1.53 1.53 0 0 1-1.026.042 1.15 1.15 0 0 1-.756-.975s-.435 1.275.785 1.521a1.78 1.78 0 0 0 1.556-.369zM19.375 27.5q-.027-.087-.049-.176c-.022-.089-.094-.247 0-.039a.7.7 0 0 1-.053-.164c-1.535 0-2.871-1.056-2.613-3.27-.2-.267-.482.537-.482.537s-.763 2.231 1.219 3.095a3.06 3.06 0 0 0 1.383.412.69.69 0 0 0 .643-.274 1 1 0 0 1-.048-.122Zm6.325-8.488a1.53 1.53 0 0 0 1.026.042 1.15 1.15 0 0 0 .756-.975s.434 1.275-.784 1.521a1.78 1.78 0 0 1-1.556-.369zm1.355 8.488q.029-.087.05-.176c.021-.089.094-.247 0-.039a1 1 0 0 0 .053-.164c1.534 0 2.87-1.056 2.611-3.27.2-.267.482.537.482.537s.768 2.231-1.215 3.095a3.06 3.06 0 0 1-1.383.412.69.69 0 0 1-.644-.274 1 1 0 0 0 .049-.122Z" style="fill:#c9c9c9"/><path d="M18.064 18.55v-.006zm-.211-.785a.59.59 0 0 1 .267-.466c-.176-.065-.348-.14-.53-.19A3.56 3.56 0 0 1 21 18.412a1.18 1.18 0 0 0 1.457.359.89.89 0 0 1-.355.624.87.87 0 0 1-.517.158 2.24 2.24 0 0 1-.565 1.353 2.07 2.07 0 0 0 .109-1.036 3 3 0 0 0-.138-.338 1.78 1.78 0 0 1-2.236-.257 2.54 2.54 0 0 1-.515-1.409 1.9 1.9 0 0 0-.174.678 1.3 1.3 0 0 1-.213-.779m1.165-.054a1.45 1.45 0 0 0 .284 1.432 1.4 1.4 0 0 0 1.551.058 6.5 6.5 0 0 0-1.835-1.49m2.88 9.457h-1.206a.53.53 0 0 0-.389.117.285.285 0 0 0-.036.324 2.1 2.1 0 0 0 .563.744.75.75 0 0 0 .482.172.6.6 0 0 0 .45-.183 3 3 0 0 0 .535-.793.25.25 0 0 0-.036-.273.5.5 0 0 0-.361-.108Zm6.469-8.618v-.006zm-4.391.221a1.18 1.18 0 0 0 1.456-.359 3.56 3.56 0 0 1 3.408-1.3c-.182.05-.354.125-.53.19a.59.59 0 0 1 .267.466 1.3 1.3 0 0 1-.211.779 1.9 1.9 0 0 0-.173-.677 2.55 2.55 0 0 1-.515 1.408 1.78 1.78 0 0 1-2.237.257 3 3 0 0 0-.137.338 2.06 2.06 0 0 0 .109 1.035 2.23 2.23 0 0 1-.565-1.353.87.87 0 0 1-.518-.158.9.9 0 0 1-.354-.626m1.6.43a1.4 1.4 0 0 0 1.552-.058 1.45 1.45 0 0 0 .284-1.432 6.5 6.5 0 0 0-1.835 1.489Zm.55 8.083a.52.52 0 0 0-.387-.118h-1.207a.5.5 0 0 0-.363.109.25.25 0 0 0-.037.273 3 3 0 0 0 .535.793.61.61 0 0 0 .45.183.76.76 0 0 0 .482-.173 2.1 2.1 0 0 0 .562-.744.28.28 0 0 0-.034-.323ZM23.212 17.7c.525-.006 1.121-.73 1.121-.73a2.02 2.02 0 0 1-2.241 0s.597.723 1.12.73m6.453 5.316a2.98 2.98 0 0 1 .847 2.905 2.78 2.78 0 0 1-1.945 2.243 3.42 3.42 0 0 1-2.738 2.03 3.93 3.93 0 0 1-2.614.806 3.93 3.93 0 0 1-2.616-.808 3.42 3.42 0 0 1-2.736-2.03 2.78 2.78 0 0 1-1.944-2.243 2.98 2.98 0 0 1 .846-2.905 2.9 2.9 0 0 0 1 1.775 23 23 0 0 0 .159-2.54 1.37 1.37 0 0 0-.5-1.069c-.105-.06-.221-.122-.339-.187-.738-.395-1.658-.887-1.658-1.794a1.32 1.32 0 0 1 .634-1.141q.048-.035.089-.068a.6.6 0 0 0 .177-.178 3.25 3.25 0 0 0 .068-1.543 2.13 2.13 0 0 1-.482-1.606 1.1 1.1 0 0 1 .579-.7 2 2 0 0 1 .8-.178.6.6 0 0 1 .039-.248 1.1 1.1 0 0 0 .038-.331 1.2 1.2 0 0 0-.089-.461 2.08 2.08 0 0 0-1.189-.722l-.5-.1.333-.39a2.8 2.8 0 0 1 1.894-.718 3.3 3.3 0 0 1 .988.16 4.8 4.8 0 0 1 2.026 1.626c.079-.026.16-.044.241-.066a2.17 2.17 0 0 1 1.155-2c.017.185-.017.909.293 1.131.091-.591.4-1.242 1.605-1.669a2.02 2.02 0 0 0 .075 1.528c.825-.75 1.38-.625 1.38-.625a2.53 2.53 0 0 0-.35 1.6q.19.048.376.1a4.8 4.8 0 0 1 2.023-1.623 3.2 3.2 0 0 1 .988-.161 2.8 2.8 0 0 1 1.9.717l.333.39-.507.1a2.1 2.1 0 0 0-1.192.723 1.2 1.2 0 0 0-.088.462 1.1 1.1 0 0 0 .037.33.6.6 0 0 1 .04.247 2 2 0 0 1 .8.178 1.1 1.1 0 0 1 .579.7 2.13 2.13 0 0 1-.483 1.606 3.25 3.25 0 0 0 .069 1.543.6.6 0 0 0 .177.178q.04.032.089.068A1.32 1.32 0 0 1 31 19.2c0 .907-.92 1.4-1.658 1.794q-.183.097-.341.188a1.37 1.37 0 0 0-.5 1.069 23 23 0 0 0 .159 2.54 2.9 2.9 0 0 0 1.005-1.777ZM26.33 12.877c.065.028.132.049.2.079a3 3 0 0 1 .3.155 1.98 1.98 0 0 1 .834-.919 2.1 2.1 0 0 1 1.561-.319 2.2 2.2 0 0 1 .391-.234 2.7 2.7 0 0 0-1.013-.205 2.3 2.3 0 0 0-.724.112 3.66 3.66 0 0 0-1.549 1.331m1.932.983a1.08 1.08 0 0 0 .2-.7 1.6 1.6 0 0 1 .179-.73c.034-.049.082-.083.119-.128a1.35 1.35 0 0 0-.824.283 2.1 2.1 0 0 0-.546.934 3 3 0 0 1 .418.461c.153-.045.301-.093.454-.12m-9.642.117a3 3 0 0 1 .418-.46 2.07 2.07 0 0 0-.548-.936 1.35 1.35 0 0 0-.824-.283c.037.046.086.08.119.129a1.6 1.6 0 0 1 .18.73 1.08 1.08 0 0 0 .205.7c.153.031.3.078.45.12m1.286-1.019c.064-.03.13-.05.194-.078a3.66 3.66 0 0 0-1.548-1.334 2.4 2.4 0 0 0-.725-.112 2.7 2.7 0 0 0-1.012.205 2.2 2.2 0 0 1 .39.233 2.1 2.1 0 0 1 1.562.319 1.98 1.98 0 0 1 .835.923 3 3 0 0 1 .304-.156m-1.4 9.109a28 28 0 0 1-.144 3.106 5.3 5.3 0 0 0 1.6.279c.087-.178.183-.352.252-.538.027-.075.8-2.091 1.082-2.55a18.5 18.5 0 0 1-.963 3.66 1.8 1.8 0 0 1 .486-.015h4.794a2 2 0 0 1 .48.014 18.6 18.6 0 0 1-.963-3.659c.279.459 1.055 2.475 1.082 2.55a6 6 0 0 0 .252.538 5.2 5.2 0 0 0 1.6-.279 27 27 0 0 1-.143-3.106 1.71 1.71 0 0 1 .782-1.4q.167-.096.345-.191c.609-.329 1.24-.67 1.24-1.252a.8.8 0 0 0-.365-.75l-.02-.016c-.028-.02-.05-.046-.076-.068.031.2.059.4.1.6a3.8 3.8 0 0 1-.645-1.819 4.5 4.5 0 0 1 .209-1.765c0 .214.015.426.031.639.014-.045.02-.092.036-.137a1.59 1.59 0 0 0 .384-1.09.5.5 0 0 0-.276-.32 1.36 1.36 0 0 0-.619-.12 4.9 4.9 0 0 0-1.35.245 10.1 10.1 0 0 0-2.625 1.547l-.017.014-.225.158.143-.239a5.23 5.23 0 0 1 2.191-1.888 2.13 2.13 0 0 0-.9-.64 6.9 6.9 0 0 0-3.049-.646 6.9 6.9 0 0 0-3.049.648 2.16 2.16 0 0 0-.9.638 5.24 5.24 0 0 1 2.192 1.888l.142.239-.225-.158-.017-.014a10.1 10.1 0 0 0-2.625-1.547 4.9 4.9 0 0 0-1.35-.245 1.36 1.36 0 0 0-.619.12.5.5 0 0 0-.275.32 1.59 1.59 0 0 0 .383 1.09c.016.045.022.092.036.138.016-.213.034-.426.031-.64a4.5 4.5 0 0 1 .209 1.765 3.8 3.8 0 0 1-.645 1.819c.038-.2.067-.4.1-.606a1 1 0 0 1-.076.069l-.02.016a.8.8 0 0 0-.364.75c0 .582.63.923 1.239 1.252q.18.096.345.191a1.72 1.72 0 0 1 .781 1.405Zm-.806 5.374h.523a3 3 0 0 0 .088.265 3 3 0 0 0 .845.114 1.25 1.25 0 0 1 .106-1.211h-.016a6 6 0 0 0 .4-.575 3.08 3.08 0 0 1-3.028-1.861 2.98 2.98 0 0 0 .15 2.422 2.9 2.9 0 0 0 .932.846m2.2 1.96a6 6 0 0 1-.492-.931 7 7 0 0 1-.763-.1A2.87 2.87 0 0 0 19.9 29.4Zm3.316 1.031a3.51 3.51 0 0 0 3.484-2.657.94.94 0 0 0-.035-.945 1.29 1.29 0 0 0-1.011-.3h-4.875a1.29 1.29 0 0 0-1.01.3.94.94 0 0 0-.035.945 3.506 3.506 0 0 0 3.481 2.657Zm4.571-2.063a7 7 0 0 1-.763.1 6 6 0 0 1-.5.933 2.87 2.87 0 0 0 1.262-1.033Zm2.029-4.195a3.09 3.09 0 0 1-3.028 1.861c.1.161.209.322.328.472.025.032.043.069.07.1h-.011a1.25 1.25 0 0 1 .1 1.21 2.8 2.8 0 0 0 .844-.114c.031-.087.065-.172.088-.263h.52a2.9 2.9 0 0 0 .937-.846 2.98 2.98 0 0 0 .151-2.42Z" style="fill:#463014"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#7f4445"/><path d="M26.156 26.57a11.5 11.5 0 0 1-2.638-.3 5 5 0 0 1-.755-.233l.61 1.042.238 3.255c0 .365 1.16.661 2.59.661s2.589-.3 2.589-.661l.189-3.291.577-1.009a5 5 0 0 1-.761.236 11.5 11.5 0 0 1-2.639.3m3.42-10.593a26 26 0 0 1-3.376.2 26 26 0 0 1-3.376-.2 6.5 6.5 0 0 1-1.05-.219 1.5 1.5 0 0 1-.259-.108l.559 5.148a5 5 0 0 1 .087-.266 5 5 0 0 1 .225-.53 5 5 0 0 1 .282-.49 4 4 0 0 1 .324-.425 2.5 2.5 0 0 1 .353-.333 1.7 1.7 0 0 1 .365-.219.9.9 0 0 1 .366-.075.8.8 0 0 1 .4.114 1.16 1.16 0 0 1 .365.369.3.3 0 0 1 .049.116.6.6 0 0 1 .011.11.3.3 0 0 1-.059.193.17.17 0 0 1-.138.07.18.18 0 0 1-.137-.075 1.4 1.4 0 0 1-.141-.221.54.54 0 0 0-.161-.188.35.35 0 0 0-.192-.059.6.6 0 0 0-.342.133 2 2 0 0 0-.361.351 4 4 0 0 0-.343.5 5 5 0 0 0-.29.575 4 4 0 0 0-.2.581 2 2 0 0 0-.075.513 1 1 0 0 0 .011.156.5.5 0 0 0 .039.146.3.3 0 0 0 .075.107.18.18 0 0 0 .124.042.4.4 0 0 0 .193-.057 1.4 1.4 0 0 0 .225-.15 3 3 0 0 0 .233-.209 3.6 3.6 0 0 0 .396-.466 1.4 1.4 0 0 0 .117-.191l.213-.638a.3.3 0 0 1 .1-.15.22.22 0 0 1 .129-.043.2.2 0 0 1 .064.01.16.16 0 0 1 .1.094.3.3 0 0 1 .015.086 1.3 1.3 0 0 1-.024.244 2 2 0 0 1-.058.225q-.036.109-.079.218c-.043.109-.057.15-.085.23a1 1 0 0 0-.033.085l-.058.181q-.035.106-.075.243l-.084.274-.081.274-.069.243-.052.181-.026.087a.5.5 0 0 1-.036.1 1 1 0 0 1-.06.1.4.4 0 0 1-.075.075.13.13 0 0 1-.084.031.12.12 0 0 1-.107-.048.35.35 0 0 1-.033-.18v-.082a1 1 0 0 1 .044-.163q.032-.12.075-.27t.1-.312l.093-.289q-.121.137-.264.27a3 3 0 0 1-.291.242 1.7 1.7 0 0 1-.3.174.7.7 0 0 1-.291.068.5.5 0 0 1-.276-.071q-.02-.013-.04-.027l.312 3.264a7 7 0 0 0 3.619.7 6.96 6.96 0 0 0 3.619-.7l.45-3.881-.107.1a5 5 0 0 1-.363.308 1.7 1.7 0 0 1-.333.2.85.85 0 0 1-.348.071.42.42 0 0 1-.269-.075.25.25 0 0 1-.1-.209v-.043a.5.5 0 0 1 .072-.188 2 2 0 0 1 .15-.219q.087-.115.185-.232c.098-.117.126-.151.182-.221a2 2 0 0 0 .139-.191.3.3 0 0 0 .055-.141.07.07 0 0 0-.023-.052.13.13 0 0 0-.075-.019.44.44 0 0 0-.19.048 1 1 0 0 0-.192.127 2 2 0 0 0-.186.183 3 3 0 0 0-.169.215 3 3 0 0 0-.144.225 3 3 0 0 0-.111.208l-.039.084-.055.122q-.03.069-.063.139c-.033.07-.042.1-.061.136l-.049.114-.031.069q-.009.018-.037.092l-.061.159-.075.192-.071.189-.059.158q-.025.067-.032.092a1 1 0 0 1-.054.133.5.5 0 0 1-.072.11.3.3 0 0 1-.091.075.23.23 0 0 1-.116.029.23.23 0 0 1-.136-.039.18.18 0 0 1-.054-.15.5.5 0 0 1 .013-.111 1 1 0 0 1 .035-.113q.02-.057.043-.109c.023-.052.027-.069.039-.1q.124-.271.252-.543t.247-.54l.047-.111-.014.015a3 3 0 0 1-.3.253 1.6 1.6 0 0 1-.293.175.7.7 0 0 1-.283.065.35.35 0 0 1-.156-.03.26.26 0 0 1-.1-.081.3.3 0 0 1-.054-.122l-.008-.05q-.04.032-.081.061a1.6 1.6 0 0 1-.28.161.6.6 0 0 1-.248.061.23.23 0 0 1-.178-.075.36.36 0 0 1-.068-.25 1.4 1.4 0 0 1 .036-.29 1.4 1.4 0 0 1-.15.215 1.3 1.3 0 0 1-.2.2 1 1 0 0 1-.256.144.8.8 0 0 1-.309.056.6.6 0 0 1-.146-.019.3.3 0 0 1-.122-.065.34.34 0 0 1-.085-.124.5.5 0 0 1-.032-.194 1 1 0 0 1 .009-.083 2 2 0 0 1 .059-.252q.05-.173.15-.45a7 7 0 0 1 .291-.664.35.35 0 0 1 .111-.15.22.22 0 0 1 .136-.045.3.3 0 0 1 .067.009.2.2 0 0 1 .064.03.2.2 0 0 1 .048.052.13.13 0 0 1 .018.075.2.2 0 0 1-.006.052.7.7 0 0 1-.05.121l-.088.171q-.051.096-.107.207a1.6 1.6 0 0 0-.1.231 2 2 0 0 0-.083.243 1 1 0 0 0-.039.24.2.2 0 0 0 .024.089.08.08 0 0 0 .075.041.5.5 0 0 0 .284-.1 1.3 1.3 0 0 0 .25-.243 2.4 2.4 0 0 0 .207-.312q.093-.168.154-.3a2 2 0 0 0 .075-.2 2 2 0 0 1 .075-.195.6.6 0 0 1 .09-.15.165.165 0 0 1 .256 0 .23.23 0 0 1 .048.15.4.4 0 0 1-.031.134q-.03.085-.075.2-.044.11-.1.235c-.056.125-.07.168-.1.253s-.054.167-.075.252a1 1 0 0 0-.031.23.09.09 0 0 0 .077.1h.024a.45.45 0 0 0 .176-.049 1.3 1.3 0 0 0 .222-.137q.03-.022.057-.046a2 2 0 0 1 .075-.246l.163-.42.15-.383.694-1.75a.3.3 0 0 1 .111-.15.25.25 0 0 1 .141-.043.2.2 0 0 1 .129.045.18.18 0 0 1 .059.15.3.3 0 0 1-.02.1 1 1 0 0 1-.049.117l-.137.312-.169.4-.186.451-.185.456-.17.422-.136.346a2 2 0 0 0-.05.145.6.6 0 0 0-.024.15.14.14 0 0 0 .014.066.05.05 0 0 0 .052.024.3.3 0 0 0 .12-.033 1 1 0 0 0 .156-.09q.084-.055.174-.127c.09-.072.121-.1.181-.15s.116-.1.171-.155l.145-.142a.1.1 0 0 1 .035-.024q.04-.112.07-.225l.05-.138q.032-.09.075-.177a1 1 0 0 1 .093-.15.15.15 0 0 1 .112-.057.18.18 0 0 1 .133.042.17.17 0 0 1 .041.123v.052a.4.4 0 0 1-.012.075q-.006.039-.015.075a.2.2 0 0 1-.015.052q.086-.093.183-.183a2 2 0 0 1 .2-.164 1 1 0 0 1 .216-.12.6.6 0 0 1 .22-.045.6.6 0 0 1 .15.021.4.4 0 0 1 .132.064.3.3 0 0 1 .1.106.3.3 0 0 1 .036.15.6.6 0 0 1-.056.238 2 2 0 0 1-.141.253 3 3 0 0 1-.183.248 8 8 0 0 1-.184.22l-.145.168a.3.3 0 0 0-.061.094.07.07 0 0 0 .021.053.1.1 0 0 0 .069.021.3.3 0 0 0 .101-.049 2 2 0 0 0 .211-.15q.137-.107.346-.287l.335-.293.606-5.611a1.5 1.5 0 0 1-.259.108 6.4 6.4 0 0 1-1.052.21m-3.376-1.33c-2.619 0-4.742.292-4.742.654s2.117.652 4.742.652 4.742-.292 4.742-.654-2.126-.652-4.742-.652m1.893.845c0 .085-.252.15-.563.15s-.563-.069-.563-.15.252-.15.563-.15.561.064.561.148Z" style="fill:#da4648"/><path d="M27.078 15.422v.014c0 .054.2.1.45.1s.45-.045.45-.1l.593-2.4 2.357-2.488c.049-.056-.051-.231-.219-.381s-.35-.2-.406-.143l-2.506 2.643Z" style="fill:#da4648"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#9e5a5a"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#9e5a5a"/><path d="M26.156 26.57a11.5 11.5 0 0 1-2.638-.3 5 5 0 0 1-.755-.233l.61 1.042.238 3.255c0 .365 1.16.661 2.59.661s2.589-.3 2.589-.661l.189-3.291.577-1.009a5 5 0 0 1-.761.236 11.5 11.5 0 0 1-2.639.3m3.42-10.593a26 26 0 0 1-3.376.2 26 26 0 0 1-3.376-.2 6.5 6.5 0 0 1-1.05-.219 1.5 1.5 0 0 1-.259-.108l.559 5.148a5 5 0 0 1 .087-.266 5 5 0 0 1 .225-.53 5 5 0 0 1 .282-.49 4 4 0 0 1 .324-.425 2.5 2.5 0 0 1 .353-.333 1.7 1.7 0 0 1 .365-.219.9.9 0 0 1 .366-.075.8.8 0 0 1 .4.114 1.16 1.16 0 0 1 .365.369.3.3 0 0 1 .049.116.6.6 0 0 1 .011.11.3.3 0 0 1-.059.193.17.17 0 0 1-.138.07.18.18 0 0 1-.137-.075 1.4 1.4 0 0 1-.141-.221.54.54 0 0 0-.161-.188.35.35 0 0 0-.192-.059.6.6 0 0 0-.342.133 2 2 0 0 0-.361.351 4 4 0 0 0-.343.5 5 5 0 0 0-.29.575 4 4 0 0 0-.2.581 2 2 0 0 0-.075.513 1 1 0 0 0 .011.156.5.5 0 0 0 .039.146.3.3 0 0 0 .075.107.18.18 0 0 0 .124.042.4.4 0 0 0 .193-.057 1.4 1.4 0 0 0 .225-.15 3 3 0 0 0 .233-.209 3.6 3.6 0 0 0 .396-.466 1.4 1.4 0 0 0 .117-.191l.213-.638a.3.3 0 0 1 .1-.15.22.22 0 0 1 .129-.043.2.2 0 0 1 .064.01.16.16 0 0 1 .1.094.3.3 0 0 1 .015.086 1.3 1.3 0 0 1-.024.244 2 2 0 0 1-.058.225q-.036.109-.079.218c-.043.109-.057.15-.085.23a1 1 0 0 0-.033.085l-.058.181q-.035.106-.075.243l-.084.274-.081.274-.069.243-.052.181-.026.087a.5.5 0 0 1-.036.1 1 1 0 0 1-.06.1.4.4 0 0 1-.075.075.13.13 0 0 1-.084.031.12.12 0 0 1-.107-.048.35.35 0 0 1-.033-.18v-.082a1 1 0 0 1 .044-.163q.032-.12.075-.27t.1-.312l.093-.289q-.121.137-.264.27a3 3 0 0 1-.291.242 1.7 1.7 0 0 1-.3.174.7.7 0 0 1-.291.068.5.5 0 0 1-.276-.071q-.02-.013-.04-.027l.312 3.264a7 7 0 0 0 3.619.7 6.96 6.96 0 0 0 3.619-.7l.45-3.881-.107.1a5 5 0 0 1-.363.308 1.7 1.7 0 0 1-.333.2.85.85 0 0 1-.348.071.42.42 0 0 1-.269-.075.25.25 0 0 1-.1-.209v-.043a.5.5 0 0 1 .072-.188 2 2 0 0 1 .15-.219q.087-.115.185-.232c.098-.117.126-.151.182-.221a2 2 0 0 0 .139-.191.3.3 0 0 0 .055-.141.07.07 0 0 0-.023-.052.13.13 0 0 0-.075-.019.44.44 0 0 0-.19.048 1 1 0 0 0-.192.127 2 2 0 0 0-.186.183 3 3 0 0 0-.169.215 3 3 0 0 0-.144.225 3 3 0 0 0-.111.208l-.039.084-.055.122q-.03.069-.063.139c-.033.07-.042.1-.061.136l-.049.114-.031.069q-.009.018-.037.092l-.061.159-.075.192-.071.189-.059.158q-.025.067-.032.092a1 1 0 0 1-.054.133.5.5 0 0 1-.072.11.3.3 0 0 1-.091.075.23.23 0 0 1-.116.029.23.23 0 0 1-.136-.039.18.18 0 0 1-.054-.15.5.5 0 0 1 .013-.111 1 1 0 0 1 .035-.113q.02-.057.043-.109c.023-.052.027-.069.039-.1q.124-.271.252-.543t.247-.54l.047-.111-.014.015a3 3 0 0 1-.3.253 1.6 1.6 0 0 1-.293.175.7.7 0 0 1-.283.065.35.35 0 0 1-.156-.03.26.26 0 0 1-.1-.081.3.3 0 0 1-.054-.122l-.008-.05q-.04.032-.081.061a1.6 1.6 0 0 1-.28.161.6.6 0 0 1-.248.061.23.23 0 0 1-.178-.075.36.36 0 0 1-.068-.25 1.4 1.4 0 0 1 .036-.29 1.4 1.4 0 0 1-.15.215 1.3 1.3 0 0 1-.2.2 1 1 0 0 1-.256.144.8.8 0 0 1-.309.056.6.6 0 0 1-.146-.019.3.3 0 0 1-.122-.065.34.34 0 0 1-.085-.124.5.5 0 0 1-.032-.194 1 1 0 0 1 .009-.083 2 2 0 0 1 .059-.252q.05-.173.15-.45a7 7 0 0 1 .291-.664.35.35 0 0 1 .111-.15.22.22 0 0 1 .136-.045.3.3 0 0 1 .067.009.2.2 0 0 1 .064.03.2.2 0 0 1 .048.052.13.13 0 0 1 .018.075.2.2 0 0 1-.006.052.7.7 0 0 1-.05.121l-.088.171q-.051.096-.107.207a1.6 1.6 0 0 0-.1.231 2 2 0 0 0-.083.243 1 1 0 0 0-.039.24.2.2 0 0 0 .024.089.08.08 0 0 0 .075.041.5.5 0 0 0 .284-.1 1.3 1.3 0 0 0 .25-.243 2.4 2.4 0 0 0 .207-.312q.093-.168.154-.3a2 2 0 0 0 .075-.2 2 2 0 0 1 .075-.195.6.6 0 0 1 .09-.15.165.165 0 0 1 .256 0 .23.23 0 0 1 .048.15.4.4 0 0 1-.031.134q-.03.085-.075.2-.044.11-.1.235c-.056.125-.07.168-.1.253s-.054.167-.075.252a1 1 0 0 0-.031.23.09.09 0 0 0 .077.1h.024a.45.45 0 0 0 .176-.049 1.3 1.3 0 0 0 .222-.137q.03-.022.057-.046a2 2 0 0 1 .075-.246l.163-.42.15-.383.694-1.75a.3.3 0 0 1 .111-.15.25.25 0 0 1 .141-.043.2.2 0 0 1 .129.045.18.18 0 0 1 .059.15.3.3 0 0 1-.02.1 1 1 0 0 1-.049.117l-.137.312-.169.4-.186.451-.185.456-.17.422-.136.346a2 2 0 0 0-.05.145.6.6 0 0 0-.024.15.14.14 0 0 0 .014.066.05.05 0 0 0 .052.024.3.3 0 0 0 .12-.033 1 1 0 0 0 .156-.09q.084-.055.174-.127c.09-.072.121-.1.181-.15s.116-.1.171-.155l.145-.142a.1.1 0 0 1 .035-.024q.04-.112.07-.225l.05-.138q.032-.09.075-.177a1 1 0 0 1 .093-.15.15.15 0 0 1 .112-.057.18.18 0 0 1 .133.042.17.17 0 0 1 .041.123v.052a.4.4 0 0 1-.012.075q-.006.039-.015.075a.2.2 0 0 1-.015.052q.086-.093.183-.183a2 2 0 0 1 .2-.164 1 1 0 0 1 .216-.12.6.6 0 0 1 .22-.045.6.6 0 0 1 .15.021.4.4 0 0 1 .132.064.3.3 0 0 1 .1.106.3.3 0 0 1 .036.15.6.6 0 0 1-.056.238 2 2 0 0 1-.141.253 3 3 0 0 1-.183.248 8 8 0 0 1-.184.22l-.145.168a.3.3 0 0 0-.061.094.07.07 0 0 0 .021.053.1.1 0 0 0 .069.021.3.3 0 0 0 .101-.049 2 2 0 0 0 .211-.15q.137-.107.346-.287l.335-.293.606-5.611a1.5 1.5 0 0 1-.259.108 6.4 6.4 0 0 1-1.052.21m-3.376-1.33c-2.619 0-4.742.292-4.742.654s2.117.652 4.742.652 4.742-.292 4.742-.654-2.126-.652-4.742-.652m1.893.845c0 .085-.252.15-.563.15s-.563-.069-.563-.15.252-.15.563-.15.561.064.561.148Z" style="fill:#da4648"/><path d="M27.078 15.422v.014c0 .054.2.1.45.1s.45-.045.45-.1l.593-2.4 2.357-2.488c.049-.056-.051-.231-.219-.381s-.35-.2-.406-.143l-2.506 2.643Z" style="fill:#da4648"/></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:#bf8a55"/><path d="M20.5 12.625 12.625 20.5l7.875 7.875 7.875-7.875z" style="fill:#f68712"/><path d="m10 10 10.5 2.625-7.875 7.875z" style="fill:#fab20b"/><path d="m31 10-2.625 10.5-7.875-7.875z" style="fill:#f47216"/><path d="m31 31-10.5-2.625 7.875-7.875z" style="fill:#f25c19"/><path d="m10 31 2.625-10.5 7.875 7.875z" style="fill:#f89c0e"/><path d="M20.5 12.625 10 10h5.25zM20.5 12.625 31 10h-5.25z" style="fill:#fbc707"/><path d="M20.5 28.375 31 31h-5.25z" style="fill:#f68712"/><path d="M20.5 28.375 10 31h5.25z" style="fill:#f25c19"/><path d="M12.625 20.5 10 31v-5.25zM12.625 20.5 10 10v5.25z" style="fill:#fff200"/><path d="M28.375 20.5 31 10v5.25zM28.375 20.5 31 31v-5.25z" style="fill:#f1471d"/></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:#dbab7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dbab7b"/><path d="M20.5 12.625 12.625 20.5l7.875 7.875 7.875-7.875z" style="fill:#f68712"/><path d="m10 10 10.5 2.625-7.875 7.875z" style="fill:#fab20b"/><path d="m31 10-2.625 10.5-7.875-7.875z" style="fill:#f47216"/><path d="m31 31-10.5-2.625 7.875-7.875z" style="fill:#f25c19"/><path d="m10 31 2.625-10.5 7.875 7.875z" style="fill:#f89c0e"/><path d="M20.5 12.625 10 10h5.25zM20.5 12.625 31 10h-5.25z" style="fill:#fbc707"/><path d="M20.5 28.375 31 31h-5.25z" style="fill:#f68712"/><path d="M20.5 28.375 10 31h5.25z" style="fill:#f25c19"/><path d="M12.625 20.5 10 31v-5.25zM12.625 20.5 10 10v5.25z" style="fill:#fff200"/><path d="M28.375 20.5 31 10v5.25zM28.375 20.5 31 31v-5.25z" style="fill:#f1471d"/></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:#345e75"/><path d="M15.085 10.374c.23-.247.6-.163.895-.178a4.5 4.5 0 0 1 1.085.057c.458.227.329.816.43 1.231a6 6 0 0 1 1.249.5 5.5 5.5 0 0 1 .676-.52.59.59 0 0 1 .7.13c.274.262.536.537.807.8a.68.68 0 0 1 .257.627c-.089.35-.44.553-.57.877a8 8 0 0 1 .448 1.148c.3.059.608.063.906.133a.62.62 0 0 1 .4.611c0 .42.012.841 0 1.261a.585.585 0 0 1-.387.54 9 9 0 0 1-.928.139 10 10 0 0 1-.448 1.16c.1.4.62.63.592 1.089-.045.355-.384.553-.6.8-.275.24-.488.6-.87.678-.457 0-.706-.477-1.092-.635a6.5 6.5 0 0 1-.914.383c-.106.051-.308.053-.289.22-.066.417.02 1.028-.478 1.2a12 12 0 0 1-1.409.033.6.6 0 0 1-.641-.408 7 7 0 0 1-.132-.983 11 11 0 0 1-1.122-.467c-.327.147-.544.48-.884.609a.6.6 0 0 1-.537-.1c-.278-.234-.516-.512-.781-.76-.183-.182-.409-.4-.38-.68.091-.406.48-.644.65-1.007A9 9 0 0 1 11.3 17.8c-.444-.13-1.078.041-1.34-.444a5 5 0 0 1-.06-1.115c.006-.316-.061-.723.25-.923a3.4 3.4 0 0 1 1.085-.2 4.8 4.8 0 0 1 .466-1.172 6 6 0 0 1-.611-.865.61.61 0 0 1 .208-.638c.253-.259.512-.512.767-.77a.69.69 0 0 1 .619-.256c.355.08.559.438.885.567a11 11 0 0 1 1.227-.51c.153-.345.013-.803.289-1.1m.717 3.8a2.27 2.27 0 0 0-1.7 1.349 2.4 2.4 0 0 0-.122 1.3 2.221 2.221 0 1 0 1.82-2.645Z" style="fill:#5599bf"/><path d="M25.354 16.626c.3-.019.654-.128.912.091.236.217.225.57.3.859a6 6 0 0 1 1.051.335c.221-.195.414-.48.729-.514.28-.02.483.2.684.362a2.6 2.6 0 0 1 .583.578c.143.379-.168.7-.359.986a6.6 6.6 0 0 1 .468.934c.367.023.884-.06 1.057.362a4.4 4.4 0 0 1 .121 1.271c-.094.452-.633.469-1 .55-.061.335-.2.647-.291.973.1.286.454.428.521.743.072.345-.234.59-.423.835-.184.194-.332.477-.619.529-.373.067-.642-.251-.944-.408a5.3 5.3 0 0 1-.938.48c-.026.385.07.951-.385 1.121a4.3 4.3 0 0 1-1.293.1c-.447-.143-.421-.685-.521-1.058-.332-.061-.637-.218-.966-.28-.3.212-.544.646-.972.537a3 3 0 0 1-.725-.534c-.176-.158-.41-.324-.4-.588-.018-.351.334-.567.4-.886-.119-.288-.3-.548-.414-.841-.312-.028-.668.055-.941-.136-.251-.171-.237-.507-.273-.775a2.5 2.5 0 0 1 .01-.826c.176-.373.646-.354.989-.452a5.5 5.5 0 0 1 .3-1c-.2-.235-.489-.43-.558-.748-.039-.294.2-.515.368-.723a2.3 2.3 0 0 1 .6-.593c.375-.124.676.187.966.369a5 5 0 0 1 .985-.5c.079-.319-.045-.72.229-.961.195-.199.495-.158.749-.192m.1 3.26a1.826 1.826 0 1 0 1.625.482 1.83 1.83 0 0 0-1.625-.482M17.765 22.724a2.9 2.9 0 0 1 .956.015.77.77 0 0 1 .388.8 9 9 0 0 1 .827.368c.2-.138.4-.341.661-.313.238.009.4.209.556.36.165.176.379.365.359.63-.012.24-.214.4-.323.6a5 5 0 0 0 .3.778c.3.067.687.089.8.435a2.7 2.7 0 0 1 0 .933c-.1.37-.528.4-.846.436-.087.269-.225.516-.321.781.1.22.337.392.326.657.02.25-.182.426-.34.588a1.06 1.06 0 0 1-.581.376c-.285.017-.494-.206-.7-.373a9 9 0 0 1-.819.31c-.038.329-.074.764-.455.875a2.5 2.5 0 0 1-.962-.033c-.354-.149-.343-.572-.4-.892a4 4 0 0 1-.726-.317c-.234.155-.461.416-.77.37a1.14 1.14 0 0 1-.537-.382c-.156-.164-.349-.342-.338-.588 0-.277.226-.473.385-.674-.11-.245-.21-.5-.306-.745-.314-.023-.709-.057-.851-.389a2.35 2.35 0 0 1 0-1c.135-.34.534-.384.851-.4.086-.261.2-.511.3-.767-.081-.227-.335-.386-.321-.649-.037-.277.194-.469.368-.645a.97.97 0 0 1 .57-.345c.268-.017.441.221.662.328.284-.1.551-.237.838-.325.057-.305.105-.695.449-.803m.084 2.651a1.478 1.478 0 1 0 1.7.862 1.48 1.48 0 0 0-1.7-.862" style="fill:#5599bf"/></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:#2d6e91"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#2d6e91"/><path d="M15.085 10.374c.23-.247.6-.163.895-.178a4.5 4.5 0 0 1 1.085.057c.458.227.329.816.43 1.231a6 6 0 0 1 1.249.5 5.5 5.5 0 0 1 .676-.52.59.59 0 0 1 .7.13c.274.262.536.537.807.8a.68.68 0 0 1 .257.627c-.089.35-.44.553-.57.877a8 8 0 0 1 .448 1.148c.3.059.608.063.906.133a.62.62 0 0 1 .4.611c0 .42.012.841 0 1.261a.585.585 0 0 1-.387.54 9 9 0 0 1-.928.139 10 10 0 0 1-.448 1.16c.1.4.62.63.592 1.089-.045.355-.384.553-.6.8-.275.24-.488.6-.87.678-.457 0-.706-.477-1.092-.635a6.5 6.5 0 0 1-.914.383c-.106.051-.308.053-.289.22-.066.417.02 1.028-.478 1.2a12 12 0 0 1-1.409.033.6.6 0 0 1-.641-.408 7 7 0 0 1-.132-.983 11 11 0 0 1-1.122-.467c-.327.147-.544.48-.884.609a.6.6 0 0 1-.537-.1c-.278-.234-.516-.512-.781-.76-.183-.182-.409-.4-.38-.68.091-.406.48-.644.65-1.007A9 9 0 0 1 11.3 17.8c-.444-.13-1.078.041-1.34-.444a5 5 0 0 1-.06-1.115c.006-.316-.061-.723.25-.923a3.4 3.4 0 0 1 1.085-.2 4.8 4.8 0 0 1 .466-1.172 6 6 0 0 1-.611-.865.61.61 0 0 1 .208-.638c.253-.259.512-.512.767-.77a.69.69 0 0 1 .619-.256c.355.08.559.438.885.567a11 11 0 0 1 1.227-.51c.153-.345.013-.803.289-1.1m.717 3.8a2.27 2.27 0 0 0-1.7 1.349 2.4 2.4 0 0 0-.122 1.3 2.221 2.221 0 1 0 1.82-2.645Z" style="fill:#5599bf"/><path d="M25.354 16.626c.3-.019.654-.128.912.091.236.217.225.57.3.859a6 6 0 0 1 1.051.335c.221-.195.414-.48.729-.514.28-.02.483.2.684.362a2.6 2.6 0 0 1 .583.578c.143.379-.168.7-.359.986a6.6 6.6 0 0 1 .468.934c.367.023.884-.06 1.057.362a4.4 4.4 0 0 1 .121 1.271c-.094.452-.633.469-1 .55-.061.335-.2.647-.291.973.1.286.454.428.521.743.072.345-.234.59-.423.835-.184.194-.332.477-.619.529-.373.067-.642-.251-.944-.408a5.3 5.3 0 0 1-.938.48c-.026.385.07.951-.385 1.121a4.3 4.3 0 0 1-1.293.1c-.447-.143-.421-.685-.521-1.058-.332-.061-.637-.218-.966-.28-.3.212-.544.646-.972.537a3 3 0 0 1-.725-.534c-.176-.158-.41-.324-.4-.588-.018-.351.334-.567.4-.886-.119-.288-.3-.548-.414-.841-.312-.028-.668.055-.941-.136-.251-.171-.237-.507-.273-.775a2.5 2.5 0 0 1 .01-.826c.176-.373.646-.354.989-.452a5.5 5.5 0 0 1 .3-1c-.2-.235-.489-.43-.558-.748-.039-.294.2-.515.368-.723a2.3 2.3 0 0 1 .6-.593c.375-.124.676.187.966.369a5 5 0 0 1 .985-.5c.079-.319-.045-.72.229-.961.195-.199.495-.158.749-.192m.1 3.26a1.826 1.826 0 1 0 1.625.482 1.83 1.83 0 0 0-1.625-.482M17.765 22.724a2.9 2.9 0 0 1 .956.015.77.77 0 0 1 .388.8 9 9 0 0 1 .827.368c.2-.138.4-.341.661-.313.238.009.4.209.556.36.165.176.379.365.359.63-.012.24-.214.4-.323.6a5 5 0 0 0 .3.778c.3.067.687.089.8.435a2.7 2.7 0 0 1 0 .933c-.1.37-.528.4-.846.436-.087.269-.225.516-.321.781.1.22.337.392.326.657.02.25-.182.426-.34.588a1.06 1.06 0 0 1-.581.376c-.285.017-.494-.206-.7-.373a9 9 0 0 1-.819.31c-.038.329-.074.764-.455.875a2.5 2.5 0 0 1-.962-.033c-.354-.149-.343-.572-.4-.892a4 4 0 0 1-.726-.317c-.234.155-.461.416-.77.37a1.14 1.14 0 0 1-.537-.382c-.156-.164-.349-.342-.338-.588 0-.277.226-.473.385-.674-.11-.245-.21-.5-.306-.745-.314-.023-.709-.057-.851-.389a2.35 2.35 0 0 1 0-1c.135-.34.534-.384.851-.4.086-.261.2-.511.3-.767-.081-.227-.335-.386-.321-.649-.037-.277.194-.469.368-.645a.97.97 0 0 1 .57-.345c.268-.017.441.221.662.328.284-.1.551-.237.838-.325.057-.305.105-.695.449-.803m.084 2.651a1.478 1.478 0 1 0 1.7.862 1.48 1.48 0 0 0-1.7-.862" style="fill:#5599bf"/></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:#c09553"/><path d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966-.35 1.404-1.427 3.248-3.558 3.217-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516-.012.476-.024-.45.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284.453-.507.704-3.168 0-4.021-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0-1.371.658-1.935 1.313-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979.097-.646.49-1.19 1.063-1.474.481-.239.955-.27 1.463-.104.89.288 1.455 1.231 1.294 2.144-.231 1.282-1.602 1.982-2.756 1.412" style="fill:#61dbfb"/></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:#dcb67a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dcb67a"/><path d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966-.35 1.404-1.427 3.248-3.558 3.217-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516-.012.476-.024-.45.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284.453-.507.704-3.168 0-4.021-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0-1.371.658-1.935 1.313-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979.097-.646.49-1.19 1.063-1.474.481-.239.955-.27 1.463-.104.89.288 1.455 1.231 1.294 2.144-.231 1.282-1.602 1.982-2.756 1.412" style="fill:#61dbfb"/></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:#56b0b7"/><path d="M28.922 23.857c-.018.671-1.313 1.137-.786 1.8 1.165.164.635.935 1.273 1.2-1.128 1.836-2.947 2.065-4.678.916a2.06 2.06 0 0 0-1.535-.3c-.264.423.13.472.381.534 1.214.242 2.444 2.123 6.561.331.549-.231.465-.91.228-1.444.456-.194.484-.7.551-1.354.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5 5.5 0 0 0-1.73.723c.689.405.963.888 1.73.737s.752-.643.45-1.218a.45.45 0 0 0-.45-.242M25.689 11c-.937.043-1.743 2.553-2.7 4.332-2.747 1.143-3.435-.339-4.332-.1-1.528-3.114-3.8-6.237-4.409-2.522.135 2.8-.985 3.035-.885 7.037 0 0-2 4.019-1.183 7.575A4.75 4.75 0 0 0 16.131 31c.143-1.025 1.749-3.336 1.309-3.876-1.1-1.345-.753-4.642 2.029-4.982.38-2.774 2.267-2.252 2.071-3.054-.605-2.513 2-1.34 2.442-.516a19 19 0 0 0 1.984 3.2 6.6 6.6 0 0 0 1.993 1.22 10.8 10.8 0 0 1-2.82-3.2 9 9 0 0 1-.316-2.659c1.015-.159 1.424 1.549 2.526 3.1a.32.32 0 0 1 0 .276c-.151-.08-.2-.282-.387-.306-.166 0-.3.236-.3.526s.22.395.522.531a2.54 2.54 0 0 0 1.28 1.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6 0 0 0-.19-.029m.013.793c.075 0 .143.05.207.165.752 1.414.78 4.732.774 5.906a3.82 3.82 0 0 0-2.579-2.6s.985-3.464 1.596-3.471Zm-10.102.316c.343 0 .733.2 1.184 1.024.724 1.319 1.242 2.2 1.494 2.653.516.929-.225.194-.457 2.579a1.13 1.13 0 0 1-.572.937 7.76 7.76 0 0 1-1.659-3.622c-.72 1.072.467 2.724.487 4.139a3.04 3.04 0 0 1-1.615.02c-.371-.186-.493-2.45.2-4.208.572-1.464.3-3.326.556-3.407.171-.056.172-.114.382-.115" style="fill:#d2d2d2"/></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:#7bd7db"/><path d="M28.922 23.857c-.018.671-1.313 1.137-.786 1.8 1.165.164.635.935 1.273 1.2-1.128 1.836-2.947 2.065-4.678.916a2.06 2.06 0 0 0-1.535-.3c-.264.423.13.472.381.534 1.214.242 2.444 2.123 6.561.331.549-.231.465-.91.228-1.444.456-.194.484-.7.551-1.354.449-1.468-1.017-1.34-1.995-1.683m-6.473-3.19a5.5 5.5 0 0 0-1.73.723c.689.405.963.888 1.73.737s.752-.643.45-1.218a.45.45 0 0 0-.45-.242M25.689 11c-.937.043-1.743 2.553-2.7 4.332-2.747 1.143-3.435-.339-4.332-.1-1.528-3.114-3.8-6.237-4.409-2.522.135 2.8-.985 3.035-.885 7.037 0 0-2 4.019-1.183 7.575A4.75 4.75 0 0 0 16.131 31c.143-1.025 1.749-3.336 1.309-3.876-1.1-1.345-.753-4.642 2.029-4.982.38-2.774 2.267-2.252 2.071-3.054-.605-2.513 2-1.34 2.442-.516a19 19 0 0 0 1.984 3.2 6.6 6.6 0 0 0 1.993 1.22 10.8 10.8 0 0 1-2.82-3.2 9 9 0 0 1-.316-2.659c1.015-.159 1.424 1.549 2.526 3.1a.32.32 0 0 1 0 .276c-.151-.08-.2-.282-.387-.306-.166 0-.3.236-.3.526s.22.395.522.531a2.54 2.54 0 0 0 1.28 1.2l-1.357-3.97c-.05-2.487.214-4.974-1.228-7.461a.6.6 0 0 0-.19-.029m.013.793c.075 0 .143.05.207.165.752 1.414.78 4.732.774 5.906a3.82 3.82 0 0 0-2.579-2.6s.985-3.464 1.596-3.471Zm-10.102.316c.343 0 .733.2 1.184 1.024.724 1.319 1.242 2.2 1.494 2.653.516.929-.225.194-.457 2.579a1.13 1.13 0 0 1-.572.937 7.76 7.76 0 0 1-1.659-3.622c-.72 1.072.467 2.724.487 4.139a3.04 3.04 0 0 1-1.615.02c-.371-.186-.493-2.45.2-4.208.572-1.464.3-3.326.556-3.407.171-.056.172-.114.382-.115" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="29.86" cy="-463.041" r="15.86" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".045" stop-color="#f4793b"/><stop offset="1" stop-color="#fff33e"/></radialGradient><radialGradient id="b" cx="13.122" cy="-458.585" r="7.97" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".258" stop-color="#ee3d85"/><stop offset="1" stop-color="#7b5aa6"/></radialGradient><radialGradient id="d" cx="19.652" cy="-453.559" r="14.153" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".134" stop-color="#f05872"/><stop offset="1" stop-color="#f4793b"/></radialGradient><linearGradient id="c" x1="13.453" x2="18.024" y1="-458.063" y2="-454.205" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ee3d85"/><stop offset="1" stop-color="#f05872"/></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:#bfb755"/><path d="M30.662 21.651a.749.749 0 0 0-.762-1.288L16.064 27.95a1.636 1.636 0 1 0 1.791 2.733Z" style="opacity:.9968799948692322;isolation:isolate;fill:url(#a)"/><path d="M14.551 14.655a1.8 1.8 0 1 0-1.844 3.062l7.412 3.061a.694.694 0 0 0 .738-1.157Z" style="fill:url(#b)"/><path d="M19.995 10.065a1.42 1.42 0 0 0-1.188.158l-6.433 4.366a1.8 1.8 0 1 0 2.105 2.929q.065-.047.125-.1l5.864-4.884a1.426 1.426 0 0 0-.474-2.469Z" style="opacity:.9989100098609924;isolation:isolate;fill:url(#c)"/><path d="M20.574 10.413a1.426 1.426 0 0 0-2.006 2.027l.057.054 11.166 9.129a.748.748 0 0 0 1.021-1.086Z" style="opacity:.9968799948692322;isolation:isolate;fill:url(#d)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="29.86" cy="-463.041" r="15.86" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".045" stop-color="#f4793b"/><stop offset="1" stop-color="#fff33e"/></radialGradient><radialGradient id="b" cx="13.122" cy="-458.585" r="7.97" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".258" stop-color="#ee3d85"/><stop offset="1" stop-color="#7b5aa6"/></radialGradient><radialGradient id="d" cx="19.652" cy="-453.559" r="14.153" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset=".134" stop-color="#f05872"/><stop offset="1" stop-color="#f4793b"/></radialGradient><linearGradient id="c" x1="13.453" x2="18.024" y1="-458.063" y2="-454.205" gradientTransform="matrix(1 0 0 -1 0 -442)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ee3d85"/><stop offset="1" stop-color="#f05872"/></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:#dbd47b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dbd47b"/><path d="M30.662 21.651a.749.749 0 0 0-.762-1.288L16.064 27.95a1.636 1.636 0 1 0 1.791 2.733Z" style="opacity:.9968799948692322;isolation:isolate;fill:url(#a)"/><path d="M14.551 14.655a1.8 1.8 0 1 0-1.844 3.062l7.412 3.061a.694.694 0 0 0 .738-1.157Z" style="fill:url(#b)"/><path d="M19.995 10.065a1.42 1.42 0 0 0-1.188.158l-6.433 4.366a1.8 1.8 0 1 0 2.105 2.929q.065-.047.125-.1l5.864-4.884a1.426 1.426 0 0 0-.474-2.469Z" style="opacity:.9989100098609924;isolation:isolate;fill:url(#c)"/><path d="M20.574 10.413a1.426 1.426 0 0 0-2.006 2.027l.057.054 11.166 9.129a.748.748 0 0 0 1.021-1.086Z" style="opacity:.9968799948692322;isolation:isolate;fill:url(#d)"/></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:#55bfa0"/><path d="M31 15.778V31H10V15.777h21" style="fill:#2dcc9f"/><path d="M26.674 17.8a1.653 1.653 0 1 0 .845.467 1.66 1.66 0 0 0-.845-.467M22.083 26.467 18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747M25.043 23.391l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824" 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:#7bdbc0"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bdbc0"/><path d="M31 15.778V31H10V15.777h21" style="fill:#2dcc9f"/><path d="M26.674 17.8a1.653 1.653 0 1 0 .845.467 1.66 1.66 0 0 0-.845-.467M22.083 26.467 18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747M25.043 23.391l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824" 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:#686868"/><path d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275Zm12.146.813.008 1.158h1.252l-1.26-1.16Z" style="fill:gray"/><path d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133 1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z" style="fill:#c5c5c5"/><path d="m17.523 27.326 5.577-5.577-5.577-5.577v3.489H10.1v4.176h7.423z" style="fill:#c5c5c5"/></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:#9b9b9b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#9b9b9b"/><path d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275Zm12.146.813.008 1.158h1.252l-1.26-1.16Z" style="fill:gray"/><path d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133 1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z" style="fill:#c5c5c5"/><path d="m17.523 27.326 5.577-5.577-5.577-5.577v3.489H10.1v4.176h7.423z" style="fill:#c5c5c5"/></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:#a4b100"/><path d="M31.239 18.461H23.3a3.458 3.458 0 1 0-1.874 4.612 3.97 3.97 0 0 0 2.018-1.729h7.789a8.3 8.3 0 0 1 .006-2.883m-11.108 3.026a1.585 1.585 0 1 1 1.585-1.587 1.584 1.584 0 0 1-1.585 1.587" style="fill:#fff"/><path d="M25.239 13.951a7.909 7.909 0 1 0 .772 10.965" style="fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:2px"/></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.6Z" style="fill:#b6c133"/><path d="M31.239 18.461H23.3a3.458 3.458 0 1 0-1.874 4.612 3.97 3.97 0 0 0 2.018-1.729h7.789a8.3 8.3 0 0 1 .006-2.883m-11.108 3.026a1.585 1.585 0 1 1 1.585-1.587 1.584 1.584 0 0 1-1.585 1.587" style="fill:#fff"/><path d="M25.239 13.951a7.909 7.909 0 1 0 .772 10.965" style="fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:2px"/></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:#5a5a5a"/><path d="M28.416 20.535a4.66 4.66 0 0 1 2.225-3.924 4.81 4.81 0 0 0-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04 5.04 0 0 0-4.264 2.587c-1.818 3.154-.466 7.827 1.306 10.385.866 1.252 1.9 2.659 3.253 2.608 1.305-.052 1.8-.845 3.377-.845s2.022.845 3.4.819c1.4-.026 2.294-1.276 3.154-2.532a11.4 11.4 0 0 0 1.431-2.935 4.55 4.55 0 0 1-2.766-4.165m-2.6-7.66a4.54 4.54 0 0 0 1.072-3.292 4.62 4.62 0 0 0-3.036 1.561 4.32 4.32 0 0 0-1.095 3.189 3.82 3.82 0 0 0 3.064-1.458Z" style="fill:#b3b3b3"/></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:#868686"/><path d="M25.822 13.7H.622l3.8 12.8h25.2z" style="fill:#868686"/><path d="M28.416 20.535a4.66 4.66 0 0 1 2.225-3.924 4.81 4.81 0 0 0-3.769-2.043c-1.605-.163-3.132.945-3.947.945s-2.07-.921-3.4-.9a5.04 5.04 0 0 0-4.264 2.587c-1.818 3.154-.466 7.827 1.306 10.385.866 1.252 1.9 2.659 3.253 2.608 1.305-.052 1.8-.845 3.377-.845s2.022.845 3.4.819c1.4-.026 2.294-1.276 3.154-2.532a11.4 11.4 0 0 0 1.431-2.935 4.55 4.55 0 0 1-2.766-4.165m-2.6-7.66a4.54 4.54 0 0 0 1.072-3.292 4.62 4.62 0 0 0-3.036 1.561 4.32 4.32 0 0 0-1.095 3.189 3.82 3.82 0 0 0 3.064-1.458Z" style="fill:#b3b3b3"/></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:#bfb555"/><path d="M23.013 26.479a3.27 3.27 0 0 0 2.961 1.821c1.244 0 2.033-.622 2.033-1.481 0-1.025-.815-1.393-2.181-1.989l-.753-.324c-2.155-.92-3.61-2.068-3.61-4.512 0-2.252 1.752-3.96 4.38-3.96a4.43 4.43 0 0 1 4.267 2.4l-2.33 1.5a2.04 2.04 0 0 0-1.936-1.288 1.305 1.305 0 0 0-1.43 1.167q-.006.06-.007.121c0 .876.561 1.262 1.84 1.822l.753.324c2.549 1.1 3.986 2.208 3.986 4.713 0 2.7-2.12 4.179-4.967 4.179a5.76 5.76 0 0 1-5.433-3.072Zm-10.583.263c.473.876.876 1.542 1.927 1.542s1.6-.385 1.6-1.884V16.229h3v10.215c0 3.1-1.822 4.521-4.477 4.521a4.65 4.65 0 0 1-4.494-2.742Z" style="fill:#f5de19"/></svg>
|