@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:#7cb0d8"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7cb0d8"/><path d="M14.167 28.901 12.482 10h18.516l-1.686 18.898L21.729 31z" style="fill:#1572b6"/><path d="m21.74 29.393 6.127-1.699 1.442-16.149H21.74z" style="fill:#33a9dc"/><path d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475 7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247 6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915 6 6 0 0 1-.167 1.334 5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44 7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z" style="fill:#ebebeb"/><path d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423 7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266 6 6 0 0 1-.19-1.334 1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9 6 6 0 0 1 .19-1.334 8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459 8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="271.86" x2="312.05" y1="-100.81" y2="-117.67" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="b" x1="273.69" x2="292.01" y1="-59.27" y2="-93.77" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></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:#56bf8f"/><path d="M20.86 11.68c.19 0 .38.06.54.19.2.16.32.4.32.65l.04 6.08h-.07l.09 5.6h-7.79c-.94 0-1.7-.77-1.69-1.71 0-.38.13-.75.36-1.04L20.19 12c.17-.21.42-.32.67-.32m8.74 6.92c.93 0 1.69.75 1.7 1.69v.01-.01c0-.94-.77-1.69-1.7-1.69h-7.84 7.84m-7.84 0 .03 5.6-.09-5.6h.07m9.54 1.7c0 .38-.13.76-.37 1.06l-7.53 9.44c-.17.21-.42.33-.67.33-.18 0-.37-.06-.52-.18-.2-.16-.32-.4-.33-.66l-.1-6.09.1 6.09c0 .26.12.5.33.66a.842.842 0 0 0 1.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41 0-.8.19-1.06.51l-7.53 9.45c-.3.39-.47.87-.47 1.35 0 1.21.98 2.2 2.19 2.21h7.3l.09 5.6c0 .41.2.79.52 1.04.24.18.53.29.83.29.42 0 .81-.19 1.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5.5-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66 0 1.19.54 1.2 1.19h.5-.49c0 .27-.09.54-.26.75l-7.53 9.44a.35.35 0 0 1-.28.14c-.05 0-.14-.01-.21-.07a.35.35 0 0 1-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04-.24-.19-.54-.3-.85-.3Zm10.44 9.62" style="fill:#191919"/><path d="M23.4 30.8c-.29.37-.82.44-1.19.15-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69 0 .39-.13.77-.37 1.07z" style="fill:url(#a)"/><path d="M23.4 30.8c-.29.37-.82.44-1.19.15-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69 0 .39-.13.77-.37 1.07z" style="fill:url(#b);opacity:.2"/><path d="M20.19 12a.86.86 0 0 1 1.21-.13c.2.16.32.4.32.65l.07 11.68h-7.8c-.94 0-1.7-.77-1.69-1.71 0-.38.13-.75.36-1.04z" style="fill:#3ecf8e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="271.86" x2="312.05" y1="-100.81" y2="-117.67" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#249361"/><stop offset="1" stop-color="#3ecf8e"/></linearGradient><linearGradient id="b" x1="273.69" x2="292.01" y1="-59.27" y2="-93.77" gradientTransform="matrix(.17 0 0 -.17 -26.49 5.17)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></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:#7bdbac"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bdbad"/><path d="M20.86 11.68c.19 0 .38.06.54.19.2.16.32.4.32.65l.04 6.08h-.07l.09 5.6h-7.79c-.94 0-1.7-.77-1.69-1.71 0-.38.13-.75.36-1.04L20.19 12c.17-.21.42-.32.67-.32m8.74 6.92c.93 0 1.69.75 1.7 1.69v.01-.01c0-.94-.77-1.69-1.7-1.69h-7.84 7.84m-7.84 0 .03 5.6-.09-5.6h.07m9.54 1.7c0 .38-.13.76-.37 1.06l-7.53 9.44c-.17.21-.42.33-.67.33-.18 0-.37-.06-.52-.18-.2-.16-.32-.4-.33-.66l-.1-6.09.1 6.09c0 .26.12.5.33.66a.842.842 0 0 0 1.19-.15l7.53-9.44c.24-.3.37-.67.37-1.06m-10.44-9.12c-.41 0-.8.19-1.06.51l-7.53 9.45c-.3.39-.47.87-.47 1.35 0 1.21.98 2.2 2.19 2.21h7.3l.09 5.6c0 .41.2.79.52 1.04.24.18.53.29.83.29.42 0 .81-.19 1.06-.52l7.53-9.44c.31-.39.48-.87.48-1.37h-.5.5-.5l.5-.01c0-1.2-.99-2.19-2.2-2.19v1c.66 0 1.19.54 1.2 1.19h.5-.49c0 .27-.09.54-.26.75l-7.53 9.44a.35.35 0 0 1-.28.14c-.05 0-.14-.01-.21-.07a.35.35 0 0 1-.13-.27l-.09-5.58v-.5l-.03-5.1h7.33v-1h-7.34l-.03-5.58c0-.41-.19-.79-.51-1.04-.24-.19-.54-.3-.85-.3Zm10.44 9.62" style="fill:#191919"/><path d="M23.4 30.8c-.29.37-.82.44-1.19.15-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69 0 .39-.13.77-.37 1.07z" style="fill:url(#a)"/><path d="M23.4 30.8c-.29.37-.82.44-1.19.15-.2-.16-.32-.4-.33-.66l-.19-11.69h7.9c.94 0 1.7.75 1.71 1.69 0 .39-.13.77-.37 1.07z" style="fill:url(#b);opacity:.2"/><path d="M20.19 12a.86.86 0 0 1 1.21-.13c.2.16.32.4.32.65l.07 11.68h-7.8c-.94 0-1.7-.77-1.69-1.71 0-.38.13-.75.36-1.04z" style="fill:#3ecf8e"/></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:#ff815a"/><path d="M29.85 12.77A6.72 6.72 0 0 0 21 10.93l-5 3.12a5.6 5.6 0 0 0-2.62 3.76 5.8 5.8 0 0 0 .6 3.79 5.6 5.6 0 0 0-.86 2.1 5.86 5.86 0 0 0 1.05 4.53A6.72 6.72 0 0 0 23 30.07L28 27a5.64 5.64 0 0 0 2.61-3.76 5.76 5.76 0 0 0-.6-3.8 5.6 5.6 0 0 0 .87-2.1 5.9 5.9 0 0 0-1.06-4.53" style="fill:#ff3e00"/><path d="M20.51 28.49a4.07 4.07 0 0 1-4.3-1.55 3.47 3.47 0 0 1-.63-2.72 2 2 0 0 1 .12-.46l.09-.28.26.18a6.6 6.6 0 0 0 2 1l.19.05v.18a1.06 1.06 0 0 0 .2.73 1.23 1.23 0 0 0 1.31.47.9.9 0 0 0 .31-.13l5-3.12a1 1 0 0 0 .47-.68 1.05 1.05 0 0 0-.18-.82 1.23 1.23 0 0 0-1.3-.46.9.9 0 0 0-.31.13l-1.93 1.19a3.8 3.8 0 0 1-1 .43 4 4 0 0 1-4.3-1.54 3.5 3.5 0 0 1-.62-2.73 3.35 3.35 0 0 1 1.56-2.26l5-3.11a3.5 3.5 0 0 1 1-.44 4.05 4.05 0 0 1 4.3 1.55 3.52 3.52 0 0 1 .64 2.72 3 3 0 0 1-.12.45l-.1.29-.25-.18a6.6 6.6 0 0 0-2-1l-.18-.05v-.18a1.06 1.06 0 0 0-.21-.73A1.21 1.21 0 0 0 24.3 15a.9.9 0 0 0-.31.13l-5 3.11a1 1 0 0 0-.47.68 1.05 1.05 0 0 0 .18.82 1.23 1.23 0 0 0 1.3.46 1.2 1.2 0 0 0 .31-.13l1.92-1.19a3.6 3.6 0 0 1 1-.43A4.05 4.05 0 0 1 27.51 20a3.56 3.56 0 0 1 .63 2.72 3.37 3.37 0 0 1-1.57 2.26l-5 3.12a3.6 3.6 0 0 1-1 .44" 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:#ffb39c"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#ffb39c"/><path d="M29.85 12.77A6.72 6.72 0 0 0 21 10.93l-5 3.12a5.6 5.6 0 0 0-2.62 3.76 5.8 5.8 0 0 0 .6 3.79 5.6 5.6 0 0 0-.86 2.1 5.86 5.86 0 0 0 1.05 4.53A6.72 6.72 0 0 0 23 30.07L28 27a5.64 5.64 0 0 0 2.61-3.76 5.76 5.76 0 0 0-.6-3.8 5.6 5.6 0 0 0 .87-2.1 5.9 5.9 0 0 0-1.06-4.53" style="fill:#ff3e00"/><path d="M20.51 28.49a4.07 4.07 0 0 1-4.3-1.55 3.47 3.47 0 0 1-.63-2.72 2 2 0 0 1 .12-.46l.09-.28.26.18a6.6 6.6 0 0 0 2 1l.19.05v.18a1.06 1.06 0 0 0 .2.73 1.23 1.23 0 0 0 1.31.47.9.9 0 0 0 .31-.13l5-3.12a1 1 0 0 0 .47-.68 1.05 1.05 0 0 0-.18-.82 1.23 1.23 0 0 0-1.3-.46.9.9 0 0 0-.31.13l-1.93 1.19a3.8 3.8 0 0 1-1 .43 4 4 0 0 1-4.3-1.54 3.5 3.5 0 0 1-.62-2.73 3.35 3.35 0 0 1 1.56-2.26l5-3.11a3.5 3.5 0 0 1 1-.44 4.05 4.05 0 0 1 4.3 1.55 3.52 3.52 0 0 1 .64 2.72 3 3 0 0 1-.12.45l-.1.29-.25-.18a6.6 6.6 0 0 0-2-1l-.18-.05v-.18a1.06 1.06 0 0 0-.21-.73A1.21 1.21 0 0 0 24.3 15a.9.9 0 0 0-.31.13l-5 3.11a1 1 0 0 0-.47.68 1.05 1.05 0 0 0 .18.82 1.23 1.23 0 0 0 1.3.46 1.2 1.2 0 0 0 .31-.13l1.92-1.19a3.6 3.6 0 0 1 1-.43A4.05 4.05 0 0 1 27.51 20a3.56 3.56 0 0 1 .63 2.72 3.37 3.37 0 0 1-1.57 2.26l-5 3.12a3.6 3.6 0 0 1-1 .44" 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:#303846"/><path d="M25.35 17.64a2 2 0 1 1-2-2 2 2 0 0 1 2 2" style="fill:#ffc131"/><circle cx="20" cy="23.36" r="2" style="fill:#24c8db"/><path d="M27.5 24.05a7.8 7.8 0 0 1-2.64 1.07 5.24 5.24 0 0 0 .27-2.42 5.36 5.36 0 1 0-3.146-10.248q-.2.061-.394.138A5.28 5.28 0 0 0 19 14.52a8.8 8.8 0 0 0-2.93.85 7.632 7.632 0 1 1 14.58 4.52 7.72 7.72 0 0 1-3.15 4.16m-11.33-7.29L18 17a6.3 6.3 0 0 1 .24-1.06 7.7 7.7 0 0 0-2.07.82" style="fill:#ffc131"/><path d="M15.85 17a7.6 7.6 0 0 1 2.65-1.08 5.3 5.3 0 0 0-.3 2.43 5.35 5.35 0 1 0 6.15 8.17 8.8 8.8 0 0 0 2.92-.85A7.63 7.63 0 1 1 15.85 17m11.32 7.29" style="fill:#24c8db"/></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:#465166"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#465166"/><path d="M25.36 17.64a2 2 0 1 1-2-2 2 2 0 0 1 2 2" style="fill:#ffc131"/><circle cx="20" cy="23.36" r="2" style="fill:#24c8db"/><path d="M27.5 24.05a7.8 7.8 0 0 1-2.64 1.07 5.24 5.24 0 0 0 .27-2.42 5.36 5.36 0 1 0-3.146-10.248q-.2.061-.394.138A5.28 5.28 0 0 0 19 14.52a8.8 8.8 0 0 0-2.93.85 7.632 7.632 0 1 1 14.58 4.52 7.72 7.72 0 0 1-3.15 4.16m-11.33-7.29L18 17a6.3 6.3 0 0 1 .24-1.06 7.7 7.7 0 0 0-2.07.82" style="fill:#ffc131"/><path d="M15.85 17a7.6 7.6 0 0 1 2.65-1.08 5.3 5.3 0 0 0-.3 2.43 5.35 5.35 0 1 0 6.15 8.17 8.8 8.8 0 0 0 2.92-.85A7.63 7.63 0 1 1 15.85 17m11.32 7.29" style="fill:#24c8db"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#34756b"/><path d="M21 31a10 10 0 1 1 10-10 10.01 10.01 0 0 1-10 10m0-18.182A8.182 8.182 0 1 0 29.182 21 8.19 8.19 0 0 0 21 12.818" style="fill:#5fc1b3"/><path d="M21.909 21.909h-1.068a.75.75 0 0 1-.75-.75v-6.682a.75.75 0 0 1 .75-.75h.318a.75.75 0 0 1 .75.75Z" style="fill:#5fc1b3"/><path d="M27.523 21.909h-6.682a.75.75 0 0 1-.75-.75v-1.068h7.432a.75.75 0 0 1 .75.75v.318a.75.75 0 0 1-.75.75" style="fill:#5fc1b3"/></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:#2e8e80"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#2e8e80"/><path d="M21 31a10 10 0 1 1 10-10 10.01 10.01 0 0 1-10 10m0-18.182A8.182 8.182 0 1 0 29.182 21 8.19 8.19 0 0 0 21 12.818" style="fill:#5fc1b3"/><path d="M21.909 21.909h-1.068a.75.75 0 0 1-.75-.75v-6.682a.75.75 0 0 1 .75-.75h.318a.75.75 0 0 1 .75.75Z" style="fill:#5fc1b3"/><path d="M27.523 21.909h-6.682a.75.75 0 0 1-.75-.75v-1.068h7.432a.75.75 0 0 1 .75.75v.318a.75.75 0 0 1-.75.75" style="fill:#5fc1b3"/></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:#bf8e55"/><path d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974" style="fill:#675f58"/><path d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z" style="fill:#ccc"/><path d="M14.9 24.446h2.8v2.8h-2.8zM14.9 20.246h2.8v2.801h-2.8zM19.1 20.246h2.8v2.801h-2.8zM23.3 20.246h2.8v2.801h-2.8zM19.1 24.446h2.8v2.8h-2.8zM23.3 24.446h2.8v2.8h-2.8z" style="fill:#ff931e"/></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:#dbad7b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dbad7b"/><path d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974" style="fill:#675f58"/><path d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z" style="fill:#ccc"/><path d="M14.9 20.246h2.8v2.801h-2.8zM19.1 20.246h2.8v2.801h-2.8zM23.3 20.246h2.8v2.801h-2.8zM14.9 24.446h2.8v2.8h-2.8zM19.1 24.446h2.8v2.8h-2.8zM23.3 24.446h2.8v2.8h-2.8z" style="fill:#ff931e"/></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:#b70b0b"/><path d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26.009.357a6.7 6.7 0 0 0 .748 2.425 14 14 0 0 1 .625 1.631 3.2 3.2 0 0 1-.073 1.958 2.67 2.67 0 0 1-1.111 1.087 2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179M13.124 30.945a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442.738.7.738.7-3 3.132-3 3.132 2.508-.054 2.508-.054 1.773-1.85 1.773-1.85.735.707.735.707-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023 1 1 0 0 1-1.492 1.133Z" style="fill:#fac6c5"/><path d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737-2.505.054-2.475-.055-4.98 0-5.015 5.195-5.114 5.157-4.986 5.123" style="fill:#fac6c5"/></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:#d32626"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d32626"/><path d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26.009.357a6.7 6.7 0 0 0 .748 2.425 14 14 0 0 1 .625 1.631 3.2 3.2 0 0 1-.073 1.958 2.67 2.67 0 0 1-1.111 1.087 2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179M13.124 30.945a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442.738.7.738.7-3 3.132-3 3.132 2.508-.054 2.508-.054 1.773-1.85 1.773-1.85.735.707.735.707-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023 1 1 0 0 1-1.492 1.133Z" style="fill:#fac6c5"/><path d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737-2.505.054-2.475-.055-4.98 0-5.015 5.195-5.114 5.157-4.986 5.123" style="fill:#fac6c5"/></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:#bf8e55"/><path d="M27.3 16.881a7.9 7.9 0 0 1 1.576 1.419 4.666 4.666 0 0 1 .17 6.087 5.2 5.2 0 0 1-3.163 1.765 9.3 9.3 0 0 1-3.381-.073 11 11 0 0 0-1.608-.176.9.9 0 0 0-1.046.724v.015a.94.94 0 0 0 .18.742 10.5 10.5 0 0 0 .848 1.108 2.2 2.2 0 0 1 .529.99.787.787 0 0 1-.491.946 6.4 6.4 0 0 1-3.139.552 15 15 0 0 1-7.736-2.555 6.84 6.84 0 0 1-2.928-4.416 5.87 5.87 0 0 1 1-4.544 10.2 10.2 0 0 1 4.317-3.6 15.05 15.05 0 0 1 11.67-.6c.04.02 3.131 1.677 3.202 1.616" style="fill:#a86749"/><path d="M11.247 22.676a2.47 2.47 0 0 1 1.594.514 1.126 1.126 0 0 1 .321 1.533 1.1 1.1 0 0 1-.321.328 2.77 2.77 0 0 1-3.195 0 1.13 1.13 0 0 1-.33-1.535 1.1 1.1 0 0 1 .337-.342 2.46 2.46 0 0 1 1.594-.498" style="fill:#3783ff"/><path d="M10.965 21.431a1.92 1.92 0 0 1-1.171-.371.9.9 0 0 1-.3-1.214.9.9 0 0 1 .29-.3 2.11 2.11 0 0 1 2.458.025.887.887 0 0 1 .235 1.212.9.9 0 0 1-.226.234 1.95 1.95 0 0 1-1.286.414" style="fill:#4de94c"/><path d="M14.11 18.49a1.46 1.46 0 0 1-1.072-.385.72.72 0 0 1-.087-1 1 1 0 0 1 .087-.089 1.656 1.656 0 0 1 2.124 0 .72.72 0 0 1 .087 1 .7.7 0 0 1-.128.123 1.5 1.5 0 0 1-1.011.351" style="fill:#fe0"/><path d="M15.859 25.412a2.8 2.8 0 0 1 1.793.568 1.235 1.235 0 0 1 .373 1.677 1.2 1.2 0 0 1-.373.382 3.16 3.16 0 0 1-3.6 0 1.24 1.24 0 0 1-.39-1.678 1.2 1.2 0 0 1 .4-.4 2.8 2.8 0 0 1 1.797-.549" style="fill:#4c1ac6"/><path d="M31 13.466a5.8 5.8 0 0 1-1.151 1.909 47 47 0 0 1-3.749 4.084.51.51 0 0 1-.537.189.7.7 0 0 1-.251-.153q-.429-.409-.844-.833a.473.473 0 0 1-.076-.653 1 1 0 0 1 .052-.057 1 1 0 0 1 .056-.052 48 48 0 0 1 4.1-3.7 8.5 8.5 0 0 1 1.42-.946 2.6 2.6 0 0 1 .508-.189.353.353 0 0 1 .463.187v.014Z" style="fill:#2a3e4f"/><path d="M20 22.963a.1.1 0 0 1 .03.006 2.26 2.26 0 0 0 2.977-.465 1.53 1.53 0 0 0 .411-1.21 1.17 1.17 0 0 0-1-1.006 1.02 1.02 0 0 0-.923.408 1.55 1.55 0 0 0-.284.657A2.57 2.57 0 0 1 20 22.938Z" style="fill:#7e8c8d"/><path d="M25.16 19.792q-.489-.49-.984-.976a.236.236 0 0 0-.33-.053h-.006a.24.24 0 0 0-.063.072q-.417.544-.83 1.092a.22.22 0 0 0 .008.3l.011.01q.369.366.738.728a.224.224 0 0 0 .316.035c.375-.277.751-.554 1.12-.839a.8.8 0 0 0 .136-.2 1 1 0 0 0-.116-.169" style="fill:#f89b36"/><path d="M17.865 17.121a1.15 1.15 0 0 1-.859-.321.617.617 0 0 1-.048-.856 1 1 0 0 1 .048-.05 1.286 1.286 0 0 1 1.7 0 .617.617 0 0 1 .048.857.6.6 0 0 1-.08.077 1.17 1.17 0 0 1-.809.293" style="fill:#ff8c00"/><path d="M20 22.963s3.915-1.136 2.659-2.614c0 0-.857-.393-1.455 1.007A3.9 3.9 0 0 1 20 22.963" style="fill:#8f9fa0"/><path d="m23.306 20.585 1.373-1.272-.5-.5a.24.24 0 0 0-.336-.045l-.008.006a.3.3 0 0 0-.055.063c-.2.259-1.152 1.07-.812 1.407Z" style="fill:#e9bb42"/><path d="M24.878 19.073 31 13.254s.041-.393-.468-.2-.8-.177-6.094 4.9a.442.442 0 0 0 .024.71Z" style="fill:#32495d"/><path d="M21.721 17.41a1.15 1.15 0 0 1-.858-.321.617.617 0 0 1-.048-.857 1 1 0 0 1 .048-.049 1.286 1.286 0 0 1 1.7 0 .617.617 0 0 1 .048.855.6.6 0 0 1-.082.078 1.16 1.16 0 0 1-.808.294" style="fill:#f60000"/></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:#dbaf7b"/><path d="M27.3 16.881a7.8 7.8 0 0 1 1.575 1.419 4.666 4.666 0 0 1 .17 6.087 5.2 5.2 0 0 1-3.162 1.765 9.3 9.3 0 0 1-3.381-.073 11 11 0 0 0-1.609-.176.9.9 0 0 0-1.046.724v.015a.94.94 0 0 0 .18.742 10.5 10.5 0 0 0 .848 1.108 2.2 2.2 0 0 1 .529.99.787.787 0 0 1-.491.946 6.4 6.4 0 0 1-3.139.552 15 15 0 0 1-7.736-2.555 6.84 6.84 0 0 1-2.928-4.416 5.87 5.87 0 0 1 1-4.544 10.2 10.2 0 0 1 4.318-3.6 15.05 15.05 0 0 1 11.67-.6c.039.02 3.13 1.677 3.202 1.616" style="fill:#a86749"/><path d="M11.246 22.676a2.47 2.47 0 0 1 1.595.514 1.126 1.126 0 0 1 .32 1.533 1.1 1.1 0 0 1-.32.328 2.77 2.77 0 0 1-3.2 0 1.13 1.13 0 0 1-.329-1.535 1.1 1.1 0 0 1 .336-.342 2.46 2.46 0 0 1 1.598-.498" style="fill:#3783ff"/><path d="M10.965 21.431a1.92 1.92 0 0 1-1.172-.371.9.9 0 0 1-.3-1.214.9.9 0 0 1 .29-.3 2.11 2.11 0 0 1 2.458.025.887.887 0 0 1 .235 1.212.9.9 0 0 1-.225.234 1.95 1.95 0 0 1-1.286.414" style="fill:#4de94c"/><path d="M14.109 18.49a1.46 1.46 0 0 1-1.072-.385.72.72 0 0 1-.087-1 1 1 0 0 1 .087-.089 1.656 1.656 0 0 1 2.124 0 .72.72 0 0 1 .087 1 .7.7 0 0 1-.128.123 1.48 1.48 0 0 1-1.011.351" style="fill:#fe0"/><path d="M15.858 25.412a2.8 2.8 0 0 1 1.793.568 1.234 1.234 0 0 1 .373 1.677 1.2 1.2 0 0 1-.373.382 3.16 3.16 0 0 1-3.6 0 1.237 1.237 0 0 1-.39-1.678 1.2 1.2 0 0 1 .4-.4 2.8 2.8 0 0 1 1.797-.549" style="fill:#4c1ac6"/><path d="M31 13.466a5.8 5.8 0 0 1-1.151 1.909 47 47 0 0 1-3.749 4.084.51.51 0 0 1-.537.189.7.7 0 0 1-.251-.153q-.429-.409-.844-.833a.475.475 0 0 1-.076-.653 1 1 0 0 1 .052-.057 1 1 0 0 1 .056-.052 49 49 0 0 1 4.1-3.7 8.5 8.5 0 0 1 1.421-.946 2.6 2.6 0 0 1 .507-.189.353.353 0 0 1 .463.187v.014Z" style="fill:#2a3e4f"/><path d="M20 22.963a.1.1 0 0 1 .03.006A2.26 2.26 0 0 0 23 22.5a1.54 1.54 0 0 0 .412-1.21 1.17 1.17 0 0 0-1-1.006 1.02 1.02 0 0 0-.923.408 1.55 1.55 0 0 0-.284.657A2.57 2.57 0 0 1 20 22.938Z" style="fill:#7e8c8d"/><path d="M25.16 19.792q-.49-.49-.985-.976a.236.236 0 0 0-.33-.053h-.006a.3.3 0 0 0-.062.072q-.419.544-.831 1.092a.22.22 0 0 0 .008.3l.011.01q.369.366.739.728a.223.223 0 0 0 .313.029q.565-.413 1.12-.839a.8.8 0 0 0 .136-.2 1 1 0 0 0-.113-.163" style="fill:#f89b36"/><path d="M17.864 17.121a1.15 1.15 0 0 1-.859-.321.617.617 0 0 1-.048-.856l.048-.05a1.286 1.286 0 0 1 1.7 0 .617.617 0 0 1 .048.857.6.6 0 0 1-.08.077 1.17 1.17 0 0 1-.809.293" style="fill:#ff8c00"/><path d="M20 22.963s3.915-1.136 2.659-2.614c0 0-.857-.393-1.454 1.007A3.93 3.93 0 0 1 20 22.963" style="fill:#8f9fa0"/><path d="m23.305 20.585 1.374-1.272-.5-.5a.24.24 0 0 0-.335-.045l-.008.006a.2.2 0 0 0-.055.063c-.2.259-1.153 1.07-.813 1.407Z" style="fill:#e9bb42"/><path d="M24.877 19.073 31 13.254s.041-.393-.468-.2-.8-.177-6.093 4.9a.44.44 0 0 0 .024.71Z" style="fill:#32495d"/><path d="M21.721 17.41a1.15 1.15 0 0 1-.859-.321.617.617 0 0 1-.048-.857 1 1 0 0 1 .048-.049 1.286 1.286 0 0 1 1.7 0 .617.617 0 0 1 .048.855.6.6 0 0 1-.082.078 1.16 1.16 0 0 1-.807.294" style="fill:#f60000"/></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:#5c4300"/><path d="m23.826 20.454 1.5-1.5a4.34 4.34 0 0 0 3.382-.08.413.413 0 0 0 .121-.668l-2.679-2.679a.833.833 0 0 1 0-1.179l2.676-2.676a.415.415 0 0 0-.117-.672 4.32 4.32 0 0 0-5.83 5.443l-1.534 1.534ZM20.952 18.366l-2.079-2.079-2.481 2.481 2.079 2.079 2.481 2.481 7.6 7.6a.556.556 0 0 0 .786 0l1.695-1.695a.556.556 0 0 0 0-.786l-7.6-7.6Z" style="fill:#d08b00"/><path d="m29.956 13.068-2.222 2.222a.455.455 0 0 0 0 .643l1.713 1.713a.454.454 0 0 0 .676-.036 4.33 4.33 0 0 0 .571-4.406.454.454 0 0 0-.738-.136M12.94 23.6l2.679 2.679a.833.833 0 0 1 0 1.179l-2.676 2.676a.415.415 0 0 0 .122.672 4.32 4.32 0 0 0 5.835-5.427l1.657-1.657-2.481-2.481-1.616 1.617a4.34 4.34 0 0 0-3.4.074.413.413 0 0 0-.12.668" style="fill:#d08b00"/><path d="M11.651 24.235a4.33 4.33 0 0 0-.571 4.406.454.454 0 0 0 .737.136l2.222-2.222a.455.455 0 0 0 0-.643L12.327 24.2a.454.454 0 0 0-.676.035M12.923 20.488a.68.68 0 0 0 .963 0l.128-.128a.68.68 0 0 0 0-.963l-.257-.257.506-.506-2.376-2.376-.506.506-.257-.257a.68.68 0 0 0-.963 0l-.128.128a.68.68 0 0 0 0 .963ZM16.6 11.688l2.347 2.347c2.705-1.8 4.218-.291 2.138-2.37-1.44-1.439-3.257-.759-4.485.023M15.877 11.753a.68.68 0 0 0-.963 0l-2.89 2.89a.68.68 0 0 0 0 .963l.257.257 2.376 2.376.257.257a.68.68 0 0 0 .882.069 1 1 0 0 0 .081-.069l.123-.121 2.481-2.481.2-.2.091-.091a.68.68 0 0 0 0-.963l-.28-.28-2.356-2.356Z" style="fill:#d08b00"/></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:#7d6933"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7d6933"/><path d="m23.826 20.454 1.5-1.5a4.34 4.34 0 0 0 3.382-.08.413.413 0 0 0 .121-.668l-2.679-2.679a.833.833 0 0 1 0-1.179l2.676-2.676a.415.415 0 0 0-.117-.672 4.32 4.32 0 0 0-5.83 5.443l-1.534 1.534ZM20.952 18.366l-2.079-2.079-2.481 2.481 2.079 2.079 2.481 2.481 7.6 7.6a.556.556 0 0 0 .786 0l1.695-1.695a.556.556 0 0 0 0-.786l-7.6-7.6Z" style="fill:#d08b00"/><path d="m29.956 13.068-2.222 2.222a.455.455 0 0 0 0 .643l1.713 1.713a.454.454 0 0 0 .676-.036 4.33 4.33 0 0 0 .571-4.406.454.454 0 0 0-.738-.136M12.94 23.6l2.679 2.679a.833.833 0 0 1 0 1.179l-2.676 2.676a.415.415 0 0 0 .122.672 4.32 4.32 0 0 0 5.835-5.427l1.657-1.657-2.481-2.481-1.616 1.617a4.34 4.34 0 0 0-3.4.074.413.413 0 0 0-.12.668" style="fill:#d08b00"/><path d="M11.651 24.235a4.33 4.33 0 0 0-.571 4.406.454.454 0 0 0 .737.136l2.222-2.222a.455.455 0 0 0 0-.643L12.327 24.2a.454.454 0 0 0-.676.035M12.923 20.488a.68.68 0 0 0 .963 0l.128-.128a.68.68 0 0 0 0-.963l-.257-.257.506-.506-2.376-2.376-.506.506-.257-.257a.68.68 0 0 0-.963 0l-.128.128a.68.68 0 0 0 0 .963ZM16.6 11.688l2.347 2.347c2.705-1.8 4.218-.291 2.138-2.37-1.44-1.439-3.257-.759-4.485.023M15.877 11.753a.68.68 0 0 0-.963 0l-2.89 2.89a.68.68 0 0 0 0 .963l.257.257 2.376 2.376.257.257a.68.68 0 0 0 .882.069 1 1 0 0 0 .081-.069l.123-.121 2.481-2.481.2-.2.091-.091a.68.68 0 0 0 0-.963l-.28-.28-2.356-2.356Z" style="fill:#d08b00"/></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="M30.946 17.4a4 4 0 0 0-.037-.225 2 2 0 0 0-.054-.233l-.058-.093a4 4 0 0 0-.765-.458 9 9 0 0 0-.663-.275 9.45 9.45 0 0 0-3.107-4.337 8.11 8.11 0 0 0-9.915 0 9.45 9.45 0 0 0-3.107 4.334 8 8 0 0 0-.662.274 4 4 0 0 0-.765.458l-.058.093c-.023.084-.038.156-.054.233s-.026.15-.037.225q-.032.223-.044.457a6 6 0 0 0 .027.92 6 6 0 0 0 .169.9 4 4 0 0 0 .15.44q.042.11.094.217l.054.108c.042.075.049.088.067.114l.079.075.141.069.136.061.075.031a11.3 11.3 0 0 0-1.875 2.235L10 24.185l1.032-.906a17 17 0 0 1 2.325-1.613l.02.166a6 6 0 0 0-.683.4c-.225.186-.235.474-.175 1.012a9 9 0 0 0 .273 1.3c.24.844.416.993.571 1.028a1.2 1.2 0 0 0 .261.025 3.4 3.4 0 0 0 .862-.124 8.5 8.5 0 0 0 1.125 2.271l-.067.019c-.281-.13-1.266-.586-1.6-.735l-.691-.311.409.638c.03.046.736 1.147 1.312 1.888a3.16 3.16 0 0 0 2.67 1.4 5 5 0 0 0 .525-.031c.415-.048.727-.085.964-.115a6.54 6.54 0 0 0 4.6-.01 6.7 6.7 0 0 0 1.15-.568 88 88 0 0 0 1.554-.385l.181-.045a2.1 2.1 0 0 0 1.582-1.064c.4-.8 1.05-2.025 1.056-2.035l.3-.571-.592.257c-.031.014-.782.341-1.172.546a11 11 0 0 0 .486-1.339 4 4 0 0 0 .78.046 1.4 1.4 0 0 0 .316-.04c.154-.039.274-.142.5-1.013a10 10 0 0 0 .25-1.341c.049-.551.034-.847-.191-1.033a5 5 0 0 0-.608-.357.24.24 0 0 1 .143-.027l.15-.576q.078-.033.175-.07l.275-.112.136-.061c.047-.022.089-.042.141-.069l.079-.075.037-.06c.05-.09.067-.125.085-.161q.05-.11.094-.217c.057-.145.1-.292.15-.44a6 6 0 0 0 .17-.9 6 6 0 0 0 .026-.917 5 5 0 0 0-.044-.457Z" style="fill:#0e0f0d"/><path d="M22.262 29.262a5 5 0 0 1-.334.039c-.075 0-.15.01-.216.01h-.025c.086-.193.15-.342.2-.455.1.113.229.253.375.4" style="fill:#e1c5a2"/><path d="M22.126 20.656a5 5 0 0 1-.551.39l-.64.386a5.4 5.4 0 0 0-.769.154.1.1 0 0 0-.033.014.15.15 0 0 0-.066.084l-.652 2.148-3.485.774-1.1-.769-.319-2.586a35 35 0 0 1 2.457-.359 7 7 0 0 0-.31.4l-.6.856.868-.578a14 14 0 0 1 1.474-.81 40 40 0 0 1 3.723-.104ZM16.7 23.573a2 2 0 0 1 .965-.113h.277c.45 0 .825.038.82-.67s-.322-1.281-.772-1.275-.887.584-.86 1.292a1.1 1.1 0 0 0 .075.413.71.71 0 0 0-.508.357ZM28.164 21.244l-.316 2.2-1.1.775-3.48-.4-.649-2.138a.15.15 0 0 0-.1-.1 5.3 5.3 0 0 0-.909-.169l.083-.005a14 14 0 0 0 2.7-.646 37 37 0 0 1 3.768.478Zm-2.223 2.035c0-.017-.1-.3-.519-.252a.9.9 0 0 0 .055-.442c-.055-.706-.466-1.268-.917-1.252s-.739.6-.715 1.31.4.7.853.686c.606-.011.938-.2 1.242-.05Z" style="fill:#a89983"/><path d="M24.751 22.007a.23.23 0 1 1-.235-.225.23.23 0 0 1 .235.225M18.293 22.176a.231.231 0 1 1-.237-.225.23.23 0 0 1 .236.224" style="fill:#fff"/><path d="M29.683 22.211a4 4 0 0 0-.413-.244l-.292 2.044a.15.15 0 0 1-.061.1l-.417.289-.025.129a1.2 1.2 0 0 0 1.032-.408 8.6 8.6 0 0 0 .225-1.223c.047-.53.005-.644-.048-.688M23.239 29.977a2 2 0 0 1-.735-.467l-.053-.054a4 4 0 0 1-.512.075c-.075 0-.143.01-.22.01h-.157a1.98 1.98 0 0 1-1.035.708 6.3 6.3 0 0 0 2.711-.27M14.325 24.971l-.028-.092-.542-.379a.15.15 0 0 1-.061-.1l-.264-2.146a5 5 0 0 0-.482.283c-.052.043-.092.15-.036.664a9 9 0 0 0 .316 1.418 1.45 1.45 0 0 0 1.1.354M22.429 24.873a.15.15 0 0 1-.123-.1l-.669-2.2a2 2 0 0 0-.591 0l-.65 2.141a.15.15 0 0 1-.108.1l-.311.069a.52.52 0 0 1-.4.359 33 33 0 0 1-3.75.975 3.2 3.2 0 0 1-.845-.4 7 7 0 0 1-.185-.478A9.5 9.5 0 0 0 16 27.63c.837-.247 1.56-.477 1.792-.55.471-.726 1.141-1.447 1.618-1.471.082 0 .168-.007.252-.007a6 6 0 0 1 .663.041.83.83 0 0 1-.237-.429 2.03 2.03 0 0 0 1.382.375 2.44 2.44 0 0 0 1.256-.546l.015-.137-.311-.035" style="fill:#e1c5a2"/><path d="M23.058 25.152a.65.65 0 0 1-.325-.177l-.008.07a.79.79 0 0 1-.34.577 4.6 4.6 0 0 1 1.1-.263.54.54 0 0 1 .39.158l.053.044c.5.393 1.1.87 1.275 1.01.2.023.848.1 1.254.134.234.022.445.04.652.04q.1.001.189-.006a10 10 0 0 0 .586-1.363 4.2 4.2 0 0 1-1.043.584 33 33 0 0 1-3.785-.808" style="fill:#e1c5a2"/><path d="M30.56 17.443a5 5 0 0 0-.044-.361 4.3 4.3 0 0 0-.625-.427 8 8 0 0 0-.75-.385 15 15 0 0 0-.783-.337q-.2-.081-.4-.155-.2-.077-.4-.15c.283.047.563.112.841.183q.271.07.54.155a8.29 8.29 0 0 0-7.639-5.487 8.29 8.29 0 0 0-7.63 5.488q.267-.085.539-.155a9 9 0 0 1 .842-.183q-.205.074-.4.15c-.195.076-.266.1-.4.155a15 15 0 0 0-.784.337 8 8 0 0 0-.75.385 4.3 4.3 0 0 0-.625.427q-.012.073-.022.15-.012.105-.022.211a6 6 0 0 0-.018.426 6.2 6.2 0 0 0 .217 1.687q.056.2.13.4a4 4 0 0 0 .123.281l.018.034.063.031.126.06c.07.032.168.075.249.115l.013-.012-.235-.894c.049-.013.495-.129 1.263-.275a3 3 0 0 1-.186-.04 4 4 0 0 1-.514-.164 2 2 0 0 1-.242-.117.8.8 0 0 1-.214-.163 13 13 0 0 0 4.137-.009 43 43 0 0 1 4.268-.243 43 43 0 0 1 4.265.244 13 13 0 0 0 4.137.009.8.8 0 0 1-.213.163 2 2 0 0 1-.243.117 4 4 0 0 1-.514.164l-.075.017c.842.156 1.333.283 1.384.3l-.225.851.135-.06.127-.06.064-.031.017-.034.044-.091a3.6 3.6 0 0 0 .21-.59 6.3 6.3 0 0 0 .22-1.687 5 5 0 0 0-.019-.426" style="fill:#e0d896"/><path d="M24.8 15.789a6 6 0 0 1-.173 1.716.14.14 0 0 0 0 .075q-.337-.036-.675-.062a3.7 3.7 0 0 0 .32-1.294 6 6 0 0 0 .529-.433M18.342 16.224a3.7 3.7 0 0 0 .32 1.294q-.338.027-.675.062a.14.14 0 0 0 0-.075 6 6 0 0 1-.174-1.716 6 6 0 0 0 .53.433M27.567 18.107v.019l.075.022a6 6 0 0 1 .617.232 2.4 2.4 0 0 1-.661-1.318 6 6 0 0 1-.024 1.044M17.534 15.669l-2.154.613a7.2 7.2 0 0 0-.069 1.7l.011-.007a6.3 6.3 0 0 1 .213-1.263c.075-.18.525-.295.868-.375s.894-.246 1 .238a3.5 3.5 0 0 0 .243.73 6.7 6.7 0 0 1-.113-1.635M25.073 15.669a6.6 6.6 0 0 1-.13 1.712 3.3 3.3 0 0 0 .282-.808c.106-.484.655-.319 1-.238s.795.2.868.375a5.7 5.7 0 0 1 .208 1.2 7.4 7.4 0 0 0-.075-1.633l-2.154-.607M18.324 15.856c.075.061.157.121.235.173a.14.14 0 0 1 .061.115 3.4 3.4 0 0 0 .33 1.321l.01.028c.78-.053 1.562-.075 2.343-.075s1.563.023 2.342.075l.011-.03a3.4 3.4 0 0 0 .33-1.321.14.14 0 0 1 .062-.115q.113-.078.225-.167l.01-.028a11 11 0 0 0-.326-3.773c-.01.494-.127 4.728-1.178 4.728h-2.9c-1.116 0-1.206-4.774-1.206-4.774l-.058.169a11 11 0 0 0-.293 3.672M15.045 18.125v-.019a6 6 0 0 1-.025-1.045 2.4 2.4 0 0 1-.663 1.319 6 6 0 0 1 .618-.232l.075-.022" style="fill:#d7c184"/><path d="M28.475 24.53c-.018.091-.032.165-.061.28a2.6 2.6 0 0 0 .817.062 2.4 2.4 0 0 0 .276-.75 1.2 1.2 0 0 1-1.032.408M19.9 30.385a5.2 5.2 0 0 0 1.73.186 6.9 6.9 0 0 0 2.12-.486 2 2 0 0 1-.514-.108 6.3 6.3 0 0 1-2.711.27 3 3 0 0 1-.5.118c-.042 0-.075.01-.125.019M14.363 25.1l-.037-.128a1.45 1.45 0 0 1-1.1-.354 1.9 1.9 0 0 0 .245.575 2.7 2.7 0 0 0 .889-.094M14.981 25.807a3.2 3.2 0 0 0 .845.4 33 33 0 0 0 3.75-.975.52.52 0 0 0 .4-.359l-4.252.95H15.7a.15.15 0 0 1-.084-.026l-.166-.115-.5-.346-.2-.14.011.034.034.1c.014.042.075.219.186.478M28.014 24.991q.042-.15.075-.3l-.15.1-.4.278-.43.3a.15.15 0 0 1-.075.026h-.026l-4.278-.487-.007.067a.65.65 0 0 0 .325.177 33 33 0 0 0 3.785.808 4.2 4.2 0 0 0 1.043-.584l.006-.017.055-.161.067-.207" style="fill:#9f8f78"/><path d="m23.487 19.223-.11.141a9 9 0 0 1-.817.909q-.583-.018-1.2-.019c-.675 0-1.329.018-1.95.047a15.5 15.5 0 0 1 3.062-.928q.5-.094 1.015-.15M18.38 19.617a8 8 0 0 0-1 .837c-.874.088-1.636.193-2.264.295a17 17 0 0 1 3.269-1.132M29.054 21.42l-.354 2.486L27 25.1l-4.439-.5-.668-2.2a.15.15 0 0 0-.116-.1 2.4 2.4 0 0 0-.864 0 .15.15 0 0 0-.116.1l-.657 2.14-4.414.982-1.751-1.222-.345-2.79.229-.127q.163-.035.365-.075l.325 2.632a.14.14 0 0 0 .061.1l1.2.844a.15.15 0 0 0 .083.026h.032l3.63-.808a.2.2 0 0 0 .036-.013.14.14 0 0 0 .075-.089l.654-2.151a4.5 4.5 0 0 1 1.019-.15 4.6 4.6 0 0 1 1.018.15L23.011 24a.15.15 0 0 0 .123.1l3.63.412a.14.14 0 0 0 .1-.025l1.21-.842a.15.15 0 0 0 .06-.1l.322-2.25q.363.07.6.123M29.5 19.861l-.313 1.186a34 34 0 0 0-3.953-.6 9.6 9.6 0 0 0 1.84-1.017c1.137.16 1.972.333 2.425.436M13.225 19.861l.087.328c.243-.193.466-.354.653-.482-.306.058-.556.112-.74.154" style="fill:#6e6a67"/><path d="M25.479 19.2q-.718-.04-1.435-.07c-.028.041-.084.123-.165.234a9 9 0 0 1-1.41 1.522 11.3 11.3 0 0 0 3.4-1.663l-.391-.024M21.974 19.073c-.242 0-.485-.006-.727-.007q-.535 0-1.07.012l-.658.312-.01.005a7.7 7.7 0 0 0-1.777 1.261c.071-.037.15-.075.225-.115a11.3 11.3 0 0 1 3.476-1.473q.27-.001.54.005M17.93 19.154q-.457.021-.914.047-.529.029-1.057.07-.263.02-.525.046l-.15.016a14.7 14.7 0 0 0-3.426 2.823l.064-.075a13.8 13.8 0 0 1 6.007-2.929M28.049 27l-.04.021a1.9 1.9 0 0 1-.9.175 8 8 0 0 1-.694-.041 61 61 0 0 1-1.33-.144l-.064-.007-.05-.04c-.007-.005-.735-.585-1.323-1.05l-.065-.053c-.062-.053-.062-.053-.1-.053a13 13 0 0 0-1.939.542l-.075.023-.075-.028a5.6 5.6 0 0 0-1.741-.294q-.114-.002-.229.006c-.094 0-.625.257-1.3 1.331l-.043.069-.081.026c-.011 0-1.18.381-2.419.735l-.08.022-.075-.035c-.008 0-.492-.225-.953-.439l.1.047c.455.393 1.327 1.149 1.425 1.254a1 1 0 0 0 .054.054q-.033-.039-.066-.075a2.6 2.6 0 0 0 .67.471 1.5 1.5 0 0 0 .381.124 1 1 0 0 0 .2.016q.102.001.2-.005.408-.021.825-.061c.277-.027.548-.052.825-.085s.547-.064.817-.106a4 4 0 0 0 .4-.075 1 1 0 0 0 .184-.055.8.8 0 0 0 .15-.11c.1-.088.2-.185.3-.282s.193-.2.288-.3c.16-.168.3-.346.45-.52l.06-.059.1.075c.187.139.38.29.566.421a9 9 0 0 0 .735.478 1 1 0 0 0 .19.088l.021.005.023.005h.148c.142-.01.286-.031.43-.053.287-.045.576-.1.862-.154s.574-.114.859-.177.572-.127.855-.2a2.4 2.4 0 0 0 .407-.133 1.6 1.6 0 0 0 .357-.235 2.8 2.8 0 0 0 .562-.675 3 3 0 0 0 .193-.439M22.687 13.484h.505v-1.027h-3.7v1.027H20v-.525h1.046v3.173h-.43v.589h1.458v-.589h-.43v-3.169h1.046v.525" style="fill:#93232c"/><path d="M26.514 19.27q-.314-.024-.628-.043h-.012a11.3 11.3 0 0 1-3.4 1.662l-.028.024a11.4 11.4 0 0 0 2.538-.768 8.5 8.5 0 0 0 1.429-.8zM21.434 19.069a11.3 11.3 0 0 0-3.476 1.473c.357-.181.779-.382 1.254-.58h.007l.15-.061.048-.019.129-.052.075-.028.118-.046.089-.034.11-.041.1-.037.1-.037.118-.041.094-.032.14-.046.075-.025.225-.07q.245-.075.5-.145.337-.09.675-.168-.27.001-.54-.005M17.93 19.154a13.8 13.8 0 0 0-6.007 2.929l-.064.075a19.7 19.7 0 0 1 5.507-2.68l.235-.067q.6-.169 1.238-.293-.454.016-.91.037M28.485 26.79l-.022.01-.046.022-.037.017-.03.014-.046.022-.019.01-.051.025-.011.006-.054.026h-.006L28.05 27a3 3 0 0 1-.193.439 2.8 2.8 0 0 1-.561.675 1.6 1.6 0 0 1-.357.235 2.4 2.4 0 0 1-.407.133c-.283.075-.568.138-.855.2s-.572.122-.859.177-.575.109-.862.154a5 5 0 0 1-.43.053h-.148l-.022-.005-.021-.005a1 1 0 0 1-.19-.088 9 9 0 0 1-.735-.478c-.186-.13-.379-.281-.566-.421l-.016.023.035.031-.025-.019.157.187.018.021c.08.094.415.482.812.876a1.5 1.5 0 0 0 1.086.45 2 2 0 0 0 .445-.055l.45-.109c.464-.11.975-.233 1.319-.322l.066-.017.131-.035q.093-.026.2-.049a1.67 1.67 0 0 0 1.279-.825 58 58 0 0 1 .672-1.299l.058-.11.03-.057-.07.033M21.708 28.086l-.027-.025c-.155.173-.293.352-.45.52-.1.1-.19.2-.288.3s-.2.195-.3.282a.8.8 0 0 1-.15.11 1 1 0 0 1-.184.055q-.2.042-.4.075-.407.061-.817.106c-.41.045-.548.061-.825.085s-.549.047-.825.061c-.069 0-.137.005-.2.005a1 1 0 0 1-.2-.016 1.5 1.5 0 0 1-.381-.124 2.6 2.6 0 0 1-.67-.471c.027.034.057.064.085.1l-.02-.019q-.036-.03-.056-.057c-.1-.1-.969-.861-1.425-1.254l-.1-.047c.081.119.169.249.261.381.133.192.274.389.411.575q.094.127.184.242a2.71 2.71 0 0 0 2.311 1.23 4 4 0 0 0 .472-.028l.112-.013.1-.012c1.039-.119 1.325-.17 1.483-.2l.114-.019.046-.007a2.5 2.5 0 0 0 .7-.213 1.17 1.17 0 0 0 .583-.544c.288-.643.346-.8.349-.8l.1-.271" style="fill:#731b2a"/><path d="M24.525 22.242a.23.23 0 1 0-.235-.226.23.23 0 0 0 .235.226m1.417 1.037c-.3-.15-.637.039-1.242.05-.45.016-.829.021-.853-.686s.263-1.294.715-1.31.862.546.917 1.252a.9.9 0 0 1-.055.442c.419-.05.514.235.519.252ZM18.068 22.413a.23.23 0 1 0-.237-.225.23.23 0 0 0 .237.225m.7.37c.007.708-.368.665-.82.67h-.277a2 2 0 0 0-.965.113.71.71 0 0 1 .508-.358 1.1 1.1 0 0 1-.075-.413c-.027-.707.409-1.288.86-1.292s.766.568.772 1.275ZM27.3 17.915c0 .062-.01.106-.012.13q-.268-.072-.538-.135a18 18 0 0 0-1.8-.3l-.064-.007.01-.027a4 4 0 0 0 .049-.2 6.6 6.6 0 0 0 .13-1.709l2.154.613a7.4 7.4 0 0 1 .071 1.635m-2.679-.41a.14.14 0 0 0 0 .075q-.337-.036-.675-.062a3.7 3.7 0 0 0 .32-1.294 6 6 0 0 0 .529-.433 6 6 0 0 1-.173 1.716Zm-6.637.075a.14.14 0 0 0 0-.075 6 6 0 0 1-.174-1.716 6 6 0 0 0 .53.433 3.7 3.7 0 0 0 .32 1.294q-.338.027-.675.062Zm-.325.035c-.3.037-.6.075-.906.125s-.6.106-.9.172q-.27.062-.538.135.001-.021-.006-.064a7.2 7.2 0 0 1 .069-1.7l2.154-.613a6.7 6.7 0 0 0 .113 1.635q.029.138.066.277l.01.026-.064.007Zm10.8.87-.054-.026-.09-.044-.056-.032a6 6 0 0 0-.617-.232l-.075-.022v-.019a6 6 0 0 0 .024-1.044 8 8 0 0 0-.1-.913.14.14 0 0 0-.1-.113l-.307-.087a5.7 5.7 0 0 0-1.075-3.525 6.53 6.53 0 0 1 .851 3.463l-1.9-.541h-.038a.1.1 0 0 0-.031 0h-.005l-.025.008h-.008l-.019.013h-.005l-.133.127c.006-.178.007-.45-.013-.784l-.006-.1a7.3 7.3 0 0 0-.853-3.037c.005.015.064.185.139.472a11 11 0 0 1 .326 3.773v.022l-.007.006q-.112.09-.225.167a.14.14 0 0 0-.062.115 3.4 3.4 0 0 1-.33 1.321.1.1 0 0 0-.012.033c-.779-.053-1.561-.075-2.342-.075s-1.563.022-2.343.075l-.01-.028a3.4 3.4 0 0 1-.33-1.321.14.14 0 0 0-.061-.115 5 5 0 0 1-.235-.173 11 11 0 0 1 .293-3.671c.09-.361.165-.58.171-.6a7.87 7.87 0 0 0-.868 3.918c-.081-.075-.131-.125-.133-.127h-.015l-.019-.011-.009-.005a.1.1 0 0 0-.023-.007h-.07899999999999999l-1.9.541a6.5 6.5 0 0 1 .853-3.471 5.7 5.7 0 0 0-1.075 3.525l-.306.087a.14.14 0 0 0-.1.113 8 8 0 0 0-.1.913 6 6 0 0 0 .025 1.045v.019l-.075.022a6 6 0 0 0-.618.232l-.056.031-.09.044-.046.023-.03.016a3.4 3.4 0 0 1 .433-.132c.15-.037.294-.069.442-.1.3-.055.593-.1.892-.139s.6-.075.9-.1.6-.051.9-.068c1.2-.071 2.407-.094 3.613-.094s2.411.019 3.613.094c.3.017.6.043.9.068s.6.058.9.1.6.083.892.139q.224.041.441.1a3 3 0 0 1 .434.132l-.023-.013Z" style="fill:#0e0f0d"/><path d="M21.641 12.963v3.173h.433v.589h-1.458v-.589h.43v-3.173H20v.525h-.5v-1.031h3.7v1.027h-.505v-.525h-1.05Zm1.933.9v-1.786h-4.459v1.788h1.266v-.525h.284v2.415h-.429V17.1h2.212v-1.35h-.427v-2.408h.286v.525Z" style="fill:#0e0f0d"/></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="M30.946 17.4a4 4 0 0 0-.037-.225 2 2 0 0 0-.054-.233l-.058-.093a4 4 0 0 0-.765-.458 9 9 0 0 0-.663-.275 9.45 9.45 0 0 0-3.107-4.337 8.11 8.11 0 0 0-9.915 0 9.45 9.45 0 0 0-3.107 4.334 8 8 0 0 0-.662.274 4 4 0 0 0-.765.458l-.058.093c-.023.084-.038.156-.054.233s-.026.15-.037.225q-.032.223-.044.457a6 6 0 0 0 .027.92 6 6 0 0 0 .169.9 4 4 0 0 0 .15.44q.042.11.094.217l.054.108c.042.075.049.088.067.114l.079.075.141.069.136.061.075.031a11.3 11.3 0 0 0-1.875 2.235L10 24.185l1.032-.906a17 17 0 0 1 2.325-1.613l.02.166a6 6 0 0 0-.683.4c-.225.186-.235.474-.175 1.012a9 9 0 0 0 .273 1.3c.24.844.416.993.571 1.028a1.2 1.2 0 0 0 .261.025 3.4 3.4 0 0 0 .862-.124 8.5 8.5 0 0 0 1.125 2.271l-.067.019c-.281-.13-1.266-.586-1.6-.735l-.691-.311.409.638c.03.046.736 1.147 1.312 1.888a3.16 3.16 0 0 0 2.67 1.4 5 5 0 0 0 .525-.031c.415-.048.727-.085.964-.115a6.54 6.54 0 0 0 4.6-.01 6.7 6.7 0 0 0 1.15-.568 88 88 0 0 0 1.554-.385l.181-.045a2.1 2.1 0 0 0 1.582-1.064c.4-.8 1.05-2.025 1.056-2.035l.3-.571-.592.257c-.031.014-.782.341-1.172.546a11 11 0 0 0 .486-1.339 4 4 0 0 0 .78.046 1.4 1.4 0 0 0 .316-.04c.154-.039.274-.142.5-1.013a10 10 0 0 0 .25-1.341c.049-.551.034-.847-.191-1.033a5 5 0 0 0-.608-.357.24.24 0 0 1 .143-.027l.15-.576q.078-.033.175-.07l.275-.112.136-.061c.047-.022.089-.042.141-.069l.079-.075.037-.06c.05-.09.067-.125.085-.161q.05-.11.094-.217c.057-.145.1-.292.15-.44a6 6 0 0 0 .17-.9 6 6 0 0 0 .026-.917 5 5 0 0 0-.044-.457Z" style="fill:#0e0f0d"/><path d="M22.262 29.262a5 5 0 0 1-.334.039c-.075 0-.15.01-.216.01h-.025c.086-.193.15-.342.2-.455.1.113.229.253.375.4" style="fill:#e1c5a2"/><path d="M22.126 20.656a5 5 0 0 1-.551.39l-.64.386a5.4 5.4 0 0 0-.769.154.1.1 0 0 0-.033.014.15.15 0 0 0-.066.084l-.652 2.148-3.485.774-1.1-.769-.319-2.586a35 35 0 0 1 2.457-.359 7 7 0 0 0-.31.4l-.6.856.868-.578a14 14 0 0 1 1.474-.81 40 40 0 0 1 3.723-.104ZM16.7 23.573a2 2 0 0 1 .965-.113h.277c.45 0 .825.038.82-.67s-.322-1.281-.772-1.275-.887.584-.86 1.292a1.1 1.1 0 0 0 .075.413.71.71 0 0 0-.508.357ZM28.164 21.244l-.316 2.2-1.1.775-3.48-.4-.649-2.138a.15.15 0 0 0-.1-.1 5.3 5.3 0 0 0-.909-.169l.083-.005a14 14 0 0 0 2.7-.646 37 37 0 0 1 3.768.478Zm-2.223 2.035c0-.017-.1-.3-.519-.252a.9.9 0 0 0 .055-.442c-.055-.706-.466-1.268-.917-1.252s-.739.6-.715 1.31.4.7.853.686c.606-.011.938-.2 1.242-.05Z" style="fill:#a89983"/><path d="M24.751 22.007a.23.23 0 1 1-.235-.225.23.23 0 0 1 .235.225M18.293 22.176a.231.231 0 1 1-.237-.225.23.23 0 0 1 .236.224" style="fill:#fff"/><path d="M29.683 22.211a4 4 0 0 0-.413-.244l-.292 2.044a.15.15 0 0 1-.061.1l-.417.289-.025.129a1.2 1.2 0 0 0 1.032-.408 8.6 8.6 0 0 0 .225-1.223c.047-.53.005-.644-.048-.688M23.239 29.977a2 2 0 0 1-.735-.467l-.053-.054a4 4 0 0 1-.512.075c-.075 0-.143.01-.22.01h-.157a1.98 1.98 0 0 1-1.035.708 6.3 6.3 0 0 0 2.711-.27M14.325 24.971l-.028-.092-.542-.379a.15.15 0 0 1-.061-.1l-.264-2.146a5 5 0 0 0-.482.283c-.052.043-.092.15-.036.664a9 9 0 0 0 .316 1.418 1.45 1.45 0 0 0 1.1.354M22.429 24.873a.15.15 0 0 1-.123-.1l-.669-2.2a2 2 0 0 0-.591 0l-.65 2.141a.15.15 0 0 1-.108.1l-.311.069a.52.52 0 0 1-.4.359 33 33 0 0 1-3.75.975 3.2 3.2 0 0 1-.845-.4 7 7 0 0 1-.185-.478A9.5 9.5 0 0 0 16 27.63c.837-.247 1.56-.477 1.792-.55.471-.726 1.141-1.447 1.618-1.471.082 0 .168-.007.252-.007a6 6 0 0 1 .663.041.83.83 0 0 1-.237-.429 2.03 2.03 0 0 0 1.382.375 2.44 2.44 0 0 0 1.256-.546l.015-.137-.311-.035" style="fill:#e1c5a2"/><path d="M23.058 25.152a.65.65 0 0 1-.325-.177l-.008.07a.79.79 0 0 1-.34.577 4.6 4.6 0 0 1 1.1-.263.54.54 0 0 1 .39.158l.053.044c.5.393 1.1.87 1.275 1.01.2.023.848.1 1.254.134.234.022.445.04.652.04q.1.001.189-.006a10 10 0 0 0 .586-1.363 4.2 4.2 0 0 1-1.043.584 33 33 0 0 1-3.785-.808" style="fill:#e1c5a2"/><path d="M30.56 17.443a5 5 0 0 0-.044-.361 4.3 4.3 0 0 0-.625-.427 8 8 0 0 0-.75-.385 15 15 0 0 0-.783-.337q-.2-.081-.4-.155-.2-.077-.4-.15c.283.047.563.112.841.183q.271.07.54.155a8.29 8.29 0 0 0-7.639-5.487 8.29 8.29 0 0 0-7.63 5.488q.267-.085.539-.155a9 9 0 0 1 .842-.183q-.205.074-.4.15c-.195.076-.266.1-.4.155a15 15 0 0 0-.784.337 8 8 0 0 0-.75.385 4.3 4.3 0 0 0-.625.427q-.012.073-.022.15-.012.105-.022.211a6 6 0 0 0-.018.426 6.2 6.2 0 0 0 .217 1.687q.056.2.13.4a4 4 0 0 0 .123.281l.018.034.063.031.126.06c.07.032.168.075.249.115l.013-.012-.235-.894c.049-.013.495-.129 1.263-.275a3 3 0 0 1-.186-.04 4 4 0 0 1-.514-.164 2 2 0 0 1-.242-.117.8.8 0 0 1-.214-.163 13 13 0 0 0 4.137-.009 43 43 0 0 1 4.268-.243 43 43 0 0 1 4.265.244 13 13 0 0 0 4.137.009.8.8 0 0 1-.213.163 2 2 0 0 1-.243.117 4 4 0 0 1-.514.164l-.075.017c.842.156 1.333.283 1.384.3l-.225.851.135-.06.127-.06.064-.031.017-.034.044-.091a3.6 3.6 0 0 0 .21-.59 6.3 6.3 0 0 0 .22-1.687 5 5 0 0 0-.019-.426" style="fill:#e0d896"/><path d="M24.8 15.789a6 6 0 0 1-.173 1.716.14.14 0 0 0 0 .075q-.337-.036-.675-.062a3.7 3.7 0 0 0 .32-1.294 6 6 0 0 0 .529-.433M18.342 16.224a3.7 3.7 0 0 0 .32 1.294q-.338.027-.675.062a.14.14 0 0 0 0-.075 6 6 0 0 1-.174-1.716 6 6 0 0 0 .53.433M27.567 18.107v.019l.075.022a6 6 0 0 1 .617.232 2.4 2.4 0 0 1-.661-1.318 6 6 0 0 1-.024 1.044M17.534 15.669l-2.154.613a7.2 7.2 0 0 0-.069 1.7l.011-.007a6.3 6.3 0 0 1 .213-1.263c.075-.18.525-.295.868-.375s.894-.246 1 .238a3.5 3.5 0 0 0 .243.73 6.7 6.7 0 0 1-.113-1.635M25.073 15.669a6.6 6.6 0 0 1-.13 1.712 3.3 3.3 0 0 0 .282-.808c.106-.484.655-.319 1-.238s.795.2.868.375a5.7 5.7 0 0 1 .208 1.2 7.4 7.4 0 0 0-.075-1.633l-2.154-.607M18.324 15.856c.075.061.157.121.235.173a.14.14 0 0 1 .061.115 3.4 3.4 0 0 0 .33 1.321l.01.028c.78-.053 1.562-.075 2.343-.075s1.563.023 2.342.075l.011-.03a3.4 3.4 0 0 0 .33-1.321.14.14 0 0 1 .062-.115q.113-.078.225-.167l.01-.028a11 11 0 0 0-.326-3.773c-.01.494-.127 4.728-1.178 4.728h-2.9c-1.116 0-1.206-4.774-1.206-4.774l-.058.169a11 11 0 0 0-.293 3.672M15.045 18.125v-.019a6 6 0 0 1-.025-1.045 2.4 2.4 0 0 1-.663 1.319 6 6 0 0 1 .618-.232l.075-.022" style="fill:#d7c184"/><path d="M28.475 24.53c-.018.091-.032.165-.061.28a2.6 2.6 0 0 0 .817.062 2.4 2.4 0 0 0 .276-.75 1.2 1.2 0 0 1-1.032.408M19.9 30.385a5.2 5.2 0 0 0 1.73.186 6.9 6.9 0 0 0 2.12-.486 2 2 0 0 1-.514-.108 6.3 6.3 0 0 1-2.711.27 3 3 0 0 1-.5.118c-.042 0-.075.01-.125.019M14.363 25.1l-.037-.128a1.45 1.45 0 0 1-1.1-.354 1.9 1.9 0 0 0 .245.575 2.7 2.7 0 0 0 .889-.094M14.981 25.807a3.2 3.2 0 0 0 .845.4 33 33 0 0 0 3.75-.975.52.52 0 0 0 .4-.359l-4.252.95H15.7a.15.15 0 0 1-.084-.026l-.166-.115-.5-.346-.2-.14.011.034.034.1c.014.042.075.219.186.478M28.014 24.991q.042-.15.075-.3l-.15.1-.4.278-.43.3a.15.15 0 0 1-.075.026h-.026l-4.278-.487-.007.067a.65.65 0 0 0 .325.177 33 33 0 0 0 3.785.808 4.2 4.2 0 0 0 1.043-.584l.006-.017.055-.161.067-.207" style="fill:#9f8f78"/><path d="m23.487 19.223-.11.141a9 9 0 0 1-.817.909q-.583-.018-1.2-.019c-.675 0-1.329.018-1.95.047a15.5 15.5 0 0 1 3.062-.928q.5-.094 1.015-.15M18.38 19.617a8 8 0 0 0-1 .837c-.874.088-1.636.193-2.264.295a17 17 0 0 1 3.269-1.132M29.054 21.42l-.354 2.486L27 25.1l-4.439-.5-.668-2.2a.15.15 0 0 0-.116-.1 2.4 2.4 0 0 0-.864 0 .15.15 0 0 0-.116.1l-.657 2.14-4.414.982-1.751-1.222-.345-2.79.229-.127q.163-.035.365-.075l.325 2.632a.14.14 0 0 0 .061.1l1.2.844a.15.15 0 0 0 .083.026h.032l3.63-.808a.2.2 0 0 0 .036-.013.14.14 0 0 0 .075-.089l.654-2.151a4.5 4.5 0 0 1 1.019-.15 4.6 4.6 0 0 1 1.018.15L23.011 24a.15.15 0 0 0 .123.1l3.63.412a.14.14 0 0 0 .1-.025l1.21-.842a.15.15 0 0 0 .06-.1l.322-2.25q.363.07.6.123M29.5 19.861l-.313 1.186a34 34 0 0 0-3.953-.6 9.6 9.6 0 0 0 1.84-1.017c1.137.16 1.972.333 2.425.436M13.225 19.861l.087.328c.243-.193.466-.354.653-.482-.306.058-.556.112-.74.154" style="fill:#6e6a67"/><path d="M25.479 19.2q-.718-.04-1.435-.07c-.028.041-.084.123-.165.234a9 9 0 0 1-1.41 1.522 11.3 11.3 0 0 0 3.4-1.663l-.391-.024M21.974 19.073c-.242 0-.485-.006-.727-.007q-.535 0-1.07.012l-.658.312-.01.005a7.7 7.7 0 0 0-1.777 1.261c.071-.037.15-.075.225-.115a11.3 11.3 0 0 1 3.476-1.473q.27-.001.54.005M17.93 19.154q-.457.021-.914.047-.529.029-1.057.07-.263.02-.525.046l-.15.016a14.7 14.7 0 0 0-3.426 2.823l.064-.075a13.8 13.8 0 0 1 6.007-2.929M28.049 27l-.04.021a1.9 1.9 0 0 1-.9.175 8 8 0 0 1-.694-.041 61 61 0 0 1-1.33-.144l-.064-.007-.05-.04c-.007-.005-.735-.585-1.323-1.05l-.065-.053c-.062-.053-.062-.053-.1-.053a13 13 0 0 0-1.939.542l-.075.023-.075-.028a5.6 5.6 0 0 0-1.741-.294q-.114-.002-.229.006c-.094 0-.625.257-1.3 1.331l-.043.069-.081.026c-.011 0-1.18.381-2.419.735l-.08.022-.075-.035c-.008 0-.492-.225-.953-.439l.1.047c.455.393 1.327 1.149 1.425 1.254a1 1 0 0 0 .054.054q-.033-.039-.066-.075a2.6 2.6 0 0 0 .67.471 1.5 1.5 0 0 0 .381.124 1 1 0 0 0 .2.016q.102.001.2-.005.408-.021.825-.061c.277-.027.548-.052.825-.085s.547-.064.817-.106a4 4 0 0 0 .4-.075 1 1 0 0 0 .184-.055.8.8 0 0 0 .15-.11c.1-.088.2-.185.3-.282s.193-.2.288-.3c.16-.168.3-.346.45-.52l.06-.059.1.075c.187.139.38.29.566.421a9 9 0 0 0 .735.478 1 1 0 0 0 .19.088l.021.005.023.005h.148c.142-.01.286-.031.43-.053.287-.045.576-.1.862-.154s.574-.114.859-.177.572-.127.855-.2a2.4 2.4 0 0 0 .407-.133 1.6 1.6 0 0 0 .357-.235 2.8 2.8 0 0 0 .562-.675 3 3 0 0 0 .193-.439M22.687 13.484h.505v-1.027h-3.7v1.027H20v-.525h1.046v3.173h-.43v.589h1.458v-.589h-.43v-3.169h1.046v.525" style="fill:#93232c"/><path d="M26.514 19.27q-.314-.024-.628-.043h-.012a11.3 11.3 0 0 1-3.4 1.662l-.028.024a11.4 11.4 0 0 0 2.538-.768 8.5 8.5 0 0 0 1.429-.8zM21.434 19.069a11.3 11.3 0 0 0-3.476 1.473c.357-.181.779-.382 1.254-.58h.007l.15-.061.048-.019.129-.052.075-.028.118-.046.089-.034.11-.041.1-.037.1-.037.118-.041.094-.032.14-.046.075-.025.225-.07q.245-.075.5-.145.337-.09.675-.168-.27.001-.54-.005M17.93 19.154a13.8 13.8 0 0 0-6.007 2.929l-.064.075a19.7 19.7 0 0 1 5.507-2.68l.235-.067q.6-.169 1.238-.293-.454.016-.91.037M28.485 26.79l-.022.01-.046.022-.037.017-.03.014-.046.022-.019.01-.051.025-.011.006-.054.026h-.006L28.05 27a3 3 0 0 1-.193.439 2.8 2.8 0 0 1-.561.675 1.6 1.6 0 0 1-.357.235 2.4 2.4 0 0 1-.407.133c-.283.075-.568.138-.855.2s-.572.122-.859.177-.575.109-.862.154a5 5 0 0 1-.43.053h-.148l-.022-.005-.021-.005a1 1 0 0 1-.19-.088 9 9 0 0 1-.735-.478c-.186-.13-.379-.281-.566-.421l-.016.023.035.031-.025-.019.157.187.018.021c.08.094.415.482.812.876a1.5 1.5 0 0 0 1.086.45 2 2 0 0 0 .445-.055l.45-.109c.464-.11.975-.233 1.319-.322l.066-.017.131-.035q.093-.026.2-.049a1.67 1.67 0 0 0 1.279-.825 58 58 0 0 1 .672-1.299l.058-.11.03-.057-.07.033M21.708 28.086l-.027-.025c-.155.173-.293.352-.45.52-.1.1-.19.2-.288.3s-.2.195-.3.282a.8.8 0 0 1-.15.11 1 1 0 0 1-.184.055q-.2.042-.4.075-.407.061-.817.106c-.41.045-.548.061-.825.085s-.549.047-.825.061c-.069 0-.137.005-.2.005a1 1 0 0 1-.2-.016 1.5 1.5 0 0 1-.381-.124 2.6 2.6 0 0 1-.67-.471c.027.034.057.064.085.1l-.02-.019q-.036-.03-.056-.057c-.1-.1-.969-.861-1.425-1.254l-.1-.047c.081.119.169.249.261.381.133.192.274.389.411.575q.094.127.184.242a2.71 2.71 0 0 0 2.311 1.23 4 4 0 0 0 .472-.028l.112-.013.1-.012c1.039-.119 1.325-.17 1.483-.2l.114-.019.046-.007a2.5 2.5 0 0 0 .7-.213 1.17 1.17 0 0 0 .583-.544c.288-.643.346-.8.349-.8l.1-.271" style="fill:#731b2a"/><path d="M24.525 22.242a.23.23 0 1 0-.235-.226.23.23 0 0 0 .235.226m1.417 1.037c-.3-.15-.637.039-1.242.05-.45.016-.829.021-.853-.686s.263-1.294.715-1.31.862.546.917 1.252a.9.9 0 0 1-.055.442c.419-.05.514.235.519.252ZM18.068 22.413a.23.23 0 1 0-.237-.225.23.23 0 0 0 .237.225m.7.37c.007.708-.368.665-.82.67h-.277a2 2 0 0 0-.965.113.71.71 0 0 1 .508-.358 1.1 1.1 0 0 1-.075-.413c-.027-.707.409-1.288.86-1.292s.766.568.772 1.275ZM27.3 17.915c0 .062-.01.106-.012.13q-.268-.072-.538-.135a18 18 0 0 0-1.8-.3l-.064-.007.01-.027a4 4 0 0 0 .049-.2 6.6 6.6 0 0 0 .13-1.709l2.154.613a7.4 7.4 0 0 1 .071 1.635m-2.679-.41a.14.14 0 0 0 0 .075q-.337-.036-.675-.062a3.7 3.7 0 0 0 .32-1.294 6 6 0 0 0 .529-.433 6 6 0 0 1-.173 1.716Zm-6.637.075a.14.14 0 0 0 0-.075 6 6 0 0 1-.174-1.716 6 6 0 0 0 .53.433 3.7 3.7 0 0 0 .32 1.294q-.338.027-.675.062Zm-.325.035c-.3.037-.6.075-.906.125s-.6.106-.9.172q-.27.062-.538.135.001-.021-.006-.064a7.2 7.2 0 0 1 .069-1.7l2.154-.613a6.7 6.7 0 0 0 .113 1.635q.029.138.066.277l.01.026-.064.007Zm10.8.87-.054-.026-.09-.044-.056-.032a6 6 0 0 0-.617-.232l-.075-.022v-.019a6 6 0 0 0 .024-1.044 8 8 0 0 0-.1-.913.14.14 0 0 0-.1-.113l-.307-.087a5.7 5.7 0 0 0-1.075-3.525 6.53 6.53 0 0 1 .851 3.463l-1.9-.541h-.038a.1.1 0 0 0-.031 0h-.005l-.025.008h-.008l-.019.013h-.005l-.133.127c.006-.178.007-.45-.013-.784l-.006-.1a7.3 7.3 0 0 0-.853-3.037c.005.015.064.185.139.472a11 11 0 0 1 .326 3.773v.022l-.007.006q-.112.09-.225.167a.14.14 0 0 0-.062.115 3.4 3.4 0 0 1-.33 1.321.1.1 0 0 0-.012.033c-.779-.053-1.561-.075-2.342-.075s-1.563.022-2.343.075l-.01-.028a3.4 3.4 0 0 1-.33-1.321.14.14 0 0 0-.061-.115 5 5 0 0 1-.235-.173 11 11 0 0 1 .293-3.671c.09-.361.165-.58.171-.6a7.87 7.87 0 0 0-.868 3.918c-.081-.075-.131-.125-.133-.127h-.015l-.019-.011-.009-.005a.1.1 0 0 0-.023-.007h-.07899999999999999l-1.9.541a6.5 6.5 0 0 1 .853-3.471 5.7 5.7 0 0 0-1.075 3.525l-.306.087a.14.14 0 0 0-.1.113 8 8 0 0 0-.1.913 6 6 0 0 0 .025 1.045v.019l-.075.022a6 6 0 0 0-.618.232l-.056.031-.09.044-.046.023-.03.016a3.4 3.4 0 0 1 .433-.132c.15-.037.294-.069.442-.1.3-.055.593-.1.892-.139s.6-.075.9-.1.6-.051.9-.068c1.2-.071 2.407-.094 3.613-.094s2.411.019 3.613.094c.3.017.6.043.9.068s.6.058.9.1.6.083.892.139q.224.041.441.1a3 3 0 0 1 .434.132l-.023-.013Z" style="fill:#0e0f0d"/><path d="M21.641 12.963v3.173h.433v.589h-1.458v-.589h.43v-3.173H20v.525h-.5v-1.031h3.7v1.027h-.505v-.525h-1.05Zm1.933.9v-1.786h-4.459v1.788h1.266v-.525h.284v2.415h-.429V17.1h2.212v-1.35h-.427v-2.408h.286v.525Z" style="fill:#0e0f0d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="folder type trunk" 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:#7f3333"/><path d="M21.81 31v-2a7.3 7.3 0 0 0 4-1.2 7.19 7.19 0 0 0-2.6-13 7.16 7.16 0 0 0-8.59 7h-2a9.16 9.16 0 0 1 5.67-8.44 9.3 9.3 0 0 1 5.31-.52A9.14 9.14 0 0 1 30.82 20a9 9 0 0 1-.52 5.28 9.15 9.15 0 0 1-3.38 4.1A9.33 9.33 0 0 1 21.81 31" style="fill:#fb6a5b"/><path d="M17.35 21.86h-2a6.4 6.4 0 0 1 1.89-4.54 6.52 6.52 0 0 1 4.57-1.88v2a4.45 4.45 0 0 0-3.15 1.31 4.4 4.4 0 0 0-1.31 3.13Z" style="fill:#fb6a5b"/><path d="M25.54 21.86h-2a1.76 1.76 0 0 0-3.51 0H18a3.68 3.68 0 0 1 1.09-2.62 3.75 3.75 0 0 1 5.28 0 3.68 3.68 0 0 1 1.09 2.62Z" style="fill:#fb6a5b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="folder type trunk opened" 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:#a54646"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#a54646"/><path d="M21.81 31v-2a7.3 7.3 0 0 0 4-1.2 7.19 7.19 0 0 0-2.6-13 7.16 7.16 0 0 0-8.59 7h-2a9.16 9.16 0 0 1 5.67-8.44 9.3 9.3 0 0 1 5.31-.52A9.14 9.14 0 0 1 30.82 20a9 9 0 0 1-.52 5.28 9.15 9.15 0 0 1-3.38 4.1A9.33 9.33 0 0 1 21.81 31" style="fill:#fb6a5b"/><path d="M17.35 21.86h-2a6.4 6.4 0 0 1 1.89-4.54 6.52 6.52 0 0 1 4.57-1.88v2a4.45 4.45 0 0 0-3.15 1.31 4.4 4.4 0 0 0-1.31 3.13Z" style="fill:#fb6a5b"/><path d="M25.54 21.86h-2a1.76 1.76 0 0 0-3.51 0H18a3.68 3.68 0 0 1 1.09-2.62 3.75 3.75 0 0 1 5.28 0 3.68 3.68 0 0 1 1.09 2.62Z" style="fill:#fb6a5b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-207.66" x2="-216.52" y1="160.23" y2="151.37" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></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:#52525b"/><path d="M21 15.15A5.85 5.85 0 1 0 26.84 21 5.86 5.86 0 0 0 21 15.15M21 24a3 3 0 1 1 3-3 3 3 0 0 1-3 3" style="fill:#f5f5f5"/><path d="M21.48 14.19V12a9 9 0 0 1 0 18v-2.19a6.83 6.83 0 0 0 0-13.62m-5.65 11.28a6.9 6.9 0 0 1-1.65-4H12A8.93 8.93 0 0 0 14.29 27l1.54-1.54ZM20.5 30v-2.19a6.8 6.8 0 0 1-4-1.65L15 27.7a8.93 8.93 0 0 0 5.5 2.3" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-207.66" x2="-216.52" y1="160.23" y2="151.37" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></linearGradient></defs><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.63Z" style="fill:#666"/><path d="M21 15.15A5.85 5.85 0 1 0 26.84 21 5.86 5.86 0 0 0 21 15.15M21 24a3 3 0 1 1 3-3 3 3 0 0 1-3 3" style="fill:#f5f5f5"/><path d="M21.48 14.19V12a9 9 0 0 1 0 18v-2.19a6.83 6.83 0 0 0 0-13.62m-5.65 11.28a6.9 6.9 0 0 1-1.65-4H12A8.93 8.93 0 0 0 14.29 27l1.54-1.54ZM20.5 30v-2.19a6.8 6.8 0 0 1-4-1.65L15 27.7a8.93 8.93 0 0 0 5.5 2.3" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#007acc"/><path d="M27.249 17.436a3.56 3.56 0 0 1 1.787 1.03 4.7 4.7 0 0 1 .685.916c.009.036-1.234.871-1.987 1.338-.027.018-.136-.1-.259-.281a1.62 1.62 0 0 0-1.343-.808c-.866-.059-1.424.395-1.42 1.152a1.05 1.05 0 0 0 .122.535c.191.395.544.631 1.656 1.111 2.046.88 2.922 1.461 3.466 2.286a4.15 4.15 0 0 1 .331 3.484 3.83 3.83 0 0 1-3.162 2.264 8.8 8.8 0 0 1-2.178-.023 5.25 5.25 0 0 1-2.908-1.515 5 5 0 0 1-.744-1.1 2 2 0 0 1 .263-.168c.127-.073.608-.349 1.062-.612l.821-.476.172.254a3.8 3.8 0 0 0 1.087 1.038 2.65 2.65 0 0 0 2.781-.141 1.24 1.24 0 0 0 .159-1.583c-.222-.318-.676-.585-1.964-1.143a7.1 7.1 0 0 1-2.69-1.656 3.8 3.8 0 0 1-.785-1.429 5.7 5.7 0 0 1-.05-1.824 3.48 3.48 0 0 1 2.931-2.713 7.2 7.2 0 0 1 2.167.064m-6.71 1.193.009 1.17h-3.72V30.37H14.2V19.8h-3.72v-1.148a11 11 0 0 1 .032-1.18c.014-.018 2.277-.027 5.022-.023l4.995.014Z" style="fill:#fff"/><path d="M26.173 31a8.4 8.4 0 0 1-1.309-.087 5.74 5.74 0 0 1-3.177-1.665c-.49-.543-1.028-1.271-.8-1.661a1.15 1.15 0 0 1 .437-.341c.131-.075.611-.351 1.062-.613l1.205-.7.422.621a3.5 3.5 0 0 0 .913.885 2.21 2.21 0 0 0 2.239-.073.58.58 0 0 0 .213-.5.6.6 0 0 0-.129-.455 4.9 4.9 0 0 0-1.762-.976 7.5 7.5 0 0 1-2.85-1.77 4.26 4.26 0 0 1-.9-1.629 6.1 6.1 0 0 1-.057-2.046 3.98 3.98 0 0 1 3.312-3.09 7.6 7.6 0 0 1 2.372.069 4.06 4.06 0 0 1 2.016 1.162 5 5 0 0 1 .8 1.128c.09.35.11.433-2.2 1.864l-.158.1-.193-.033c-.161-.031-.31-.122-.555-.484a1.15 1.15 0 0 0-.981-.6.96.96 0 0 0-.732.189.63.63 0 0 0-.178.483.6.6 0 0 0 .072.324c.117.241.348.424 1.419.888 2.142.922 3.069 1.543 3.675 2.461a4.66 4.66 0 0 1 .379 3.916 4.28 4.28 0 0 1-3.53 2.566 7 7 0 0 1-1.025.067m-4.237-3.007a6 6 0 0 0 .46.615 4.76 4.76 0 0 0 2.637 1.365 8.5 8.5 0 0 0 2.011.022 3.38 3.38 0 0 0 2.8-1.964 3.68 3.68 0 0 0-.284-3.051c-.489-.74-1.31-1.273-3.256-2.111-1.114-.482-1.624-.775-1.9-1.343a1.5 1.5 0 0 1-.171-.743 1.56 1.56 0 0 1 .48-1.182 1.88 1.88 0 0 1 1.45-.446 2.08 2.08 0 0 1 1.657.945c.462-.3.952-.623 1.261-.836a7 7 0 0 0-.4-.474 3.1 3.1 0 0 0-1.554-.892 6.9 6.9 0 0 0-1.964-.058 3.02 3.02 0 0 0-2.553 2.344 5.4 5.4 0 0 0 .044 1.6 3.3 3.3 0 0 0 .674 1.23 6.66 6.66 0 0 0 2.529 1.542c1.393.6 1.879.9 2.166 1.307a1.72 1.72 0 0 1-.227 2.211 3.12 3.12 0 0 1-3.326.21A4.3 4.3 0 0 1 23.3 27.2l-.438.255Zm-4.629 2.855H13.72v-10.57H10v-1.626c0-1.24.007-1.381.175-1.523a.2.2 0 0 1 .041-.033c.21-.129.9-.13 5.314-.121l5.47.012.032 3.29h-3.726Zm-2.632-.955h1.677v-10.57h3.716l-.013-1.383-4.524-.013c-2.207 0-3.844 0-4.568.01 0 .182-.007.423-.007.714v.671h3.72Z" style="fill:#007acc"/></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:#3380b5"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#3380b5"/><path d="M27.249 17.436a3.56 3.56 0 0 1 1.787 1.03 4.7 4.7 0 0 1 .685.916c.009.036-1.234.871-1.987 1.338-.027.018-.136-.1-.259-.281a1.62 1.62 0 0 0-1.343-.808c-.866-.059-1.424.395-1.42 1.152a1.05 1.05 0 0 0 .122.535c.191.395.544.631 1.656 1.111 2.046.88 2.922 1.461 3.466 2.286a4.15 4.15 0 0 1 .331 3.484 3.83 3.83 0 0 1-3.162 2.264 8.8 8.8 0 0 1-2.178-.023 5.25 5.25 0 0 1-2.908-1.515 5 5 0 0 1-.744-1.1 2 2 0 0 1 .263-.168c.127-.073.608-.349 1.062-.612l.821-.476.172.254a3.8 3.8 0 0 0 1.087 1.038 2.65 2.65 0 0 0 2.781-.141 1.24 1.24 0 0 0 .159-1.583c-.222-.318-.676-.585-1.964-1.143a7.1 7.1 0 0 1-2.69-1.656 3.8 3.8 0 0 1-.785-1.429 5.7 5.7 0 0 1-.05-1.824 3.48 3.48 0 0 1 2.931-2.713 7.2 7.2 0 0 1 2.167.064m-6.71 1.193.009 1.17h-3.72V30.37H14.2V19.8h-3.72v-1.148a11 11 0 0 1 .032-1.18c.014-.018 2.277-.027 5.022-.023l4.995.014Z" style="fill:#fff"/><path d="M26.173 31a8.4 8.4 0 0 1-1.309-.087 5.74 5.74 0 0 1-3.177-1.665c-.49-.543-1.028-1.271-.8-1.661a1.15 1.15 0 0 1 .437-.341c.131-.075.611-.351 1.062-.613l1.205-.7.422.621a3.5 3.5 0 0 0 .913.885 2.21 2.21 0 0 0 2.239-.073.58.58 0 0 0 .213-.5.6.6 0 0 0-.129-.455 4.9 4.9 0 0 0-1.762-.976 7.5 7.5 0 0 1-2.85-1.77 4.26 4.26 0 0 1-.9-1.629 6.1 6.1 0 0 1-.057-2.046 3.98 3.98 0 0 1 3.312-3.09 7.6 7.6 0 0 1 2.372.069 4.06 4.06 0 0 1 2.016 1.162 5 5 0 0 1 .8 1.128c.09.35.11.433-2.2 1.864l-.158.1-.193-.033c-.161-.031-.31-.122-.555-.484a1.15 1.15 0 0 0-.981-.6.96.96 0 0 0-.732.189.63.63 0 0 0-.178.483.6.6 0 0 0 .072.324c.117.241.348.424 1.419.888 2.142.922 3.069 1.543 3.675 2.461a4.66 4.66 0 0 1 .379 3.916 4.28 4.28 0 0 1-3.53 2.566 7 7 0 0 1-1.025.067m-4.237-3.007a6 6 0 0 0 .46.615 4.76 4.76 0 0 0 2.637 1.365 8.5 8.5 0 0 0 2.011.022 3.38 3.38 0 0 0 2.8-1.964 3.68 3.68 0 0 0-.284-3.051c-.489-.74-1.31-1.273-3.256-2.111-1.114-.482-1.624-.775-1.9-1.343a1.5 1.5 0 0 1-.171-.743 1.56 1.56 0 0 1 .48-1.182 1.88 1.88 0 0 1 1.45-.446 2.08 2.08 0 0 1 1.657.945c.462-.3.952-.623 1.261-.836a7 7 0 0 0-.4-.474 3.1 3.1 0 0 0-1.554-.892 6.9 6.9 0 0 0-1.964-.058 3.02 3.02 0 0 0-2.553 2.344 5.4 5.4 0 0 0 .044 1.6 3.3 3.3 0 0 0 .674 1.23 6.66 6.66 0 0 0 2.529 1.542c1.393.6 1.879.9 2.166 1.307a1.72 1.72 0 0 1-.227 2.211 3.12 3.12 0 0 1-3.326.21A4.3 4.3 0 0 1 23.3 27.2l-.438.255Zm-4.629 2.855H13.72v-10.57H10v-1.626c0-1.24.007-1.381.175-1.523a.2.2 0 0 1 .041-.033c.21-.129.9-.13 5.314-.121l5.47.012.032 3.29h-3.726Zm-2.632-.955h1.677v-10.57h3.716l-.013-1.383-4.524-.013c-2.207 0-3.844 0-4.568.01 0 .182-.007.423-.007.714v.671h3.72Z" style="fill:#007acc"/></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:#00a23c"/><path d="M27.249 17.436a3.56 3.56 0 0 1 1.787 1.03 4.7 4.7 0 0 1 .685.916c.009.036-1.234.871-1.987 1.338-.027.018-.136-.1-.259-.281a1.62 1.62 0 0 0-1.343-.808c-.866-.059-1.424.395-1.42 1.152a1.05 1.05 0 0 0 .122.535c.191.395.544.631 1.656 1.111 2.046.88 2.922 1.461 3.466 2.286a4.15 4.15 0 0 1 .331 3.484 3.83 3.83 0 0 1-3.162 2.264 8.8 8.8 0 0 1-2.178-.023 5.25 5.25 0 0 1-2.908-1.515 5 5 0 0 1-.744-1.1 2 2 0 0 1 .263-.168c.127-.073.608-.349 1.062-.612l.821-.476.172.254a3.8 3.8 0 0 0 1.087 1.038 2.65 2.65 0 0 0 2.781-.141 1.24 1.24 0 0 0 .159-1.583c-.222-.318-.676-.585-1.964-1.143a7.1 7.1 0 0 1-2.69-1.656 3.8 3.8 0 0 1-.785-1.429 5.7 5.7 0 0 1-.05-1.824 3.48 3.48 0 0 1 2.931-2.713 7.2 7.2 0 0 1 2.167.064m-6.71 1.193.009 1.17h-3.72V30.37H14.2V19.8h-3.72v-1.148a11 11 0 0 1 .032-1.18c.014-.018 2.277-.027 5.022-.023l4.995.014Z" style="fill:#fff"/><path d="M26.173 31a8.4 8.4 0 0 1-1.309-.087 5.74 5.74 0 0 1-3.177-1.665c-.49-.543-1.028-1.271-.8-1.661a1.15 1.15 0 0 1 .437-.341c.131-.075.611-.351 1.062-.613l1.205-.7.422.621a3.5 3.5 0 0 0 .913.885 2.21 2.21 0 0 0 2.239-.073.58.58 0 0 0 .213-.5.6.6 0 0 0-.129-.455 4.9 4.9 0 0 0-1.762-.976 7.5 7.5 0 0 1-2.85-1.77 4.26 4.26 0 0 1-.9-1.629 6.1 6.1 0 0 1-.057-2.046 3.98 3.98 0 0 1 3.312-3.09 7.6 7.6 0 0 1 2.372.069 4.06 4.06 0 0 1 2.016 1.162 5 5 0 0 1 .8 1.128c.09.35.11.433-2.2 1.864l-.158.1-.193-.033c-.161-.031-.31-.122-.555-.484a1.15 1.15 0 0 0-.981-.6.96.96 0 0 0-.732.189.63.63 0 0 0-.178.483.6.6 0 0 0 .072.324c.117.241.348.424 1.419.888 2.142.922 3.069 1.543 3.675 2.461a4.66 4.66 0 0 1 .379 3.916 4.28 4.28 0 0 1-3.53 2.566 7 7 0 0 1-1.025.067m-4.237-3.007a6 6 0 0 0 .46.615 4.76 4.76 0 0 0 2.637 1.365 8.5 8.5 0 0 0 2.011.022 3.38 3.38 0 0 0 2.8-1.964 3.68 3.68 0 0 0-.284-3.051c-.489-.74-1.31-1.273-3.256-2.111-1.114-.482-1.624-.775-1.9-1.343a1.5 1.5 0 0 1-.171-.743 1.56 1.56 0 0 1 .48-1.182 1.88 1.88 0 0 1 1.45-.446 2.08 2.08 0 0 1 1.657.945c.462-.3.952-.623 1.261-.836a7 7 0 0 0-.4-.474 3.1 3.1 0 0 0-1.554-.892 6.9 6.9 0 0 0-1.964-.058 3.02 3.02 0 0 0-2.553 2.344 5.4 5.4 0 0 0 .044 1.6 3.3 3.3 0 0 0 .674 1.23 6.66 6.66 0 0 0 2.529 1.542c1.393.6 1.879.9 2.166 1.307a1.72 1.72 0 0 1-.227 2.211 3.12 3.12 0 0 1-3.326.21A4.3 4.3 0 0 1 23.3 27.2l-.438.255Zm-4.629 2.855H13.72v-10.57H10v-1.626c0-1.24.007-1.381.175-1.523a.2.2 0 0 1 .041-.033c.21-.129.9-.13 5.314-.121l5.47.012.032 3.29h-3.726Zm-2.632-.955h1.677v-10.57h3.716l-.013-1.383-4.524-.013c-2.207 0-3.844 0-4.568.01 0 .182-.007.423-.007.714v.671h3.72Z" style="fill:#00a23c"/></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:#55bf7b"/><path d="M27.568 17.288a3.73 3.73 0 0 1 1.872 1.079 5 5 0 0 1 .718.96c.01.038-1.293.912-2.081 1.4-.029.019-.143-.1-.271-.295a1.7 1.7 0 0 0-1.407-.846c-.908-.062-1.492.413-1.487 1.207a1.1 1.1 0 0 0 .128.561c.2.413.57.661 1.734 1.164 2.143.922 3.06 1.53 3.63 2.395a4.34 4.34 0 0 1 .347 3.649 4.01 4.01 0 0 1-3.312 2.371 9.2 9.2 0 0 1-2.281-.024 5.5 5.5 0 0 1-3.046-1.587 5.3 5.3 0 0 1-.779-1.155 2 2 0 0 1 .276-.176c.133-.076.637-.366 1.112-.642l.86-.5.181.266a4 4 0 0 0 1.138 1.093 2.78 2.78 0 0 0 2.913-.147 1.3 1.3 0 0 0 .166-1.658c-.233-.333-.708-.613-2.058-1.2A7.4 7.4 0 0 1 23.1 23.47a3.95 3.95 0 0 1-.822-1.5 6 6 0 0 1-.052-1.91 3.65 3.65 0 0 1 3.07-2.842 7.6 7.6 0 0 1 2.272.07m-7.028 1.25.01 1.226h-3.9v11.072H13.9V19.764H10v-1.2a12 12 0 0 1 .033-1.235c.014-.019 2.385-.029 5.26-.024l5.232.014Z" style="fill:#00a23c"/></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:#7bdb9d"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bdb9d"/><path d="M27.568 17.288a3.73 3.73 0 0 1 1.872 1.079 5 5 0 0 1 .718.96c.01.038-1.293.912-2.081 1.4-.029.019-.143-.1-.271-.295a1.7 1.7 0 0 0-1.407-.846c-.908-.062-1.492.413-1.487 1.207a1.1 1.1 0 0 0 .128.561c.2.413.57.661 1.734 1.164 2.143.922 3.06 1.53 3.63 2.395a4.34 4.34 0 0 1 .347 3.649 4.01 4.01 0 0 1-3.312 2.371 9.2 9.2 0 0 1-2.281-.024 5.5 5.5 0 0 1-3.046-1.587 5.3 5.3 0 0 1-.779-1.155 2 2 0 0 1 .276-.176c.133-.076.637-.366 1.112-.642l.86-.5.181.266a4 4 0 0 0 1.138 1.093 2.78 2.78 0 0 0 2.913-.147 1.3 1.3 0 0 0 .166-1.658c-.233-.333-.708-.613-2.058-1.2A7.4 7.4 0 0 1 23.1 23.47a3.95 3.95 0 0 1-.822-1.5 6 6 0 0 1-.052-1.91 3.65 3.65 0 0 1 3.07-2.842 7.6 7.6 0 0 1 2.272.07m-7.028 1.25.01 1.226h-3.9v11.072H13.9V19.764H10v-1.2a12 12 0 0 1 .033-1.235c.014-.019 2.385-.029 5.26-.024l5.232.014Z" style="fill:#00a23c"/></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:#33b563"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#33b563"/><path d="M27.249 17.436a3.56 3.56 0 0 1 1.787 1.03 4.7 4.7 0 0 1 .685.916c.009.036-1.234.871-1.987 1.338-.027.018-.136-.1-.259-.281a1.62 1.62 0 0 0-1.343-.808c-.866-.059-1.424.395-1.42 1.152a1.05 1.05 0 0 0 .122.535c.191.395.544.631 1.656 1.111 2.046.88 2.922 1.461 3.466 2.286a4.15 4.15 0 0 1 .331 3.484 3.83 3.83 0 0 1-3.162 2.264 8.8 8.8 0 0 1-2.178-.023 5.25 5.25 0 0 1-2.908-1.515 5 5 0 0 1-.744-1.1 2 2 0 0 1 .263-.168c.127-.073.608-.349 1.062-.612l.821-.476.172.254a3.8 3.8 0 0 0 1.087 1.038 2.65 2.65 0 0 0 2.781-.141 1.24 1.24 0 0 0 .159-1.583c-.222-.318-.676-.585-1.964-1.143a7.1 7.1 0 0 1-2.69-1.656 3.8 3.8 0 0 1-.785-1.429 5.7 5.7 0 0 1-.05-1.824 3.48 3.48 0 0 1 2.931-2.713 7.2 7.2 0 0 1 2.167.064m-6.71 1.193.009 1.17h-3.72V30.37H14.2V19.8h-3.72v-1.148a11 11 0 0 1 .032-1.18c.014-.018 2.277-.027 5.022-.023l4.995.014Z" style="fill:#fff"/><path d="M26.173 31a8.4 8.4 0 0 1-1.309-.087 5.74 5.74 0 0 1-3.177-1.665c-.49-.543-1.028-1.271-.8-1.661a1.15 1.15 0 0 1 .437-.341c.131-.075.611-.351 1.062-.613l1.205-.7.422.621a3.5 3.5 0 0 0 .913.885 2.21 2.21 0 0 0 2.239-.073.58.58 0 0 0 .213-.5.6.6 0 0 0-.129-.455 4.9 4.9 0 0 0-1.762-.976 7.5 7.5 0 0 1-2.85-1.77 4.26 4.26 0 0 1-.9-1.629 6.1 6.1 0 0 1-.057-2.046 3.98 3.98 0 0 1 3.312-3.09 7.6 7.6 0 0 1 2.372.069 4.06 4.06 0 0 1 2.016 1.162 5 5 0 0 1 .8 1.128c.09.35.11.433-2.2 1.864l-.158.1-.193-.033c-.161-.031-.31-.122-.555-.484a1.15 1.15 0 0 0-.981-.6.96.96 0 0 0-.732.189.63.63 0 0 0-.178.483.6.6 0 0 0 .072.324c.117.241.348.424 1.419.888 2.142.922 3.069 1.543 3.675 2.461a4.66 4.66 0 0 1 .379 3.916 4.28 4.28 0 0 1-3.53 2.566 7 7 0 0 1-1.025.067m-4.237-3.007a6 6 0 0 0 .46.615 4.76 4.76 0 0 0 2.637 1.365 8.5 8.5 0 0 0 2.011.022 3.38 3.38 0 0 0 2.8-1.964 3.68 3.68 0 0 0-.284-3.051c-.489-.74-1.31-1.273-3.256-2.111-1.114-.482-1.624-.775-1.9-1.343a1.5 1.5 0 0 1-.171-.743 1.56 1.56 0 0 1 .48-1.182 1.88 1.88 0 0 1 1.45-.446 2.08 2.08 0 0 1 1.657.945c.462-.3.952-.623 1.261-.836a7 7 0 0 0-.4-.474 3.1 3.1 0 0 0-1.554-.892 6.9 6.9 0 0 0-1.964-.058 3.02 3.02 0 0 0-2.553 2.344 5.4 5.4 0 0 0 .044 1.6 3.3 3.3 0 0 0 .674 1.23 6.66 6.66 0 0 0 2.529 1.542c1.393.6 1.879.9 2.166 1.307a1.72 1.72 0 0 1-.227 2.211 3.12 3.12 0 0 1-3.326.21A4.3 4.3 0 0 1 23.3 27.2l-.438.255Zm-4.629 2.855H13.72v-10.57H10v-1.626c0-1.24.007-1.381.175-1.523a.2.2 0 0 1 .041-.033c.21-.129.9-.13 5.314-.121l5.47.012.032 3.29h-3.726Zm-2.632-.955h1.677v-10.57h3.716l-.013-1.383-4.524-.013c-2.207 0-3.844 0-4.568.01 0 .182-.007.423-.007.714v.671h3.72Z" style="fill:#33b563"/></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:#3e7391"/><path d="M30.983 11.506c-.15-.123-1.328-.755-1.328-.755l-1.257.731 1.258-.731L28.4 10v1.48l-1.311-.734s-1.073.627-1.594.928c-.656.378-2.264 1.336-2.264 1.336v1.414L21.9 17.876v1.874l-.93.543-.37.968L18 14.5v-1.486L12.8 10l-2.6 1.5v1.53l1.619 3.9.984.579v1.778l3.9 9.471 3.9 2.23V31l3.897-2.252L31 13l-.014-1.493" style="fill:#3185b8"/><path d="m20.6 30.989-3.9-2.232-3.9-9.471v-1.778l-.984-.579L10.2 13.03V11.5l1.281.747v1.5l1.324.768v-1.507l2.586 1.5.125 1.481 3.76 9.76 2.613 1.522v2.985L20.6 29.5V31" style="fill:#3185b8"/><path d="m18 14.5 2.6 6.761v3.726l-1.321.752-3.758-9.763-.127-1.476 2.6-1.49v1.49m-6.513-2.249v1.5l1.324-.745-1.324-.76" style="fill:#61a5ce"/><path d="M12.807 14.521v-1.513l-1.324.745z" style="fill:#eae9e6"/><path d="m20.6 24.987 1.3.746 1.451-3.643 1.118.665v-3.493l.357-.843.951.557V17.5l-1.3-.753 1.3-.756-1.277-.738v-1.5l-1.273-.742v1.414L21.9 17.876v1.874l-.93.543-.37.968z" style="fill:#3185b8"/><path d="m20.58 26.512 1.311.756-.007 2.986 2.609-1.5L31 13l-.014-1.493-3.9 2.247v3l-1.307.749v1.476l-.952-.557-.356.843v3.485l-1.811 1.065-.76 1.917-1.321.779" style="fill:#61a5ce"/><path d="m15.385 16 1.308-.76v1.5z" style="fill:#eae9e6"/><path d="m16.693 16.746 1.3.733V16l-1.3-.76v1.5" style="fill:#3185b8"/><path d="M14.1 19.73v1.514l1.31-.754z" style="fill:#61a5ce"/><path d="m16.714 21.251-1.314.765-1.3-.772 1.31-.754 1.307.761" style="fill:#eae9e6"/><path d="M16.7 25.749v1.527l1.316-.761z" style="fill:#61a5ce"/><path d="m19.281 28.741 1.326.771v-1.551l-1.331.78" style="fill:#eae9e6"/><path d="M20.6 31v-1.489l1.278.742z" style="fill:#61a5ce"/><path d="m20.6 24.987-1.321.752 1.3.774 1.321-.779-1.3-.746" style="fill:#eae9e6"/><path d="M27.085 16.751v-3l-1.291-.735v1.494l-1.29.741z" style="fill:#3185b8"/><path d="m24.483 16.747 1.3-.756 1.3.759-1.307.749-1.3-.753" style="fill:#eae9e6"/><path d="m24.5 15.253 1.29-.741v-1.494l-1.294.735v1.5" style="fill:#61a5ce"/><path d="M28.4 11.481V10l1.257.749z" style="fill:#3185b8"/><path d="m30.983 11.506-3.9 2.247-1.291-.735-1.294.735-1.273-.742s1.608-.957 2.264-1.336c.521-.3 1.594-.928 1.594-.928l1.312.735 1.257-.731s1.178.632 1.328.755M18 13.014 15.4 14.5l-5.189-3L12.8 10z" style="fill:#eae9e6"/><path d="M29.675 13.719V12.26l-1.268.732zM25.831 20.5l1.262-.724v1.452z" style="fill:#3185b8"/><path d="M23.193 26.5V28l1.315-.76z" style="fill:#eae9e6"/><path d="m24.516 27.246-.016-1.493-1.307.748z" style="fill:#3185b8"/></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:#8babbd"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#8babbd"/><path d="M30.983 11.506c-.15-.123-1.328-.755-1.328-.755l-1.257.731 1.258-.731L28.4 10v1.48l-1.311-.734s-1.073.627-1.594.928c-.656.378-2.264 1.336-2.264 1.336v1.414L21.9 17.876v1.874l-.93.543-.37.968L18 14.5v-1.486L12.8 10l-2.6 1.5v1.53l1.619 3.9.984.579v1.778l3.9 9.471 3.9 2.23V31l3.897-2.252L31 13l-.014-1.493" style="fill:#3185b8"/><path d="m20.6 30.989-3.9-2.232-3.9-9.471v-1.778l-.984-.579L10.2 13.03V11.5l1.281.747v1.5l1.324.768v-1.507l2.586 1.5.125 1.481 3.76 9.76 2.613 1.522v2.985L20.6 29.5V31" style="fill:#3185b8"/><path d="m18 14.5 2.6 6.761v3.726l-1.321.752-3.758-9.763-.127-1.476 2.6-1.49v1.49m-6.513-2.249v1.5l1.324-.745-1.324-.76" style="fill:#61a5ce"/><path d="M12.807 14.521v-1.513l-1.324.745z" style="fill:#eae9e6"/><path d="m20.6 24.987 1.3.746 1.451-3.643 1.118.665v-3.493l.357-.843.951.557V17.5l-1.3-.753 1.3-.756-1.277-.738v-1.5l-1.273-.742v1.414L21.9 17.876v1.874l-.93.543-.37.968z" style="fill:#3185b8"/><path d="m20.58 26.512 1.311.756-.007 2.986 2.609-1.5L31 13l-.014-1.493-3.9 2.247v3l-1.307.749v1.476l-.952-.557-.356.843v3.485l-1.811 1.065-.76 1.917-1.321.779" style="fill:#61a5ce"/><path d="m15.385 16 1.308-.76v1.5z" style="fill:#eae9e6"/><path d="m16.693 16.746 1.3.733V16l-1.3-.76v1.5" style="fill:#3185b8"/><path d="M14.1 19.73v1.514l1.31-.754z" style="fill:#61a5ce"/><path d="m16.714 21.251-1.314.765-1.3-.772 1.31-.754 1.307.761" style="fill:#eae9e6"/><path d="M16.7 25.749v1.527l1.316-.761z" style="fill:#61a5ce"/><path d="m19.281 28.741 1.326.771v-1.551l-1.331.78" style="fill:#eae9e6"/><path d="M20.6 31v-1.489l1.278.742z" style="fill:#61a5ce"/><path d="m20.6 24.987-1.321.752 1.3.774 1.321-.779-1.3-.746" style="fill:#eae9e6"/><path d="M27.085 16.751v-3l-1.291-.735v1.494l-1.29.741z" style="fill:#3185b8"/><path d="m24.483 16.747 1.3-.756 1.3.759-1.307.749-1.3-.753" style="fill:#eae9e6"/><path d="m24.5 15.253 1.29-.741v-1.494l-1.294.735v1.5" style="fill:#61a5ce"/><path d="M28.4 11.481V10l1.257.749z" style="fill:#3185b8"/><path d="m30.983 11.506-3.9 2.247-1.291-.735-1.294.735-1.273-.742s1.608-.957 2.264-1.336c.521-.3 1.594-.928 1.594-.928l1.312.735 1.257-.731s1.178.632 1.328.755M18 13.014 15.4 14.5l-5.189-3L12.8 10z" style="fill:#eae9e6"/><path d="M29.675 13.719V12.26l-1.268.732zM25.831 20.5l1.262-.724v1.452z" style="fill:#3185b8"/><path d="M23.193 26.5V28l1.315-.76z" style="fill:#eae9e6"/><path d="m24.516 27.246-.016-1.493-1.307.748z" style="fill:#3185b8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" fill="none"><defs><linearGradient id="c" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="translate(2.439 13.9)scale(.93116)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient></defs><path fill="#52525b" d="M128.3 25.879H84.707l-9.844 19.688H20.02v78.75h118.12V25.879zm0 19.688H89.863l5.156-9.844H128.3z"/><path fill="url(#c)" fill-rule="evenodd" d="m103.18 66.045 39.283 69.837H63.896z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" fill="none"><g fill="#666" clip-path="url(#a)"><path d="M128.44 25.781H85.316l-9.844 19.688H20.16v78.75h118.12V25.781zm0 87.657h-97.5V55.312h97.5zm0-67.969H90.003l4.688-9.844h33.281v9.844z"/><path d="M120.47 64.219H2.34l17.813 60h118.12z"/></g><defs><linearGradient id="c" x1="219.28" x2="112.62" y1="236.67" y2="90.238" gradientTransform="translate(2.439 13.9)scale(.93116)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h150v150H0z"/></clipPath></defs><path fill="url(#c)" fill-rule="evenodd" d="m103.18 66.045 39.283 69.837H63.896z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#bf5e55"/><path d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463 2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016 4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016 3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848 1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z" style="fill:#e75749"/><path d="m19.6 17.574 4.764 2.859-.075.049q-2.345 1.4-4.688 2.811v-2.8z" style="fill:#fff"/><path d="M11.96 20.49h1.156a2 2 0 0 1 .19.016.48.48 0 0 0-.307.2.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46 2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015.48.48 0 0 0-.356.289.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442.48.48 0 0 0-.315-.219 1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238 1.9 1.9 0 0 1-1.172.651 6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036 1.92 1.92 0 0 1-1.5-1.384 2.1 2.1 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425.5.5 0 0 0-.4-.2h-.715a1.7 1.7 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409 1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z" style="fill:#c0392b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#db847b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db847b"/><path d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463 2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016 4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016 3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848 1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z" style="fill:#e75749"/><path d="m19.6 17.574 4.764 2.859-.075.049q-2.345 1.4-4.688 2.811v-2.8z" style="fill:#fff"/><path d="M11.96 20.49h1.156a2 2 0 0 1 .19.016.48.48 0 0 0-.307.2.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46 2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015.48.48 0 0 0-.356.289.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442.48.48 0 0 0-.315-.219 1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238 1.9 1.9 0 0 1-1.172.651 6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036 1.92 1.92 0 0 1-1.5-1.384 2.1 2.1 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425.5.5 0 0 0-.4-.2h-.715a1.7 1.7 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409 1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z" style="fill:#c0392b"/></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:#bf6d55"/><path d="M14.167 28.901 12.482 10h18.516l-1.687 18.898L21.729 31z" style="fill:#e44f26"/><path d="m21.74 29.393 6.127-1.699 1.442-16.149H21.74z" style="fill:#f1662a"/><path d="m20.99 24.011-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238 3.828 2.239zM22.49 24.009v-2.021l3.855-2.238-3.855-2.237v-2.022l6 3.591v1.336z" 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:#db917b"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#db917b"/><path d="M14.167 28.901 12.482 10h18.516l-1.687 18.898L21.729 31z" style="fill:#e44f26"/><path d="m21.74 29.393 6.127-1.699 1.442-16.149H21.74z" style="fill:#f1662a"/><path d="m20.99 24.011-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238 3.828 2.239zM22.49 24.009v-2.021l3.855-2.238-3.855-2.237v-2.022l6 3.591v1.336z" 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:#a855bf"/><path d="M12.941 26.524a.88.88 0 0 1-.911.144L10.433 26a.88.88 0 0 1-.542-.812v-9.379a.88.88 0 0 1 .542-.809l1.6-.665a.88.88 0 0 1 .911.144l.358.307a.486.486 0 0 0-.769.4v10.635a.486.486 0 0 0 .769.4Z" style="fill:#52218a"/><path d="M10.433 26a.88.88 0 0 1-.542-.812v-.073a.508.508 0 0 0 .885.34L24.4 10.385a1.32 1.32 0 0 1 1.5-.255l4.35 2.095a1.32 1.32 0 0 1 .75 1.188v.051a.833.833 0 0 0-1.361-.644L13.3 26.217l-.358.307a.88.88 0 0 1-.911.144Z" style="fill:#6c33af"/><path d="M10.433 15a.88.88 0 0 0-.542.812v.073a.508.508 0 0 1 .885-.34L24.4 30.614a1.31 1.31 0 0 0 1.5.255l4.35-2.094a1.32 1.32 0 0 0 .75-1.189v-.05a.833.833 0 0 1-1.361.644L13.3 14.783l-.358-.307a.88.88 0 0 0-.911-.144Z" style="fill:#854cc7"/><path d="M25.9 30.87a1.32 1.32 0 0 1-1.5-.255.773.773 0 0 0 1.32-.547V10.932a.773.773 0 0 0-1.32-.547 1.32 1.32 0 0 1 1.5-.255l4.348 2.091A1.32 1.32 0 0 1 31 13.41v14.18a1.32 1.32 0 0 1-.748 1.189Z" style="fill:#b179f1"/></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:#a855bf"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#68217a"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" 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:#c67bdb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#c67bdb"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#68217a"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#c67bdb"/><path d="M12.941 26.524a.88.88 0 0 1-.911.144L10.433 26a.88.88 0 0 1-.542-.812v-9.379a.88.88 0 0 1 .542-.809l1.6-.665a.88.88 0 0 1 .911.144l.358.307a.486.486 0 0 0-.769.4v10.635a.486.486 0 0 0 .769.4Z" style="fill:#52218a"/><path d="M10.433 26a.88.88 0 0 1-.542-.812v-.073a.508.508 0 0 0 .885.34L24.4 10.385a1.32 1.32 0 0 1 1.5-.255l4.35 2.095a1.32 1.32 0 0 1 .75 1.188v.051a.833.833 0 0 0-1.361-.644L13.3 26.217l-.358.307a.88.88 0 0 1-.911.144Z" style="fill:#6c33af"/><path d="M10.433 15a.88.88 0 0 0-.542.812v.073a.508.508 0 0 1 .885-.34L24.4 30.614a1.31 1.31 0 0 0 1.5.255l4.35-2.094a1.32 1.32 0 0 0 .75-1.189v-.05a.833.833 0 0 1-1.361.644L13.3 14.783l-.358-.307a.88.88 0 0 0-.911-.144Z" style="fill:#854cc7"/><path d="M25.9 30.87a1.32 1.32 0 0 1-1.5-.255.773.773 0 0 0 1.32-.547V10.932a.773.773 0 0 0-1.32-.547 1.32 1.32 0 0 1 1.5-.255l4.348 2.091A1.32 1.32 0 0 1 31 13.41v14.18a1.32 1.32 0 0 1-.748 1.189Z" style="fill:#b179f1"/></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:#5594bf"/><path d="m30.257 12.333-4.324-2.082a1.31 1.31 0 0 0-1.492.253L10.285 23.411a.875.875 0 0 0-.057 1.236 1 1 0 0 0 .057.057l1.157 1.052a.87.87 0 0 0 1.116.049l17.049-12.932a.868.868 0 0 1 1.393.692v-.05a1.31 1.31 0 0 0-.743-1.182" style="fill:#0065a9"/><path d="m30.257 28.788-4.324 2.082a1.31 1.31 0 0 1-1.492-.253L10.285 17.71a.875.875 0 0 1-.057-1.236 1 1 0 0 1 .057-.057l1.157-1.052a.87.87 0 0 1 1.116-.049l17.049 12.932A.868.868 0 0 0 31 27.556v.05a1.31 1.31 0 0 1-.743 1.182" style="fill:#007acc"/><path d="M25.933 30.871a1.31 1.31 0 0 1-1.491-.254.768.768 0 0 0 1.311-.543V11.047a.768.768 0 0 0-1.311-.543 1.31 1.31 0 0 1 1.491-.254l4.324 2.079A1.31 1.31 0 0 1 31 13.512v14.1a1.31 1.31 0 0 1-.743 1.183Z" style="fill:#1f9cf0"/></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:#5594bf"/><path d="m17.187 22.516-5.167 3.892-2.131-.708 5.255-5.2-5.255-5.2 2.13-.711 5.167 3.892L25.77 10l5.14 2.183v16.633L25.77 31Zm2.678-2.016 5.9 4.447v-8.894Z" style="fill:#007acc"/></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:#7bb4db"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bb4db"/><path d="m17.187 22.516-5.167 3.892-2.131-.708 5.255-5.2-5.255-5.2 2.13-.711 5.167 3.892L25.77 10l5.14 2.183v16.633L25.77 31Zm2.678-2.016 5.9 4.447v-8.894Z" style="fill:#007acc"/></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:#5594bf"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#007acc"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" 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:#7bb4db"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7bb4db"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#007acc"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#7bb4db"/><path d="m30.257 12.333-4.324-2.082a1.31 1.31 0 0 0-1.492.253L10.285 23.411a.875.875 0 0 0-.057 1.236 1 1 0 0 0 .057.057l1.157 1.052a.87.87 0 0 0 1.116.049l17.049-12.932a.868.868 0 0 1 1.393.692v-.05a1.31 1.31 0 0 0-.743-1.182" style="fill:#0065a9"/><path d="m30.257 28.788-4.324 2.082a1.31 1.31 0 0 1-1.492-.253L10.285 17.71a.875.875 0 0 1-.057-1.236 1 1 0 0 1 .057-.057l1.157-1.052a.87.87 0 0 1 1.116-.049l17.049 12.932A.868.868 0 0 0 31 27.556v.05a1.31 1.31 0 0 1-.743 1.182" style="fill:#007acc"/><path d="M25.933 30.871a1.31 1.31 0 0 1-1.491-.254.768.768 0 0 0 1.311-.543V11.047a.768.768 0 0 0-1.311-.543 1.31 1.31 0 0 1 1.491-.254l4.324 2.079A1.31 1.31 0 0 1 31 13.512v14.1a1.31 1.31 0 0 1-.743 1.183Z" style="fill:#1f9cf0"/></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:#d32626"/><path d="m30.257 12.333-4.324-2.082a1.31 1.31 0 0 0-1.492.253L10.285 23.411a.875.875 0 0 0-.057 1.236 1 1 0 0 0 .057.057l1.157 1.052a.87.87 0 0 0 1.116.049l17.049-12.932a.868.868 0 0 1 1.393.692v-.05a1.31 1.31 0 0 0-.743-1.182" style="fill:#0065a9"/><path d="m30.257 28.788-4.324 2.082a1.31 1.31 0 0 1-1.492-.253L10.285 17.71a.875.875 0 0 1-.057-1.236 1 1 0 0 1 .057-.057l1.157-1.052a.87.87 0 0 1 1.116-.049l17.049 12.932A.868.868 0 0 0 31 27.556v.05a1.31 1.31 0 0 1-.743 1.182" style="fill:#007acc"/><path d="M25.933 30.871a1.31 1.31 0 0 1-1.491-.254.768.768 0 0 0 1.311-.543V11.047a.768.768 0 0 0-1.311-.543 1.31 1.31 0 0 1 1.491-.254l4.324 2.079A1.31 1.31 0 0 1 31 13.512v14.1a1.31 1.31 0 0 1-.743 1.183Z" style="fill:#1f9cf0"/></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:#b70b0b"/><path d="m17.187 22.516-5.167 3.892-2.131-.708 5.255-5.2-5.255-5.2 2.13-.711 5.167 3.892L25.77 10l5.14 2.183v16.633L25.77 31Zm2.678-2.016 5.9 4.447v-8.894Z" style="fill:#007acc"/></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:#d32626"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d32626"/><path d="m17.187 22.516-5.167 3.892-2.131-.708 5.255-5.2-5.255-5.2 2.13-.711 5.167 3.892L25.77 10l5.14 2.183v16.633L25.77 31Zm2.678-2.016 5.9 4.447v-8.894Z" style="fill:#007acc"/></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:#b70b0b"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#007acc"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" 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:#d32626"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#d32626"/><path d="M30.966 11.741 26.618 10l-9.4 9.159-5.745-4.37-1.24.628V25.6l1.233.62 5.737-4.37L26.618 31l4.348-1.741zM12.087 22.894v-4.781l2.66 2.376Zm8.513-2.405 5.312-3.974v7.979l-5.319-4Z" style="fill:#007acc"/><path d="m20.596 20.489 5.312-3.975v7.979l-5.319-4.004zM12.087 22.894v-4.781l2.66 2.376z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z" style="fill:#d32626"/><path d="m30.257 12.333-4.324-2.082a1.31 1.31 0 0 0-1.492.253L10.285 23.411a.875.875 0 0 0-.057 1.236 1 1 0 0 0 .057.057l1.157 1.052a.87.87 0 0 0 1.116.049l17.049-12.932a.868.868 0 0 1 1.393.692v-.05a1.31 1.31 0 0 0-.743-1.182" style="fill:#0065a9"/><path d="m30.257 28.788-4.324 2.082a1.31 1.31 0 0 1-1.492-.253L10.285 17.71a.875.875 0 0 1-.057-1.236 1 1 0 0 1 .057-.057l1.157-1.052a.87.87 0 0 1 1.116-.049l17.049 12.932A.868.868 0 0 0 31 27.556v.05a1.31 1.31 0 0 1-.743 1.182" style="fill:#007acc"/><path d="M25.933 30.871a1.31 1.31 0 0 1-1.491-.254.768.768 0 0 0 1.311-.543V11.047a.768.768 0 0 0-1.311-.543 1.31 1.31 0 0 1 1.491-.254l4.324 2.079A1.31 1.31 0 0 1 31 13.512v14.1a1.31 1.31 0 0 1-.743 1.183Z" style="fill:#1f9cf0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-66.96" cy="-69.047" r=".004" gradientTransform="matrix(2074.534 0 0 -2395.464 138932.399 -165379.819)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></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:#5578bf"/><path d="m21.9 10.032-9.079 5.242v10.484L21.9 31l9.079-5.242V15.274Z" style="fill:url(#a)"/><path d="m21.9 15.35-4.5 2.6v5.2l4.5 2.6 4.5-2.6v-5.2Z" style="fill:#6f95db"/><path d="m21.9 10-9.1 5.278 9.1 4.954L31 15.31Zm0 10.911-9.1 4.824 9.1 5.245 9.066-5.28z" style="fill:#fff;fill-opacity:.100000001490116"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-100.943" cy="-69.047" r=".004" gradientTransform="matrix(2074.534 0 0 -2395.464 209432.559 -165379.819)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#93b4e7"/><stop offset=".593" stop-color="#b9d1f8"/><stop offset="1" stop-color="#9cb6e0"/></radialGradient></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:#8da2cc"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#8da2cc"/><path d="m21.9 10.032-9.079 5.242v10.484L21.9 31l9.079-5.242V15.274Z" style="fill:url(#a)"/><path d="m21.9 15.35-4.5 2.6v5.2l4.5 2.6 4.5-2.6v-5.2Z" style="fill:#6f95db"/><path d="m21.9 10-9.1 5.278 9.1 4.954L31 15.31Zm0 10.911-9.1 4.824 9.1 5.245 9.066-5.28z" style="fill:#fff;fill-opacity:.100000001490116"/></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:#558fbf"/><path d="m10 12.974 8.582-1.166v8.253L10 20.109Zm8.577 8.037.008 8.261-8.579-1.172v-7.14Zm1.041-9.355L31 10v9.956l-11.379.089ZM31 21.089V31l-11.382-1.6-.018-8.33Z" style="fill:#0078d6"/></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:#7baddb"/><path d="M25.9 14H.3l3.8 13h25.6z" style="fill:#7baddb"/><path d="m10 12.974 8.582-1.166v8.253L10 20.109Zm8.577 8.037.008 8.261-8.579-1.172v-7.14Zm1.041-9.355L31 10v9.956l-11.379.089ZM31 21.089V31l-11.382-1.6-.018-8.33Z" style="fill:#0078d6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#155f6c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#2194a8" d="M24.21 12.21v.1a2.112 2.112 0 1 1-4.224 0v-.1h-7.098v18.428h18.428V12.21z"/><text xml:space="preserve" x="17.589" y="25.2" fill="#fff" stroke-width=".764" font-size="9.171" transform="matrix(.77687 0 0 1.0169 3.482 3.045)"><tspan x="17.589" y="25.2" font-family="'Segoe UI'" font-weight="bold" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal">WIT</tspan></text></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#12515c" d="M27.485 5.5h-9.2l-2.1 4.2h-11.8v4h-3.8l3.8 12.8h25.2v-21zm-7.2 2.1h7.1v2.1h-8.1zm5.5 6.1h-19.1v-1.9h20.8v7.626z"/><path fill="#2194a8" d="M24.21 12.21v.1a2.112 2.112 0 1 1-4.224 0v-.1h-7.098v18.428h18.428V12.21z"/><text xml:space="preserve" x="17.589" y="25.2" fill="#fff" stroke-width=".764" font-size="9.171" transform="matrix(.77687 0 0 1.0169 3.482 3.045)"><tspan x="17.589" y="25.2" font-family="'Segoe UI'" font-weight="bold" style="font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal">WIT</tspan></text></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><radialGradient id="b" cx="17.738" cy="15.18" r="16.588" gradientTransform="translate(1.876 3.587)scale(.883)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d3e9ff"/><stop offset=".155" stop-color="#d3e9ff"/><stop offset=".75" stop-color="#4074ae"/><stop offset="1" stop-color="#36486c"/></radialGradient><radialGradient id="d" cx="16.275" cy="13.204" r="24.072" gradientTransform="translate(1.876 3.587)scale(.883)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".165"/></radialGradient><radialGradient id="a" cx="-43.834" cy="32.11" r="3.715" gradientTransform="scale(-.883 .883)rotate(36.25 -8.42 66.269)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient><radialGradient xlink:href="#a" id="e" cx="-40.094" cy="5.89" r="3.716" gradientTransform="matrix(-.923 .677 .677 .923 -15.514 48.426)"/><radialGradient xlink:href="#a" id="f" cx="-47.798" cy="27.549" r="3.718" gradientTransform="matrix(-.712 .522 .522 .712 -34.137 27.609)"/><radialGradient xlink:href="#a" id="g" cx="-39.155" cy="24.378" r="3.714" gradientTransform="matrix(-.768 .564 .563 .768 -23.312 18.907)"/><linearGradient xlink:href="#a" id="h" x1="-66.079" x2="-64.583" y1="35.233" y2="31.623" gradientTransform="matrix(.939 -.879 .683 .73 62.332 -55.839)"/><linearGradient xlink:href="#a" id="i" x1="-20.819" x2="-19.39" y1="-4.224" y2="-8.627" gradientTransform="matrix(1.131 .613 -.477 .879 37.258 40.451)"/><linearGradient xlink:href="#a" id="j" x1="-63.399" x2="-63.547" y1="32.009" y2="34.788" gradientTransform="matrix(.918 -.859 .668 .713 55.895 -58.163)"/><linearGradient xlink:href="#a" id="k" x1="-101.398" x2="-101.052" y1="-62.902" y2="-65.674" gradientTransform="matrix(-1.28 -.126 .098 -.995 -102.591 -59.054)"/></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:#5578bf"/><path d="M30.086 20.777a9.466 9.466 0 1 1-9.468-9.465 9.467 9.467 0 0 1 9.468 9.465" style="fill:url(#b)"/><path d="M20.62 30.49a9.71 9.71 0 1 1 9.711-9.713 9.71 9.71 0 0 1-9.711 9.713m0-18.933a9.222 9.222 0 1 0 9.222 9.222 9.233 9.233 0 0 0-9.222-9.222" style="fill:#39396c"/><path d="m29.82 19.362-.261.3a6 6 0 0 0-.523-.513l-.4.059-.367-.414v.506l.314.239.209.239.279-.319.21.4v.395l-.314.355-.575.4-.435.434-.279-.319.139-.355-.279-.319-.471-1.006-.4-.454-.112.113.159.572.3.336a14 14 0 0 0 .558 1.421 8 8 0 0 0 1.011-.08v.277l-.418 1.026-.383.434-.314.672v1.105l.105.434-.175.2-.384.239-.4.336.332.375-.454.4.087.256-.68.77h-.457l-.383.239h-.245v-.319l-.1-.632c-.135-.4-.276-.79-.418-1.183 0-.29.018-.578.035-.868l.175-.395-.245-.474.018-.651-.332-.375.166-.542-.269-.306h-.474l-.159-.178-.471.3-.191-.218-.436.375-.885-1.011-.348-.829.314-.473-.175-.2.383-.908c.315-.391.643-.768.976-1.145l.593-.159.662-.08.454.119.645.65.226-.256.313-.039.593.2h.455l.314-.277.139-.2-.314-.2-.523-.039a5 5 0 0 0-.453-.592l-.175.08-.07.513-.314-.355-.069-.4-.348-.276h-.14l.349.395-.139.355-.279.08.175-.355-.314-.159-.278-.319-.524.118-.069.159-.314.2-.175.434-.435.217-.192-.217h-.211v-.705l.454-.239h.348l-.07-.276-.277-.274.47-.1.261-.3.209-.355h.384l-.105-.276.244-.155v.319l.523.118.522-.437.035-.2.453-.319a3.5 3.5 0 0 0-.488.08v-.354l.175-.4h-.175l-.383.355-.105.2.105.277-.175.473-.279-.159-.244-.276-.384.276-.139-.631.662-.434v-.239l.418-.276.662-.159.454.159.836.159-.209.239h-.454l.454.473.348-.395.106-.174a12.4 12.4 0 0 1 2.1 2.508 9.1 9.1 0 0 1 1.124 3.179M21.187 13.857l-.035.239.245.159.418-.276-.209-.239-.279.159-.139-.04M21.571 12.24l-.907-.355-1.046.115-1.29.355-.244.239.8.552v.319l-.314.319.418.829.278-.159.349-.552a12 12 0 0 0 1.533-.592l.418-1.066M22.512 15.554l-.139-.356-.245.08.07.434.314-.159" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="m22.653 15.475-.07.474.383-.08.279-.276-.245-.239a6 6 0 0 0-.279-.631h-.209v.239l.139.159v.355M17.492 22.972l-.279-.552-.523-.12-.279-.749-.7.08-.592-.434-.628.552v.087a2.4 2.4 0 0 1-.592-.167l-.139-.395v-.435l-.418.039q.053-.414.1-.828H13.2l-.244.319-.244.118-.345-.2-.035-.434.07-.473.523-.395h.414l.069-.239.523.118.383.474.07-.79.667-.548.244-.592.488-.2.279-.395.627-.119.311-.472h-.94l.593-.277h.418l.593-.2.07-.239-.21-.2-.244-.08.07-.239-.175-.355-.418.159.07-.319-.488-.277-.385.677.035.239-.383.159-.244.512-.1-.473-.663-.278-.1-.355.872-.513.383-.355.035-.434-.209-.119-.279-.04-.175.434s-.292.057-.367.076a9.96 9.96 0 0 0-3.34 6.383 5 5 0 0 0 .326.567l.732.434.732.2.314.4.488.355.279-.039.209.094v.064l-.279.749-.21.319.07.159-.175.591.627 1.145.627.552.279.395-.034.818.21.473-.21.912s-.017-.006.01.085a4.2 4.2 0 0 0 1.186.645l.128-.1-.069-.2.279-.277.1-.277.454-.159.348-.868-.1-.239.244-.355.523-.119.279-.631-.07-.789.418-.592.07-.592c-.572-.284-1.14-.576-1.708-.868M16.725 14.015l.348.239h.279v-.278l-.352-.16-.279.2" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="m15.819 13.7-.175.434h.349l.175-.4q.225-.16.453-.319l.349.119.7.473.349-.319-.384-.159-.175-.355-.662-.08-.035-.2-.314.08-.139.276-.175-.355-.069.159.035.4-.279.239M17.074 12.712l.175-.159.349-.08a5.5 5.5 0 0 1 .732-.277l-.139-.239-.45.065-.213.212-.351.051-.312.147-.151.073-.092.124.453.08M17.667 16.461l.21-.319-.314-.239.1.552" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="M20.62 30.009a9.23 9.23 0 1 1 9.23-9.232 9.23 9.23 0 0 1-9.23 9.232m0-17.971a8.742 8.742 0 1 0 8.742 8.742 8.75 8.75 0 0 0-8.742-8.742" style="opacity:.3956044018268585;isolation:isolate;fill:url(#d)"/><path d="M12.165 17.622a3.28 3.28 0 0 0 5.353-3.791q-.031-.044-.064-.087a3.28 3.28 0 0 0-5.29 3.878Z" style="fill:url(#a)"/><path d="M13.994 16.281a1.011 1.011 0 0 0 1.631-1.2 1.011 1.011 0 0 0-1.631 1.2" style="fill:#fff"/><path d="M22.057 29.226a4.254 4.254 0 0 0 6.913-4.959l-.053-.072a4.254 4.254 0 1 0-6.862 5.031Z" style="fill:url(#e)"/><path d="M24.429 27.485a1.311 1.311 0 1 0 2.115-1.551 1.311 1.311 0 1 0-2.115 1.551" style="fill:#fff"/><path d="M11.621 24.2a3.281 3.281 0 0 0 5.293-3.879 3.28 3.28 0 0 0-5.289 3.879Z" style="fill:url(#f)"/><path d="M13.45 22.857a1.011 1.011 0 1 0 1.631-1.2 1.011 1.011 0 0 0-1.631 1.2" style="fill:#fff"/><path d="M17.638 17.644a3.54 3.54 0 0 0 5.728-4.161l-.019-.026a3.54 3.54 0 0 0-5.728 4.161Z" style="fill:url(#g)"/><path d="M19.612 16.2a1.091 1.091 0 1 0 1.767-1.281l-.007-.009a1.091 1.091 0 0 0-1.767 1.281Z" style="fill:#fff"/><path d="M17.855 30.372a3.05 3.05 0 0 1-2.319-.866c-.9-.964-.956-2.594-.159-4.588a17.2 17.2 0 0 1 4.23-5.839c4.133-3.868 8.821-5.35 10.674-3.371.9.965.956 2.594.159 4.588a17.2 17.2 0 0 1-4.231 5.839 17.2 17.2 0 0 1-6.109 3.834 7.4 7.4 0 0 1-2.245.403m10.092-15.11c-2.152 0-5.26 1.521-8.05 4.131a16.7 16.7 0 0 0-4.121 5.688c-.734 1.833-.707 3.3.075 4.134s2.245.956 4.12.348a16.7 16.7 0 0 0 5.946-3.74 16.7 16.7 0 0 0 4.123-5.683c.734-1.833.708-3.3-.076-4.134a2.66 2.66 0 0 0-2.017-.744" style="fill:url(#h)"/><path d="M25.029 27.069a16.45 16.45 0 0 1-7.443-2.2c-4.975-2.7-7.866-6.677-6.574-9.06.63-1.162 2.152-1.734 4.3-1.6a17.2 17.2 0 0 1 6.875 2.166 17.2 17.2 0 0 1 5.569 4.58c1.275 1.727 1.635 3.318 1.005 4.48-.591 1.094-1.952 1.634-3.732 1.634m-10.3-12.45c-1.674 0-2.847.488-3.34 1.4-1.157 2.132 1.714 5.937 6.4 8.476s9.439 2.869 10.6.736c.546-1.007.2-2.434-.972-4.019a16.7 16.7 0 0 0-5.428-4.458 16.7 16.7 0 0 0-6.7-2.111q-.289-.023-.56-.023Z" style="fill:url(#i)"/><path d="M15.719 28.65a3 3 0 0 1-2.272-.849c-.885-.946-.941-2.542-.159-4.494a16.8 16.8 0 0 1 4.135-5.707c4.043-3.783 8.632-5.231 10.441-3.293 1.813 1.938.066 6.418-3.977 10.2a16.8 16.8 0 0 1-5.971 3.746 7.2 7.2 0 0 1-2.197.397m9.861-14.764c-2.1 0-5.132 1.486-7.855 4.035a16.3 16.3 0 0 0-4.025 5.55c-.717 1.785-.69 3.215.072 4.029s2.188.934 4.015.338a16.35 16.35 0 0 0 5.806-3.652c3.8-3.555 5.574-7.853 3.957-9.58a2.6 2.6 0 0 0-1.97-.72" style="fill:url(#j)"/><path d="M21.706 24.932q-1.029.001-2.119-.106c-5.634-.555-9.84-3.1-9.575-5.8s4.888-4.376 10.521-3.819 9.839 3.1 9.574 5.8c-.231 2.35-3.769 3.925-8.401 3.925m-11.265-5.863c-.239 2.416 3.884 4.806 9.188 5.329s9.813-1.018 10.051-3.434-3.884-4.805-9.189-5.328-9.812 1.018-10.05 3.433" style="fill:url(#k)"/></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><radialGradient id="b" cx="17.738" cy="15.18" r="16.588" gradientTransform="translate(1.876 3.587)scale(.883)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d3e9ff"/><stop offset=".155" stop-color="#d3e9ff"/><stop offset=".75" stop-color="#4074ae"/><stop offset="1" stop-color="#36486c"/></radialGradient><radialGradient id="d" cx="16.275" cy="13.204" r="24.072" gradientTransform="translate(1.876 3.587)scale(.883)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".165"/></radialGradient><radialGradient id="a" cx="-43.834" cy="32.11" r="3.715" gradientTransform="scale(-.883 .883)rotate(36.25 -8.42 66.269)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient><radialGradient xlink:href="#a" id="e" cx="-40.094" cy="5.89" r="3.716" gradientTransform="matrix(-.923 .677 .677 .923 -15.514 48.426)"/><radialGradient xlink:href="#a" id="f" cx="-47.798" cy="27.549" r="3.718" gradientTransform="matrix(-.712 .522 .522 .712 -34.137 27.609)"/><radialGradient xlink:href="#a" id="g" cx="-39.155" cy="24.378" r="3.714" gradientTransform="matrix(-.768 .564 .563 .768 -23.312 18.907)"/><linearGradient xlink:href="#a" id="h" x1="-66.079" x2="-64.583" y1="35.233" y2="31.623" gradientTransform="matrix(.939 -.879 .683 .73 62.332 -55.839)"/><linearGradient xlink:href="#a" id="i" x1="-20.819" x2="-19.39" y1="-4.224" y2="-8.627" gradientTransform="matrix(1.131 .613 -.477 .879 37.258 40.451)"/><linearGradient xlink:href="#a" id="j" x1="-63.399" x2="-63.547" y1="32.009" y2="34.788" gradientTransform="matrix(.918 -.859 .668 .713 55.895 -58.163)"/><linearGradient xlink:href="#a" id="k" x1="-101.398" x2="-101.052" y1="-62.902" y2="-65.674" gradientTransform="matrix(-1.28 -.126 .098 -.995 -102.591 -59.054)"/></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:#7b9bdb"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7b9bdb"/><path d="M30.086 20.777a9.466 9.466 0 1 1-9.468-9.465 9.467 9.467 0 0 1 9.468 9.465" style="fill:url(#b)"/><path d="M20.62 30.49a9.71 9.71 0 1 1 9.711-9.713 9.71 9.71 0 0 1-9.711 9.713m0-18.933a9.222 9.222 0 1 0 9.222 9.222 9.233 9.233 0 0 0-9.222-9.222" style="fill:#39396c"/><path d="m29.82 19.362-.261.3a6 6 0 0 0-.523-.513l-.4.059-.367-.414v.506l.314.239.209.239.279-.319.21.4v.395l-.314.355-.575.4-.435.434-.279-.319.139-.355-.279-.319-.471-1.006-.4-.454-.112.113.159.572.3.336a14 14 0 0 0 .558 1.421 8 8 0 0 0 1.011-.08v.277l-.418 1.026-.383.434-.314.672v1.105l.105.434-.175.2-.384.239-.4.336.332.375-.454.4.087.256-.68.77h-.457l-.383.239h-.245v-.319l-.1-.632c-.135-.4-.276-.79-.418-1.183 0-.29.018-.578.035-.868l.175-.395-.245-.474.018-.651-.332-.375.166-.542-.269-.306h-.474l-.159-.178-.471.3-.191-.218-.436.375-.885-1.011-.348-.829.314-.473-.175-.2.383-.908c.315-.391.643-.768.976-1.145l.593-.159.662-.08.454.119.645.65.226-.256.313-.039.593.2h.455l.314-.277.139-.2-.314-.2-.523-.039a5 5 0 0 0-.453-.592l-.175.08-.07.513-.314-.355-.069-.4-.348-.276h-.14l.349.395-.139.355-.279.08.175-.355-.314-.159-.278-.319-.524.118-.069.159-.314.2-.175.434-.435.217-.192-.217h-.211v-.705l.454-.239h.348l-.07-.276-.277-.274.47-.1.261-.3.209-.355h.384l-.105-.276.244-.155v.319l.523.118.522-.437.035-.2.453-.319a3.5 3.5 0 0 0-.488.08v-.354l.175-.4h-.175l-.383.355-.105.2.105.277-.175.473-.279-.159-.244-.276-.384.276-.139-.631.662-.434v-.239l.418-.276.662-.159.454.159.836.159-.209.239h-.454l.454.473.348-.395.106-.174a12.4 12.4 0 0 1 2.1 2.508 9.1 9.1 0 0 1 1.124 3.179M21.187 13.857l-.035.239.245.159.418-.276-.209-.239-.279.159-.139-.04M21.571 12.24l-.907-.355-1.046.115-1.29.355-.244.239.8.552v.319l-.314.319.418.829.278-.159.349-.552a12 12 0 0 0 1.533-.592l.418-1.066M22.512 15.554l-.139-.356-.245.08.07.434.314-.159" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="m22.653 15.475-.07.474.383-.08.279-.276-.245-.239a6 6 0 0 0-.279-.631h-.209v.239l.139.159v.355M17.492 22.972l-.279-.552-.523-.12-.279-.749-.7.08-.592-.434-.628.552v.087a2.4 2.4 0 0 1-.592-.167l-.139-.395v-.435l-.418.039q.053-.414.1-.828H13.2l-.244.319-.244.118-.345-.2-.035-.434.07-.473.523-.395h.414l.069-.239.523.118.383.474.07-.79.667-.548.244-.592.488-.2.279-.395.627-.119.311-.472h-.94l.593-.277h.418l.593-.2.07-.239-.21-.2-.244-.08.07-.239-.175-.355-.418.159.07-.319-.488-.277-.385.677.035.239-.383.159-.244.512-.1-.473-.663-.278-.1-.355.872-.513.383-.355.035-.434-.209-.119-.279-.04-.175.434s-.292.057-.367.076a9.96 9.96 0 0 0-3.34 6.383 5 5 0 0 0 .326.567l.732.434.732.2.314.4.488.355.279-.039.209.094v.064l-.279.749-.21.319.07.159-.175.591.627 1.145.627.552.279.395-.034.818.21.473-.21.912s-.017-.006.01.085a4.2 4.2 0 0 0 1.186.645l.128-.1-.069-.2.279-.277.1-.277.454-.159.348-.868-.1-.239.244-.355.523-.119.279-.631-.07-.789.418-.592.07-.592c-.572-.284-1.14-.576-1.708-.868M16.725 14.015l.348.239h.279v-.278l-.352-.16-.279.2" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="m15.819 13.7-.175.434h.349l.175-.4q.225-.16.453-.319l.349.119.7.473.349-.319-.384-.159-.175-.355-.662-.08-.035-.2-.314.08-.139.276-.175-.355-.069.159.035.4-.279.239M17.074 12.712l.175-.159.349-.08a5.5 5.5 0 0 1 .732-.277l-.139-.239-.45.065-.213.212-.351.051-.312.147-.151.073-.092.124.453.08M17.667 16.461l.21-.319-.314-.239.1.552" style="fill:#204a87;fill-opacity:.7134503126144409"/><path d="M20.62 30.009a9.23 9.23 0 1 1 9.23-9.232 9.23 9.23 0 0 1-9.23 9.232m0-17.971a8.742 8.742 0 1 0 8.742 8.742 8.75 8.75 0 0 0-8.742-8.742" style="opacity:.3956044018268585;isolation:isolate;fill:url(#d)"/><path d="M12.165 17.622a3.28 3.28 0 0 0 5.353-3.791q-.031-.044-.064-.087a3.28 3.28 0 0 0-5.29 3.878Z" style="fill:url(#a)"/><path d="M13.994 16.281a1.011 1.011 0 0 0 1.631-1.2 1.011 1.011 0 0 0-1.631 1.2" style="fill:#fff"/><path d="M22.057 29.226a4.254 4.254 0 0 0 6.913-4.959l-.053-.072a4.254 4.254 0 1 0-6.862 5.031Z" style="fill:url(#e)"/><path d="M24.429 27.485a1.311 1.311 0 1 0 2.115-1.551 1.311 1.311 0 1 0-2.115 1.551" style="fill:#fff"/><path d="M11.621 24.2a3.281 3.281 0 0 0 5.293-3.879 3.28 3.28 0 0 0-5.289 3.879Z" style="fill:url(#f)"/><path d="M13.45 22.857a1.011 1.011 0 1 0 1.631-1.2 1.011 1.011 0 0 0-1.631 1.2" style="fill:#fff"/><path d="M17.638 17.644a3.54 3.54 0 0 0 5.728-4.161l-.019-.026a3.54 3.54 0 0 0-5.728 4.161Z" style="fill:url(#g)"/><path d="M19.612 16.2a1.091 1.091 0 1 0 1.767-1.281l-.007-.009a1.091 1.091 0 0 0-1.767 1.281Z" style="fill:#fff"/><path d="M17.855 30.372a3.05 3.05 0 0 1-2.319-.866c-.9-.964-.956-2.594-.159-4.588a17.2 17.2 0 0 1 4.23-5.839c4.133-3.868 8.821-5.35 10.674-3.371.9.965.956 2.594.159 4.588a17.2 17.2 0 0 1-4.231 5.839 17.2 17.2 0 0 1-6.109 3.834 7.4 7.4 0 0 1-2.245.403m10.092-15.11c-2.152 0-5.26 1.521-8.05 4.131a16.7 16.7 0 0 0-4.121 5.688c-.734 1.833-.707 3.3.075 4.134s2.245.956 4.12.348a16.7 16.7 0 0 0 5.946-3.74 16.7 16.7 0 0 0 4.123-5.683c.734-1.833.708-3.3-.076-4.134a2.66 2.66 0 0 0-2.017-.744" style="fill:url(#h)"/><path d="M25.029 27.069a16.45 16.45 0 0 1-7.443-2.2c-4.975-2.7-7.866-6.677-6.574-9.06.63-1.162 2.152-1.734 4.3-1.6a17.2 17.2 0 0 1 6.875 2.166 17.2 17.2 0 0 1 5.569 4.58c1.275 1.727 1.635 3.318 1.005 4.48-.591 1.094-1.952 1.634-3.732 1.634m-10.3-12.45c-1.674 0-2.847.488-3.34 1.4-1.157 2.132 1.714 5.937 6.4 8.476s9.439 2.869 10.6.736c.546-1.007.2-2.434-.972-4.019a16.7 16.7 0 0 0-5.428-4.458 16.7 16.7 0 0 0-6.7-2.111q-.289-.023-.56-.023Z" style="fill:url(#i)"/><path d="M15.719 28.65a3 3 0 0 1-2.272-.849c-.885-.946-.941-2.542-.159-4.494a16.8 16.8 0 0 1 4.135-5.707c4.043-3.783 8.632-5.231 10.441-3.293 1.813 1.938.066 6.418-3.977 10.2a16.8 16.8 0 0 1-5.971 3.746 7.2 7.2 0 0 1-2.197.397m9.861-14.764c-2.1 0-5.132 1.486-7.855 4.035a16.3 16.3 0 0 0-4.025 5.55c-.717 1.785-.69 3.215.072 4.029s2.188.934 4.015.338a16.35 16.35 0 0 0 5.806-3.652c3.8-3.555 5.574-7.853 3.957-9.58a2.6 2.6 0 0 0-1.97-.72" style="fill:url(#j)"/><path d="M21.706 24.932q-1.029.001-2.119-.106c-5.634-.555-9.84-3.1-9.575-5.8s4.888-4.376 10.521-3.819 9.839 3.1 9.574 5.8c-.231 2.35-3.769 3.925-8.401 3.925m-11.265-5.863c-.239 2.416 3.884 4.806 9.188 5.329s9.813-1.018 10.051-3.434-3.884-4.805-9.189-5.328-9.812 1.018-10.05 3.433" style="fill:url(#k)"/></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:#539dc0"/><path d="M30.42 26.27a5.2 5.2 0 0 0-2 .91 11.7 11.7 0 0 1-2.91 1.32.82.82 0 0 1-.49.28 32 32 0 0 1-3.22.29c-.58 0-.94-.15-1-.39a.78.78 0 0 1 .41-1 1.6 1.6 0 0 1-.26-.19c-.08-.08-.17-.25-.2-.19-.11.27-.17.95-.47 1.25a1.51 1.51 0 0 1-1.66 0c-.51-.28 0-.91 0-.91a.36.36 0 0 1-.49-.16 2.5 2.5 0 0 1-.29-1.48 2.68 2.68 0 0 1 .88-1.44 4.6 4.6 0 0 1 .33-2.2 5.2 5.2 0 0 1 1.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8 1.8 0 0 0 .73-.43 2.64 2.64 0 0 1 2.2-.85s.58-1.77 1.12-1.43a9.6 9.6 0 0 1 .77 1.45s.63-.38.71-.24a5.83 5.83 0 0 1 .26 3.07 7 7 0 0 1-1.3 2.7A5.8 5.8 0 0 1 26.22 24a5.7 5.7 0 0 1 .13 2.6 3.2 3.2 0 0 0 1.7-.65 4.2 4.2 0 0 1 2.13-.8.54.54 0 0 1 .23 1.05Z" style="fill:#2188b6"/></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:#7abddc"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#7abddc"/><path d="M30.42 26.27a5.2 5.2 0 0 0-2 .91 11.7 11.7 0 0 1-2.91 1.32.82.82 0 0 1-.49.28 32 32 0 0 1-3.22.29c-.58 0-.94-.15-1-.39a.78.78 0 0 1 .41-1 1.6 1.6 0 0 1-.26-.19c-.08-.08-.17-.25-.2-.19-.11.27-.17.95-.47 1.25a1.51 1.51 0 0 1-1.66 0c-.51-.28 0-.91 0-.91a.36.36 0 0 1-.49-.16 2.5 2.5 0 0 1-.29-1.48 2.68 2.68 0 0 1 .88-1.44 4.6 4.6 0 0 1 .33-2.2 5.2 5.2 0 0 1 1.57-1.84s-1-1.07-.6-2c.23-.63.33-.63.4-.66a1.8 1.8 0 0 0 .73-.43 2.64 2.64 0 0 1 2.2-.85s.58-1.77 1.12-1.43a9.6 9.6 0 0 1 .77 1.45s.63-.38.71-.24a5.83 5.83 0 0 1 .26 3.07 7 7 0 0 1-1.3 2.7A5.8 5.8 0 0 1 26.22 24a5.7 5.7 0 0 1 .13 2.6 3.2 3.2 0 0 0 1.7-.65 4.2 4.2 0 0 1 2.13-.8.54.54 0 0 1 .23 1.05Z" style="fill:#2188b6"/></svg>
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14 7v1H8v6H7V8H1V7h6V1h1v6h6z"/></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path transform="translate(-0.5)" fill-rule="evenodd" clip-rule="evenodd" d="M3.14667 9.00001L8.14665 14L8.85376 14L13.8538 9.00001L13.1467 8.2929L9.00021 12.4393L9.00022 2.00001L8.00022 2.00001L8.00022 12.4393L3.85378 8.2929L3.14667 9.00001Z" fill="#424242"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.00024 3.0929L2.00024 8.09288L2.00024 8.79999L7.00024 13.8L7.70734 13.0929L3.56091 8.94644L14.0002 8.94644L14.0002 7.94644L3.56091 7.94644L7.70734 3.8L7.00024 3.0929Z" fill="#424242"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00001 13.8871L14 8.8871L14 8.17999L9.00001 3.17999L8.2929 3.8871L12.4393 8.03354L2 8.03354L2 9.03354L12.4393 9.03354L8.2929 13.18L9.00001 13.8871Z" fill="#C5C5C5"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path transform="translate(-0.5)" fill-rule="evenodd" clip-rule="evenodd" d="M13.8538 6.99999L8.85384 2H8.14673L3.14673 6.99999L3.85384 7.7071L8.00027 3.56066V14H9.00027V3.56066L13.1467 7.7071L13.8538 6.99999Z" fill="#424242"/>
|
|
3
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"/>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 2H9l-.35.15-.65.64-.65-.64L7 2H1.5l-.5.5v10l.5.5h5.29l.86.85h.7l.86-.85h5.29l.5-.5v-10l-.5-.5zm-7 10.32l-.18-.17L7 12H2V3h4.79l.74.74-.03 8.58zM14 12H9l-.35.15-.14.13V3.7l.7-.7H14v9zM6 5H3v1h3V5zm0 4H3v1h3V9zM3 7h3v1H3V7zm10-2h-3v1h3V5zm-3 2h3v1h-3V7zm0 2h3v1h-3V9z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8.85352 11.7021H7.85449L7.03809 9.54297H3.77246L3.00439 11.7021H2L4.9541 4H5.88867L8.85352 11.7021ZM6.74268 8.73193L5.53418 5.4502C5.49479 5.34277 5.4554 5.1709 5.41602 4.93457H5.39453C5.35872 5.15299 5.31755 5.32487 5.271 5.4502L4.07324 8.73193H6.74268Z"/><path d="M13.756 11.7021H12.8752V10.8428H12.8537C12.4706 11.5016 11.9066 11.8311 11.1618 11.8311C10.6139 11.8311 10.1843 11.686 9.87273 11.396C9.56479 11.106 9.41082 10.721 9.41082 10.2412C9.41082 9.21354 10.016 8.61556 11.2262 8.44727L12.8752 8.21631C12.8752 7.28174 12.4974 6.81445 11.7419 6.81445C11.0794 6.81445 10.4815 7.04004 9.94793 7.49121V6.58887C10.4886 6.24512 11.1117 6.07324 11.8171 6.07324C13.1097 6.07324 13.756 6.75716 13.756 8.125V11.7021ZM12.8752 8.91992L11.5485 9.10254C11.1403 9.15983 10.8324 9.26188 10.6247 9.40869C10.417 9.55192 10.3132 9.80794 10.3132 10.1768C10.3132 10.4453 10.4081 10.6655 10.5978 10.8374C10.7912 11.0057 11.0472 11.0898 11.3659 11.0898C11.8027 11.0898 12.1626 10.9377 12.4455 10.6333C12.7319 10.3254 12.8752 9.93685 12.8752 9.46777V8.91992Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.431 3.323l-8.47 10-.79-.036-3.35-4.77.818-.574 2.978 4.24 8.051-9.506.764.646z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.928 7.976l4.357 4.357-.618.62L5 8.284v-.618L9.667 3l.618.619-4.357 4.357z"/></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0719 8.02397L5.7146 3.66666L6.33332 3.04794L11 7.71461V8.33333L6.33332 13L5.7146 12.3813L10.0719 8.02397Z" fill="#C5C5C5"/>
|
|
3
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.024 5.928l-4.357 4.357-.62-.618L7.716 5h.618L13 9.667l-.619.618-4.357-4.357z"/></svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11613 7.99992L2.55808 12.558L3.44196 13.4419L8.00002 8.88381L12.5581 13.4419L13.442 12.558L8.8839 7.99992L13.442 3.44187L12.5581 2.55798L8.00002 7.11604L3.44196 2.55798L2.55807 3.44187L7.11613 7.99992Z" fill="#C5C5C5"/>
|
|
3
|
-
</svg>
|