@lvce-editor/server 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +100 -76
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="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:#dbd27b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dbd27b"/><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>
|
|
@@ -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="M11 20.146a2.1 2.1 0 0 0 1.307-.431 1.98 1.98 0 0 0 .672-1.132 12.7 12.7 0 0 0 .179-2.452q.009-1.737.062-2.288a4.4 4.4 0 0 1 .349-1.4 2.5 2.5 0 0 1 .63-.847 2.55 2.55 0 0 1 .961-.484 5.7 5.7 0 0 1 1.288-.1h.584v1.633h-.323a1.95 1.95 0 0 0-1.437.39 2.83 2.83 0 0 0-.355 1.742 30 30 0 0 1-.114 3.443 3.94 3.94 0 0 1-.641 1.716A3.8 3.8 0 0 1 12.74 21a3.17 3.17 0 0 1 1.66 1.46 7.4 7.4 0 0 1 .516 3.22q0 2.028.042 2.415a1.46 1.46 0 0 0 .42.984 2.2 2.2 0 0 0 1.328.281h.323V31h-.584a4.7 4.7 0 0 1-1.479-.167 2.5 2.5 0 0 1-1.105-.774A2.8 2.8 0 0 1 13.3 28.7a20 20 0 0 1-.142-2.7 13.8 13.8 0 0 0-.179-2.587 2 2 0 0 0-.672-1.134A2.07 2.07 0 0 0 11 21.845ZM31 21.841a2.08 2.08 0 0 0-1.307.437 2 2 0 0 0-.672 1.133A13.7 13.7 0 0 0 28.844 26a20 20 0 0 1-.144 2.7 2.8 2.8 0 0 1-.568 1.358 2.5 2.5 0 0 1-1.105.775 4.7 4.7 0 0 1-1.479.166h-.584v-1.637h.323a2.2 2.2 0 0 0 1.328-.28 1.46 1.46 0 0 0 .422-.988q.042-.386.042-2.416a7.4 7.4 0 0 1 .516-3.219A3.17 3.17 0 0 1 29.26 21a3.8 3.8 0 0 1-1.419-1.071 3.94 3.94 0 0 1-.64-1.716 30 30 0 0 1-.115-3.443 2.82 2.82 0 0 0-.354-1.742 1.95 1.95 0 0 0-1.438-.39h-.323V11h.584a5.7 5.7 0 0 1 1.285.1 2.6 2.6 0 0 1 .959.484 2.5 2.5 0 0 1 .63.848 4.4 4.4 0 0 1 .348 1.4q.053.551.063 2.288a12.7 12.7 0 0 0 .177 2.455 2 2 0 0 0 .671 1.128 2.1 2.1 0 0 0 1.312.444Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-675.043" x2="-660.949" y1="-738.863" y2="-752.96" gradientTransform="matrix(1 0 0 -1 688.886 -724.637)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="-660.289" x2="-674.388" y1="-752.301" y2="-738.199"/></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:#686868"/><path d="M20.983 25.887c4.418 6.032 8.742-1.683 8.735-6.323-.007-5.485-5.559-8.552-8.739-8.552a9.994 9.994 0 0 0 0 19.988c-.993-.143-4.307-.857-4.35-8.5-.03-5.168 1.683-7.232 4.344-6.325a5.08 5.08 0 0 1 2.935 4.869 5.09 5.09 0 0 1-2.925 4.843" style="fill:url(#a)"/><path d="M20.978 16.175c-2.92-1.008-6.5 1.4-6.5 6.229 0 7.882 5.832 8.6 6.539 8.6a9.994 9.994 0 0 0 0-19.988c1.216-.168 6.558 1.319 6.558 8.63C27.579 24.409 23.59 27 21 25.9a5.08 5.08 0 0 1-2.936-4.869 5.12 5.12 0 0 1 2.914-4.856" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-675.043" x2="-660.949" y1="-738.859" y2="-752.956" gradientTransform="matrix(1 0 0 -1 688.886 -724.637)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="-660.289" x2="-674.388" y1="-752.297" y2="-738.195"/></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#9b9b9b"/><path d="M20.983 25.883c4.418 6.032 8.742-1.683 8.735-6.323-.007-5.485-5.559-8.552-8.739-8.552a9.994 9.994 0 0 0 0 19.988c-.993-.143-4.307-.857-4.35-8.5-.03-5.168 1.683-7.232 4.344-6.325a5.08 5.08 0 0 1 2.935 4.869 5.09 5.09 0 0 1-2.925 4.843" style="fill:url(#a)"/><path d="M20.978 16.171c-2.92-1.008-6.5 1.4-6.5 6.229 0 7.882 5.832 8.6 6.539 8.6a9.994 9.994 0 0 0 0-19.988c1.216-.168 6.558 1.319 6.558 8.63C27.579 24.405 23.59 27 21 25.9a5.08 5.08 0 0 1-2.936-4.869 5.12 5.12 0 0 1 2.914-4.86" 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.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:#dbd27b"/><path d="M11 20.146a2.1 2.1 0 0 0 1.307-.431 1.98 1.98 0 0 0 .672-1.132 12.7 12.7 0 0 0 .179-2.452q.009-1.737.062-2.288a4.4 4.4 0 0 1 .349-1.4 2.5 2.5 0 0 1 .63-.847 2.55 2.55 0 0 1 .961-.484 5.7 5.7 0 0 1 1.288-.1h.584v1.633h-.323a1.95 1.95 0 0 0-1.437.39 2.83 2.83 0 0 0-.355 1.742 30 30 0 0 1-.114 3.443 3.94 3.94 0 0 1-.641 1.716A3.8 3.8 0 0 1 12.74 21a3.17 3.17 0 0 1 1.66 1.46 7.4 7.4 0 0 1 .516 3.22q0 2.028.042 2.415a1.46 1.46 0 0 0 .42.984 2.2 2.2 0 0 0 1.328.281h.323V31h-.584a4.7 4.7 0 0 1-1.479-.167 2.5 2.5 0 0 1-1.105-.774A2.8 2.8 0 0 1 13.3 28.7a20 20 0 0 1-.142-2.7 13.8 13.8 0 0 0-.179-2.587 2 2 0 0 0-.672-1.134A2.07 2.07 0 0 0 11 21.845ZM31 21.841a2.08 2.08 0 0 0-1.307.437 2 2 0 0 0-.672 1.133A13.7 13.7 0 0 0 28.844 26a20 20 0 0 1-.144 2.7 2.8 2.8 0 0 1-.568 1.358 2.5 2.5 0 0 1-1.105.775 4.7 4.7 0 0 1-1.479.166h-.584v-1.637h.323a2.2 2.2 0 0 0 1.328-.28 1.46 1.46 0 0 0 .422-.988q.042-.386.042-2.416a7.4 7.4 0 0 1 .516-3.219A3.17 3.17 0 0 1 29.26 21a3.8 3.8 0 0 1-1.419-1.071 3.94 3.94 0 0 1-.64-1.716 30 30 0 0 1-.115-3.443 2.82 2.82 0 0 0-.354-1.742 1.95 1.95 0 0 0-1.438-.39h-.323V11h.584a5.7 5.7 0 0 1 1.285.1 2.6 2.6 0 0 1 .959.484 2.5 2.5 0 0 1 .63.848 4.4 4.4 0 0 1 .348 1.4q.053.551.063 2.288a12.7 12.7 0 0 0 .177 2.455 2 2 0 0 0 .671 1.128 2.1 2.1 0 0 0 1.312.444Z" style="fill:#f5de19"/></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:#89a8ec"/><path d="M20.1 10a1.5 1.5 0 0 0-.551.14l-7.524 3.6a1.43 1.43 0 0 0-.778.968L9.39 22.78a1.42 1.42 0 0 0 .2 1.094q.038.059.082.114l5.208 6.475A1.44 1.44 0 0 0 16 31h8.352a1.44 1.44 0 0 0 1.125-.536l5.206-6.476a1.42 1.42 0 0 0 .278-1.208L29.1 14.7a1.43 1.43 0 0 0-.778-.968L20.8 10.141a1.45 1.45 0 0 0-.7-.141" style="fill:#326ce5"/><path d="M20.175 12.75a.477.477 0 0 0-.45.5v.128a4 4 0 0 0 .062.428 4.2 4.2 0 0 1 .05.817.5.5 0 0 1-.146.233l-.011.191a6 6 0 0 0-.814.125 5.8 5.8 0 0 0-2.943 1.681c-.05-.034-.137-.1-.163-.115a.36.36 0 0 1-.268-.026 4.2 4.2 0 0 1-.607-.549 4 4 0 0 0-.3-.315c-.027-.024-.069-.056-.1-.08a.54.54 0 0 0-.314-.118.43.43 0 0 0-.359.159.477.477 0 0 0 .111.664h.007c.03.024.066.055.093.075a4 4 0 0 0 .373.218 4.2 4.2 0 0 1 .67.471.5.5 0 0 1 .09.26l.144.129a5.83 5.83 0 0 0-.919 4.063l-.189.055a.6.6 0 0 1-.193.2 4.2 4.2 0 0 1-.807.133 4 4 0 0 0-.432.035l-.12.028h-.007a.452.452 0 1 0 .2.878h.016c.037-.008.084-.017.116-.026a4 4 0 0 0 .4-.155 4.2 4.2 0 0 1 .785-.231.5.5 0 0 1 .259.091l.2-.034a5.86 5.86 0 0 0 2.6 3.243l-.082.2a.45.45 0 0 1 .04.255 4.4 4.4 0 0 1-.408.733 4 4 0 0 0-.242.36c-.018.034-.041.086-.058.121a.452.452 0 1 0 .813.386c.017-.035.041-.081.056-.115a4 4 0 0 0 .13-.413 3.2 3.2 0 0 1 .349-.809.37.37 0 0 1 .193-.102l.1-.185a5.83 5.83 0 0 0 4.156.011c.029.051.082.149.1.173a.36.36 0 0 1 .23.14 4.2 4.2 0 0 1 .309.757 4 4 0 0 0 .131.413l.056.115a.452.452 0 1 0 .814-.385c-.017-.036-.041-.088-.059-.121a4 4 0 0 0-.242-.359 4.2 4.2 0 0 1-.4-.715.35.35 0 0 1 .035-.266 2 2 0 0 1-.075-.182 5.86 5.86 0 0 0 2.6-3.266c.058.009.16.027.192.034a.36.36 0 0 1 .252-.093 4.2 4.2 0 0 1 .785.231 4 4 0 0 0 .4.156c.033.009.079.017.116.025h.016a.452.452 0 1 0 .2-.878c-.039-.009-.093-.024-.131-.031a4 4 0 0 0-.432-.035 4.2 4.2 0 0 1-.807-.133.5.5 0 0 1-.194-.2l-.182-.053a5.85 5.85 0 0 0-.938-4.053l.16-.143a.36.36 0 0 1 .085-.255 4.2 4.2 0 0 1 .67-.471 4 4 0 0 0 .374-.218c.029-.021.069-.055.1-.08a.453.453 0 1 0-.561-.7l-.1.08a4 4 0 0 0-.3.315 4.2 4.2 0 0 1-.607.549.5.5 0 0 1-.273.03l-.171.122a5.9 5.9 0 0 0-3.738-1.806c0-.06-.009-.168-.011-.2a.36.36 0 0 1-.147-.225 4.2 4.2 0 0 1 .051-.817 4 4 0 0 0 .062-.428v-.128a.477.477 0 0 0-.45-.5Zm-.564 3.493-.134 2.362h-.01a.4.4 0 0 1-.63.3L16.9 17.543a4.64 4.64 0 0 1 2.234-1.217 5 5 0 0 1 .477-.083Zm1.129 0a4.68 4.68 0 0 1 2.7 1.3l-1.925 1.365h-.007a.4.4 0 0 1-.631-.3Zm-4.546 2.182 1.769 1.582v.01a.4.4 0 0 1-.156.682v.008l-2.267.654a4.64 4.64 0 0 1 .654-2.935Zm7.949 0a4.72 4.72 0 0 1 .678 2.927l-2.278-.652v-.01a.4.4 0 0 1-.156-.682l1.759-1.574Zm-4.331 1.7h.725l.45.563-.162.7-.651.313-.652-.314-.162-.7Zm2.323 1.927a.4.4 0 0 1 .091.007l2.345.4a4.64 4.64 0 0 1-1.871 2.354l-.91-2.2a.4.4 0 0 1 .345-.554Zm-3.939.01a.4.4 0 0 1 .359.553l.007.009-.9 2.177a4.66 4.66 0 0 1-1.872-2.342l2.325-.395a.4.4 0 0 1 .078-.007Zm1.964.954a.4.4 0 0 1 .364.209h.009l1.146 2.075a5 5 0 0 1-.458.128 4.66 4.66 0 0 1-2.541-.131l1.143-2.067a.4.4 0 0 1 .337-.21Z" style="fill:#fff;stroke:#fff;stroke-width:.25px"/></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:#a5bef3"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#a5bef3"/><path d="M20.1 10a1.5 1.5 0 0 0-.551.14l-7.524 3.6a1.43 1.43 0 0 0-.778.968L9.39 22.78a1.42 1.42 0 0 0 .2 1.094q.038.059.082.114l5.208 6.475A1.44 1.44 0 0 0 16 31h8.352a1.44 1.44 0 0 0 1.125-.536l5.206-6.476a1.42 1.42 0 0 0 .278-1.208L29.1 14.7a1.43 1.43 0 0 0-.778-.968L20.8 10.141a1.45 1.45 0 0 0-.7-.141" style="fill:#326ce5"/><path d="M20.175 12.75a.477.477 0 0 0-.45.5v.128a4 4 0 0 0 .062.428 4.2 4.2 0 0 1 .05.817.5.5 0 0 1-.146.233l-.011.191a6 6 0 0 0-.814.125 5.8 5.8 0 0 0-2.943 1.681c-.05-.034-.137-.1-.163-.115a.36.36 0 0 1-.268-.026 4.2 4.2 0 0 1-.607-.549 4 4 0 0 0-.3-.315c-.027-.024-.069-.056-.1-.08a.54.54 0 0 0-.314-.118.43.43 0 0 0-.359.159.477.477 0 0 0 .111.664h.007c.03.024.066.055.093.075a4 4 0 0 0 .373.218 4.2 4.2 0 0 1 .67.471.5.5 0 0 1 .09.26l.144.129a5.83 5.83 0 0 0-.919 4.063l-.189.055a.6.6 0 0 1-.193.2 4.2 4.2 0 0 1-.807.133 4 4 0 0 0-.432.035l-.12.028h-.007a.452.452 0 1 0 .2.878h.016c.037-.008.084-.017.116-.026a4 4 0 0 0 .4-.155 4.2 4.2 0 0 1 .785-.231.5.5 0 0 1 .259.091l.2-.034a5.86 5.86 0 0 0 2.6 3.243l-.082.2a.45.45 0 0 1 .04.255 4.4 4.4 0 0 1-.408.733 4 4 0 0 0-.242.36c-.018.034-.041.086-.058.121a.452.452 0 1 0 .813.386c.017-.035.041-.081.056-.115a4 4 0 0 0 .13-.413 3.2 3.2 0 0 1 .349-.809.37.37 0 0 1 .193-.102l.1-.185a5.83 5.83 0 0 0 4.156.011c.029.051.082.149.1.173a.36.36 0 0 1 .23.14 4.2 4.2 0 0 1 .309.757 4 4 0 0 0 .131.413l.056.115a.452.452 0 1 0 .814-.385c-.017-.036-.041-.088-.059-.121a4 4 0 0 0-.242-.359 4.2 4.2 0 0 1-.4-.715.35.35 0 0 1 .035-.266 2 2 0 0 1-.075-.182 5.86 5.86 0 0 0 2.6-3.266c.058.009.16.027.192.034a.36.36 0 0 1 .252-.093 4.2 4.2 0 0 1 .785.231 4 4 0 0 0 .4.156c.033.009.079.017.116.025h.016a.452.452 0 1 0 .2-.878c-.039-.009-.093-.024-.131-.031a4 4 0 0 0-.432-.035 4.2 4.2 0 0 1-.807-.133.5.5 0 0 1-.194-.2l-.182-.053a5.85 5.85 0 0 0-.938-4.053l.16-.143a.36.36 0 0 1 .085-.255 4.2 4.2 0 0 1 .67-.471 4 4 0 0 0 .374-.218c.029-.021.069-.055.1-.08a.453.453 0 1 0-.561-.7l-.1.08a4 4 0 0 0-.3.315 4.2 4.2 0 0 1-.607.549.5.5 0 0 1-.273.03l-.171.122a5.9 5.9 0 0 0-3.738-1.806c0-.06-.009-.168-.011-.2a.36.36 0 0 1-.147-.225 4.2 4.2 0 0 1 .051-.817 4 4 0 0 0 .062-.428v-.128a.477.477 0 0 0-.45-.5Zm-.564 3.493-.134 2.362h-.01a.4.4 0 0 1-.63.3L16.9 17.543a4.64 4.64 0 0 1 2.234-1.217 5 5 0 0 1 .477-.083Zm1.129 0a4.68 4.68 0 0 1 2.7 1.3l-1.925 1.365h-.007a.4.4 0 0 1-.631-.3Zm-4.546 2.182 1.769 1.582v.01a.4.4 0 0 1-.156.682v.008l-2.267.654a4.64 4.64 0 0 1 .654-2.935Zm7.949 0a4.72 4.72 0 0 1 .678 2.927l-2.278-.652v-.01a.4.4 0 0 1-.156-.682l1.759-1.574Zm-4.331 1.7h.725l.45.563-.162.7-.651.313-.652-.314-.162-.7Zm2.323 1.927a.4.4 0 0 1 .091.007l2.345.4a4.64 4.64 0 0 1-1.871 2.354l-.91-2.2a.4.4 0 0 1 .345-.554Zm-3.939.01a.4.4 0 0 1 .359.553l.007.009-.9 2.177a4.66 4.66 0 0 1-1.872-2.342l2.325-.395a.4.4 0 0 1 .078-.007Zm1.964.954a.4.4 0 0 1 .364.209h.009l1.146 2.075a5 5 0 0 1-.458.128 4.66 4.66 0 0 1-2.541-.131l1.143-2.067a.4.4 0 0 1 .337-.21Z" style="fill:#fff;stroke:#fff;stroke-width:.25px"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1=".865" x2=".865" y1="-481.202" y2="-471.891" gradientTransform="translate(19.712 502.891)" gradientUnits="userSpaceOnUse"><stop offset=".15" stop-color="#2a4f84"/><stop offset=".388" stop-color="#294e82"/><stop offset="1" stop-color="#172e4e"/></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:#5580bf"/><path d="M29.919 29.2a1.8 1.8 0 0 1-1.8 1.8H13.03a1.8 1.8 0 0 1-1.8-1.8v-5.715a1.8 1.8 0 0 1 1.8-1.8h15.093a1.8 1.8 0 0 1 1.8 1.8Z" style="fill:url(#a)"/><path d="M26.762 26.222a1.48 1.48 0 0 1 1.183 1.418 1.27 1.27 0 0 1-.49 1.048 2.2 2.2 0 0 1-1.4.419 3.4 3.4 0 0 1-1.681-.463 1.5 1.5 0 0 1 .12-.5 1.4 1.4 0 0 1 .262-.432 2.8 2.8 0 0 0 1.236.37.7.7 0 0 0 .387-.082.25.25 0 0 0 .134-.224q0-.265-.409-.4l-.49-.185q-1.114-.405-1.114-1.322a1.32 1.32 0 0 1 .467-1.062 1.94 1.94 0 0 1 1.258-.486 3.8 3.8 0 0 1 .863.11 3.4 3.4 0 0 1 .774.354 1.25 1.25 0 0 1-.1.542.9.9 0 0 1-.285.419 3.2 3.2 0 0 0-1.245-.335.4.4 0 0 0-.271.079.25.25 0 0 0-.093.2q0 .211.338.335l.552.194ZM22.822 26.222A1.48 1.48 0 0 1 24 27.64a1.27 1.27 0 0 1-.489 1.048 2.2 2.2 0 0 1-1.4.419 3.4 3.4 0 0 1-1.681-.463 1.5 1.5 0 0 1 .12-.5 1.4 1.4 0 0 1 .262-.432 2.8 2.8 0 0 0 1.237.37.7.7 0 0 0 .39-.082.26.26 0 0 0 .134-.224q0-.265-.409-.4l-.489-.185q-1.112-.405-1.112-1.321a1.31 1.31 0 0 1 .467-1.062 1.94 1.94 0 0 1 1.258-.486 3.8 3.8 0 0 1 .863.11 3.4 3.4 0 0 1 .774.354 1.25 1.25 0 0 1-.1.542.9.9 0 0 1-.285.419 3.2 3.2 0 0 0-1.246-.335.4.4 0 0 0-.271.079.25.25 0 0 0-.093.2q0 .211.338.335l.552.194ZM19.948 26.285a2.1 2.1 0 0 0-.129-.749 1.7 1.7 0 0 0-.369-.59 1.7 1.7 0 0 0-.582-.388 2.1 2.1 0 0 0-.769-.235 2.1 2.1 0 0 0-.885.271 1.7 1.7 0 0 0-.622.484 2.1 2.1 0 0 0-.365.727 3.3 3.3 0 0 0-.12.912 4.3 4.3 0 0 0 .1.943 2 2 0 0 0 .333.749 1.6 1.6 0 0 0 .614.493 2.2 2.2 0 0 0 .938.208 2.96 2.96 0 0 0 1.743-.534 1.4 1.4 0 0 0-.363-.811 5 5 0 0 1-.642.2 2.4 2.4 0 0 1-.492.059.76.76 0 0 1-.611-.218.9.9 0 0 1-.2-.578h2.313a3.3 3.3 0 0 0 .108-.943m-2.436.061a1.8 1.8 0 0 1 .163-.753.47.47 0 0 1 .419-.2.5.5 0 0 1 .437.211 1.3 1.3 0 0 1 .146.642v.1z" style="fill:#f6f6f6"/><path d="M30.385 26.932a1.2 1.2 0 0 0-.4.949v1.539a1.36 1.36 0 0 1-.512 1.168 2.1 2.1 0 0 1-1.238.412h-.28v-.77a.93.93 0 0 0 .446-.251 1.03 1.03 0 0 0 .314-.785v-1.242a1.9 1.9 0 0 1 .193-.992 1.87 1.87 0 0 1 .9-.628 1.9 1.9 0 0 1-.993-.884 2.2 2.2 0 0 1-.1-.874v-1.139a1.1 1.1 0 0 0-.275-.79.86.86 0 0 0-.486-.236v-.72h.7a1.26 1.26 0 0 1 .768.331 1.5 1.5 0 0 1 .505.757 1.8 1.8 0 0 1 .064.526v1.317a1.38 1.38 0 0 0 .372 1.037 1.6 1.6 0 0 0 .64.359v.6a1.46 1.46 0 0 0-.615.32ZM12.7 21.689h-.251a1.25 1.25 0 0 0-.768.331 1.28 1.28 0 0 0-.5.757 2.7 2.7 0 0 0-.029.526v1.317a1.4 1.4 0 0 1-.408 1.037 2.1 2.1 0 0 1-.736.359v.6a1.9 1.9 0 0 1 .71.32 1.23 1.23 0 0 1 .433.949v1.535a1.34 1.34 0 0 0 .477 1.168A2.1 2.1 0 0 0 12.86 31h.316v-.77a1.1 1.1 0 0 1-.482-.251 1.02 1.02 0 0 1-.278-.785v-1.242a1.9 1.9 0 0 0-.229-.992 1.87 1.87 0 0 0-.9-.628 1.9 1.9 0 0 0 .993-.884 2.1 2.1 0 0 0 .137-.874v-1.139a1.1 1.1 0 0 1 .239-.79 1 1 0 0 1 .431-.2h.321v-.754H12.7Z" style="fill:#f6f6f6;stroke:#404040;stroke-miterlimit:10;stroke-width:.25px"/><path d="M15.653 27.932h-.24c-.261 0-.359-.137-.359-.413v-5.07a.94.94 0 0 0-.2-.642c-.113-.123-.308-.122-.587-.122h-.606v6.079a1.4 1.4 0 0 0 .264.93 1.08 1.08 0 0 0 .858.295 6 6 0 0 0 .952-.088 1.7 1.7 0 0 0 .027-.382 1.7 1.7 0 0 0-.107-.587Z" style="fill:#f6f6f6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1=".865" x2=".865" y1="-481.202" y2="-471.891" gradientTransform="translate(19.712 502.891)" gradientUnits="userSpaceOnUse"><stop offset=".15" stop-color="#2a4f84"/><stop offset=".388" stop-color="#294e82"/><stop offset="1" stop-color="#172e4e"/></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:#7ba2db"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7ba2db"/><path d="M29.919 29.2a1.8 1.8 0 0 1-1.8 1.8H13.03a1.8 1.8 0 0 1-1.8-1.8v-5.715a1.8 1.8 0 0 1 1.8-1.8h15.093a1.8 1.8 0 0 1 1.8 1.8Z" style="fill:url(#a)"/><path d="M26.762 26.222a1.48 1.48 0 0 1 1.183 1.418 1.27 1.27 0 0 1-.49 1.048 2.2 2.2 0 0 1-1.4.419 3.4 3.4 0 0 1-1.681-.463 1.5 1.5 0 0 1 .12-.5 1.4 1.4 0 0 1 .262-.432 2.8 2.8 0 0 0 1.236.37.7.7 0 0 0 .387-.082.25.25 0 0 0 .134-.224q0-.265-.409-.4l-.49-.185q-1.114-.405-1.114-1.322a1.32 1.32 0 0 1 .467-1.062 1.94 1.94 0 0 1 1.258-.486 3.8 3.8 0 0 1 .863.11 3.4 3.4 0 0 1 .774.354 1.25 1.25 0 0 1-.1.542.9.9 0 0 1-.285.419 3.2 3.2 0 0 0-1.245-.335.4.4 0 0 0-.271.079.25.25 0 0 0-.093.2q0 .211.338.335l.552.194ZM22.822 26.222A1.48 1.48 0 0 1 24 27.64a1.27 1.27 0 0 1-.489 1.048 2.2 2.2 0 0 1-1.4.419 3.4 3.4 0 0 1-1.681-.463 1.5 1.5 0 0 1 .12-.5 1.4 1.4 0 0 1 .262-.432 2.8 2.8 0 0 0 1.237.37.7.7 0 0 0 .39-.082.26.26 0 0 0 .134-.224q0-.265-.409-.4l-.489-.185q-1.112-.405-1.112-1.321a1.31 1.31 0 0 1 .467-1.062 1.94 1.94 0 0 1 1.258-.486 3.8 3.8 0 0 1 .863.11 3.4 3.4 0 0 1 .774.354 1.25 1.25 0 0 1-.1.542.9.9 0 0 1-.285.419 3.2 3.2 0 0 0-1.246-.335.4.4 0 0 0-.271.079.25.25 0 0 0-.093.2q0 .211.338.335l.552.194ZM19.948 26.285a2.1 2.1 0 0 0-.129-.749 1.7 1.7 0 0 0-.369-.59 1.7 1.7 0 0 0-.582-.388 2.1 2.1 0 0 0-.769-.235 2.1 2.1 0 0 0-.885.271 1.7 1.7 0 0 0-.622.484 2.1 2.1 0 0 0-.365.727 3.3 3.3 0 0 0-.12.912 4.3 4.3 0 0 0 .1.943 2 2 0 0 0 .333.749 1.6 1.6 0 0 0 .614.493 2.2 2.2 0 0 0 .938.208 2.96 2.96 0 0 0 1.743-.534 1.4 1.4 0 0 0-.363-.811 5 5 0 0 1-.642.2 2.4 2.4 0 0 1-.492.059.76.76 0 0 1-.611-.218.9.9 0 0 1-.2-.578h2.313a3.3 3.3 0 0 0 .108-.943m-2.436.061a1.8 1.8 0 0 1 .163-.753.47.47 0 0 1 .419-.2.5.5 0 0 1 .437.211 1.3 1.3 0 0 1 .146.642v.1z" style="fill:#f6f6f6"/><path d="M30.385 26.932a1.2 1.2 0 0 0-.4.949v1.539a1.36 1.36 0 0 1-.512 1.168 2.1 2.1 0 0 1-1.238.412h-.28v-.77a.93.93 0 0 0 .446-.251 1.03 1.03 0 0 0 .314-.785v-1.242a1.9 1.9 0 0 1 .193-.992 1.87 1.87 0 0 1 .9-.628 1.9 1.9 0 0 1-.993-.884 2.2 2.2 0 0 1-.1-.874v-1.139a1.1 1.1 0 0 0-.275-.79.86.86 0 0 0-.486-.236v-.72h.7a1.26 1.26 0 0 1 .768.331 1.5 1.5 0 0 1 .505.757 1.8 1.8 0 0 1 .064.526v1.317a1.38 1.38 0 0 0 .372 1.037 1.6 1.6 0 0 0 .64.359v.6a1.46 1.46 0 0 0-.615.32ZM12.7 21.689h-.251a1.25 1.25 0 0 0-.768.331 1.28 1.28 0 0 0-.5.757 2.7 2.7 0 0 0-.029.526v1.317a1.4 1.4 0 0 1-.408 1.037 2.1 2.1 0 0 1-.736.359v.6a1.9 1.9 0 0 1 .71.32 1.23 1.23 0 0 1 .433.949v1.535a1.34 1.34 0 0 0 .477 1.168A2.1 2.1 0 0 0 12.86 31h.316v-.77a1.1 1.1 0 0 1-.482-.251 1.02 1.02 0 0 1-.278-.785v-1.242a1.9 1.9 0 0 0-.229-.992 1.87 1.87 0 0 0-.9-.628 1.9 1.9 0 0 0 .993-.884 2.1 2.1 0 0 0 .137-.874v-1.139a1.1 1.1 0 0 1 .239-.79 1 1 0 0 1 .431-.2h.321v-.754H12.7Z" style="fill:#f6f6f6;stroke:#404040;stroke-miterlimit:10;stroke-width:.25px"/><path d="M15.653 27.932h-.24c-.261 0-.359-.137-.359-.413v-5.07a.94.94 0 0 0-.2-.642c-.113-.123-.308-.122-.587-.122h-.606v6.079a1.4 1.4 0 0 0 .264.93 1.08 1.08 0 0 0 .858.295 6 6 0 0 0 .952-.088 1.7 1.7 0 0 0 .027-.382 1.7 1.7 0 0 0-.107-.587Z" style="fill:#f6f6f6"/></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:#c18053"/><path d="m13.065 26.488-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0" style="fill:#59c2f2"/><path d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334ZM15.46 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#59c2f2"/><path d="m23.968 26.488.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0" style="fill:#8abf4f"/><path d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334ZM21.573 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#8abf4f"/><path d="m30.081 26.488.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0" style="fill:#b533a5"/><path d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334ZM27.685 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#b533a5"/></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="m13.065 26.488-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0" style="fill:#59c2f2"/><path d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334ZM15.46 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#59c2f2"/><path d="m23.968 26.488.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0" style="fill:#8abf4f"/><path d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334ZM21.573 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#8abf4f"/><path d="m30.081 26.488.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0" style="fill:#b533a5"/><path d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334ZM27.685 28.559a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966" style="fill:#b533a5"/></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.088" y2="500.088" gradientTransform="scale(-193.625 193.625)rotate(76.525 315.025 249.235)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2" stop-opacity="0"/></linearGradient><linearGradient id="b" x2="1" y1="500.036" y2="500.036" gradientTransform="scale(178.703 -178.703)rotate(-30.831 -909.978 247.073)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></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" style="fill:#fafafa"/><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"/><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"/><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="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="m329.812 423.828-5.141 12.359a6.84 6.84 0 0 1-6 4.219c-1.734.062-3.484.109-5.266.109-60.605-.031-114.233-42.406-127.514-100.815l-20.641 4.625a150.77 150.77 0 0 0 52.7 83.734 153.32 153.32 0 0 0 95.219 33.422h.313c2.031 0 4.047-.062 6.063-.125a28.06 28.06 0 0 0 24.7-17.2L350.969 428Z" 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.088" y2="500.088" gradientTransform="scale(-193.625 193.625)rotate(76.525 315.025 249.235)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2" stop-opacity="0"/></linearGradient><linearGradient id="b" x2="1" y1="500.036" y2="500.036" gradientTransform="scale(178.703 -178.703)rotate(-30.831 -909.978 247.073)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></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" style="fill:#fafafa"/><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"/><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"/><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="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="m329.812 423.828-5.141 12.359a6.84 6.84 0 0 1-6 4.219c-1.734.062-3.484.109-5.266.109-60.605-.031-114.233-42.406-127.514-100.815l-20.641 4.625a150.77 150.77 0 0 0 52.7 83.734 153.32 153.32 0 0 0 95.219 33.422h.313c2.031 0 4.047-.062 6.063-.125a28.06 28.06 0 0 0 24.7-17.2L350.969 428Z" 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.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#7cbbbf"/><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:#2b2e3b"/><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:#2b2e3b"/><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:#2b2e3b"/></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:#a6d7dd"/><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:#2b2e3b"/><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:#2b2e3b"/><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:#2b2e3b"/></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.175.175 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.14 2.14 0 0 1 .061 3.02l-.061.061a2.3 2.3 0 0 1-3.79-.97"/></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.175.175 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.14 2.14 0 0 1 .061 3.02l-.061.061a2.3 2.3 0 0 1-3.79-.97"/></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"/></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"/></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:#02303a"/></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:#02303a"/></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="m9.99 10.4 17.984 19.05a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM15.684 12.205 29.38 26.97a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM11.684 16.058l13.7 14.764a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM20.5 13.754l9.568 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7l-10.4-9.56ZM13 20.524l9.57 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7zM25.415 15.986l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33z" style="fill:#df4f4f"/></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:#db7b7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7b7b"/><path d="m9.99 10.4 17.984 19.05a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM15.684 12.205 29.38 26.97a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM11.684 16.058l13.7 14.764a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM20.5 13.754l9.568 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7l-10.4-9.56ZM13 20.524l9.57 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7zM25.415 15.986l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33z" style="fill:#df4f4f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.917 6h-9.774l-2 4H5v17h25V6ZM28 10h-7.81l1.048-2H28Z" style="fill:#c09553"/><path d="M16.018 14.715a2.3 2.3 0 0 0-.591.072v.029h.028a5 5 0 0 0 .461.591c.116.231.217.46.332.691l.028-.029a.81.81 0 0 0 .3-.721 3 3 0 0 1-.173-.3c-.086-.144-.274-.216-.39-.331" style="fill:#5d87a1;fill-rule:evenodd"/><path d="M30.328 27.286a6.7 6.7 0 0 0-2.8.4c-.216.086-.562.086-.591.36.116.115.13.3.232.462a3.4 3.4 0 0 0 .749.879c.3.231.605.46.923.662.562.347 1.2.548 1.743.894.318.2.634.461.953.678.158.115.258.3.46.374v-.044a3 3 0 0 0-.22-.462c-.144-.143-.288-.274-.433-.417a6.9 6.9 0 0 0-1.5-1.455c-.462-.318-1.471-.75-1.658-1.282l-.029-.029a6 6 0 0 0 1-.232c.489-.129.936-.1 1.441-.229.231-.058.649-.2.649-.2v-.225c-.258-.256-.442-.6-.713-.841a19 19 0 0 0-2.352-1.753c-.443-.285-1.013-.47-1.483-.713-.17-.086-.455-.128-.555-.271a5.7 5.7 0 0 1-.585-1.1 35 35 0 0 1-1.169-2.48 15 15 0 0 0-.727-1.625 14.37 14.37 0 0 0-5.517-5.331 6.8 6.8 0 0 0-1.824-.585c-.357-.015-.713-.043-1.069-.057a6 6 0 0 1-.656-.5c-.813-.513-2.907-1.625-3.506-.157-.385.927.57 1.839.9 2.31a6.7 6.7 0 0 1 .726 1.069c.1.242.128.5.229.756a17 17 0 0 0 .741 1.911 7 7 0 0 0 .527.883c.115.158.314.228.357.486a4 4 0 0 0-.328 1.069 6.28 6.28 0 0 0 .414 4.789c.228.356.77 1.141 1.5.841.641-.256.5-1.069.684-1.781.043-.172.014-.285.1-.4v.14s.364.8.544 1.209a8.2 8.2 0 0 0 1.8 1.951 2.6 2.6 0 0 1 .663.875v.258h.322a.8.8 0 0 0-.319-.593 7 7 0 0 1-.722-.874 19 19 0 0 1-1.555-2.651c-.223-.453-.417-.947-.6-1.4-.083-.174-.083-.437-.222-.524a5.5 5.5 0 0 0-.666.989 8.6 8.6 0 0 0-.389 2.2c-.055.015-.028 0-.055.029-.444-.116-.6-.6-.764-1a6.6 6.6 0 0 1-.125-3.89c.1-.3.515-1.267.347-1.558-.084-.278-.361-.437-.514-.656a6 6 0 0 1-.5-.932c-.333-.815-.5-1.719-.861-2.534a8 8 0 0 0-.694-1.122 7.2 7.2 0 0 1-.764-1.136.7.7 0 0 1-.056-.6.23.23 0 0 1 .2-.19c.18-.16.694.043.874.131a7 7 0 0 1 1.374.728c.2.146.652.516.652.516h.135c.461.1.981.028 1.413.158a9.2 9.2 0 0 1 2.075.994 12.8 12.8 0 0 1 4.5 4.93c.173.331.246.634.4.979.3.708.678 1.429.98 2.12a9.5 9.5 0 0 0 1.024 1.932c.216.3 1.081.461 1.47.62a11 11 0 0 1 1 .4c.49.3.979.649 1.441.981.23.173.951.533.994.822" style="fill:#00758f;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.917 6h-9.679l-2 4H5v17h25V6ZM28 24H7V12h21Zm.1-14h-7.81l.952-2H28v2Zm-2.233 4H.273l3.86 13h25.594Z" style="fill:#dcb67a"/><path d="M16.018 14.715a2.3 2.3 0 0 0-.591.072v.029h.028a5 5 0 0 0 .461.591c.116.231.217.46.332.691l.028-.029a.81.81 0 0 0 .3-.721 3 3 0 0 1-.173-.3c-.086-.144-.274-.216-.39-.331" style="fill:#5d87a1;fill-rule:evenodd"/><path d="M30.328 27.286a6.7 6.7 0 0 0-2.8.4c-.216.086-.562.086-.591.36.116.115.13.3.232.462a3.4 3.4 0 0 0 .749.879c.3.231.605.46.923.662.562.347 1.2.548 1.743.894.318.2.634.461.953.678.158.115.258.3.46.374v-.044a3 3 0 0 0-.22-.462c-.144-.143-.288-.274-.433-.417a6.9 6.9 0 0 0-1.5-1.455c-.462-.318-1.471-.75-1.658-1.282l-.029-.029a6 6 0 0 0 1-.232c.489-.129.936-.1 1.441-.229.231-.058.649-.2.649-.2v-.225c-.258-.256-.442-.6-.713-.841a19 19 0 0 0-2.352-1.753c-.443-.285-1.013-.47-1.483-.713-.17-.086-.455-.128-.555-.271a5.7 5.7 0 0 1-.585-1.1 35 35 0 0 1-1.169-2.48 15 15 0 0 0-.727-1.625 14.37 14.37 0 0 0-5.517-5.331 6.8 6.8 0 0 0-1.824-.585c-.357-.015-.713-.043-1.069-.057a6 6 0 0 1-.656-.5c-.813-.513-2.907-1.625-3.506-.157-.385.927.57 1.839.9 2.31a6.7 6.7 0 0 1 .726 1.069c.1.242.128.5.229.756a17 17 0 0 0 .741 1.911 7 7 0 0 0 .527.883c.115.158.314.228.357.486a4 4 0 0 0-.328 1.069 6.28 6.28 0 0 0 .414 4.789c.228.356.77 1.141 1.5.841.641-.256.5-1.069.684-1.781.043-.172.014-.285.1-.4v.14s.364.8.544 1.209a8.2 8.2 0 0 0 1.8 1.951 2.6 2.6 0 0 1 .663.875v.258h.322a.8.8 0 0 0-.319-.593 7 7 0 0 1-.722-.874 19 19 0 0 1-1.555-2.651c-.223-.453-.417-.947-.6-1.4-.083-.174-.083-.437-.222-.524a5.5 5.5 0 0 0-.666.989 8.6 8.6 0 0 0-.389 2.2c-.055.015-.028 0-.055.029-.444-.116-.6-.6-.764-1a6.6 6.6 0 0 1-.125-3.89c.1-.3.515-1.267.347-1.558-.084-.278-.361-.437-.514-.656a6 6 0 0 1-.5-.932c-.333-.815-.5-1.719-.861-2.534a8 8 0 0 0-.694-1.122 7.2 7.2 0 0 1-.764-1.136.7.7 0 0 1-.056-.6.23.23 0 0 1 .2-.19c.18-.16.694.043.874.131a7 7 0 0 1 1.374.728c.2.146.652.516.652.516h.135c.461.1.981.028 1.413.158a9.2 9.2 0 0 1 2.075.994 12.8 12.8 0 0 1 4.5 4.93c.173.331.246.634.4.979.3.708.678 1.429.98 2.12a9.5 9.5 0 0 0 1.024 1.932c.216.3 1.081.461 1.47.62a11 11 0 0 1 1 .4c.49.3.979.649 1.441.981.23.173.951.533.994.822" style="fill:#00758f;fill-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:#8ebf55"/><path d="M20.5 10A10.5 10.5 0 1 1 10 20.5 10.5 10.5 0 0 1 20.5 10" style="fill:#83cd29;fill-rule:evenodd"/><path d="M20.5 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5 5 0 0 0 1.162-.528.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.882a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.698 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.111 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4 3.3 3.3 0 0 1-1.773-.482L12 26.341a1.63 1.63 0 0 1-.807-1.4v-8.885a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0L29 14.653a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.8.223m2.616-6.193c2.438 0 3.836-.96 3.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039 0-.462.205-1.079 1.975-1.079 1.581 0 2.164.341 2.4 1.407a.22.22 0 0 0 .216.174h1a.22.22 0 0 0 .221-.242c-.154-1.836-1.374-2.691-3.84-2.691-2.194 0-3.5.926-3.5 2.479 0 1.684 1.3 2.15 3.408 2.358 2.519.247 2.715.615 2.715 1.111 0 .86-.69 1.227-2.311 1.227-2.036 0-2.485-.511-2.634-1.524a.22.22 0 0 0-.221-.188h-1a.22.22 0 0 0-.222.222c.002 1.295.707 2.84 4.075 2.84Z" 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:#b1db7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#b1db7b"/><path d="M20.5 10A10.5 10.5 0 1 1 10 20.5 10.5 10.5 0 0 1 20.5 10" style="fill:#83cd29;fill-rule:evenodd"/><path d="M20.5 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5 5 0 0 0 1.162-.528.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.882a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.698 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.111 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4 3.3 3.3 0 0 1-1.773-.482L12 26.341a1.63 1.63 0 0 1-.807-1.4v-8.885a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0L29 14.653a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.8.223m2.616-6.193c2.438 0 3.836-.96 3.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039 0-.462.205-1.079 1.975-1.079 1.581 0 2.164.341 2.4 1.407a.22.22 0 0 0 .216.174h1a.22.22 0 0 0 .221-.242c-.154-1.836-1.374-2.691-3.84-2.691-2.194 0-3.5.926-3.5 2.479 0 1.684 1.3 2.15 3.408 2.358 2.519.247 2.715.615 2.715 1.111 0 .86-.69 1.227-2.311 1.227-2.036 0-2.485-.511-2.634-1.524a.22.22 0 0 0-.221-.188h-1a.22.22 0 0 0-.222.222c.002 1.295.707 2.84 4.075 2.84Z" 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:#a699bf"/><path d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845 8.16 8.16 0 0 1-3.744 3.584 6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849 5.6 5.6 0 0 0 1.37-.16 8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484 6.1 6.1 0 0 1 2.42 2.922 3.16 3.16 0 0 1-.046 2.694 3.35 3.35 0 0 1-3.128 1.872 5.8 5.8 0 0 1-2.237-.479 14 14 0 0 1-1.027.822 7.05 7.05 0 0 0 2.945.708 4.96 4.96 0 0 0 4.429-2.42 5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023 8.36 8.36 0 0 1-1.187-5.068 6.12 6.12 0 0 1 1.347-3.539 3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178.3.068.8.228 1.142.342-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676 9.34 9.34 0 0 0 .913 7.945 1.02 1.02 0 0 0-.16.662Z" style="fill:#764abc"/></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.1Zm-1.678 4H.622l3.8 12.8h25.2Z" style="fill:#bbaad6"/><path d="M25.472 22.446a1.282 1.282 0 0 0-.137-2.557h-.046a1.277 1.277 0 0 0-1.233 1.319v.005a1.3 1.3 0 0 0 .365.845 8.16 8.16 0 0 1-3.744 3.584 6.17 6.17 0 0 1-3.721.708A3.17 3.17 0 0 1 14.628 25a3.35 3.35 0 0 1-.183-3.539A5.4 5.4 0 0 1 16 19.638c-.091-.3-.228-.8-.3-1.164-3.31 2.4-2.968 5.639-1.963 7.169a4.73 4.73 0 0 0 3.972 1.849 5.6 5.6 0 0 0 1.37-.16 8.76 8.76 0 0 0 6.392-4.886Zm4.018-2.831a9.27 9.27 0 0 0-7.214-3.151h-.365a1.25 1.25 0 0 0-1.119-.685h-.046a1.279 1.279 0 0 0 .046 2.557h.046a1.29 1.29 0 0 0 1.119-.776h.411a8.7 8.7 0 0 1 4.863 1.484 6.1 6.1 0 0 1 2.42 2.922 3.16 3.16 0 0 1-.046 2.694 3.35 3.35 0 0 1-3.128 1.872 5.8 5.8 0 0 1-2.237-.479 14 14 0 0 1-1.027.822 7.05 7.05 0 0 0 2.945.708 4.96 4.96 0 0 0 4.429-2.42 5.16 5.16 0 0 0-1.1-5.548Zm-11.6 3.219a1.28 1.28 0 0 0 1.278 1.233h.046a1.279 1.279 0 0 0-.046-2.557h-.046a.4.4 0 0 0-.16.023 8.36 8.36 0 0 1-1.187-5.068 6.12 6.12 0 0 1 1.347-3.539 3.96 3.96 0 0 1 2.808-1.278c2.42-.046 3.447 2.968 3.516 4.178.3.068.8.228 1.142.342-.274-3.7-2.557-5.616-4.749-5.616a5.165 5.165 0 0 0-4.7 3.676 9.34 9.34 0 0 0 .913 7.945 1.02 1.02 0 0 0-.16.662Z" style="fill:#764abc"/></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:#bf558a"/><path d="M20.5 10A10.5 10.5 0 1 1 10 20.5 10.5 10.5 0 0 1 20.5 10" style="fill:#c69;fill-rule:evenodd"/><path d="M27.086 14.494c-.475-1.865-3.568-2.478-6.494-1.438a14.7 14.7 0 0 0-4.983 2.858c-1.612 1.508-1.869 2.82-1.763 3.368.374 1.935 3.025 3.2 4.114 4.138v.006c-.321.158-2.673 1.348-3.224 2.565-.581 1.284.092 2.2.538 2.329a3.3 3.3 0 0 0 3.56-1.443 3.62 3.62 0 0 0 .354-3.216 4.2 4.2 0 0 1 1.607-.092c1.842.215 2.2 1.365 2.134 1.846a1.22 1.22 0 0 1-.585.826c-.129.08-.169.108-.158.167.016.086.075.083.186.064a1.44 1.44 0 0 0 1-1.28c.044-1.128-1.037-2.39-2.951-2.357a5 5 0 0 0-1.642.222l-.081-.09c-1.183-1.262-3.371-2.156-3.278-3.853.034-.617.248-2.242 4.2-4.213 3.24-1.614 5.834-1.17 6.282-.186.64 1.407-1.386 4.021-4.751 4.4a2.53 2.53 0 0 1-2.125-.538c-.177-.195-.2-.2-.269-.167-.107.06-.039.232 0 .334a2 2 0 0 0 1.216.956 6.44 6.44 0 0 0 3.944-.39c2.045-.789 3.637-2.982 3.169-4.816M18.413 24a2.7 2.7 0 0 1-.022 1.569q-.026.08-.058.157t-.068.153a3 3 0 0 1-.485.707c-.61.666-1.462.917-1.828.705-.395-.229-.2-1.167.51-1.915a7.1 7.1 0 0 1 1.856-1.322Z" 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:#db7bab"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7bab"/><path d="M20.5 10A10.5 10.5 0 1 1 10 20.5 10.5 10.5 0 0 1 20.5 10" style="fill:#c69;fill-rule:evenodd"/><path d="M27.086 14.494c-.475-1.865-3.568-2.478-6.494-1.438a14.7 14.7 0 0 0-4.983 2.858c-1.612 1.508-1.869 2.82-1.763 3.368.374 1.935 3.025 3.2 4.114 4.138v.006c-.321.158-2.673 1.348-3.224 2.565-.581 1.284.092 2.2.538 2.329a3.3 3.3 0 0 0 3.56-1.443 3.62 3.62 0 0 0 .354-3.216 4.2 4.2 0 0 1 1.607-.092c1.842.215 2.2 1.365 2.134 1.846a1.22 1.22 0 0 1-.585.826c-.129.08-.169.108-.158.167.016.086.075.083.186.064a1.44 1.44 0 0 0 1-1.28c.044-1.128-1.037-2.39-2.951-2.357a5 5 0 0 0-1.642.222l-.081-.09c-1.183-1.262-3.371-2.156-3.278-3.853.034-.617.248-2.242 4.2-4.213 3.24-1.614 5.834-1.17 6.282-.186.64 1.407-1.386 4.021-4.751 4.4a2.53 2.53 0 0 1-2.125-.538c-.177-.195-.2-.2-.269-.167-.107.06-.039.232 0 .334a2 2 0 0 0 1.216.956 6.44 6.44 0 0 0 3.944-.39c2.045-.789 3.637-2.982 3.169-4.816M18.413 24a2.7 2.7 0 0 1-.022 1.569q-.026.08-.058.157t-.068.153a3 3 0 0 1-.485.707c-.61.666-1.462.917-1.828.705-.395-.229-.2-1.167.51-1.915a7.1 7.1 0 0 1 1.856-1.322Z" style="fill:#fff"/></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:#bfa055"/><path d="M30.346 26.569a1.95 1.95 0 0 1-.306-.81 1.6 1.6 0 0 0-.45-.92 1 1 0 0 0-.171-.12 1 1 0 0 0-.175-.081 4.58 4.58 0 0 0-.158-3.245 10.8 10.8 0 0 0-1.98-3.052 4.52 4.52 0 0 1-1.419-2.954c.021-1.885.215-5.382-3.228-5.387a6 6 0 0 0-.439.017c-3.847.3-2.826 4.217-2.883 5.528a4.63 4.63 0 0 1-.96 2.656 13 13 0 0 0-2.477 3.966 4.6 4.6 0 0 0-.262 2.187q-.052.046-.1.094c-.236.243-.41.538-.605.736a1.9 1.9 0 0 1-.724.339 1.3 1.3 0 0 0-.787.594 1.04 1.04 0 0 0-.118.509 3 3 0 0 0 .05.485 2 2 0 0 1 .035.852 1.6 1.6 0 0 0-.1 1.3 1.15 1.15 0 0 0 .855.5 9.4 9.4 0 0 1 2.526.514l.067-.123-.067.124a3.7 3.7 0 0 0 2.38.425 1.54 1.54 0 0 0 1.1-.829c.533 0 1.119-.22 2.056-.27.637-.05 1.431.218 2.347.169a1.2 1.2 0 0 0 .105.275 1.72 1.72 0 0 0 1.714.942 3.14 3.14 0 0 0 2.054-1.145l-.111-.09.112.089a7.4 7.4 0 0 1 2.173-1.32 1 1 0 0 0 .6-.743c.018-.335-.186-.71-.654-1.212" style="fill:#20201f"/><path d="M30.71 27.765c-.013.206-.168.36-.455.526a7.2 7.2 0 0 0-2.238 1.381 2.86 2.86 0 0 1-1.855 1.047 1.4 1.4 0 0 1-1.434-.791 2.17 2.17 0 0 1 .049-1.486 9.7 9.7 0 0 0 .423-1.667 8.6 8.6 0 0 1 .177-1.587 1.23 1.23 0 0 1 .583-.864L26 24.3a1.26 1.26 0 0 0 .8 1.209 2.02 2.02 0 0 0 1.634-.669l.191-.007a1.03 1.03 0 0 1 .771.216 1.42 1.42 0 0 1 .357.771 2 2 0 0 0 .372.933c.453.481.597.805.585 1.012m-10.892 1.528a1.186 1.186 0 0 1-1.018 1.144 3.45 3.45 0 0 1-2.181-.4 8.8 8.8 0 0 0-2.6-.541.88.88 0 0 1-.657-.358 1.4 1.4 0 0 1 .111-1.082v-.005a2.07 2.07 0 0 0-.024-.982 1.35 1.35 0 0 1 .038-.822.98.98 0 0 1 .63-.462 2 2 0 0 0 .832-.406c.231-.235.4-.529.608-.738a.8.8 0 0 1 .6-.3h.009a1 1 0 0 1 .144.012 1.49 1.49 0 0 1 .93.657l.832 1.461a10 10 0 0 0 1.085 1.435 2.32 2.32 0 0 1 .661 1.387m4.147-13.621a.8.8 0 0 0-.436-.338 7 7 0 0 1-.962-.383 2.1 2.1 0 0 0-1.1-.365 1.3 1.3 0 0 0-.425.069 2.1 2.1 0 0 0-.763.515c-.03.027-.068.052-.162.118s-.235.166-.438.313a.42.42 0 0 0-.177.5 1.22 1.22 0 0 0 .625.627 4.5 4.5 0 0 1 .557.438 1.3 1.3 0 0 0 .295.176 1.2 1.2 0 0 0 .407.086 1.6 1.6 0 0 0 .919-.227 4.2 4.2 0 0 1 .706-.383 1.47 1.47 0 0 0 .967-.74.47.47 0 0 0-.013-.406" style="fill:#fdbb14"/><path d="M28.782 24.555h-.177c.136-.415-.165-.721-.969-1.072-.834-.355-1.5-.32-1.611.4a1 1 0 0 0-.017.114 1.3 1.3 0 0 0-.188.081 1.51 1.51 0 0 0-.724 1.041 8.7 8.7 0 0 0-.186 1.638 6.2 6.2 0 0 1-.29 1.187 4.33 4.33 0 0 1-4.872.287 7 7 0 0 0-.363-.493c-.083-.1-.167-.207-.251-.309a1.1 1.1 0 0 0 .419-.075.53.53 0 0 0 .29-.288 1.13 1.13 0 0 0-.315-1.024 5.7 5.7 0 0 0-1.628-1.334 2.25 2.25 0 0 1-1.046-1.225 2.66 2.66 0 0 1-.014-1.445A8.5 8.5 0 0 1 18 19.612c.1-.07.035.129-.369.853-.362.661-1.04 2.188-.112 3.381a6.9 6.9 0 0 1 .587-2.523c.514-1.123 1.59-3.07 1.675-4.623.044.031.2.13.263.167a5 5 0 0 1 .537.424 1.35 1.35 0 0 0 .8.3h.1a1.83 1.83 0 0 0 .909-.252 5 5 0 0 1 .674-.369 1.8 1.8 0 0 0 .949-.615 20.7 20.7 0 0 0 1.583 3.927 9 9 0 0 1 1 2.65 1.8 1.8 0 0 1 .466.057 3.5 3.5 0 0 0-.992-3.481c-.2-.187-.21-.27-.11-.266a5 5 0 0 1 1.5 2.418 3 3 0 0 1 .017 1.464q.092.036.187.08c.936.443 1.285.827 1.118 1.351m-4.773-10.319a1.5 1.5 0 0 1-.139.672 1.3 1.3 0 0 1-.2.314l-.081-.034c-.1-.04-.182-.073-.259-.1s-.136-.047-.2-.067c.045-.053.133-.114.165-.191a1 1 0 0 0 .079-.365v-.017a1 1 0 0 0-.054-.354.65.65 0 0 0-.17-.276.35.35 0 0 0-.242-.107H22.9a.37.37 0 0 0-.236.09.65.65 0 0 0-.19.264 1 1 0 0 0-.079.366v.016a1 1 0 0 0 .016.21 3 3 0 0 0-.553-.181 2 2 0 0 1-.016-.2v-.019a1.5 1.5 0 0 1 .138-.672 1.2 1.2 0 0 1 .391-.5.88.88 0 0 1 .539-.185h.01a.9.9 0 0 1 .533.175 1.2 1.2 0 0 1 .4.488 1.5 1.5 0 0 1 .151.651v.018Zm-2.948.246-.076.023a1.6 1.6 0 0 0-.357.166 1 1 0 0 0 0-.225v-.013a1 1 0 0 0-.074-.288.55.55 0 0 0-.151-.213.25.25 0 0 0-.167-.068h-.018a.24.24 0 0 0-.172.1.54.54 0 0 0-.109.234.9.9 0 0 0-.021.309v.012a.9.9 0 0 0 .074.29.54.54 0 0 0 .151.212l.031.023c-.064.048-.107.082-.16.119l-.121.085a1.05 1.05 0 0 1-.251-.36 1.5 1.5 0 0 1-.139-.573 1.5 1.5 0 0 1 .07-.586 1 1 0 0 1 .26-.439.56.56 0 0 1 .38-.177h.033a.57.57 0 0 1 .366.134 1 1 0 0 1 .31.408 1.5 1.5 0 0 1 .139.574 2 2 0 0 1 0 .255Z" style="fill:#fff"/><path d="M22.7 16.382a3.1 3.1 0 0 1-1.355.442 1.9 1.9 0 0 1-1.164-.434c-.14-.107-.254-.213-.34-.291-.149-.113-.131-.272-.07-.267.1.012.118.142.183.2.087.079.2.181.329.283a1.74 1.74 0 0 0 1.062.4 3 3 0 0 0 1.273-.42 7 7 0 0 0 .59-.4c.142-.1.137-.221.254-.208s.03.134-.134.272a3.5 3.5 0 0 1-.628.423m-.986-1.391c.017.051.1.043.151.067s.078.068.126.07.118-.016.124-.06-.08-.095-.137-.117a.3.3 0 0 0-.236 0c-.016.008-.033.028-.028.044Zm-.5 0c-.016.051-.1.043-.15.067s-.078.068-.126.07-.119-.016-.125-.06.081-.095.138-.117a.3.3 0 0 1 .236 0c.015.008.033.028.027.044Z" style="fill:#20201f"/></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:#dbc27b"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#dbc27b"/><path d="M30.346 26.569a1.95 1.95 0 0 1-.306-.81 1.6 1.6 0 0 0-.45-.92 1 1 0 0 0-.171-.12 1 1 0 0 0-.175-.081 4.58 4.58 0 0 0-.158-3.245 10.8 10.8 0 0 0-1.98-3.052 4.52 4.52 0 0 1-1.419-2.954c.021-1.885.215-5.382-3.228-5.387a6 6 0 0 0-.439.017c-3.847.3-2.826 4.217-2.883 5.528a4.63 4.63 0 0 1-.96 2.656 13 13 0 0 0-2.477 3.966 4.6 4.6 0 0 0-.262 2.187q-.052.046-.1.094c-.236.243-.41.538-.605.736a1.9 1.9 0 0 1-.724.339 1.3 1.3 0 0 0-.787.594 1.04 1.04 0 0 0-.118.509 3 3 0 0 0 .05.485 2 2 0 0 1 .035.852 1.6 1.6 0 0 0-.1 1.3 1.15 1.15 0 0 0 .855.5 9.4 9.4 0 0 1 2.526.514l.067-.123-.067.124a3.7 3.7 0 0 0 2.38.425 1.54 1.54 0 0 0 1.1-.829c.533 0 1.119-.22 2.056-.27.637-.05 1.431.218 2.347.169a1.2 1.2 0 0 0 .105.275 1.72 1.72 0 0 0 1.714.942 3.14 3.14 0 0 0 2.054-1.145l-.111-.09.112.089a7.4 7.4 0 0 1 2.173-1.32 1 1 0 0 0 .6-.743c.018-.335-.186-.71-.654-1.212" style="fill:#20201f"/><path d="M30.71 27.765c-.013.206-.168.36-.455.526a7.2 7.2 0 0 0-2.238 1.381 2.86 2.86 0 0 1-1.855 1.047 1.4 1.4 0 0 1-1.434-.791 2.17 2.17 0 0 1 .049-1.486 9.7 9.7 0 0 0 .423-1.667 8.6 8.6 0 0 1 .177-1.587 1.23 1.23 0 0 1 .583-.864L26 24.3a1.26 1.26 0 0 0 .8 1.209 2.02 2.02 0 0 0 1.634-.669l.191-.007a1.03 1.03 0 0 1 .771.216 1.42 1.42 0 0 1 .357.771 2 2 0 0 0 .372.933c.453.481.597.805.585 1.012m-10.892 1.528a1.186 1.186 0 0 1-1.018 1.144 3.45 3.45 0 0 1-2.181-.4 8.8 8.8 0 0 0-2.6-.541.88.88 0 0 1-.657-.358 1.4 1.4 0 0 1 .111-1.082v-.005a2.07 2.07 0 0 0-.024-.982 1.35 1.35 0 0 1 .038-.822.98.98 0 0 1 .63-.462 2 2 0 0 0 .832-.406c.231-.235.4-.529.608-.738a.8.8 0 0 1 .6-.3h.009a1 1 0 0 1 .144.012 1.49 1.49 0 0 1 .93.657l.832 1.461a10 10 0 0 0 1.085 1.435 2.32 2.32 0 0 1 .661 1.387m4.147-13.621a.8.8 0 0 0-.436-.338 7 7 0 0 1-.962-.383 2.1 2.1 0 0 0-1.1-.365 1.3 1.3 0 0 0-.425.069 2.1 2.1 0 0 0-.763.515c-.03.027-.068.052-.162.118s-.235.166-.438.313a.42.42 0 0 0-.177.5 1.22 1.22 0 0 0 .625.627 4.5 4.5 0 0 1 .557.438 1.3 1.3 0 0 0 .295.176 1.2 1.2 0 0 0 .407.086 1.6 1.6 0 0 0 .919-.227 4.2 4.2 0 0 1 .706-.383 1.47 1.47 0 0 0 .967-.74.47.47 0 0 0-.013-.406" style="fill:#fdbb14"/><path d="M28.782 24.555h-.177c.136-.415-.165-.721-.969-1.072-.834-.355-1.5-.32-1.611.4a1 1 0 0 0-.017.114 1.3 1.3 0 0 0-.188.081 1.51 1.51 0 0 0-.724 1.041 8.7 8.7 0 0 0-.186 1.638 6.2 6.2 0 0 1-.29 1.187 4.33 4.33 0 0 1-4.872.287 7 7 0 0 0-.363-.493c-.083-.1-.167-.207-.251-.309a1.1 1.1 0 0 0 .419-.075.53.53 0 0 0 .29-.288 1.13 1.13 0 0 0-.315-1.024 5.7 5.7 0 0 0-1.628-1.334 2.25 2.25 0 0 1-1.046-1.225 2.66 2.66 0 0 1-.014-1.445A8.5 8.5 0 0 1 18 19.612c.1-.07.035.129-.369.853-.362.661-1.04 2.188-.112 3.381a6.9 6.9 0 0 1 .587-2.523c.514-1.123 1.59-3.07 1.675-4.623.044.031.2.13.263.167a5 5 0 0 1 .537.424 1.35 1.35 0 0 0 .8.3h.1a1.83 1.83 0 0 0 .909-.252 5 5 0 0 1 .674-.369 1.8 1.8 0 0 0 .949-.615 20.7 20.7 0 0 0 1.583 3.927 9 9 0 0 1 1 2.65 1.8 1.8 0 0 1 .466.057 3.5 3.5 0 0 0-.992-3.481c-.2-.187-.21-.27-.11-.266a5 5 0 0 1 1.5 2.418 3 3 0 0 1 .017 1.464q.092.036.187.08c.936.443 1.285.827 1.118 1.351m-4.773-10.319a1.5 1.5 0 0 1-.139.672 1.3 1.3 0 0 1-.2.314l-.081-.034c-.1-.04-.182-.073-.259-.1s-.136-.047-.2-.067c.045-.053.133-.114.165-.191a1 1 0 0 0 .079-.365v-.017a1 1 0 0 0-.054-.354.65.65 0 0 0-.17-.276.35.35 0 0 0-.242-.107H22.9a.37.37 0 0 0-.236.09.65.65 0 0 0-.19.264 1 1 0 0 0-.079.366v.016a1 1 0 0 0 .016.21 3 3 0 0 0-.553-.181 2 2 0 0 1-.016-.2v-.019a1.5 1.5 0 0 1 .138-.672 1.2 1.2 0 0 1 .391-.5.88.88 0 0 1 .539-.185h.01a.9.9 0 0 1 .533.175 1.2 1.2 0 0 1 .4.488 1.5 1.5 0 0 1 .151.651v.018Zm-2.948.246-.076.023a1.6 1.6 0 0 0-.357.166 1 1 0 0 0 0-.225v-.013a1 1 0 0 0-.074-.288.55.55 0 0 0-.151-.213.25.25 0 0 0-.167-.068h-.018a.24.24 0 0 0-.172.1.54.54 0 0 0-.109.234.9.9 0 0 0-.021.309v.012a.9.9 0 0 0 .074.29.54.54 0 0 0 .151.212l.031.023c-.064.048-.107.082-.16.119l-.121.085a1.05 1.05 0 0 1-.251-.36 1.5 1.5 0 0 1-.139-.573 1.5 1.5 0 0 1 .07-.586 1 1 0 0 1 .26-.439.56.56 0 0 1 .38-.177h.033a.57.57 0 0 1 .366.134 1 1 0 0 1 .31.408 1.5 1.5 0 0 1 .139.574 2 2 0 0 1 0 .255Z" style="fill:#fff"/><path d="M22.7 16.382a3.1 3.1 0 0 1-1.355.442 1.9 1.9 0 0 1-1.164-.434c-.14-.107-.254-.213-.34-.291-.149-.113-.131-.272-.07-.267.1.012.118.142.183.2.087.079.2.181.329.283a1.74 1.74 0 0 0 1.062.4 3 3 0 0 0 1.273-.42 7 7 0 0 0 .59-.4c.142-.1.137-.221.254-.208s.03.134-.134.272a3.5 3.5 0 0 1-.628.423m-.986-1.391c.017.051.1.043.151.067s.078.068.126.07.118-.016.124-.06-.08-.095-.137-.117a.3.3 0 0 0-.236 0c-.016.008-.033.028-.028.044Zm-.5 0c-.016.051-.1.043-.15.067s-.078.068-.126.07-.119-.016-.125-.06.081-.095.138-.117a.3.3 0 0 1 .236 0c.015.008.033.028.027.044Z" style="fill:#20201f"/></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:#5561bf"/><path d="M29.6 31a1.39 1.39 0 0 0 1.4-1.376V15.591a1.39 1.39 0 0 0-1.4-1.376H15.968L21.439 31Z" style="fill:#d9d9d9"/><path d="M25.03 27.035 21.464 31l-1.297-3.965z" style="fill:#4352b8"/><path d="M29.673 20.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3 7.3 0 0 1-1.441 2.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591 1.483 2.278a10 10 0 0 1-.822.761l.328 1.024s.494-.425 1.115-1.083a46 46 0 0 0 2.459 2.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45 7.45 0 0 0 1.786-3.234h1.775Z" style="fill:#617d8b"/><path d="M11.4 10a1.4 1.4 0 0 0-1.4 1.4v14.24a1.4 1.4 0 0 0 1.4 1.4h13.632L19.561 10Z" style="fill:#4f8bf5"/><path d="M21.242 14.216H29.6a1.39 1.39 0 0 1 1.4 1.375v8.419Z" style="fill:#fff;opacity:.200000002980232;isolation:isolate"/><path d="M13.792 18.856c.458-1.18.908-2.362 1.365-3.542h1.327q.107.273.212.548c.335.865.665 1.732 1 2.6s.659 1.714.989 2.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493 1.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011-.384 1.003-.761 2.009-1.143 3.012Z" style="fill:#f2f2f2"/></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:#7b87db"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7b87db"/><path d="M29.6 31a1.39 1.39 0 0 0 1.4-1.376V15.591a1.39 1.39 0 0 0-1.4-1.376H15.968L21.439 31Z" style="fill:#d9d9d9"/><path d="M25.03 27.035 21.464 31l-1.297-3.965z" style="fill:#4352b8"/><path d="M29.673 20.03v-.82h-3.955v-1.326h-1.283v1.325H21.91v.82h5.023a7.3 7.3 0 0 1-1.441 2.535c-1.027-1.214-1.031-1.609-1.031-1.609H23.4s.044.591 1.483 2.278a10 10 0 0 1-.822.761l.328 1.024s.494-.425 1.115-1.083a46 46 0 0 0 2.459 2.449l.673-.673c-1.111-1.008-1.925-1.807-2.522-2.449a7.45 7.45 0 0 0 1.786-3.234h1.775Z" style="fill:#617d8b"/><path d="M11.4 10a1.4 1.4 0 0 0-1.4 1.4v14.24a1.4 1.4 0 0 0 1.4 1.4h13.632L19.561 10Z" style="fill:#4f8bf5"/><path d="M21.242 14.216H29.6a1.39 1.39 0 0 1 1.4 1.375v8.419Z" style="fill:#fff;opacity:.200000002980232;isolation:isolate"/><path d="M13.792 18.856c.458-1.18.908-2.362 1.365-3.542h1.327q.107.273.212.548c.335.865.665 1.732 1 2.6s.659 1.714.989 2.572l.267.692h-1.165q-.249-.758-.494-1.518h-2.944q-.245.76-.493 1.518h-1.165l1.1-2.866m.886.5h2.288c-.382-1-.76-2.008-1.144-3.011-.384 1.003-.761 2.009-1.143 3.012Z" style="fill:#f2f2f2"/></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:#53c153"/><path d="M9.95 12.933h21v18.033h-21z" style="fill:#00bd02"/><path d="M10.731 13.714H30.17v16.472H10.731z" style="fill:#fff"/><path d="M9.95 13.714h21v1.483h-21zM16.846 16.837h6.376v.781h-6.376zM16.846 18.853h9.758v.781h-9.758zM16.846 20.935h8.288v.781h-8.288zM16.846 23.147h11.06v.781h-11.06zM16.846 25.424h7.677v.781h-7.677zM16.976 27.44h9.498v.781h-9.498zM12.292 16.837h3.383v.781h-3.383zM12.292 18.853h3.383v.781h-3.383z" style="fill:#00bd02"/><path d="M12.292 18.853h3.383v.781h-3.383zM12.292 20.87h3.383v.781h-3.383zM12.292 22.887h3.383v.781h-3.383zM12.292 25.424h3.383v.781h-3.383zM12.292 27.44h3.383v.781h-3.383z" style="fill:#00bd02"/></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:#7add7a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7add7a"/><path d="M9.95 12.933h21v18.033h-21z" style="fill:#00bd02"/><path d="M10.731 13.714H30.17v16.472H10.731z" style="fill:#fff"/><path d="M9.95 13.714h21v1.483h-21zM16.846 16.837h6.376v.781h-6.376zM16.846 18.853h9.758v.781h-9.758zM16.846 20.935h8.288v.781h-8.288zM16.846 23.147h11.06v.781h-11.06zM16.846 25.424h7.677v.781h-7.677zM16.976 27.44h9.498v.781h-9.498zM12.292 16.837h3.383v.781h-3.383zM12.292 18.853h3.383v.781h-3.383z" style="fill:#00bd02"/><path d="M12.292 18.853h3.383v.781h-3.383zM12.292 20.87h3.383v.781h-3.383zM12.292 22.887h3.383v.781h-3.383zM12.292 25.424h3.383v.781h-3.383zM12.292 27.44h3.383v.781h-3.383z" style="fill:#00bd02"/></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:#55a1bf"/><path d="M22.258 25.522a15.7 15.7 0 0 1-7.5-1.516l.473-.75a15.26 15.26 0 0 0 7.027 1.3c0 .082.1-1.533.245-2.413H19.1a21.65 21.65 0 0 1 3.033-9.408h-10.2v15.526h10.716a22 22 0 0 1-.391-2.739" style="fill:#c6e9fa;fill-rule:evenodd"/><path d="M23.285 24.5a10.7 10.7 0 0 0 4.484-1.3l.587.75a12.8 12.8 0 0 1-5.071 1.517 13.6 13.6 0 0 0 .441 2.8h7.337V12.739h-7.81a19.34 19.34 0 0 0-2.968 8.381h3.506a15.4 15.4 0 0 0-.506 3.375ZM16.568 15.087h.995v2.299h-.995z" style="fill:#00adee;fill-rule:evenodd"/><path d="M24.851 15.087h.994v2.299h-.994z" style="fill:#231f20;fill-rule:evenodd"/><path d="M23.285 24.5a10.7 10.7 0 0 0 4.484-1.3l.587.75a12.8 12.8 0 0 1-5.071 1.517 12.3 12.3 0 0 0 1.354 5.087l-.848.446c-1.549-2.445-1.826-5.739-1.288-8.853H19.1A21.5 21.5 0 0 1 24.084 10l.734.636a19.1 19.1 0 0 0-4.533 10.484h3.506a15.4 15.4 0 0 0-.506 3.375Z" style="fill:#231f20;fill-rule:evenodd"/><path d="M22.258 24.56v.962a15.7 15.7 0 0 1-7.5-1.516l.473-.75a15.26 15.26 0 0 0 7.027 1.3Z" style="fill:#00adee;fill-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.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#7bbedb"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#7bbedb"/><path d="M22.258 25.522a15.7 15.7 0 0 1-7.5-1.516l.473-.75a15.26 15.26 0 0 0 7.027 1.3c0 .082.1-1.533.245-2.413H19.1a21.65 21.65 0 0 1 3.033-9.408h-10.2v15.526h10.716a22 22 0 0 1-.391-2.739" style="fill:#c6e9fa;fill-rule:evenodd"/><path d="M23.285 24.5a10.7 10.7 0 0 0 4.484-1.3l.587.75a12.8 12.8 0 0 1-5.071 1.517 13.6 13.6 0 0 0 .441 2.8h7.337V12.739h-7.81a19.34 19.34 0 0 0-2.968 8.381h3.506a15.4 15.4 0 0 0-.506 3.375ZM16.568 15.087h.995v2.299h-.995z" style="fill:#00adee;fill-rule:evenodd"/><path d="M24.851 15.087h.994v2.299h-.994z" style="fill:#231f20;fill-rule:evenodd"/><path d="M23.285 24.5a10.7 10.7 0 0 0 4.484-1.3l.587.75a12.8 12.8 0 0 1-5.071 1.517 12.3 12.3 0 0 0 1.354 5.087l-.848.446c-1.549-2.445-1.826-5.739-1.288-8.853H19.1A21.5 21.5 0 0 1 24.084 10l.734.636a19.1 19.1 0 0 0-4.533 10.484h3.506a15.4 15.4 0 0 0-.506 3.375Z" style="fill:#231f20;fill-rule:evenodd"/><path d="M22.258 24.56v.962a15.7 15.7 0 0 1-7.5-1.516l.473-.75a15.26 15.26 0 0 0 7.027 1.3Z" style="fill:#00adee;fill-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:#5582bf"/><path d="M31.451 15.4c-.386.012-.264.124-1.1.329a17 17 0 0 0-2.781.525c-2.71 1.137-3.254 5.021-5.717 6.413-1.842 1.04-3.7 1.123-5.37 1.647a9.8 9.8 0 0 0-3.293 1.907c-.772.666-.792 1.251-1.6 2.085-.863.893-3.429.015-4.592 1.382.375.379.539.485 1.277.387-.153.29-1.054.534-.878.96.186.448 2.364.753 4.345-.443a7.24 7.24 0 0 1 3.093-1.551 23.8 23.8 0 0 1 6.152.469 9.6 9.6 0 0 1-1.473 2.342c-.159.171.319.19.865.087a8.6 8.6 0 0 0 2.429-.869c.91-.53 1.048-1.887 2.164-2.181a2.5 2.5 0 0 0 3.363.417c-.921-.261-1.175-2.221-.865-3.085.294-.818.585-2.126.882-3.206a17.6 17.6 0 0 1 .821-3.215 7.6 7.6 0 0 1 1.776-1.7A2.5 2.5 0 0 0 32 15.964c-.005-.37-.2-.576-.548-.565Z" style="fill:#002b64"/><path d="M7.8 30.952a5.55 5.55 0 0 0 3.4-.491 31 31 0 0 1 3.032-1.645c1.671-.536 3.5 0 5.29.108a7.7 7.7 0 0 0 1.294-.02c.666-.409.652-1.939 1.3-2.079A7.38 7.38 0 0 1 20.3 31.5a5.21 5.21 0 0 0 3.884-2.963 11 11 0 0 0 .621-1.455c.278.213.12.862.26 1.213 1.336-.744 2.1-2.443 2.608-4.161.586-1.988.826-4 1.2-4.589a5 5 0 0 1 1.467-1.3 2.34 2.34 0 0 0 1.22-1.645c-.628-.058-.773-.2-.866-.52a1.9 1.9 0 0 1-.93.225c-.283.009-.595 0-.975.035-3.146.323-3.545 3.79-5.562 5.756a5 5 0 0 1-.473.4 10 10 0 0 1-2.369 1.207c-1.289.493-2.515.528-3.725.953a11.2 11.2 0 0 0-2.52 1.264 7 7 0 0 0-.512.382 5 5 0 0 0-.981 1.138 7.6 7.6 0 0 1-.964 1.241c-.668.656-3.166.191-4.046.8a.7.7 0 0 0-.229.247c.48.218.8.084 1.352.145.072.524-1.139.835-.96 1.076Z" style="fill:#c49a6c"/><path d="M27.742 17.643a.742.742 0 0 0 1.213-.693c-.692-.058-1.093.177-1.213.693M30.846 16.744a2.3 2.3 0 0 0-.345 1.2c0 .109-.082.183-.084.016a2.37 2.37 0 0 1 .344-1.237c.081-.143.129-.084.085.021M30.727 16.65a2.85 2.85 0 0 0-.532 1.3c-.01.108-.1.175-.085.008a2.9 2.9 0 0 1 .534-1.335c.093-.136.136-.073.083.027M30.618 16.526a3.4 3.4 0 0 0-.785 1.367c-.019.107-.113.166-.085 0a3.5 3.5 0 0 1 .79-1.4c.104-.129.142-.062.08.033M30.521 16.388a4.7 4.7 0 0 0-1 1.464c-.034.1-.135.149-.085-.011a4.6 4.6 0 0 1 1.011-1.5c.121-.112.149-.041.075.045Z" style="fill:#002b64"/></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:#7ba4db"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#7ba4db"/><path d="M31.451 15.4c-.386.012-.264.124-1.1.329a17 17 0 0 0-2.781.525c-2.71 1.137-3.254 5.021-5.717 6.413-1.842 1.04-3.7 1.123-5.37 1.647a9.8 9.8 0 0 0-3.293 1.907c-.772.666-.792 1.251-1.6 2.085-.863.893-3.429.015-4.592 1.382.375.379.539.485 1.277.387-.153.29-1.054.534-.878.96.186.448 2.364.753 4.345-.443a7.24 7.24 0 0 1 3.093-1.551 23.8 23.8 0 0 1 6.152.469 9.6 9.6 0 0 1-1.473 2.342c-.159.171.319.19.865.087a8.6 8.6 0 0 0 2.429-.869c.91-.53 1.048-1.887 2.164-2.181a2.5 2.5 0 0 0 3.363.417c-.921-.261-1.175-2.221-.865-3.085.294-.818.585-2.126.882-3.206a17.6 17.6 0 0 1 .821-3.215 7.6 7.6 0 0 1 1.776-1.7A2.5 2.5 0 0 0 32 15.964c-.005-.37-.2-.576-.548-.565Z" style="fill:#002b64"/><path d="M7.8 30.952a5.55 5.55 0 0 0 3.4-.491 31 31 0 0 1 3.032-1.645c1.671-.536 3.5 0 5.29.108a7.7 7.7 0 0 0 1.294-.02c.666-.409.652-1.939 1.3-2.079A7.38 7.38 0 0 1 20.3 31.5a5.21 5.21 0 0 0 3.884-2.963 11 11 0 0 0 .621-1.455c.278.213.12.862.26 1.213 1.336-.744 2.1-2.443 2.608-4.161.586-1.988.826-4 1.2-4.589a5 5 0 0 1 1.467-1.3 2.34 2.34 0 0 0 1.22-1.645c-.628-.058-.773-.2-.866-.52a1.9 1.9 0 0 1-.93.225c-.283.009-.595 0-.975.035-3.146.323-3.545 3.79-5.562 5.756a5 5 0 0 1-.473.4 10 10 0 0 1-2.369 1.207c-1.289.493-2.515.528-3.725.953a11.2 11.2 0 0 0-2.52 1.264 7 7 0 0 0-.512.382 5 5 0 0 0-.981 1.138 7.6 7.6 0 0 1-.964 1.241c-.668.656-3.166.191-4.046.8a.7.7 0 0 0-.229.247c.48.218.8.084 1.352.145.072.524-1.139.835-.96 1.076Z" style="fill:#c49a6c"/><path d="M27.742 17.643a.742.742 0 0 0 1.213-.693c-.692-.058-1.093.177-1.213.693M30.846 16.744a2.3 2.3 0 0 0-.345 1.2c0 .109-.082.183-.084.016a2.37 2.37 0 0 1 .344-1.237c.081-.143.129-.084.085.021M30.727 16.65a2.85 2.85 0 0 0-.532 1.3c-.01.108-.1.175-.085.008a2.9 2.9 0 0 1 .534-1.335c.093-.136.136-.073.083.027M30.618 16.526a3.4 3.4 0 0 0-.785 1.367c-.019.107-.113.166-.085 0a3.5 3.5 0 0 1 .79-1.4c.104-.129.142-.062.08.033M30.521 16.388a4.7 4.7 0 0 0-1 1.464c-.034.1-.135.149-.085-.011a4.6 4.6 0 0 1 1.011-1.5c.121-.112.149-.041.075.045Z" style="fill:#002b64"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="d" x1="-7361.602" x2="-7338.406" y1="2007.461" y2="1980.338" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f69923"/><stop offset=".312" stop-color="#f79a23"/><stop offset=".838" stop-color="#e97826"/></linearGradient><linearGradient id="a" x1="-7533.268" x2="-7367.779" y1="2010.527" y2="2010.527" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset=".323" stop-color="#9e2064"/><stop offset=".63" stop-color="#c92037"/><stop offset=".751" stop-color="#cd2335"/><stop offset="1" stop-color="#e97826"/></linearGradient><linearGradient id="c" x1="-7513.292" x2="-7414.676" y1="1993.896" y2="1993.896" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#282662"/><stop offset=".095" stop-color="#662e8d"/><stop offset=".788" stop-color="#9f2064"/><stop offset=".949" stop-color="#cd2032"/></linearGradient><linearGradient xlink:href="#a" id="e" x1="-7523.974" x2="-7358.484" y1="2012.055" y2="2012.055"/><linearGradient xlink:href="#c" id="f" x1="-7511.904" x2="-7424.935" y1="2009.788" y2="2009.788"/><linearGradient xlink:href="#a" id="g" x1="-7523.974" x2="-7358.484" y1="1994.929" y2="1994.929"/><linearGradient xlink:href="#a" id="h" x1="-7534.239" x2="-7368.75" y1="1995.76" y2="1995.76"/><linearGradient xlink:href="#a" id="i" x1="-7523.974" x2="-7358.484" y1="1989.8" y2="1989.8"/><linearGradient xlink:href="#a" id="j" x1="-7523.974" x2="-7358.484" y1="1990.402" y2="1990.402"/><linearGradient xlink:href="#d" id="k" x1="-8333.644" x2="-8310.449" y1="1965.164" y2="1938.041" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="l" x1="-8505.311" x2="-8339.822" y1="1968.23" y2="1968.23" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#c" id="m" x1="-8485.334" x2="-8386.719" y1="1951.599" y2="1951.599" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="n" x1="-8496.017" x2="-8330.527" y1="1969.759" y2="1969.759" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#c" id="o" x1="-8483.947" x2="-8396.977" y1="1967.492" y2="1967.492" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="p" x1="-8496.017" x2="-8330.527" y1="1952.633" y2="1952.633" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="q" x1="-8506.282" x2="-8340.792" y1="1953.463" y2="1953.463" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="r" x1="-8496.017" x2="-8330.527" y1="1947.503" y2="1947.503" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="s" x1="-8496.017" x2="-8330.527" y1="1948.106" y2="1948.106" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/></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:#5653c1"/><path d="M15.632 10.4a7.2 7.2 0 0 0-.3 1.991l1.07.518A13.5 13.5 0 0 1 16.481 11c0-.044.008-.069.008-.069 0 .023-.007.046-.008.069a12 12 0 0 0 0 1.88 21 21 0 0 0 1.585-1.5 2.28 2.28 0 0 0-1.2-1.279s-.948-.375-1.234.299" style="fill:url(#d)"/><path d="M18.416 15.791a.01.01 0 0 0 .007-.009l-.06.053c0 .005-.007.009-.007.014ZM18.456 23.332c0-.016-.011-.033-.013-.049q-.137-.499-.266-.977a81 81 0 0 1-.521-2.081 49 49 0 0 1-.233-1.024 72 72 0 0 1-.166-.785l-.05-.252-.095-.485-.082-.431c-.008-.048-.016-.1-.025-.139v-.024l-.051.047-.106-.053c0 .011 0 .024.008.035q.052.32.114.647.036.184.07.378.098.521.212 1.045c.114.524.152.7.231 1.053s.16.685.243 1.026.167.676.254 1.009a48 48 0 0 0 .338 1.259q.112.411.225.8l.172.086.057-.051a.1.1 0 0 0-.007-.022c-.12-.344-.216-.683-.309-1.012" style="fill:none"/><path d="M19.343 18.621q-.074.082-.154.158c.027-.024.055-.054.08-.081a1 1 0 0 0 .074-.077" style="fill:#be202e"/><path d="M19.343 18.621q-.074.082-.154.158c.027-.024.055-.054.08-.081a1 1 0 0 0 .074-.077" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M18.951 17.767c.009-.006.015-.016.024-.022l.1-.1q-.058.06-.121.125Z" style="fill:#be202e"/><path d="M18.951 17.767c.009-.006.015-.016.024-.022l.1-.1q-.058.06-.121.125Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M16.685 16.069q-.074-.534-.135-1.051a29 29 0 0 1-.1-1.056v-.06q-.035-.509-.048-.993l-1.068-.515c0 .065-.007.132-.01.2q-.017.385-.021.814-.002.482.006 1.01c.008.324.021.661.038 1q.025.44.061.894v.034l1.429.724c-.049-.332-.102-.67-.152-1.001" style="fill:url(#a)"/><path d="M18.8 24.521q.117.402.246.821v.011q.016.06.037.117c.057.188.112.355.23.738a1.45 1.45 0 0 1 .821.2 1.17 1.17 0 0 0-.78-.424 2.51 2.51 0 0 0 1.37-2.233 3 3 0 0 0-.035-.245 1.01 1.01 0 0 1-.575.864 2.82 2.82 0 0 0 .458-1.78 6 6 0 0 0-.056-.464 2.29 2.29 0 0 1-1.329 1.846l-.433.4q.02.072.046.149" style="fill:url(#c)"/><path d="m18.239 23.3-.274-1.031c-.093-.348-.171-.669-.254-1.009s-.163-.683-.243-1.026-.158-.7-.231-1.053-.143-.7-.212-1.045a14 14 0 0 1-.07-.378q-.06-.322-.114-.647.002-.018-.008-.035l-1.421-.725a1 1 0 0 1 .005.068c.029.322.057.649.095.977a36 36 0 0 0 .263 1.859l.031.171a20 20 0 0 0 .663 2.63q.082.24.169.476.204.553.449 1.078l1.436.728c-.077-.264-.147-.533-.225-.8a4 4 0 0 0-.059-.238" style="fill:url(#e)"/><path d="M17.11 23.656a11 11 0 0 0 .661 1.22c.009.012.016.029.025.04a2.9 2.9 0 0 0-1.1-.085 4 4 0 0 1 1.765 1.028 1.85 1.85 0 0 1-.834.418 1.85 1.85 0 0 0 .915-.081 2.25 2.25 0 0 0-.557 1.085 2.3 2.3 0 0 1 .9-.957c.431 1.429.95 2.979 1.526 4.605a.43.43 0 0 0 .067-.406 99 99 0 0 1-1.571-4.851c-.023-.074-.042-.15-.067-.226l-.019-.063q-.12-.413-.244-.849l-.055-.2-1.436-.728a.3.3 0 0 0 .024.05" style="fill:url(#f)"/><path d="m17 17.107.025.139c.028.142.052.286.082.431s.063.319.095.485l.05.252q.079.382.166.785.107.495.233 1.024.119.504.252 1.038.127.506.269 1.043.127.476.266.977c0 .016.011.033.013.049q.14.495.289 1.015a.1.1 0 0 0 .007.022l.433-.4c-.011 0-.02.01-.034.016a4.16 4.16 0 0 0 1.056-2.336 5.6 5.6 0 0 0-.013-1.3 9 9 0 0 0-.209-1.114 15 15 0 0 0-.319-1.092 2.2 2.2 0 0 1-.331.477l-.075.082q-.038.039-.08.081a2.53 2.53 0 0 0 .312-1.88 2.4 2.4 0 0 1-.429.743 1 1 0 0 1-.1.1c-.009.006-.015.016-.027.024a2.6 2.6 0 0 0 .278-.61 1 1 0 0 0 .033-.128q.021-.097.036-.2c0-.044.01-.084.014-.128a2 2 0 0 0 0-.31q.002-.05-.008-.1-.01-.072-.023-.136a6 6 0 0 0-.169-.733c-.009-.025-.013-.049-.023-.074q-.033-.104-.063-.184a2 2 0 0 0-.079-.181.4.4 0 0 1-.031.086 2.8 2.8 0 0 1-.487.7l.4-.365-.4.365a.01.01 0 0 0-.007.009 1 1 0 0 0-.059.061c0-.005.007-.009.007-.014l-1.365 1.25c.015.018.02.024.015.031" style="fill:url(#g)"/><path d="M16.476 12.884q.026.45.077 1.008a.4.4 0 0 0 .007.058 37.097 37.097 0 0 0 .272 2.11c.049.325.109.665.171 1.025l1.365-1.25a2.24 2.24 0 0 0 .343-1.235c0-.107-.008-.22-.016-.336a11 11 0 0 0-.123-1.078 9 9 0 0 0-.2-.965 5 5 0 0 0-.156-.49 6 6 0 0 0-.151-.341 22 22 0 0 1-1.589 1.494" style="fill:url(#h)"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:#be202e"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:url(#i)"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:#be202e"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:url(#j)"/><path d="M29.62 10.668a8 8 0 0 0-1.82 1.367l.45 1.268a15 15 0 0 1 1.576-1.473c.038-.032.061-.049.061-.049-.019.018-.042.031-.061.049a13.5 13.5 0 0 0-1.5 1.51 24 24 0 0 0 2.466.054 2.58 2.58 0 0 0 .053-1.979s-.459-1.063-1.225-.747" style="fill:url(#k)"/><path d="M27.578 17.22a.02.02 0 0 0 .013 0H27.5s-.013 0-.017.006ZM26.634 19.231c-.051.005-.1.005-.159.006q.082 0 .159-.006M21.618 23.322c.011-.015.018-.035.028-.05l.562-1q.311-.541.612-1.054.316-.533.622-1.035.32-.526.626-1.01.25-.393.49-.764.08-.124.16-.243.158-.239.31-.466l.277-.413q.049-.069.09-.132l.016-.023h-.079L25.289 17q-.011.018-.022.034c-.142.2-.284.4-.422.612q-.119.177-.244.359-.335.498-.659 1.009c-.324.511-.438.688-.65 1.031s-.416.679-.619 1.019-.4.677-.6 1.014a61 61 0 0 0-.73 1.282c-.158.28-.31.553-.458.827l.07.206h.087a.1.1 0 0 0 .012-.023c.185-.359.377-.709.564-1.048" style="fill:none"/><path d="M26.075 20.234h-.25.129a1 1 0 0 0 .121 0" style="fill:#be202e"/><path d="M26.075 20.234h-.25.129a1 1 0 0 0 .121 0" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M26.438 19.236h.037q.082.001.159-.006h-.2Z" style="fill:#be202e"/><path d="M26.438 19.236h.037q.082.001.159-.006h-.2Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M25.963 16.069q.365-.489.726-.954a23 23 0 0 1 .805-.98q.376-.438.751-.838l-.451-1.264q-.08.074-.168.154c-.212.2-.434.41-.663.639q-.386.386-.8.818a45 45 0 0 0-.768.839q-.33.374-.661.768l-.025.03.577 1.719q.341-.468.677-.931" style="fill:url(#l)"/><path d="M20.948 24.55q-.223.417-.454.856l-.006.012q-.035.061-.064.124c-.1.2-.192.375-.4.777a1.64 1.64 0 0 1 .5.81 1.33 1.33 0 0 0-.291-.962 2.84 2.84 0 0 0 2.877-.709q.085-.107.166-.225a1.14 1.14 0 0 1-1.149.239 3.2 3.2 0 0 0 1.786-1.072 7 7 0 0 0 .323-.418 2.59 2.59 0 0 1-2.537.43l-.666-.023Z" style="fill:url(#m)"/><path d="M21.468 23.126q.3-.518.6-1.047.292-.505.6-1.014c.308-.509.412-.68.619-1.019s.43-.689.65-1.031.44-.675.659-1.009q.119-.18.244-.359c.138-.2.28-.408.422-.612.006-.012.016-.023.022-.034l-.568-1.713a1 1 0 0 1-.05.059c-.233.282-.47.567-.7.862s-.467.6-.7.912q-.287.393-.57.794c-.037.053-.074.11-.111.162-.228.337-.443.667-.635.984-.219.359-.415.7-.592 1.032q-.173.323-.325.626c-.083.171-.163.346-.242.517-.184.405-.348.814-.5 1.224l.578 1.727c.148-.273.3-.546.458-.827a3 3 0 0 0 .141-.234" style="fill:url(#n)"/><path d="M20.278 22.514a13 13 0 0 0-.437 1.507c0 .016-.009.036-.012.052a3.3 3.3 0 0 0-.814-.939 4.56 4.56 0 0 1 .6 2.23 2.1 2.1 0 0 1-1-.326 2.1 2.1 0 0 0 .8.662 2.55 2.55 0 0 0-1.311.431 2.6 2.6 0 0 1 1.488-.052c-.789 1.493-1.6 3.153-2.431 4.919a.49.49 0 0 0 .377-.273c.147-.319 1.133-2.42 2.59-5.154.04-.077.085-.154.126-.235l.035-.066q.231-.428.478-.878c.039-.069.074-.135.113-.2l-.58-1.732a.3.3 0 0 0-.022.054" style="fill:url(#o)"/><path d="M25.4 17.158c-.032.045-.059.087-.09.132q-.138.203-.277.413c-.139.21-.2.307-.31.466q-.08.118-.16.243a67 67 0 0 0-1.116 1.774c-.2.332-.412.68-.622 1.035-.2.341-.4.689-.612 1.054q-.276.484-.562 1c-.011.015-.018.035-.028.05q-.282.508-.573 1.047a.1.1 0 0 0-.012.023l.666.023c-.012-.006-.024-.008-.04-.014a4.7 4.7 0 0 0 2.706-1.042 6.3 6.3 0 0 0 1.02-1.062 10 10 0 0 0 .717-1.063c.2-.344.409-.722.611-1.133a2.5 2.5 0 0 1-.646.121l-.126.007h-.129a2.87 2.87 0 0 0 1.745-1.266 2.7 2.7 0 0 1-.936.258c-.051.005-.1.005-.159.006h-.041a3 3 0 0 0 .709-.27 1 1 0 0 0 .128-.077q.096-.062.185-.131.057-.046.113-.091a2 2 0 0 0 .245-.251c.025-.03.05-.055.071-.085q.049-.066.089-.128a7 7 0 0 0 .447-.724c.012-.027.028-.05.04-.077l.1-.2a2 2 0 0 0 .08-.209.5.5 0 0 1-.094.044 3.2 3.2 0 0 1-.949.177l.612.023-.612-.023a.02.02 0 0 0-.013 0 1 1 0 0 0-.1 0s.013 0 .017-.006L25.4 17.13c.006.017 0 .024 0 .028" style="fill:url(#p)"/><path d="M28.326 13.339q-.337.382-.739.873a.4.4 0 0 0-.041.052q-.349.428-.742.947c-.227.3-.465.618-.716.968-.219.3-.44.621-.677.961l2.092.078a2.53 2.53 0 0 0 1.258-.722q.125-.133.254-.283a12 12 0 0 0 .757-.966 11 11 0 0 0 .6-.938 6 6 0 0 0 .263-.519q.086-.204.149-.394a24 24 0 0 1-2.458-.057" style="fill:url(#q)"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:#be202e"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:url(#r)"/><path d="M26.434 19.235h.041z" style="fill:#be202e"/><path d="M26.434 19.235h.041z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M26.434 19.235h.041z" style="fill:url(#s)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="d" x1="-7361.602" x2="-7338.406" y1="2007.461" y2="1980.338" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f69923"/><stop offset=".312" stop-color="#f79a23"/><stop offset=".838" stop-color="#e97826"/></linearGradient><linearGradient id="a" x1="-7533.268" x2="-7367.779" y1="2010.527" y2="2010.527" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset=".323" stop-color="#9e2064"/><stop offset=".63" stop-color="#c92037"/><stop offset=".751" stop-color="#cd2335"/><stop offset="1" stop-color="#e97826"/></linearGradient><linearGradient id="c" x1="-7513.292" x2="-7414.676" y1="1993.896" y2="1993.896" gradientTransform="matrix(-.023 -.116 -.116 .023 78.54 -890.577)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#282662"/><stop offset=".095" stop-color="#662e8d"/><stop offset=".788" stop-color="#9f2064"/><stop offset=".949" stop-color="#cd2032"/></linearGradient><linearGradient xlink:href="#a" id="e" x1="-7523.974" x2="-7358.484" y1="2012.055" y2="2012.055"/><linearGradient xlink:href="#c" id="f" x1="-7511.904" x2="-7424.935" y1="2009.788" y2="2009.788"/><linearGradient xlink:href="#a" id="g" x1="-7523.974" x2="-7358.484" y1="1994.929" y2="1994.929"/><linearGradient xlink:href="#a" id="h" x1="-7534.239" x2="-7368.75" y1="1995.76" y2="1995.76"/><linearGradient xlink:href="#a" id="i" x1="-7523.974" x2="-7358.484" y1="1989.8" y2="1989.8"/><linearGradient xlink:href="#a" id="j" x1="-7523.974" x2="-7358.484" y1="1990.402" y2="1990.402"/><linearGradient xlink:href="#d" id="k" x1="-8333.644" x2="-8310.449" y1="1965.164" y2="1938.041" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="l" x1="-8505.311" x2="-8339.822" y1="1968.23" y2="1968.23" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#c" id="m" x1="-8485.334" x2="-8386.719" y1="1951.599" y2="1951.599" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="n" x1="-8496.017" x2="-8330.527" y1="1969.759" y2="1969.759" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#c" id="o" x1="-8483.947" x2="-8396.977" y1="1967.492" y2="1967.492" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="p" x1="-8496.017" x2="-8330.527" y1="1952.633" y2="1952.633" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="q" x1="-8506.282" x2="-8340.792" y1="1953.463" y2="1953.463" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="r" x1="-8496.017" x2="-8330.527" y1="1947.503" y2="1947.503" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/><linearGradient xlink:href="#a" id="s" x1="-8496.017" x2="-8330.527" y1="1948.106" y2="1948.106" gradientTransform="matrix(.074 -.112 -.112 -.074 863.044 -776.696)"/></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:#7f7add"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7f7add"/><path d="M15.632 10.4a7.2 7.2 0 0 0-.3 1.991l1.07.518A13.5 13.5 0 0 1 16.481 11c0-.044.008-.069.008-.069 0 .023-.007.046-.008.069a12 12 0 0 0 0 1.88 21 21 0 0 0 1.585-1.5 2.28 2.28 0 0 0-1.2-1.279s-.948-.375-1.234.299" style="fill:url(#d)"/><path d="M18.416 15.791a.01.01 0 0 0 .007-.009l-.06.053c0 .005-.007.009-.007.014ZM18.456 23.332c0-.016-.011-.033-.013-.049q-.137-.499-.266-.977a81 81 0 0 1-.521-2.081 49 49 0 0 1-.233-1.024 72 72 0 0 1-.166-.785l-.05-.252-.095-.485-.082-.431c-.008-.048-.016-.1-.025-.139v-.024l-.051.047-.106-.053c0 .011 0 .024.008.035q.052.32.114.647.036.184.07.378.098.521.212 1.045c.114.524.152.7.231 1.053s.16.685.243 1.026.167.676.254 1.009a48 48 0 0 0 .338 1.259q.112.411.225.8l.172.086.057-.051a.1.1 0 0 0-.007-.022c-.12-.344-.216-.683-.309-1.012" style="fill:none"/><path d="M19.343 18.621q-.074.082-.154.158c.027-.024.055-.054.08-.081a1 1 0 0 0 .074-.077" style="fill:#be202e"/><path d="M19.343 18.621q-.074.082-.154.158c.027-.024.055-.054.08-.081a1 1 0 0 0 .074-.077" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M18.951 17.767c.009-.006.015-.016.024-.022l.1-.1q-.058.06-.121.125Z" style="fill:#be202e"/><path d="M18.951 17.767c.009-.006.015-.016.024-.022l.1-.1q-.058.06-.121.125Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M16.685 16.069q-.074-.534-.135-1.051a29 29 0 0 1-.1-1.056v-.06q-.035-.509-.048-.993l-1.068-.515c0 .065-.007.132-.01.2q-.017.385-.021.814-.002.482.006 1.01c.008.324.021.661.038 1q.025.44.061.894v.034l1.429.724c-.049-.332-.102-.67-.152-1.001" style="fill:url(#a)"/><path d="M18.8 24.521q.117.402.246.821v.011q.016.06.037.117c.057.188.112.355.23.738a1.45 1.45 0 0 1 .821.2 1.17 1.17 0 0 0-.78-.424 2.51 2.51 0 0 0 1.37-2.233 3 3 0 0 0-.035-.245 1.01 1.01 0 0 1-.575.864 2.82 2.82 0 0 0 .458-1.78 6 6 0 0 0-.056-.464 2.29 2.29 0 0 1-1.329 1.846l-.433.4q.02.072.046.149" style="fill:url(#c)"/><path d="m18.239 23.3-.274-1.031c-.093-.348-.171-.669-.254-1.009s-.163-.683-.243-1.026-.158-.7-.231-1.053-.143-.7-.212-1.045a14 14 0 0 1-.07-.378q-.06-.322-.114-.647.002-.018-.008-.035l-1.421-.725a1 1 0 0 1 .005.068c.029.322.057.649.095.977a36 36 0 0 0 .263 1.859l.031.171a20 20 0 0 0 .663 2.63q.082.24.169.476.204.553.449 1.078l1.436.728c-.077-.264-.147-.533-.225-.8a4 4 0 0 0-.059-.238" style="fill:url(#e)"/><path d="M17.11 23.656a11 11 0 0 0 .661 1.22c.009.012.016.029.025.04a2.9 2.9 0 0 0-1.1-.085 4 4 0 0 1 1.765 1.028 1.85 1.85 0 0 1-.834.418 1.85 1.85 0 0 0 .915-.081 2.25 2.25 0 0 0-.557 1.085 2.3 2.3 0 0 1 .9-.957c.431 1.429.95 2.979 1.526 4.605a.43.43 0 0 0 .067-.406 99 99 0 0 1-1.571-4.851c-.023-.074-.042-.15-.067-.226l-.019-.063q-.12-.413-.244-.849l-.055-.2-1.436-.728a.3.3 0 0 0 .024.05" style="fill:url(#f)"/><path d="m17 17.107.025.139c.028.142.052.286.082.431s.063.319.095.485l.05.252q.079.382.166.785.107.495.233 1.024.119.504.252 1.038.127.506.269 1.043.127.476.266.977c0 .016.011.033.013.049q.14.495.289 1.015a.1.1 0 0 0 .007.022l.433-.4c-.011 0-.02.01-.034.016a4.16 4.16 0 0 0 1.056-2.336 5.6 5.6 0 0 0-.013-1.3 9 9 0 0 0-.209-1.114 15 15 0 0 0-.319-1.092 2.2 2.2 0 0 1-.331.477l-.075.082q-.038.039-.08.081a2.53 2.53 0 0 0 .312-1.88 2.4 2.4 0 0 1-.429.743 1 1 0 0 1-.1.1c-.009.006-.015.016-.027.024a2.6 2.6 0 0 0 .278-.61 1 1 0 0 0 .033-.128q.021-.097.036-.2c0-.044.01-.084.014-.128a2 2 0 0 0 0-.31q.002-.05-.008-.1-.01-.072-.023-.136a6 6 0 0 0-.169-.733c-.009-.025-.013-.049-.023-.074q-.033-.104-.063-.184a2 2 0 0 0-.079-.181.4.4 0 0 1-.031.086 2.8 2.8 0 0 1-.487.7l.4-.365-.4.365a.01.01 0 0 0-.007.009 1 1 0 0 0-.059.061c0-.005.007-.009.007-.014l-1.365 1.25c.015.018.02.024.015.031" style="fill:url(#g)"/><path d="M16.476 12.884q.026.45.077 1.008a.4.4 0 0 0 .007.058 37.097 37.097 0 0 0 .272 2.11c.049.325.109.665.171 1.025l1.365-1.25a2.24 2.24 0 0 0 .343-1.235c0-.107-.008-.22-.016-.336a11 11 0 0 0-.123-1.078 9 9 0 0 0-.2-.965 5 5 0 0 0-.156-.49 6 6 0 0 0-.151-.341 22 22 0 0 1-1.589 1.494" style="fill:url(#h)"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:#be202e"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M19.271 18.7q-.038.039-.08.081a1 1 0 0 1 .08-.081" style="fill:url(#i)"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:#be202e"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M18.948 17.769c.009-.006.015-.016.027-.024-.009.006-.015.016-.027.024" style="fill:url(#j)"/><path d="M29.62 10.668a8 8 0 0 0-1.82 1.367l.45 1.268a15 15 0 0 1 1.576-1.473c.038-.032.061-.049.061-.049-.019.018-.042.031-.061.049a13.5 13.5 0 0 0-1.5 1.51 24 24 0 0 0 2.466.054 2.58 2.58 0 0 0 .053-1.979s-.459-1.063-1.225-.747" style="fill:url(#k)"/><path d="M27.578 17.22a.02.02 0 0 0 .013 0H27.5s-.013 0-.017.006ZM26.634 19.231c-.051.005-.1.005-.159.006q.082 0 .159-.006M21.618 23.322c.011-.015.018-.035.028-.05l.562-1q.311-.541.612-1.054.316-.533.622-1.035.32-.526.626-1.01.25-.393.49-.764.08-.124.16-.243.158-.239.31-.466l.277-.413q.049-.069.09-.132l.016-.023h-.079L25.289 17q-.011.018-.022.034c-.142.2-.284.4-.422.612q-.119.177-.244.359-.335.498-.659 1.009c-.324.511-.438.688-.65 1.031s-.416.679-.619 1.019-.4.677-.6 1.014a61 61 0 0 0-.73 1.282c-.158.28-.31.553-.458.827l.07.206h.087a.1.1 0 0 0 .012-.023c.185-.359.377-.709.564-1.048" style="fill:none"/><path d="M26.075 20.234h-.25.129a1 1 0 0 0 .121 0" style="fill:#be202e"/><path d="M26.075 20.234h-.25.129a1 1 0 0 0 .121 0" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M26.438 19.236h.037q.082.001.159-.006h-.2Z" style="fill:#be202e"/><path d="M26.438 19.236h.037q.082.001.159-.006h-.2Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M25.963 16.069q.365-.489.726-.954a23 23 0 0 1 .805-.98q.376-.438.751-.838l-.451-1.264q-.08.074-.168.154c-.212.2-.434.41-.663.639q-.386.386-.8.818a45 45 0 0 0-.768.839q-.33.374-.661.768l-.025.03.577 1.719q.341-.468.677-.931" style="fill:url(#l)"/><path d="M20.948 24.55q-.223.417-.454.856l-.006.012q-.035.061-.064.124c-.1.2-.192.375-.4.777a1.64 1.64 0 0 1 .5.81 1.33 1.33 0 0 0-.291-.962 2.84 2.84 0 0 0 2.877-.709q.085-.107.166-.225a1.14 1.14 0 0 1-1.149.239 3.2 3.2 0 0 0 1.786-1.072 7 7 0 0 0 .323-.418 2.59 2.59 0 0 1-2.537.43l-.666-.023Z" style="fill:url(#m)"/><path d="M21.468 23.126q.3-.518.6-1.047.292-.505.6-1.014c.308-.509.412-.68.619-1.019s.43-.689.65-1.031.44-.675.659-1.009q.119-.18.244-.359c.138-.2.28-.408.422-.612.006-.012.016-.023.022-.034l-.568-1.713a1 1 0 0 1-.05.059c-.233.282-.47.567-.7.862s-.467.6-.7.912q-.287.393-.57.794c-.037.053-.074.11-.111.162-.228.337-.443.667-.635.984-.219.359-.415.7-.592 1.032q-.173.323-.325.626c-.083.171-.163.346-.242.517-.184.405-.348.814-.5 1.224l.578 1.727c.148-.273.3-.546.458-.827a3 3 0 0 0 .141-.234" style="fill:url(#n)"/><path d="M20.278 22.514a13 13 0 0 0-.437 1.507c0 .016-.009.036-.012.052a3.3 3.3 0 0 0-.814-.939 4.56 4.56 0 0 1 .6 2.23 2.1 2.1 0 0 1-1-.326 2.1 2.1 0 0 0 .8.662 2.55 2.55 0 0 0-1.311.431 2.6 2.6 0 0 1 1.488-.052c-.789 1.493-1.6 3.153-2.431 4.919a.49.49 0 0 0 .377-.273c.147-.319 1.133-2.42 2.59-5.154.04-.077.085-.154.126-.235l.035-.066q.231-.428.478-.878c.039-.069.074-.135.113-.2l-.58-1.732a.3.3 0 0 0-.022.054" style="fill:url(#o)"/><path d="M25.4 17.158c-.032.045-.059.087-.09.132q-.138.203-.277.413c-.139.21-.2.307-.31.466q-.08.118-.16.243a67 67 0 0 0-1.116 1.774c-.2.332-.412.68-.622 1.035-.2.341-.4.689-.612 1.054q-.276.484-.562 1c-.011.015-.018.035-.028.05q-.282.508-.573 1.047a.1.1 0 0 0-.012.023l.666.023c-.012-.006-.024-.008-.04-.014a4.7 4.7 0 0 0 2.706-1.042 6.3 6.3 0 0 0 1.02-1.062 10 10 0 0 0 .717-1.063c.2-.344.409-.722.611-1.133a2.5 2.5 0 0 1-.646.121l-.126.007h-.129a2.87 2.87 0 0 0 1.745-1.266 2.7 2.7 0 0 1-.936.258c-.051.005-.1.005-.159.006h-.041a3 3 0 0 0 .709-.27 1 1 0 0 0 .128-.077q.096-.062.185-.131.057-.046.113-.091a2 2 0 0 0 .245-.251c.025-.03.05-.055.071-.085q.049-.066.089-.128a7 7 0 0 0 .447-.724c.012-.027.028-.05.04-.077l.1-.2a2 2 0 0 0 .08-.209.5.5 0 0 1-.094.044 3.2 3.2 0 0 1-.949.177l.612.023-.612-.023a.02.02 0 0 0-.013 0 1 1 0 0 0-.1 0s.013 0 .017-.006L25.4 17.13c.006.017 0 .024 0 .028" style="fill:url(#p)"/><path d="M28.326 13.339q-.337.382-.739.873a.4.4 0 0 0-.041.052q-.349.428-.742.947c-.227.3-.465.618-.716.968-.219.3-.44.621-.677.961l2.092.078a2.53 2.53 0 0 0 1.258-.722q.125-.133.254-.283a12 12 0 0 0 .757-.966 11 11 0 0 0 .6-.938 6 6 0 0 0 .263-.519q.086-.204.149-.394a24 24 0 0 1-2.458-.057" style="fill:url(#q)"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:#be202e"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M25.954 20.241h-.129a1 1 0 0 1 .129 0" style="fill:url(#r)"/><path d="M26.434 19.235h.041z" style="fill:#be202e"/><path d="M26.434 19.235h.041z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M26.434 19.235h.041z" style="fill:url(#s)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 32 32"><path d="M29.6 5.5H18.2l-2.1 4.2H4.4v16.8h25.2zm-2.1 4.2h-8.2l1.1-2.1h7.1z" style="fill:#c09553;fill-rule:nonzero"/><path d="M7.068 4.359A3.87 3.87 0 0 0 8.2 7.024a3 3 0 0 0 1.973.787.92.92 0 0 0 .628-.281 3 3 0 0 0 .7-2.876C10.97 2.815 9.5 1.8 7.7.915a8 8 0 0 0-.632 3.444" style="fill:url(#a);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M4.4 7.031a3.85 3.85 0 0 0 2.068 2.025c.687.25 1.443.239 2.122-.031a.92.92 0 0 0 .473-.5A3 3 0 0 0 8.617 5.6C7.42 4.1 5.678 3.728 3.676 3.607A8 8 0 0 0 4.4 7.031" style="fill:url(#b);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M2.959 10.524A3.83 3.83 0 0 0 5.638 11.6a3 3 0 0 0 1.949-.844.93.93 0 0 0 .246-.645A3 3 0 0 0 6.306 7.58c-1.675-.919-3.428-.6-5.324.06a8 8 0 0 0 1.977 2.884" style="fill:url(#c);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M2.956 14.307a3.83 3.83 0 0 0 2.885-.035 3 3 0 0 0 1.479-1.529.93.93 0 0 0-.02-.691A2.98 2.98 0 0 0 4.926 10.3c-1.9-.2-3.394.766-4.9 2.1a7.95 7.95 0 0 0 2.93 1.907" style="fill:url(#d);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M4.394 17.8a3.83 3.83 0 0 0 2.653-1.141 3.02 3.02 0 0 0 .784-1.981.93.93 0 0 0-.28-.631 2.97 2.97 0 0 0-2.863-.706c-1.831.54-2.844 2.013-3.722 3.824a7.9 7.9 0 0 0 3.428.635" style="fill:url(#e);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M7.054 20.479A3.85 3.85 0 0 0 9.07 18.4a3.02 3.02 0 0 0-.031-2.132.93.93 0 0 0-.5-.476 2.97 2.97 0 0 0-2.914.449c-1.486 1.2-1.86 2.953-1.982 4.964a7.9 7.9 0 0 0 3.411-.726" style="fill:url(#f);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M10.531 21.93a3.87 3.87 0 0 0 1.069-2.692 3.02 3.02 0 0 0-.841-1.958.92.92 0 0 0-.642-.248A2.98 2.98 0 0 0 7.6 18.567c-.914 1.683-.594 3.443.06 5.348a7.96 7.96 0 0 0 2.871-1.985" style="fill:url(#g);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M14.3 21.933a3.87 3.87 0 0 0-.035-2.9 3 3 0 0 0-1.522-1.486.92.92 0 0 0-.687.018 3 3 0 0 0-1.745 2.387c-.2 1.906.763 3.409 2.093 4.918a8 8 0 0 0 1.896-2.937" style="fill:url(#h);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M17.776 20.489a3.86 3.86 0 0 0-1.136-2.665 3 3 0 0 0-1.973-.788.92.92 0 0 0-.628.281 3 3 0 0 0-.7 2.876c.538 1.839 2 2.857 3.807 3.739a8 8 0 0 0 .63-3.443" style="fill:url(#i);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M20.441 17.817a3.85 3.85 0 0 0-2.065-2.025 2.98 2.98 0 0 0-2.122.031.92.92 0 0 0-.473.5 3 3 0 0 0 .447 2.927c1.2 1.493 2.94 1.869 4.942 1.991a8 8 0 0 0-.729-3.424" style="fill:url(#j);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M21.885 14.324a3.83 3.83 0 0 0-2.679-1.077 3 3 0 0 0-1.949.844.93.93 0 0 0-.246.645 3 3 0 0 0 1.528 2.533c1.675.919 3.428.6 5.324-.06a8 8 0 0 0-1.978-2.885" style="fill:url(#k);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M21.888 10.541a3.82 3.82 0 0 0-2.888.035 3 3 0 0 0-1.479 1.529.93.93 0 0 0 .018.691 2.98 2.98 0 0 0 2.376 1.753c1.9.2 3.394-.767 4.9-2.1a7.95 7.95 0 0 0-2.927-1.908" style="fill:url(#l);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M20.451 7.046c-.998.02-1.95.43-2.651 1.141a3 3 0 0 0-.784 1.982.93.93 0 0 0 .28.631 2.97 2.97 0 0 0 2.863.706c1.831-.54 2.844-2.013 3.722-3.824a7.9 7.9 0 0 0-3.43-.636" style="fill:url(#m);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M17.791 4.369a3.85 3.85 0 0 0-2.016 2.074 3.02 3.02 0 0 0 .031 2.132.93.93 0 0 0 .5.476 2.97 2.97 0 0 0 2.912-.451C20.7 7.4 21.079 5.649 21.2 3.638a7.9 7.9 0 0 0-3.409.731" style="fill:url(#n);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M14.313 2.918a3.87 3.87 0 0 0-1.072 2.692c.032.733.331 1.429.84 1.958a.92.92 0 0 0 .642.248 2.98 2.98 0 0 0 2.522-1.536c.914-1.683.594-3.443-.06-5.348a7.95 7.95 0 0 0-2.872 1.986" style="fill:url(#o);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M10.548 2.915a3.87 3.87 0 0 0 .035 2.9A3 3 0 0 0 12.105 7.3a.92.92 0 0 0 .687-.018 3 3 0 0 0 1.745-2.387c.2-1.906-.763-3.409-2.093-4.918a8 8 0 0 0-1.896 2.938" style="fill:url(#p);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><defs><linearGradient id="a" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="b" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="c" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="d" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="e" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="f" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="g" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="h" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="i" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="j" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="k" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="l" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="m" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="n" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="o" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="p" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 32 32"><path d="M29.5 5.5H18.2l-2.1 4.2H4.3v16.8h25.2zm-2.1 18.7H6.6V11.8h20.8zm0-14.5h-8.2l1-2.1h7.1v2.1z" style="fill:#dcb67a;fill-rule:nonzero"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dcb67a;fill-rule:nonzero"/><path d="M7.068 4.359A3.87 3.87 0 0 0 8.2 7.024a3 3 0 0 0 1.973.787.92.92 0 0 0 .628-.281 3 3 0 0 0 .7-2.876C10.97 2.815 9.5 1.8 7.7.915a8 8 0 0 0-.632 3.444" style="fill:url(#a);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M4.4 7.031a3.85 3.85 0 0 0 2.068 2.025c.687.25 1.443.239 2.122-.031a.92.92 0 0 0 .473-.5A3 3 0 0 0 8.617 5.6C7.42 4.1 5.678 3.728 3.676 3.607A8 8 0 0 0 4.4 7.031" style="fill:url(#b);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M2.959 10.524A3.83 3.83 0 0 0 5.638 11.6a3 3 0 0 0 1.949-.844.93.93 0 0 0 .246-.645A3 3 0 0 0 6.306 7.58c-1.675-.919-3.428-.6-5.324.06a8 8 0 0 0 1.977 2.884" style="fill:url(#c);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M2.956 14.307a3.83 3.83 0 0 0 2.885-.035 3 3 0 0 0 1.479-1.529.93.93 0 0 0-.02-.691A2.98 2.98 0 0 0 4.926 10.3c-1.9-.2-3.394.766-4.9 2.1a7.95 7.95 0 0 0 2.93 1.907" style="fill:url(#d);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M4.394 17.8a3.83 3.83 0 0 0 2.653-1.141 3.02 3.02 0 0 0 .784-1.981.93.93 0 0 0-.28-.631 2.97 2.97 0 0 0-2.863-.706c-1.831.54-2.844 2.013-3.722 3.824a7.9 7.9 0 0 0 3.428.635" style="fill:url(#e);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M7.054 20.479A3.85 3.85 0 0 0 9.07 18.4a3.02 3.02 0 0 0-.031-2.132.93.93 0 0 0-.5-.476 2.97 2.97 0 0 0-2.914.449c-1.486 1.2-1.86 2.953-1.982 4.964a7.9 7.9 0 0 0 3.411-.726" style="fill:url(#f);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M10.531 21.93a3.87 3.87 0 0 0 1.069-2.692 3.02 3.02 0 0 0-.841-1.958.92.92 0 0 0-.642-.248A2.98 2.98 0 0 0 7.6 18.567c-.914 1.683-.594 3.443.06 5.348a7.96 7.96 0 0 0 2.871-1.985" style="fill:url(#g);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M14.3 21.933a3.87 3.87 0 0 0-.035-2.9 3 3 0 0 0-1.522-1.486.92.92 0 0 0-.687.018 3 3 0 0 0-1.745 2.387c-.2 1.906.763 3.409 2.093 4.918a8 8 0 0 0 1.896-2.937" style="fill:url(#h);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M17.776 20.489a3.86 3.86 0 0 0-1.136-2.665 3 3 0 0 0-1.973-.788.92.92 0 0 0-.628.281 3 3 0 0 0-.7 2.876c.538 1.839 2 2.857 3.807 3.739a8 8 0 0 0 .63-3.443" style="fill:url(#i);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M20.441 17.817a3.85 3.85 0 0 0-2.065-2.025 2.98 2.98 0 0 0-2.122.031.92.92 0 0 0-.473.5 3 3 0 0 0 .447 2.927c1.2 1.493 2.94 1.869 4.942 1.991a8 8 0 0 0-.729-3.424" style="fill:url(#j);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M21.885 14.324a3.83 3.83 0 0 0-2.679-1.077 3 3 0 0 0-1.949.844.93.93 0 0 0-.246.645 3 3 0 0 0 1.528 2.533c1.675.919 3.428.6 5.324-.06a8 8 0 0 0-1.978-2.885" style="fill:url(#k);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M21.888 10.541a3.82 3.82 0 0 0-2.888.035 3 3 0 0 0-1.479 1.529.93.93 0 0 0 .018.691 2.98 2.98 0 0 0 2.376 1.753c1.9.2 3.394-.767 4.9-2.1a7.95 7.95 0 0 0-2.927-1.908" style="fill:url(#l);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M20.451 7.046c-.998.02-1.95.43-2.651 1.141a3 3 0 0 0-.784 1.982.93.93 0 0 0 .28.631 2.97 2.97 0 0 0 2.863.706c1.831-.54 2.844-2.013 3.722-3.824a7.9 7.9 0 0 0-3.43-.636" style="fill:url(#m);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M17.791 4.369a3.85 3.85 0 0 0-2.016 2.074 3.02 3.02 0 0 0 .031 2.132.93.93 0 0 0 .5.476 2.97 2.97 0 0 0 2.912-.451C20.7 7.4 21.079 5.649 21.2 3.638a7.9 7.9 0 0 0-3.409.731" style="fill:url(#n);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M14.313 2.918a3.87 3.87 0 0 0-1.072 2.692c.032.733.331 1.429.84 1.958a.92.92 0 0 0 .642.248 2.98 2.98 0 0 0 2.522-1.536c.914-1.683.594-3.443-.06-5.348a7.95 7.95 0 0 0-2.872 1.986" style="fill:url(#o);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><path d="M10.548 2.915a3.87 3.87 0 0 0 .035 2.9A3 3 0 0 0 12.105 7.3a.92.92 0 0 0 .687-.018 3 3 0 0 0 1.745-2.387c.2-1.906-.763-3.409-2.093-4.918a8 8 0 0 0-1.896 2.938" style="fill:url(#p);fill-rule:nonzero" transform="matrix(.75162 0 0 .75162 12.355 11.205)"/><defs><linearGradient id="a" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="b" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="c" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="d" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="e" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="f" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="g" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="h" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="i" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="j" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="k" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="l" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="m" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="n" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="o" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient><linearGradient id="p" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0a00b2;stop-opacity:.65"/><stop offset=".5" style="stop-color:red;stop-opacity:.65"/><stop offset="1" style="stop-color:#fffc00;stop-opacity:.65"/></linearGradient></defs></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:#57b565"/><path d="M30.617 13.894a1.11 1.11 0 0 0-1.557-.2 1 1 0 0 0-.172.166.47.47 0 0 0-.1.225 1.37 1.37 0 0 0-1.39.467l-.006.011a4.7 4.7 0 0 0-3.317-.79 5.3 5.3 0 0 0-3.368 1.968q-.689 3.642-1.26 7.3c-.193 1.244-.4 2.488-.523 3.741-.061.637-.1 1.277-.1 1.917 0 .161 0 .349.02.544a2.7 2.7 0 0 0 .257 1.047.4.4 0 0 0 .138.16.41.41 0 0 0 .439-.072 21.3 21.3 0 0 0 3.822-3.786 21 21 0 0 0 1.512-2.153 10 10 0 0 0 .528-1.007c.107-.232.256-.636.544-.709a.08.08 0 0 1 .061 0c.034.018.03.067.019.1-.19.681-.5 1.33-.687 2.014-.13.474-.416 1.3-.1 1.761.44.625 1.781-1.065 1.985-1.321a11.3 11.3 0 0 0 1.189-1.877 10.3 10.3 0 0 0 .888-1.906 6.6 6.6 0 0 0 .13-2.1 9.9 9.9 0 0 0-.412-2.447c-.034-.105-.086-.2-.126-.3h.015a1.23 1.23 0 0 0 .714-1.169.62.62 0 0 0 .478.024 1.058 1.058 0 0 0 .379-1.6Z" style="fill:#97a99a"/><path d="M28.036 15.091a3.52 3.52 0 0 0-2.483-1.247 2.9 2.9 0 0 0-1.75 1.082 13.4 13.4 0 0 0-1.6 2.124 1 1 0 0 0-.171.423.95.95 0 0 0 .088.406 5.1 5.1 0 0 0 1.143 1.714 1.6 1.6 0 0 0 .751.469 1.76 1.76 0 0 0 1.421-.564 12 12 0 0 0 1.623-1.723c.428-.545 1.118-1.265.979-2.008" style="fill:#eaeaea;opacity:.800000011920929;isolation:isolate"/><path d="M21.4 11.262a3.2 3.2 0 0 0-.778.508q-.411.32-.811.649a35 35 0 0 0-2.005 1.786 17.8 17.8 0 0 0-3.766 4.857 6.8 6.8 0 0 0-.743 2.706 4.4 4.4 0 0 0 1.861 3.577 7.12 7.12 0 0 0 4.242 1.432 5.36 5.36 0 0 0 4.086-1.68 5.6 5.6 0 0 0 1.264-2.746 8.5 8.5 0 0 0 .129-1.543 3.4 3.4 0 0 0-.187-1.532 4 4 0 0 1-.252-.462 1.2 1.2 0 0 1 .051-.767 21.6 21.6 0 0 0 1.009-5.963 5 5 0 0 1-.6.245 3.5 3.5 0 0 0-.508.368 11 11 0 0 0-1.02 1 2 2 0 0 0-.264.327 2.6 2.6 0 0 0-.205.471 9 9 0 0 1-.517 1.143 1.2 1.2 0 0 1-.246.342 1.1 1.1 0 0 1-.29.17c-.417.187-1.057.487-1.517.262-.555-.272-.5-1.092-.309-1.557l1.234-3c.045-.111.32-.443.25-.565-.02-.032-.057-.038-.108-.028" style="fill:#eaeaea"/><path d="M13.873 23.633a6.07 6.07 0 0 0 2.835 2.257 5.48 5.48 0 0 0 3.487 0l-.04.013a19 19 0 0 0 1.8-.841 1.8 1.8 0 0 0 .312-.2c.114-.117.231-.234.337-.357a5.5 5.5 0 0 0 .576-.735 4 4 0 0 0 .571-1.706c.043-.309.093-.679.1-.954a2.8 2.8 0 0 0-.093-.857c-.071-.286-.214-.572-.332-.947a1.8 1.8 0 0 1 .04-1.266 11.7 11.7 0 0 0 .655-1.876l1.034-3.928a34 34 0 0 1-.413 4.064 10 10 0 0 1-.5 2.015 1.02 1.02 0 0 0 .036.721c.1.269.271.589.388.955a3.7 3.7 0 0 1 .179 1.143c-.011.4-.052.7-.094 1.066a4.8 4.8 0 0 1-.7 2.117 6.5 6.5 0 0 1-.7.862c-.122.133-.249.255-.374.381a2.4 2.4 0 0 1-.541.364 16 16 0 0 1-1.965.816l-.024.009h-.016a6.5 6.5 0 0 1-2.014.194 5.2 5.2 0 0 1-1.954-.516 5.45 5.45 0 0 1-2.59-2.794" style="fill:#9cb09f;opacity:.5;isolation:isolate"/><path d="M15.159 25.348s2.606 3.574 3.477 3.873 1.428-2.5 1.428-2.5a6.62 6.62 0 0 1-4.905-1.373" style="fill:#eaeaea"/><ellipse cx="15.685" cy="20.651" rx="1.239" ry="1.058" style="fill:#cb411f"/><ellipse cx="16.175" cy="20.329" rx=".424" ry=".411" style="fill:#e9d7d3"/><ellipse cx="21.743" cy="21.387" rx="1.239" ry="1.058" style="fill:#cb411f"/><ellipse cx="22.233" cy="21.067" rx=".424" ry=".411" style="fill:#e9d7d3"/><path d="M30.764 13.8a1.16 1.16 0 0 0-.924-.506 1.33 1.33 0 0 0-1.09.457.6.6 0 0 0-.05.108c-.049-.008-.095-.022-.143-.025a1.58 1.58 0 0 0-.941.254 5.1 5.1 0 0 0-1.937-.777c.033-.4.067-.8.083-1.218a.257.257 0 0 0-.249-.264.3.3 0 0 0-.184.066c-.066.032-.2.077-.31.117a2 2 0 0 0-.245.095 3.7 3.7 0 0 0-.549.4 11 11 0 0 0-.952.924 6.04 6.04 0 0 0-2.958 1.988.5.5 0 0 0-.113.234l-.025.138a1.5 1.5 0 0 1 .088-.835l1.233-3c.012-.026.038-.063.065-.106.143-.214.3-.463.174-.678a.34.34 0 0 0-.387-.153 2.6 2.6 0 0 0-.884.559q-.414.319-.816.653a34 34 0 0 0-2.022 1.8 18.4 18.4 0 0 0-3.816 4.928 7 7 0 0 0-.774 2.805 4.62 4.62 0 0 0 1.928 3.757 22.3 22.3 0 0 0 3.373 3.834 2.95 2.95 0 0 0 .314 1.186.9.9 0 0 0 .314.344.8.8 0 0 0 .422.117 1.03 1.03 0 0 0 .606-.214 21.7 21.7 0 0 0 3.905-3.881q.429-.539.821-1.095a1.6 1.6 0 0 0 .228 1.082.82.82 0 0 0 .686.357c.348 0 .947-.171 2.126-1.643a11.6 11.6 0 0 0 1.25-1.978q.1-.194.21-.394a7.8 7.8 0 0 0 .714-1.613 7 7 0 0 0 .143-2.261 10.5 10.5 0 0 0-.436-2.572c-.027-.084-.066-.161-.1-.242a1.4 1.4 0 0 0 .365-.6 2 2 0 0 0 .044-.252c.025 0 .05.013.075.013a.7.7 0 0 0 .277-.057 1.12 1.12 0 0 0 .643-.714 1.38 1.38 0 0 0-.182-1.138m-10.055 1.942a5.9 5.9 0 0 1 2.042-1.59l-.1.253a9 9 0 0 1-.5 1.113 1 1 0 0 1-.19.269 1.1 1.1 0 0 1-.266.147 2.34 2.34 0 0 1-1.078.279c.035-.155.062-.313.092-.471m-7.151 6.037a6.5 6.5 0 0 1 .714-2.6 17.9 17.9 0 0 1 3.714-4.786c.618-.6 1.286-1.195 1.99-1.774a39 39 0 0 1 1.018-.813L19.78 14.76a1.57 1.57 0 0 0 .26 1.761 1 1 0 0 0 .175.119 1 1 0 0 0 .314.089 2.8 2.8 0 0 0 1.428-.348 1.4 1.4 0 0 0 .357-.214 1.4 1.4 0 0 0 .3-.414 10 10 0 0 0 .551-1.229 2 2 0 0 1 .163-.375 2 2 0 0 1 .227-.28l.006-.008a14 14 0 0 1 .994-.973 3 3 0 0 1 .461-.336c.028-.013.1-.037.174-.065l.031-.01c-.014.264-.042.517-.064.774-.013.169-.024.341-.041.507a20 20 0 0 1-.873 4.21 1.46 1.46 0 0 0-.05.929 1.8 1.8 0 0 0 .172.333 2 2 0 0 1 .093.159 2.5 2.5 0 0 1 .162 1.173v.247a8.3 8.3 0 0 1-.124 1.5 5.36 5.36 0 0 1-1.21 2.62 4.94 4.94 0 0 1-3.151 1.55.3.3 0 0 0-.132-.006 3 3 0 0 1-.292.038c-.09 0-.178.012-.268.012H19.4a6.903 6.903 0 0 1-.958-.079 7 7 0 0 1-1.123-.26q-.1-.033-.2-.071l-.061-.023a7.8 7.8 0 0 1-1.744-.947 4.13 4.13 0 0 1-1.756-3.364m4.751 6.915a21 21 0 0 1-2.129-2.424q.258.125.526.232.098.04.194.071c.096.031.147.055.221.079a7 7 0 0 0 1.273.313q.277.04.515.057a6 6 0 0 0 .825 0 3.95 3.95 0 0 1-.885 1.937.02.02 0 0 0-.016 0 .14.14 0 0 1-.111.012 1.5 1.5 0 0 1-.413-.277m11.26-9.3a6.6 6.6 0 0 1-.13 2.1 10.3 10.3 0 0 1-.888 1.906 11.3 11.3 0 0 1-1.189 1.886c-.173.214-1.159 1.459-1.725 1.459a.3.3 0 0 1-.26-.138c-.321-.456-.035-1.285.1-1.761.19-.684.5-1.333.687-2.014.011-.037.015-.086-.019-.1a.1.1 0 0 0-.028-.007h-.033c-.286.072-.437.477-.544.71a10 10 0 0 1-.528 1.007A21 21 0 0 1 23.5 26.6a21.3 21.3 0 0 1-3.814 3.786.52.52 0 0 1-.293.108.27.27 0 0 1-.146-.04.4.4 0 0 1-.138-.16 2.3 2.3 0 0 1-.231-.807.7.7 0 0 0 .232-.078c.643-.365 1.035-1.824 1.172-2.429a5.45 5.45 0 0 0 3.4-1.707A5.86 5.86 0 0 0 25 22.4a8.7 8.7 0 0 0 .133-1.588v-.239a3 3 0 0 0-.214-1.405 3 3 0 0 0-.114-.2 1.2 1.2 0 0 1-.125-.233.95.95 0 0 1 .052-.605 20.4 20.4 0 0 0 .9-4.306 4.6 4.6 0 0 1 1.579.622q.183.115.357.25a4.6 4.6 0 0 1 1.388 1.752q.088.195.16.4c.012.034.029.065.041.1a9.9 9.9 0 0 1 .412 2.452Zm-1.586-5.029a1.2 1.2 0 0 1 .484-.105h.064c.021 0 .055.01.083.013a1 1 0 0 1 .367.114.94.94 0 0 1 .338.318 1.5 1.5 0 0 1 .172.411 1.4 1.4 0 0 1 .053.445 1.2 1.2 0 0 1-.046.266 1 1 0 0 1-.143.253 5.1 5.1 0 0 0-1.372-1.714Zm2.638.48a.79.79 0 0 1-.453.5.4.4 0 0 1-.2.02 1.9 1.9 0 0 0-.28-.881 1.37 1.37 0 0 0-.647-.531.98.98 0 0 1 .725-.315h.054a.81.81 0 0 1 .65.35 1.05 1.05 0 0 1 .151.858Z" style="fill:#535153"/><path d="M15.686 19.465a1.2 1.2 0 1 0 0 2.371 1.2 1.2 0 1 0 0-2.371m0 2.116a.943.943 0 1 1 0-1.856.943.943 0 1 1 0 1.856M21.743 22.572a1.2 1.2 0 1 0-1.369-1.185 1.286 1.286 0 0 0 1.369 1.185m0-2.115a.943.943 0 1 1-1.109.928 1.034 1.034 0 0 1 1.109-.928M17.242 24.614a1.1 1.1 0 0 1 .309-.008l.806.263a3.5 3.5 0 0 1 .428.268.14.14 0 0 0 .078.025.13.13 0 0 0 .1-.051.127.127 0 0 0-.024-.177 3.2 3.2 0 0 0-.937-.5 13 13 0 0 1 .1-1.733.7.7 0 0 0 .478-.071.36.36 0 0 0 .175-.353c-.034-.316-.337-.521-.786-.535h-.1a.34.34 0 0 0-.286.143.3.3 0 0 0-.049.155.57.57 0 0 0 .29.562l.031.018a12 12 0 0 0-.114 1.75 1.35 1.35 0 0 0-.58 0 .127.127 0 0 0-.086.159.133.133 0 0 0 .167.085" style="fill:#535153"/><path d="M21.808 23.3a.75.75 0 0 1 .363-.357 2 2 0 0 1 .48-.167 1.7 1.7 0 0 0 .429-.129.9.9 0 0 0 .368-.271.6.6 0 0 1-.263.438 1.3 1.3 0 0 1-.481.21 4 4 0 0 0-.458.1 1.5 1.5 0 0 0-.438.176M13.873 21.067a.54.54 0 0 1 .388.255 1.7 1.7 0 0 1 .189.407.74.74 0 0 0 .541.5.57.57 0 0 1-.47-.037.7.7 0 0 1-.316-.383 4 4 0 0 0-.118-.4.86.86 0 0 0-.214-.342" style="fill:#cb411f"/><path d="M27.986 21.729a13 13 0 0 0-1.956-.229 5.1 5.1 0 0 0 1.419-.669 6.6 6.6 0 0 0 1.565-1.066 3.7 3.7 0 0 0 1.2-2.3.79.79 0 0 0-.32-.813 1.76 1.76 0 0 1-.254 1.8 3.76 3.76 0 0 1-1.567 1.114 18.6 18.6 0 0 1-3.025.879.19.19 0 0 0-.188.193.2.2 0 0 0 .014.072 4.35 4.35 0 0 1-.357 1.8 6 6 0 0 0-.254.928c-.143.87.739.014 1.079-.17a2.89 2.89 0 0 1 2.192-.4 6.4 6.4 0 0 1 2.1 1.032 1.87 1.87 0 0 1 .69 1.469 4.5 4.5 0 0 1-.1.95.5.5 0 0 1-.06.178c-.386.581-.894 1.155-1.322 1.722-.177.234.12.125.218.082a3.48 3.48 0 0 0 1.683-2.087 3.75 3.75 0 0 0-.275-2.794 3.98 3.98 0 0 0-2.482-1.691" style="fill:#285957"/></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:#7cd689"/><path d="M30.617 13.894a1.11 1.11 0 0 0-1.557-.2 1 1 0 0 0-.172.166.47.47 0 0 0-.1.225 1.37 1.37 0 0 0-1.39.467l-.006.011a4.7 4.7 0 0 0-3.317-.79 5.3 5.3 0 0 0-3.368 1.968q-.689 3.642-1.26 7.3c-.193 1.244-.4 2.488-.523 3.741-.061.637-.1 1.277-.1 1.917 0 .161 0 .349.02.544a2.7 2.7 0 0 0 .257 1.047.4.4 0 0 0 .138.16.41.41 0 0 0 .439-.072 21.3 21.3 0 0 0 3.822-3.786 21 21 0 0 0 1.512-2.153 10 10 0 0 0 .528-1.007c.107-.232.256-.636.544-.709a.08.08 0 0 1 .061 0c.034.018.03.067.019.1-.19.681-.5 1.33-.687 2.014-.13.474-.416 1.3-.1 1.761.44.625 1.781-1.065 1.985-1.321a11.3 11.3 0 0 0 1.189-1.877 10.3 10.3 0 0 0 .888-1.906 6.6 6.6 0 0 0 .13-2.1 9.9 9.9 0 0 0-.412-2.447c-.034-.105-.086-.2-.126-.3h.015a1.23 1.23 0 0 0 .714-1.169.62.62 0 0 0 .478.024 1.058 1.058 0 0 0 .379-1.6Z" style="fill:#97a99a"/><path d="M28.036 15.091a3.52 3.52 0 0 0-2.483-1.247 2.9 2.9 0 0 0-1.75 1.082 13.4 13.4 0 0 0-1.6 2.124 1 1 0 0 0-.171.423.95.95 0 0 0 .088.406 5.1 5.1 0 0 0 1.143 1.714 1.6 1.6 0 0 0 .751.469 1.76 1.76 0 0 0 1.421-.564 12 12 0 0 0 1.623-1.723c.428-.545 1.118-1.265.979-2.008" style="fill:#eaeaea;opacity:.800000011920929;isolation:isolate"/><path d="M21.4 11.262a3.2 3.2 0 0 0-.778.508q-.411.32-.811.649a35 35 0 0 0-2.005 1.786 17.8 17.8 0 0 0-3.766 4.857 6.8 6.8 0 0 0-.743 2.706 4.4 4.4 0 0 0 1.861 3.577 7.12 7.12 0 0 0 4.242 1.432 5.36 5.36 0 0 0 4.086-1.68 5.6 5.6 0 0 0 1.264-2.746 8.5 8.5 0 0 0 .129-1.543 3.4 3.4 0 0 0-.187-1.532 4 4 0 0 1-.252-.462 1.2 1.2 0 0 1 .051-.767 21.6 21.6 0 0 0 1.009-5.963 5 5 0 0 1-.6.245 3.5 3.5 0 0 0-.508.368 11 11 0 0 0-1.02 1 2 2 0 0 0-.264.327 2.6 2.6 0 0 0-.205.471 9 9 0 0 1-.517 1.143 1.2 1.2 0 0 1-.246.342 1.1 1.1 0 0 1-.29.17c-.417.187-1.057.487-1.517.262-.555-.272-.5-1.092-.309-1.557l1.234-3c.045-.111.32-.443.25-.565-.02-.032-.057-.038-.108-.028" style="fill:#eaeaea"/><path d="M13.873 23.633a6.07 6.07 0 0 0 2.835 2.257 5.48 5.48 0 0 0 3.487 0l-.04.013a19 19 0 0 0 1.8-.841 1.8 1.8 0 0 0 .312-.2c.114-.117.231-.234.337-.357a5.5 5.5 0 0 0 .576-.735 4 4 0 0 0 .571-1.706c.043-.309.093-.679.1-.954a2.8 2.8 0 0 0-.093-.857c-.071-.286-.214-.572-.332-.947a1.8 1.8 0 0 1 .04-1.266 11.7 11.7 0 0 0 .655-1.876l1.034-3.928a34 34 0 0 1-.413 4.064 10 10 0 0 1-.5 2.015 1.02 1.02 0 0 0 .036.721c.1.269.271.589.388.955a3.7 3.7 0 0 1 .179 1.143c-.011.4-.052.7-.094 1.066a4.8 4.8 0 0 1-.7 2.117 6.5 6.5 0 0 1-.7.862c-.122.133-.249.255-.374.381a2.4 2.4 0 0 1-.541.364 16 16 0 0 1-1.965.816l-.024.009h-.016a6.5 6.5 0 0 1-2.014.194 5.2 5.2 0 0 1-1.954-.516 5.45 5.45 0 0 1-2.59-2.794" style="fill:#9cb09f;opacity:.5;isolation:isolate"/><path d="M15.159 25.348s2.606 3.574 3.477 3.873 1.428-2.5 1.428-2.5a6.62 6.62 0 0 1-4.905-1.373" style="fill:#eaeaea"/><ellipse cx="15.685" cy="20.651" rx="1.239" ry="1.058" style="fill:#cb411f"/><ellipse cx="16.175" cy="20.329" rx=".424" ry=".411" style="fill:#e9d7d3"/><ellipse cx="21.743" cy="21.387" rx="1.239" ry="1.058" style="fill:#cb411f"/><ellipse cx="22.233" cy="21.067" rx=".424" ry=".411" style="fill:#e9d7d3"/><path d="M30.764 13.8a1.16 1.16 0 0 0-.924-.506 1.33 1.33 0 0 0-1.09.457.6.6 0 0 0-.05.108c-.049-.008-.095-.022-.143-.025a1.58 1.58 0 0 0-.941.254 5.1 5.1 0 0 0-1.937-.777c.033-.4.067-.8.083-1.218a.257.257 0 0 0-.249-.264.3.3 0 0 0-.184.066c-.066.032-.2.077-.31.117a2 2 0 0 0-.245.095 3.7 3.7 0 0 0-.549.4 11 11 0 0 0-.952.924 6.04 6.04 0 0 0-2.958 1.988.5.5 0 0 0-.113.234l-.025.138a1.5 1.5 0 0 1 .088-.835l1.233-3c.012-.026.038-.063.065-.106.143-.214.3-.463.174-.678a.34.34 0 0 0-.387-.153 2.6 2.6 0 0 0-.884.559q-.414.319-.816.653a34 34 0 0 0-2.022 1.8 18.4 18.4 0 0 0-3.816 4.928 7 7 0 0 0-.774 2.805 4.62 4.62 0 0 0 1.928 3.757 22.3 22.3 0 0 0 3.373 3.834 2.95 2.95 0 0 0 .314 1.186.9.9 0 0 0 .314.344.8.8 0 0 0 .422.117 1.03 1.03 0 0 0 .606-.214 21.7 21.7 0 0 0 3.905-3.881q.429-.539.821-1.095a1.6 1.6 0 0 0 .228 1.082.82.82 0 0 0 .686.357c.348 0 .947-.171 2.126-1.643a11.6 11.6 0 0 0 1.25-1.978q.1-.194.21-.394a7.8 7.8 0 0 0 .714-1.613 7 7 0 0 0 .143-2.261 10.5 10.5 0 0 0-.436-2.572c-.027-.084-.066-.161-.1-.242a1.4 1.4 0 0 0 .365-.6 2 2 0 0 0 .044-.252c.025 0 .05.013.075.013a.7.7 0 0 0 .277-.057 1.12 1.12 0 0 0 .643-.714 1.38 1.38 0 0 0-.182-1.138m-10.055 1.942a5.9 5.9 0 0 1 2.042-1.59l-.1.253a9 9 0 0 1-.5 1.113 1 1 0 0 1-.19.269 1.1 1.1 0 0 1-.266.147 2.34 2.34 0 0 1-1.078.279c.035-.155.062-.313.092-.471m-7.151 6.037a6.5 6.5 0 0 1 .714-2.6 17.9 17.9 0 0 1 3.714-4.786c.618-.6 1.286-1.195 1.99-1.774a39 39 0 0 1 1.018-.813L19.78 14.76a1.57 1.57 0 0 0 .26 1.761 1 1 0 0 0 .175.119 1 1 0 0 0 .314.089 2.8 2.8 0 0 0 1.428-.348 1.4 1.4 0 0 0 .357-.214 1.4 1.4 0 0 0 .3-.414 10 10 0 0 0 .551-1.229 2 2 0 0 1 .163-.375 2 2 0 0 1 .227-.28l.006-.008a14 14 0 0 1 .994-.973 3 3 0 0 1 .461-.336c.028-.013.1-.037.174-.065l.031-.01c-.014.264-.042.517-.064.774-.013.169-.024.341-.041.507a20 20 0 0 1-.873 4.21 1.46 1.46 0 0 0-.05.929 1.8 1.8 0 0 0 .172.333 2 2 0 0 1 .093.159 2.5 2.5 0 0 1 .162 1.173v.247a8.3 8.3 0 0 1-.124 1.5 5.36 5.36 0 0 1-1.21 2.62 4.94 4.94 0 0 1-3.151 1.55.3.3 0 0 0-.132-.006 3 3 0 0 1-.292.038c-.09 0-.178.012-.268.012H19.4a6.903 6.903 0 0 1-.958-.079 7 7 0 0 1-1.123-.26q-.1-.033-.2-.071l-.061-.023a7.8 7.8 0 0 1-1.744-.947 4.13 4.13 0 0 1-1.756-3.364m4.751 6.915a21 21 0 0 1-2.129-2.424q.258.125.526.232.098.04.194.071c.096.031.147.055.221.079a7 7 0 0 0 1.273.313q.277.04.515.057a6 6 0 0 0 .825 0 3.95 3.95 0 0 1-.885 1.937.02.02 0 0 0-.016 0 .14.14 0 0 1-.111.012 1.5 1.5 0 0 1-.413-.277m11.26-9.3a6.6 6.6 0 0 1-.13 2.1 10.3 10.3 0 0 1-.888 1.906 11.3 11.3 0 0 1-1.189 1.886c-.173.214-1.159 1.459-1.725 1.459a.3.3 0 0 1-.26-.138c-.321-.456-.035-1.285.1-1.761.19-.684.5-1.333.687-2.014.011-.037.015-.086-.019-.1a.1.1 0 0 0-.028-.007h-.033c-.286.072-.437.477-.544.71a10 10 0 0 1-.528 1.007A21 21 0 0 1 23.5 26.6a21.3 21.3 0 0 1-3.814 3.786.52.52 0 0 1-.293.108.27.27 0 0 1-.146-.04.4.4 0 0 1-.138-.16 2.3 2.3 0 0 1-.231-.807.7.7 0 0 0 .232-.078c.643-.365 1.035-1.824 1.172-2.429a5.45 5.45 0 0 0 3.4-1.707A5.86 5.86 0 0 0 25 22.4a8.7 8.7 0 0 0 .133-1.588v-.239a3 3 0 0 0-.214-1.405 3 3 0 0 0-.114-.2 1.2 1.2 0 0 1-.125-.233.95.95 0 0 1 .052-.605 20.4 20.4 0 0 0 .9-4.306 4.6 4.6 0 0 1 1.579.622q.183.115.357.25a4.6 4.6 0 0 1 1.388 1.752q.088.195.16.4c.012.034.029.065.041.1a9.9 9.9 0 0 1 .412 2.452Zm-1.586-5.029a1.2 1.2 0 0 1 .484-.105h.064c.021 0 .055.01.083.013a1 1 0 0 1 .367.114.94.94 0 0 1 .338.318 1.5 1.5 0 0 1 .172.411 1.4 1.4 0 0 1 .053.445 1.2 1.2 0 0 1-.046.266 1 1 0 0 1-.143.253 5.1 5.1 0 0 0-1.372-1.714Zm2.638.48a.79.79 0 0 1-.453.5.4.4 0 0 1-.2.02 1.9 1.9 0 0 0-.28-.881 1.37 1.37 0 0 0-.647-.531.98.98 0 0 1 .725-.315h.054a.81.81 0 0 1 .65.35 1.05 1.05 0 0 1 .151.858Z" style="fill:#535153"/><path d="M15.686 19.465a1.2 1.2 0 1 0 0 2.371 1.2 1.2 0 1 0 0-2.371m0 2.116a.943.943 0 1 1 0-1.856.943.943 0 1 1 0 1.856M21.743 22.572a1.2 1.2 0 1 0-1.369-1.185 1.286 1.286 0 0 0 1.369 1.185m0-2.115a.943.943 0 1 1-1.109.928 1.034 1.034 0 0 1 1.109-.928M17.242 24.614a1.1 1.1 0 0 1 .309-.008l.806.263a3.5 3.5 0 0 1 .428.268.14.14 0 0 0 .078.025.13.13 0 0 0 .1-.051.127.127 0 0 0-.024-.177 3.2 3.2 0 0 0-.937-.5 13 13 0 0 1 .1-1.733.7.7 0 0 0 .478-.071.36.36 0 0 0 .175-.353c-.034-.316-.337-.521-.786-.535h-.1a.34.34 0 0 0-.286.143.3.3 0 0 0-.049.155.57.57 0 0 0 .29.562l.031.018a12 12 0 0 0-.114 1.75 1.35 1.35 0 0 0-.58 0 .127.127 0 0 0-.086.159.133.133 0 0 0 .167.085" style="fill:#535153"/><path d="M21.808 23.3a.75.75 0 0 1 .363-.357 2 2 0 0 1 .48-.167 1.7 1.7 0 0 0 .429-.129.9.9 0 0 0 .368-.271.6.6 0 0 1-.263.438 1.3 1.3 0 0 1-.481.21 4 4 0 0 0-.458.1 1.5 1.5 0 0 0-.438.176M13.873 21.067a.54.54 0 0 1 .388.255 1.7 1.7 0 0 1 .189.407.74.74 0 0 0 .541.5.57.57 0 0 1-.47-.037.7.7 0 0 1-.316-.383 4 4 0 0 0-.118-.4.86.86 0 0 0-.214-.342" style="fill:#cb411f"/><path d="M27.986 21.729a13 13 0 0 0-1.956-.229 5.1 5.1 0 0 0 1.419-.669 6.6 6.6 0 0 0 1.565-1.066 3.7 3.7 0 0 0 1.2-2.3.79.79 0 0 0-.32-.813 1.76 1.76 0 0 1-.254 1.8 3.76 3.76 0 0 1-1.567 1.114 18.6 18.6 0 0 1-3.025.879.19.19 0 0 0-.188.193.2.2 0 0 0 .014.072 4.35 4.35 0 0 1-.357 1.8 6 6 0 0 0-.254.928c-.143.87.739.014 1.079-.17a2.89 2.89 0 0 1 2.192-.4 6.4 6.4 0 0 1 2.1 1.032 1.87 1.87 0 0 1 .69 1.469 4.5 4.5 0 0 1-.1.95.5.5 0 0 1-.06.178c-.386.581-.894 1.155-1.322 1.722-.177.234.12.125.218.082a3.48 3.48 0 0 0 1.683-2.087 3.75 3.75 0 0 0-.275-2.794 3.98 3.98 0 0 0-2.482-1.691" style="fill:#285957"/></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="m9.99 10.4 17.984 19.05a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM15.684 12.205 29.38 26.97a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM11.684 16.058l13.7 14.764a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM20.5 13.754l9.568 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7l-10.4-9.56ZM13 20.524l9.57 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7zM25.415 15.986l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33z" 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:#db7b7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7b7b"/><path d="m9.99 10.4 17.984 19.05a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM15.684 12.205 29.38 26.97a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM11.684 16.058l13.7 14.764a.84.84 0 0 0 1.081-.072.8.8 0 0 0 .108-1.008zM20.5 13.754l9.568 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7l-10.4-9.56ZM13 20.524l9.57 10.315a.586.586 0 0 0 .755-.05.56.56 0 0 0 .076-.7zM25.415 15.986l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024.25.25 0 0 0 .037-.33z" 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:#bc5572"/><path d="M27.109 24.557H13.89V11.193h13.219ZM20.5 27.54a1.313 1.313 0 1 0 1.3 1.312 1.3 1.3 0 0 0-1.3-1.312Z" style="fill:#fff;stroke:#000;stroke-miterlimit:10;stroke-width:.12306608451093866px"/><path d="M16.521 15.393a1.492 1.492 0 1 0-1.475-1.493 1.485 1.485 0 0 0 1.475 1.493m0-2.386a.9.9 0 1 1-.885.895.89.89 0 0 1 .885-.895m0 6.359a1.491 1.491 0 1 0-1.475-1.491 1.485 1.485 0 0 0 1.475 1.491m0-2.386a.9.9 0 1 1-.885.895.89.89 0 0 1 .885-.895m2.636 2.386h6.566a.3.3 0 0 0 .3-.3v-6.36a.3.3 0 0 0-.3-.3h-6.566a.3.3 0 0 0-.3.3v6.36a.3.3 0 0 0 .3.3m.3-6.359h5.976v5.763h-5.981Zm11.08 15.372h-7.966a2.14 2.14 0 0 0-1.481-1.588V25.75h5.31a1.9 1.9 0 0 0 1.889-1.909V11.909A1.9 1.9 0 0 0 26.4 10H14.6a1.9 1.9 0 0 0-1.889 1.909v11.932A1.9 1.9 0 0 0 14.6 25.75h5.31v1.041a2.14 2.14 0 0 0-1.481 1.588h-7.961a.473.473 0 0 0 0 .946h7.961a2.118 2.118 0 0 0 4.142 0h7.961a.473.473 0 0 0 0-.946ZM14.6 11.432h11.8a.48.48 0 0 1 .472.477v8.86H14.127v-8.86a.48.48 0 0 1 .473-.477m-.472 12.409v-1.879h12.745v1.879a.48.48 0 0 1-.472.477H14.6a.48.48 0 0 1-.473-.477Zm6.373 6.2a1.193 1.193 0 1 1 1.18-1.193 1.186 1.186 0 0 1-1.181 1.197Z" style="fill:#e52e62"/></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:#db7b96"/><path d="M27.109 24.557H13.89V11.193h13.219ZM20.5 27.54a1.313 1.313 0 1 0 1.3 1.312 1.3 1.3 0 0 0-1.3-1.312Z" style="fill:#fff;stroke:#000;stroke-miterlimit:10;stroke-width:.12306608451093866px"/><path d="M16.521 15.393a1.492 1.492 0 1 0-1.475-1.493 1.485 1.485 0 0 0 1.475 1.493m0-2.386a.9.9 0 1 1-.885.895.89.89 0 0 1 .885-.895m0 6.359a1.491 1.491 0 1 0-1.475-1.491 1.485 1.485 0 0 0 1.475 1.491m0-2.386a.9.9 0 1 1-.885.895.89.89 0 0 1 .885-.895m2.636 2.386h6.566a.3.3 0 0 0 .3-.3v-6.36a.3.3 0 0 0-.3-.3h-6.566a.3.3 0 0 0-.3.3v6.36a.3.3 0 0 0 .3.3m.3-6.359h5.976v5.763h-5.981Zm11.08 15.372h-7.966a2.14 2.14 0 0 0-1.481-1.588V25.75h5.31a1.9 1.9 0 0 0 1.889-1.909V11.909A1.9 1.9 0 0 0 26.4 10H14.6a1.9 1.9 0 0 0-1.889 1.909v11.932A1.9 1.9 0 0 0 14.6 25.75h5.31v1.041a2.14 2.14 0 0 0-1.481 1.588h-7.961a.473.473 0 0 0 0 .946h7.961a2.118 2.118 0 0 0 4.142 0h7.961a.473.473 0 0 0 0-.946ZM14.6 11.432h11.8a.48.48 0 0 1 .472.477v8.86H14.127v-8.86a.48.48 0 0 1 .473-.477m-.472 12.409v-1.879h12.745v1.879a.48.48 0 0 1-.472.477H14.6a.48.48 0 0 1-.473-.477Zm6.373 6.2a1.193 1.193 0 1 1 1.18-1.193 1.186 1.186 0 0 1-1.181 1.197Z" style="fill:#e52e62"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><mask id="a" width="21" height="20.449" x="10" y="10.575" maskUnits="userSpaceOnUse"><path d="M31 31.025v-20.45H10v20.45z" style="fill:#fff;fill-rule:evenodd"/></mask></defs><path d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z" style="fill:#55b5bf"/><g style="mask:url(#a)"><path d="M20.52 10.575a2 2 0 0 0-.841.191l-6.871 3.286a1.92 1.92 0 0 0-1.059 1.317l-1.7 7.373a1.92 1.92 0 0 0 .381 1.656l4.752 5.907a1.92 1.92 0 0 0 1.507.72h7.618a1.92 1.92 0 0 0 1.507-.72l4.754-5.905a1.91 1.91 0 0 0 .381-1.656l-1.7-7.373a1.92 1.92 0 0 0-1.059-1.317l-6.843-3.286a1.9 1.9 0 0 0-.829-.191m0 .639a1.3 1.3 0 0 1 .557.122l6.871 3.272a1.32 1.32 0 0 1 .706.883l1.7 7.373a1.27 1.27 0 0 1-.258 1.113l-4.752 5.907a1.3 1.3 0 0 1-1.019.489H16.7a1.3 1.3 0 0 1-1.019-.489l-4.752-5.907a1.36 1.36 0 0 1-.258-1.113l1.7-7.373a1.3 1.3 0 0 1 .706-.883l6.871-3.286a1.6 1.6 0 0 1 .57-.108" style="fill:#326de6;fill-rule:evenodd"/></g><path d="M16.545 28.649a1.26 1.26 0 0 0 .99.474l5.978-.01a1.29 1.29 0 0 0 .987-.475l3.644-4.588a1.3 1.3 0 0 0 .094-.661v-6.407l-7.83 4.508-7.822-4.5v6.4a1.08 1.08 0 0 0 .241.671Z" style="fill:#1fbfcf;fill-rule:evenodd"/><path d="m20.408 21.49 7.83-4.508-7.837-4.505-7.815 4.509z" style="fill:#c9e9ec;fill-rule:evenodd"/><path d="M22.276 24.973a.545.545 0 0 1-.715-.122.46.46 0 0 1-.1-.225l-.185-3.326a6.2 6.2 0 0 1 3.674 1.776Zm-2.776-.429a.56.56 0 0 1-.551.531.5.5 0 0 1-.245-.061l-2.715-1.939A6.23 6.23 0 0 1 19.03 21.4c.225-.041.429-.082.654-.122Zm7.634-1.367.2-.184v-.041a.46.46 0 0 1 .1-.306 6 6 0 0 1 .918-.632c.061-.041.123-.062.184-.1a3 3 0 0 0 .347-.2c.02-.02.061-.04.1-.081.02-.021.041-.021.041-.041a.68.68 0 0 0 .143-.919.58.58 0 0 0-.47-.224.76.76 0 0 0-.449.163l-.041.041c-.04.02-.061.061-.1.082a4 4 0 0 0-.265.285 1 1 0 0 1-.143.143 5.2 5.2 0 0 1-.816.735.33.33 0 0 1-.184.061.3.3 0 0 1-.123-.02h-.04l-.236.161a10 10 0 0 0-.837-.776 8.16 8.16 0 0 0-4.266-1.694l-.02-.265-.041-.041a.43.43 0 0 1-.164-.265 7 7 0 0 1 .062-1.1v-.021a.7.7 0 0 1 .041-.2c.02-.122.04-.245.061-.388v-.183a.623.623 0 0 0-1.082-.47.65.65 0 0 0-.184.47v.163a1.2 1.2 0 0 0 .061.388c.021.061.021.122.041.2v.02a5.3 5.3 0 0 1 .062 1.1.43.43 0 0 1-.164.265l-.041.041-.02.265a11 11 0 0 0-1.1.163 7.87 7.87 0 0 0-4.042 2.286l-.2-.143h-.041c-.04 0-.081.021-.122.021a.34.34 0 0 1-.184-.061 5.4 5.4 0 0 1-.816-.756 1 1 0 0 0-.143-.142 4 4 0 0 0-.265-.286c-.021-.021-.062-.041-.1-.082-.021-.02-.041-.02-.041-.041a.7.7 0 0 0-.455-.168.58.58 0 0 0-.47.225.68.68 0 0 0 .143.918c.021 0 .021.02.041.02.041.021.061.062.1.082a3 3 0 0 0 .347.2.9.9 0 0 1 .184.1 6 6 0 0 1 .918.633.38.38 0 0 1 .1.306v.041l.2.184a.8.8 0 0 0-.1.163 8 8 0 0 0-.612 1.178l1.164 1.436a6.4 6.4 0 0 1 .693-1.593l2.429 2.163a.544.544 0 0 1 .062.755.4.4 0 0 1-.245.164l-1.4.407.7.86a1.26 1.26 0 0 0 .99.474l5.978-.01a1.29 1.29 0 0 0 .987-.475l.654-.824-1.438-.407a.553.553 0 0 1-.388-.653.5.5 0 0 1 .123-.225l2.469-2.222a6.5 6.5 0 0 1 .705 1.656l1.187-1.494a8.6 8.6 0 0 0-.687-1.285" style="fill:#326de6;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><mask id="a" width="21" height="20.449" x="10" y="10.575" maskUnits="userSpaceOnUse"><path d="M31 31.025v-20.45H10v20.45z" style="fill:#fff;fill-rule:evenodd"/></mask></defs><path d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z" style="fill:#7bd0db"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#7bd0db"/><g style="mask:url(#a)"><path d="M20.52 10.575a2 2 0 0 0-.841.191l-6.871 3.286a1.92 1.92 0 0 0-1.059 1.317l-1.7 7.373a1.92 1.92 0 0 0 .381 1.656l4.752 5.907a1.92 1.92 0 0 0 1.507.72h7.618a1.92 1.92 0 0 0 1.507-.72l4.754-5.905a1.91 1.91 0 0 0 .381-1.656l-1.7-7.373a1.92 1.92 0 0 0-1.059-1.317l-6.843-3.286a1.9 1.9 0 0 0-.829-.191m0 .639a1.3 1.3 0 0 1 .557.122l6.871 3.272a1.32 1.32 0 0 1 .706.883l1.7 7.373a1.27 1.27 0 0 1-.258 1.113l-4.752 5.907a1.3 1.3 0 0 1-1.019.489H16.7a1.3 1.3 0 0 1-1.019-.489l-4.752-5.907a1.36 1.36 0 0 1-.258-1.113l1.7-7.373a1.3 1.3 0 0 1 .706-.883l6.871-3.286a1.6 1.6 0 0 1 .57-.108" style="fill:#326de6;fill-rule:evenodd"/></g><path d="M16.545 28.649a1.26 1.26 0 0 0 .99.474l5.978-.01a1.29 1.29 0 0 0 .987-.475l3.644-4.588a1.3 1.3 0 0 0 .094-.661v-6.407l-7.83 4.508-7.822-4.5v6.4a1.08 1.08 0 0 0 .241.671Z" style="fill:#1fbfcf;fill-rule:evenodd"/><path d="m20.408 21.49 7.83-4.508-7.837-4.505-7.815 4.509z" style="fill:#c9e9ec;fill-rule:evenodd"/><path d="M22.276 24.973a.545.545 0 0 1-.715-.122.46.46 0 0 1-.1-.225l-.185-3.326a6.2 6.2 0 0 1 3.674 1.776Zm-2.776-.429a.56.56 0 0 1-.551.531.5.5 0 0 1-.245-.061l-2.715-1.939A6.23 6.23 0 0 1 19.03 21.4c.225-.041.429-.082.654-.122Zm7.634-1.367.2-.184v-.041a.46.46 0 0 1 .1-.306 6 6 0 0 1 .918-.632c.061-.041.123-.062.184-.1a3 3 0 0 0 .347-.2c.02-.02.061-.04.1-.081.02-.021.041-.021.041-.041a.68.68 0 0 0 .143-.919.58.58 0 0 0-.47-.224.76.76 0 0 0-.449.163l-.041.041c-.04.02-.061.061-.1.082a4 4 0 0 0-.265.285 1 1 0 0 1-.143.143 5.2 5.2 0 0 1-.816.735.33.33 0 0 1-.184.061.3.3 0 0 1-.123-.02h-.04l-.236.161a10 10 0 0 0-.837-.776 8.16 8.16 0 0 0-4.266-1.694l-.02-.265-.041-.041a.43.43 0 0 1-.164-.265 7 7 0 0 1 .062-1.1v-.021a.7.7 0 0 1 .041-.2c.02-.122.04-.245.061-.388v-.183a.623.623 0 0 0-1.082-.47.65.65 0 0 0-.184.47v.163a1.2 1.2 0 0 0 .061.388c.021.061.021.122.041.2v.02a5.3 5.3 0 0 1 .062 1.1.43.43 0 0 1-.164.265l-.041.041-.02.265a11 11 0 0 0-1.1.163 7.87 7.87 0 0 0-4.042 2.286l-.2-.143h-.041c-.04 0-.081.021-.122.021a.34.34 0 0 1-.184-.061 5.4 5.4 0 0 1-.816-.756 1 1 0 0 0-.143-.142 4 4 0 0 0-.265-.286c-.021-.021-.062-.041-.1-.082-.021-.02-.041-.02-.041-.041a.7.7 0 0 0-.455-.168.58.58 0 0 0-.47.225.68.68 0 0 0 .143.918c.021 0 .021.02.041.02.041.021.061.062.1.082a3 3 0 0 0 .347.2.9.9 0 0 1 .184.1 6 6 0 0 1 .918.633.38.38 0 0 1 .1.306v.041l.2.184a.8.8 0 0 0-.1.163 8 8 0 0 0-.612 1.178l1.164 1.436a6.4 6.4 0 0 1 .693-1.593l2.429 2.163a.544.544 0 0 1 .062.755.4.4 0 0 1-.245.164l-1.4.407.7.86a1.26 1.26 0 0 0 .99.474l5.978-.01a1.29 1.29 0 0 0 .987-.475l.654-.824-1.438-.407a.553.553 0 0 1-.388-.653.5.5 0 0 1 .123-.225l2.469-2.222a6.5 6.5 0 0 1 .705 1.656l1.187-1.494a8.6 8.6 0 0 0-.687-1.285" style="fill:#326de6;fill-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:#bf555d"/><path d="M11.772 12.524a4.6 4.6 0 0 1 1.446-.119q4.412.005 8.82 0a2.53 2.53 0 0 1 2.366 1.51 2.478 2.478 0 0 1-2.366 3.416q-4.75-.005-9.5 0a2.48 2.48 0 0 1-2.521-2.2 2.42 2.42 0 0 1 1.755-2.607M27.876 12.507a2.507 2.507 0 0 1 2.985 1.563 2.414 2.414 0 0 1-1.471 3.08l-.041.014a2.485 2.485 0 0 1-3.326-2.053 2.42 2.42 0 0 1 1.853-2.604M18.212 19.481a6.8 6.8 0 0 1 1.449-.083c2.946.007 5.894 0 8.84.005a2.439 2.439 0 1 1 .11 4.877h-.121c-3.229 0-6.458.007-9.687 0a2.4 2.4 0 0 1-2.382-2.209 2.43 2.43 0 0 1 1.791-2.59M11.9 26.181a5.5 5.5 0 0 1 .99-.059c3.11.012 6.219-.005 9.328.008a2.444 2.444 0 0 1 2.387 2.5v.053a2.48 2.48 0 0 1-2.4 2.323q-4.915.005-9.83 0a2.441 2.441 0 0 1-.473-4.82ZM27.71 26.238a2.525 2.525 0 0 1 3.126 1.455 2.482 2.482 0 1 1-4.82.826 2.39 2.39 0 0 1 1.694-2.281" style="fill:#f75d3c"/><path d="M11.769 19.456a2.507 2.507 0 1 1-.508.221 2.5 2.5 0 0 1 .508-.221" style="fill:#f93748"/></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:#db7b82"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db7b82"/><path d="M11.772 12.524a4.6 4.6 0 0 1 1.446-.119q4.412.005 8.82 0a2.53 2.53 0 0 1 2.366 1.51 2.478 2.478 0 0 1-2.366 3.416q-4.75-.005-9.5 0a2.48 2.48 0 0 1-2.521-2.2 2.42 2.42 0 0 1 1.755-2.607M27.876 12.507a2.507 2.507 0 0 1 2.985 1.563 2.414 2.414 0 0 1-1.471 3.08l-.041.014a2.485 2.485 0 0 1-3.326-2.053 2.42 2.42 0 0 1 1.853-2.604M18.212 19.481a6.8 6.8 0 0 1 1.449-.083c2.946.007 5.894 0 8.84.005a2.439 2.439 0 1 1 .11 4.877h-.121c-3.229 0-6.458.007-9.687 0a2.4 2.4 0 0 1-2.382-2.209 2.43 2.43 0 0 1 1.791-2.59M11.9 26.181a5.5 5.5 0 0 1 .99-.059c3.11.012 6.219-.005 9.328.008a2.444 2.444 0 0 1 2.387 2.5v.053a2.48 2.48 0 0 1-2.4 2.323q-4.915.005-9.83 0a2.441 2.441 0 0 1-.473-4.82ZM27.71 26.238a2.525 2.525 0 0 1 3.126 1.455 2.482 2.482 0 1 1-4.82.826 2.39 2.39 0 0 1 1.694-2.281" style="fill:#f75d3c"/><path d="M11.769 19.456a2.507 2.507 0 1 1-.508.221 2.5 2.5 0 0 1 .508-.221" style="fill:#f93748"/></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:#bfa855"/><path d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3 21 21 0 0 1-.044 8.83 13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717 5.52 5.52 0 0 0 5.17-.792 2.9 2.9 0 0 0 .923-1.922 12.55 12.55 0 0 1-8.372.001Z" style="fill:#40474d"/><path d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0 2.9 2.9 0 0 1-.923 1.922 5.52 5.52 0 0 1-5.17.792 2.98 2.98 0 0 1-2.279-2.714" style="fill:#fac502"/></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:#dbc87b"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#dbc87b"/><path d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3 21 21 0 0 1-.044 8.83 13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717 5.52 5.52 0 0 0 5.17-.792 2.9 2.9 0 0 0 .923-1.922 12.55 12.55 0 0 1-8.372.001Z" style="fill:#40474d"/><path d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0 2.9 2.9 0 0 1-.923 1.922 5.52 5.52 0 0 1-5.17.792 2.98 2.98 0 0 1-2.279-2.714" style="fill:#fac502"/></svg>
|