@lvce-editor/server 0.39.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +105 -429
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="16.637" cy="16" r="12.46" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d8ffff"/><stop offset=".113" stop-color="#afe9fa"/><stop offset=".239" stop-color="#87d3f4"/><stop offset=".339" stop-color="#6fc6f1"/><stop offset=".4" stop-color="#66c1f0"/><stop offset=".473" stop-color="#60b9e7"/><stop offset=".591" stop-color="#50a3cf"/><stop offset=".741" stop-color="#377fa7"/><stop offset=".915" stop-color="#134e70"/><stop offset="1" stop-color="#003453"/></radialGradient><linearGradient id="b" x1="20.623" x2="11.589" y1="26.999" y2="11.352" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#003453"/><stop offset=".78" stop-color="#0f496a"/><stop offset=".887" stop-color="#66c1f0"/><stop offset="1" stop-color="#beffff"/></linearGradient></defs><path d="M29.1 16A12.46 12.46 0 1 1 16.637 3.54 12.46 12.46 0 0 1 29.1 16" style="fill:url(#a)"/><path d="M23.67 13.111H30v7.155l-3.575 3.383v-4.714l-1.34 1.5a24.3 24.3 0 0 1-8.524 5.841 27.8 27.8 0 0 1-7.019 1.938 21 21 0 0 1-3.035-.036c-2.257-.444-4-1.752-4.284-3.17a5.9 5.9 0 0 1-.032-3.094 11.2 11.2 0 0 1 1.432-3.19 20.1 20.1 0 0 1 5.85-6.153 39.5 39.5 0 0 0-2.757 4.669 9.7 9.7 0 0 0-.906 2.732 2.4 2.4 0 0 0 .426 1.96 4.65 4.65 0 0 0 3.89 1.544 19.8 19.8 0 0 0 7.375-1.8 23.5 23.5 0 0 0 5.949-3.674l1.4-1.327-4.6.047Z" style="fill:#fff"/><path d="M29.518 13.593v6.466l-2.611 2.471v-4.859l-.842.944-1.34 1.5a23.8 23.8 0 0 1-8.353 5.718 27.2 27.2 0 0 1-6.876 1.9c-.221.021-.693.035-1.232.035a14 14 0 0 1-1.664-.06c-2.016-.4-3.659-1.571-3.9-2.792A5.46 5.46 0 0 1 2.666 22a10.7 10.7 0 0 1 1.359-3.007 23 23 0 0 1 3.559-4.35 28 28 0 0 0-1.3 2.394 10 10 0 0 0-.948 2.873 2.88 2.88 0 0 0 .515 2.31 5.1 5.1 0 0 0 4.278 1.741 20.2 20.2 0 0 0 7.571-1.839 24 24 0 0 0 6.082-3.763l1.4-1.328.889-.844-1.226.013-3.463.036 2.5-2.643h5.641m-20.05-1.019a20.1 20.1 0 0 0-5.85 6.153 11.2 11.2 0 0 0-1.432 3.19 5.9 5.9 0 0 0 .032 3.094c.286 1.418 2.027 2.726 4.284 3.17a14 14 0 0 0 1.757.073c.527 0 1.026-.013 1.278-.037a27.8 27.8 0 0 0 7.019-1.938 24.3 24.3 0 0 0 8.524-5.841l1.34-1.5v4.714L30 20.266v-7.155h-6.33l-3.422 3.618 4.6-.047-1.4 1.327a23.5 23.5 0 0 1-5.948 3.674 19.8 19.8 0 0 1-7.375 1.8 4.65 4.65 0 0 1-3.89-1.544 2.4 2.4 0 0 1-.426-1.96 9.7 9.7 0 0 1 .906-2.732 39.5 39.5 0 0 1 2.757-4.669Z" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2.887h5.075V7.51H2Zm.052 6.83H7.04v18.909H2.052ZM13.271 26.454a9.8 9.8 0 0 1-2.616-7.178 10.15 10.15 0 0 1 2.616-7.343 9.32 9.32 0 0 1 7.047-2.72 9.34 9.34 0 0 1 7.075 2.72A10.17 10.17 0 0 1 30 19.276a9.8 9.8 0 0 1-2.607 7.178 9.46 9.46 0 0 1-7.075 2.659 9.44 9.44 0 0 1-7.047-2.659m10.436-2.972a6.7 6.7 0 0 0 1.166-4.258 6.94 6.94 0 0 0-1.166-4.354 4.05 4.05 0 0 0-3.389-1.486 4.02 4.02 0 0 0-3.38 1.486 7 7 0 0 0-1.156 4.354 6.74 6.74 0 0 0 1.156 4.258 4.05 4.05 0 0 0 3.38 1.46 4.08 4.08 0 0 0 3.389-1.46" style="fill:#c2c2c2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 2H2v28h28z"/><path d="M29 3v26H3V3z" style="fill:#70f"/><path d="M12.5 8.813h7V10.8h-.637a1.8 1.8 0 0 0-.735.1.6.6 0 0 0-.267.309 2.5 2.5 0 0 0-.087.809v7.955a3 3 0 0 0 .072.835.47.47 0 0 0 .247.268 1.34 1.34 0 0 0 .648.124h.759v1.989h-7V21.2h.569a2.3 2.3 0 0 0 .8-.088.55.55 0 0 0 .274-.278 2.1 2.1 0 0 0 .088-.757V12.09a2.8 2.8 0 0 0-.088-.881.64.64 0 0 0-.295-.325 1.8 1.8 0 0 0-.7-.082H12.5ZM21.845 6.542l.842-.087a.72.72 0 0 0 .213.452.58.58 0 0 0 .409.167.57.57 0 0 0 .448-.215.98.98 0 0 0 .183-.648.9.9 0 0 0-.182-.609.6.6 0 0 0-.473-.2.86.86 0 0 0-.652.322l-.685-.1.433-2.294h2.233v.791h-1.593l-.132.748a1.29 1.29 0 0 1 1.53.268 1.47 1.47 0 0 1 .39 1.063 1.6 1.6 0 0 1-.316.971 1.4 1.4 0 0 1-1.193.579 1.48 1.48 0 0 1-.995-.328 1.35 1.35 0 0 1-.46-.88M25.227 6.506l.818-.1a.77.77 0 0 0 .21.478.58.58 0 0 0 .415.165.57.57 0 0 0 .44-.2.77.77 0 0 0 .179-.535.72.72 0 0 0-.171-.505.55.55 0 0 0-.418-.186 1.5 1.5 0 0 0-.388.063L26.405 5a.74.74 0 0 0 .523-.149.53.53 0 0 0 .18-.419.455.455 0 0 0-.484-.487.5.5 0 0 0-.37.15.7.7 0 0 0-.186.439L25.29 4.4a1.7 1.7 0 0 1 .245-.639 1.1 1.1 0 0 1 .457-.376 1.5 1.5 0 0 1 .657-.137 1.3 1.3 0 0 1 1 .4 1 1 0 0 1-.325 1.659 1.03 1.03 0 0 1 .606.364 1.06 1.06 0 0 1 .227.682 1.32 1.32 0 0 1-.424.989 1.58 1.58 0 0 1-2.047.065 1.35 1.35 0 0 1-.459-.901M10.628 28.364h-.854v-3.217a2.94 2.94 0 0 1-1.1.647v-.774a2.5 2.5 0 0 0 .726-.42 1.57 1.57 0 0 0 .538-.712h.693ZM14.786 27.571v.793h-2.992a2.1 2.1 0 0 1 .292-.852 5.7 5.7 0 0 1 .96-1.068 6 6 0 0 0 .708-.729.94.94 0 0 0 .176-.522.6.6 0 0 0-.153-.439.65.65 0 0 0-.849.007.83.83 0 0 0-.182.535l-.85-.085a1.4 1.4 0 0 1 .477-1.011 1.6 1.6 0 0 1 1-.307 1.45 1.45 0 0 1 1.036.355 1.17 1.17 0 0 1 .377.884 1.5 1.5 0 0 1-.108.572 2.3 2.3 0 0 1-.342.57 5.5 5.5 0 0 1-.559.568q-.4.371-.512.492a1.5 1.5 0 0 0-.175.237ZM18.254 25l-.826.091a.6.6 0 0 0-.158-.377.46.46 0 0 0-.331-.121.56.56 0 0 0-.457.243 2.04 2.04 0 0 0-.236 1.011 1 1 0 0 1 .793-.377 1.2 1.2 0 0 1 .915.407 1.47 1.47 0 0 1 .381 1.051 1.5 1.5 0 0 1-.4 1.1 1.46 1.46 0 0 1-2.138-.111 2.7 2.7 0 0 1-.434-1.717 2.75 2.75 0 0 1 .453-1.765 1.46 1.46 0 0 1 1.175-.541 1.25 1.25 0 0 1 .84.284 1.33 1.33 0 0 1 .423.822m-1.934 1.864a.97.97 0 0 0 .191.643.56.56 0 0 0 .437.226.5.5 0 0 0 .395-.185.94.94 0 0 0 .158-.607.98.98 0 0 0-.17-.636.547.547 0 0 0-.841-.01.84.84 0 0 0-.17.569M19.005 27.51h.854v.854h-.854zM20.569 27.334l.826-.091a.6.6 0 0 0 .158.374.47.47 0 0 0 .337.121.55.55 0 0 0 .45-.243 2.1 2.1 0 0 0 .237-1.008 1.02 1.02 0 0 1-.8.374 1.2 1.2 0 0 1-.907-.405 1.48 1.48 0 0 1-.381-1.056 1.5 1.5 0 0 1 .4-1.092 1.457 1.457 0 0 1 2.136.109 2.7 2.7 0 0 1 .434 1.724A2.74 2.74 0 0 1 23 27.9a1.47 1.47 0 0 1-1.179.541 1.24 1.24 0 0 1-.844-.278 1.34 1.34 0 0 1-.408-.829m1.931-1.865a.97.97 0 0 0-.19-.641.56.56 0 0 0-.439-.228.5.5 0 0 0-.394.186.96.96 0 0 0-.156.612.97.97 0 0 0 .17.633.544.544 0 0 0 .84.008.85.85 0 0 0 .169-.57"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16.024" cy="15.923" r="5.716" style="fill:#4e8ef7"/><path d="M27.688 6.224a1.964 1.964 0 0 0-3.252-1.484 14.013 14.013 0 1 0 2.77 2.77 1.96 1.96 0 0 0 .482-1.286M16.023 29.452a13.529 13.529 0 1 1 8.1-24.362 1.964 1.964 0 0 0 2.738 2.738 13.523 13.523 0 0 1-10.838 21.624" style="fill:#4e8ef7"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.936 17.569c-.176-.252-.5-.283-.773-.365-.7-.221-1.4-.473-2.093-.717a31 31 0 0 0-3.309-.994c-.2-.04-.411-.055-.615-.088a92 92 0 0 1-.182-3.758 11.2 11.2 0 0 0-.44-2.78 1.85 1.85 0 0 0-1.191-1.121 7.2 7.2 0 0 0-2.341-.278.4.4 0 0 1-.212-.068 4.96 4.96 0 0 0-3.342-.4 24 24 0 0 0-2.517.561 10 10 0 0 0-1.977.723 4 4 0 0 0-1.888 2.5c-.163.78-.3 1.566-.424 2.353-.527-.061-1.058-.075-1.587-.091a4.8 4.8 0 0 0-2.118.484 3.97 3.97 0 0 0-1.861 1.688A7.65 7.65 0 0 0 2 18.867a8.5 8.5 0 0 0 .409 2.042 7.1 7.1 0 0 0 1.445 2.656 4.6 4.6 0 0 0 2.227 1.308 6.7 6.7 0 0 0 2.312.22 11.8 11.8 0 0 0 3.06-.728c.993-.324 2-.594 3.009-.875 1.651-.437 3.288-.924 4.919-1.43a37 37 0 0 0 3.525-1.339c1.988-.8 3.939-1.7 5.982-2.353.292-.116.64-.04.9-.23a.416.416 0 0 0 .148-.569" style="fill:#553f3f"/><path d="M15.867 7.252a4.6 4.6 0 0 1 2.507.286 9.5 9.5 0 0 0-3.573.833c-.963.376-1.991.551-2.96.908a.714.714 0 0 0-.493.8.53.53 0 0 0 .642.372 3 3 0 0 0 .867-.421c.841-.544 1.64-1.158 2.528-1.626a7.9 7.9 0 0 1 3.02-.756c.194-.031.347.127.536.129a6.2 6.2 0 0 1 2.462.334 1.5 1.5 0 0 1 .861.967 11.6 11.6 0 0 1 .384 2.514c.025 1.312.113 2.622.188 3.932.016.059-.016.19.087.176a12 12 0 0 1 2.276.5c1.271.37 2.5.869 3.762 1.263a1.7 1.7 0 0 1 .77.32c-.183.206-.47.164-.712.223-.268.063-.527.158-.788.244-2.045.712-4.015 1.613-6.023 2.42-.814.33-1.623.674-2.46.94-1.259.408-2.532.774-3.8 1.146-1.484.419-2.98.8-4.451 1.261a10.9 10.9 0 0 1-3.752.783 5.43 5.43 0 0 1-3.251-1.071 6.15 6.15 0 0 1-1.779-2.918 6.4 6.4 0 0 1-.369-2.6 8.5 8.5 0 0 1 .974-2.8 3.72 3.72 0 0 1 1.89-1.669 4.6 4.6 0 0 1 1.674-.39 19 19 0 0 1 2.017.12c.135-.863.283-1.724.457-2.58a3.63 3.63 0 0 1 1.457-2.151 4.6 4.6 0 0 1 1.326-.617 22.4 22.4 0 0 1 3.73-.875m2.368 1.133A4.66 4.66 0 0 0 15.615 9.4a1.76 1.76 0 0 0-.745 1.338 1.68 1.68 0 0 0 .7 1.22 6.05 6.05 0 0 0 4.23 1.451 9.5 9.5 0 0 1-2.436-.722 2.24 2.24 0 0 1-.841-.662.94.94 0 0 1-.073-.933 1.76 1.76 0 0 1 .75-.692 4.7 4.7 0 0 1 1.953-.514c.434-.033.859.122 1.293.057A2.03 2.03 0 0 0 21.53 9.5c.11-.093.22-.286.078-.4a3 3 0 0 0-.733-.33 8 8 0 0 0-2.639-.379m-11.011 5.5a4.7 4.7 0 0 0-2.719 1.147 4.6 4.6 0 0 0-1.278 2.271 5.7 5.7 0 0 0-.218 1.178 8.2 8.2 0 0 1 1.227-2.639 2.77 2.77 0 0 1 1.264-1 7.8 7.8 0 0 1 1.711-.367 2.9 2.9 0 0 1 .97.062.8.8 0 0 1 .353.26c.03-.294.081-.585.121-.878a6.7 6.7 0 0 0-1.432-.036M23.073 16.6a1.4 1.4 0 0 1-.106.634 2.02 2.02 0 0 1-1.068.878 18 18 0 0 1-5.056 1.348 23 23 0 0 1-4.36.057 10.4 10.4 0 0 1-2.666-.573 5.5 5.5 0 0 1-1.065-.5A1.3 1.3 0 0 1 8.2 17.8a1.7 1.7 0 0 1-.044-.645 2.1 2.1 0 0 0-.185 1.427 1.2 1.2 0 0 0 .533.651 6.6 6.6 0 0 0 1.613.7 12 12 0 0 0 2.15.45 27 27 0 0 0 2.742.074 19 19 0 0 0 5.686-.98 7.9 7.9 0 0 0 1.968-.923 1.27 1.27 0 0 0 .577-.709 1.86 1.86 0 0 0-.17-1.247m3.5 1.274a47.7 47.7 0 0 0-8.215 2.713c-2 .815-3.991 1.672-5.923 2.643a19 19 0 0 1-2.643.9 4.8 4.8 0 0 1-2.1.179 7.5 7.5 0 0 1-2.643-.862 3.1 3.1 0 0 1-.745-.7 2.83 2.83 0 0 0 1.569 1.327 5.5 5.5 0 0 0 2.193.413 9.7 9.7 0 0 0 2.54-.393c.406-.116.8-.271 1.194-.415 1.288-.495 2.557-1.035 3.836-1.552a13 13 0 0 1 1.844-.64c1.186-.365 2.344-.815 3.518-1.219a29 29 0 0 1 2.9-.922c1.107-.289 2.2-.646 3.3-.947a3.7 3.7 0 0 0 .753-.215 3.1 3.1 0 0 0 .762-.626 15 15 0 0 0-2.139.315Z" style="fill:#a9867e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.339 27.544c-2.369-1.6-2.987-3.863-1.545-6.077 1.082-1.648 1.545-1.133 2.266 2.42a11.5 11.5 0 0 0 1.391 3.657c1.339 1.493.049 1.493-2.112 0M17.433 27.7c-1.184-1.493-1.339-2.575-.566-4.532.515-1.442 3.3-3.09 4.429-2.678.618.258.618.1 0-1.133-1.236-2.42-2.627-3.3-5.974-3.656-2.627-.309-3.348-.618-4.378-1.906a7.9 7.9 0 0 1-1.287-1.854c0-.618-1.8-.463-2.472.206a3.17 3.17 0 0 0-.618 1.953c0 2.112-.567 2.215-2.421.412-2.42-2.369-2.368-4.635.258-7.107A34 34 0 0 0 7.648 3.8L9.039 2h4.532a47 47 0 0 1 6.54.412c2.369.515 5.459 3.193 7.365 6.437 1.287 2.163 1.442 2.987 1.545 7.313a24.7 24.7 0 0 0 .463 5.82c.567 1.39-.721 3.862-2.523 4.789a23.6 23.6 0 0 1-7.361 2.266 3.46 3.46 0 0 1-2.167-1.337m4.584-6.128a.258.258 0 1 0-.258.257.244.244 0 0 0 .258-.259Z" style="fill:#d45500"/><path d="M9.451 28.471c-1.7-1.6-1.957-2.215-2.884-7.056-1.339-6.952-1.339-8.394.154-9.785 1.7-1.6 2.524-1.442 4.378.876 1.442 1.8 1.854 2.008 4.48 2.214 2.369.206 3.142.515 4.635 1.957a13.4 13.4 0 0 1 2.369 3.193c.515 1.288.464 1.648-.257 2.369-.876.824-.979.824-1.494.052-.412-.721-.772-.773-1.751-.309-1.39.618-2.06 3.347-1.236 4.944.515.875.412 1.184-.618 1.854a10.7 10.7 0 0 1-3.553 1.081c-2.163.309-2.524.206-4.223-1.39" style="fill:#deaa87"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.7 23.56s-1.07.622.761.833a16 16 0 0 0 5.8-.246 10 10 0 0 0 1.539.753c-5.481 2.349-12.405-.136-8.1-1.339M12.026 20.494s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359 3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421" style="fill:#5382a1"/><path d="M17.673 15.294a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636 0 0-9.586 2.394-5.007 7.669" style="fill:#e76f00"/><path d="M24.922 25.827s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2 11.176 1.812 20.372-.816 17.473-2.124M13.211 17.318s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072 53 53 0 0 0 4.221-.555 9 9 0 0 0-1.28.685c-5.17 1.358-15.153.726-12.283-.665a9.6 9.6 0 0 1 4.407-1.042M22.34 22.421c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138" style="fill:#5382a1"/><path d="M19.172 1.906s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975-2.653-2.394-4.6-4.5-3.294-6.463 1.917-2.879 7.229-4.275 6.056-8.9" style="fill:#e76f00"/><path d="M13.727 29.818c5.042.323 12.786-.179 12.969-2.565 0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746" style="fill:#5382a1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M17.004 13.472h-2.111l-.571-.733V6.986h3.217v5.753zM14.148 14.009l-.653 2.009-.873.315-5.473-1.778.995-3.058 5.472 1.776zM13.772 16.837l1.709 1.241.029.926-3.38 4.657-2.603-1.89 3.384-4.657zM16.394 18.087l1.711-1.241.89.259 3.382 4.655-2.601 1.89-3.382-4.655zM18.425 16.051l-.653-2.01.521-.768 5.471-1.776.995 3.058-5.473 1.778z" style="fill:#8a4182"/><path d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m-.076 24.94A11.072 11.072 0 1 1 27 15.868 11.07 11.07 0 0 1 15.924 26.94" style="fill:#8a4182"/><path d="M15.459 20.248h.877v4.364h-.877z" style="fill:#8a4182"/><path d="M21.986 15.63h.877v4.364h-.877z" style="fill:#8a4182" transform="rotate(-72 22.424 17.811)"/><path d="M17.822 9.75h4.364v.877h-4.364z" style="fill:#8a4182" transform="rotate(-54 20.004 10.19)"/><path d="M11.543 8.006h.877v4.364h-.877z" style="fill:#8a4182" transform="rotate(-36 11.981 10.188)"/><path d="M7.269 17.374h4.364v.877H7.269z" style="fill:#8a4182" transform="rotate(-18 9.45 17.813)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.325 23.654s-1.07.622.761.833a16 16 0 0 0 5.8-.246 10 10 0 0 0 1.541.752c-5.481 2.349-12.405-.136-8.1-1.339M11.656 20.588s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359 3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421M17.3 15.388a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636 0 0-9.586 2.394-5.007 7.669" style="fill:#5382a1"/><path d="M24.552 25.921s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2 11.176 1.812 20.372-.816 17.473-2.124M12.84 17.412s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072 53 53 0 0 0 4.221-.555 9 9 0 0 0-1.28.685c-5.168 1.359-15.151.727-12.277-.663a9.6 9.6 0 0 1 4.407-1.042M21.969 22.515c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138M18.8 2s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975-2.653-2.394-4.6-4.5-3.294-6.463C14.664 8.019 19.976 6.623 18.8 2" style="fill:#5382a1"/><path d="M13.356 29.912c5.042.323 12.786-.179 12.969-2.565 0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746" style="fill:#5382a1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.5 24.186V7.91h4.309v1.914H4.8v12.447h2.009v1.915ZM12.84 7.814h2.585v8.043a7.7 7.7 0 0 1-.287 2.394 3.65 3.65 0 0 1-1.34 1.819 4.33 4.33 0 0 1-2.585.67 3.9 3.9 0 0 1-2.873-1.054 4.23 4.23 0 0 1-1.053-3.064l2.394-.287a2.86 2.86 0 0 0 .287 1.532 1.3 1.3 0 0 0 1.245.67 1.65 1.65 0 0 0 1.245-.479 4.3 4.3 0 0 0 .383-2.011ZM15.521 20.644V7.814h2.394v4.6a3.4 3.4 0 0 1 2.685-1.249 3.45 3.45 0 0 1 2.777 1.245 5.1 5.1 0 0 1 1.149 3.543 5.35 5.35 0 0 1-1.149 3.638 3.45 3.45 0 0 1-2.777 1.244 2.8 2.8 0 0 1-1.532-.383 5 5 0 0 1-1.34-1.149v1.34Zm2.394-4.883a4 4 0 0 0 .479 2.106 1.82 1.82 0 0 0 1.723.957 1.55 1.55 0 0 0 1.34-.67 3.37 3.37 0 0 0 .574-2.2 3.68 3.68 0 0 0-.574-2.3 1.874 1.874 0 0 0-2.872 0 3.45 3.45 0 0 0-.67 2.107ZM29.5 7.814V24.09h-4.309v-1.914H27.2V9.729h-2.009V7.814Z" style="fill:#735a00;stroke:#735a00"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-2.413" x2="-2.401" y1="32.987" y2="32.984" gradientTransform="matrix(561.015 0 0 -1011.593 1365.643 33384.042)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#919191"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="b" x1="-4.202" x2="-4.191" y1="33.569" y2="33.566" gradientTransform="matrix(373.691 0 0 -614.108 1582.079 20634.253)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#900"/><stop offset="1" stop-color="#e80000"/></linearGradient></defs><path d="M16.884 2.57a.3.3 0 0 0 0 .161 4.5 4.5 0 0 1-.027 1.648L8.6 25.857a3.077 3.077 0 0 0 5.748 2.2l8.257-21.481a5.7 5.7 0 0 1 1.085-1.232 1 1 0 0 0 .107-.121V5.21c0-.013.013-.013.013-.027.214-.549-1.166-1.594-3.068-2.331s-3.63-.885-3.842-.322a.06.06 0 0 0-.016.04" style="opacity:.5;isolation:isolate"/><path d="M16.643 2.383a.3.3 0 0 0 0 .161 4.5 4.5 0 0 1-.027 1.648L8.362 25.669a3.077 3.077 0 0 0 5.748 2.2l8.254-21.48a5.7 5.7 0 0 1 1.085-1.233 1 1 0 0 0 .107-.121v-.013c0-.013.013-.013.013-.027.215-.549-1.169-1.595-3.069-2.331s-3.631-.884-3.845-.322a.05.05 0 0 1-.013.04Z" style="fill:url(#a)"/><path d="M19.242 12.1 13.28 27.585a2.217 2.217 0 0 1-2.854 1.246A2.27 2.27 0 0 1 9.1 25.977l3.805-9.9a4.36 4.36 0 0 1 1.407-1.313c.938-.549 1.7-.429 2.733-.884a8.1 8.1 0 0 0 2.2-1.782Z" style="fill:url(#b)"/><path d="M22.133 4.547c.119-.31-.736-.928-1.909-1.381S18 2.6 17.885 2.907s.736.928 1.909 1.381 2.221.569 2.339.259" style="fill:#333"/><path d="M16.587 2.542a4.5 4.5 0 0 1-.027 1.643L8.361 25.6a3.06 3.06 0 0 0 1.77 3.928 2.6 2.6 0 0 0 .825.187 3.09 3.09 0 0 1-1.024-3.525l8.04-20.99a5.14 5.14 0 0 1-1.384-2.659Z" style="fill:#fff;opacity:.30000001192092896;isolation:isolate"/><g style="opacity:.5"><circle cx="13.952" cy="16.357" r=".24" style="fill:#fff"/><circle cx="15.509" cy="18.08" r=".359" style="fill:#fff"/><circle cx="13.126" cy="20.138" r=".679" style="fill:#fff"/><circle cx="12.035" cy="21.394" r=".359" style="fill:#fff"/><circle cx="13.459" cy="24.066" r=".24" style="fill:#fff"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.513 25.173c-.068 0-.136 0-.2-.01q.098.01.2.01M18.919 25.087a2 2 0 0 0 .392.076 2 2 0 0 1-.392-.076M20.091 27.511a5.135 5.135 0 0 1 0 0" style="fill:none"/><path d="M7.436 14.214A.8.8 0 0 1 7.6 14.1a.6.6 0 0 0-.164.114M10.412 18.253c.06.421.24 4.164 2.766 6.25a16 16 0 0 0 1.549.162c.28-.6 1.312-.554 1.985-.4a6.65 6.65 0 0 1-2.176-1.778 4.47 4.47 0 0 1-1.472-2.656c1.348 1.87 2.462 3.5 4.913 4.326 1.855.622 4.021-.285 5.446-1.286a6.3 6.3 0 0 0 1.365-1.68 14.24 14.24 0 0 0 2.145-8.621 9.6 9.6 0 0 0-.5-3.446c-.453-.908-1.984-1.72-2.88-.9a1 1 0 0 1-.016-.246c-.143.134-.23.232-.23.232a1.2 1.2 0 0 1-.122-.487 1.55 1.55 0 0 1 1.5-1.5 8.7 8.7 0 0 0-1.479-1.563 10.5 10.5 0 0 0-6.047-.222 8.06 8.06 0 0 0-5.975 5.4 14 14 0 0 0-.388 2.263c-.031.884.416 1.655.45 2.617-.239.394-.969.443-1.474.416a7 7 0 0 0-.136-.566 5.2 5.2 0 0 0-1.265-.5 1.72 1.72 0 0 1 1.009 2.038c-.373-.213-.462-1.15-.9-1.177-.626-.038-.512 1.216-.509 1.95a2.29 2.29 0 0 1-.19-2.213c-.284-.139-.444.061-.6.217-.222 1.036-.547 1.873.062 2.92a1.73 1.73 0 0 0 1.414.6c.567-.056.706-.624 1.324-.618a.51.51 0 0 1 .431.468m6.449 1.947-.3-.061s-.314-1.1-.163-1.306c.08-.107.52-.268 1.136.028-.004.001-.734.123-.673 1.339m5.706 1.341a5.27 5.27 0 0 1-3.426-.014 4.7 4.7 0 0 1-1.283-1.427c-.155-.2-.927-.708-.012-.709.717 1.8 3.18 1.592 5.257 1.543a1.1 1.1 0 0 1-.536.608Zm.3-1.6a4 4 0 0 1 0-1.063 8.5 8.5 0 0 0 2.96-1.185 3.43 3.43 0 0 1-2.961 2.246Zm2.756-8.073c-.183.061-1.37.762-1.278-.122a1.35 1.35 0 0 1 1.026-1.077 3 3 0 0 1 0-.4h.079a17 17 0 0 0 1.172 2.29c-.317.738-2.4 1.39-2.366.066.45-.2 1.227-.04 1.626-.291-.094-.257-.2-.5-.3-.756Zm-5.187 4.75a1 1 0 0 1 .046.1c.091-.507.259-1.1.548-1.013a.68.68 0 0 1 .5.638 7 7 0 0 0-.948.738c.065.3.144.6.523.668 1.106.189 2.393-.677 3.189-.979.493-.832-.043-1.138-.487-1.673-.91-1.1-2.13-2.456-2.086-4.1.368-.267.4.407.452.53a15 15 0 0 0 2.543 3.486c.214.234.567.459.606.614.113.451-.294.991-.247 1.29a6.6 6.6 0 0 1-4.466 1.4 1.32 1.32 0 0 1-.175-1.702Zm1.958 2.321A5 5 0 0 1 22.47 20c-1.811.09-3.952-.358-4.427-1.629a10.3 10.3 0 0 0 4.35.565Zm-4.256-8.648a7 7 0 0 0 .977 1.829c.228.222.67.492.451 1.109a1.4 1.4 0 0 1-.642.534c-.79.233-2.631.048-2.008-.937.653.03 1.532.424 2.02-.05a10 10 0 0 1-.322-.551c-.5.316-1.874.33-1.874-.479 0-.852 1.339-1.034 1.339-1.034l.01.024a1.1 1.1 0 0 1 .048-.448Zm-3.224-2.928c1.195-.815 1.8-.35 2.1.188a.568.568 0 0 1 .274.828c-1.658-.386-2.482.694-2.985 1.814-.129.234-.136.068-.21-.136a.4.4 0 0 1-.061-.136.6.6 0 0 0-.092-.121c-.24-.247-.365-1.524.974-2.437" style="fill:#f0d6b7"/><path d="M6.283 29.28h8.753q-.06-.204-.118-.394a12 12 0 0 1-.476-1.948 21 21 0 0 1-3.087-1.655 2.4 2.4 0 0 1-.24-.257l-5.266 2.353s.189.754.434 1.901" style="fill:#335061"/><path d="M9.433 7a2 2 0 0 1 .467-.088 4 4 0 0 0 .747.029c.494-.123.912-1.231 1.285-1.644a11 11 0 0 1 .941-.776A7.35 7.35 0 0 0 9.433 7M7.177 12.586a2.147 2.147 0 0 1 3.145 1.747c.694-.018.259-.866.134-1.413-.369-1.608.487-3.34.192-4.861-3.866.578-3.648 3.547-3.471 4.527" style="fill:#6d6b6d"/><path d="M13.249 3.851c-1.82.516-4.152 1.838-4.9 3.473A7.4 7.4 0 0 0 9.433 7a7.35 7.35 0 0 1 3.44-2.479 2 2 0 0 0 .159-.166c.192-.093.476-.086.487-.375-.083-.089-.171-.157-.27-.129M7.5 8.985c-.8.885-.636 2.542-.538 3.721a2 2 0 0 1 .218-.12c-.18-.979-.394-3.949 3.471-4.527a3 3 0 0 0-.142-.493A4.4 4.4 0 0 0 7.5 8.985" style="fill:#dcd9d8"/><path d="M10.412 18.253a.51.51 0 0 0-.42-.468c.335.668-.516.878-.6 1.355a4 4 0 0 0 .125.832 11.4 11.4 0 0 0 1.445 3.365 3.18 3.18 0 0 0 2.22 1.166c-2.53-2.085-2.71-5.829-2.77-6.25M21.525 16.338a.68.68 0 0 0-.5-.638c-.289-.082-.457.506-.548 1.013a2.4 2.4 0 0 1 .1.363 7 7 0 0 1 .948-.738M24.344 11.744c-.092.884 1.1.183 1.278.122l-.043-.286a3.2 3.2 0 0 1-.209-.913 1.35 1.35 0 0 0-1.026 1.077M16.739 11.744c0 .809 1.371.795 1.874.479a4.1 4.1 0 0 1-.525-1.489l-.01-.024s-1.339.182-1.339 1.034M7.192 14.885a1 1 0 0 1-.125.109 1.22 1.22 0 0 1 .37-.781.6.6 0 0 1 .163-.113.98.98 0 0 1 .782-.032 5.2 5.2 0 0 1 1.265.5c-.193-.664-.524-1.263-1.208-1.338a2.034 2.034 0 0 0-2.2 1.963A3.86 3.86 0 0 0 7.254 17.8c-.61-1.042-.284-1.879-.062-2.915M17.165 4.443a10.5 10.5 0 0 1 6.047.222 4 4 0 0 0-.49-.329c-1.889-1.066-5.086-1.867-7.1-.866-1.621.808-3.813 2.146-4.56 3.841a4.1 4.1 0 0 1 .123 2.532 8.06 8.06 0 0 1 5.98-5.4M23.188 7.728a1.2 1.2 0 0 0 .122.487s.087-.1.23-.232c.031-.734.865-1.152 1.832-.866-.222-.286-.447-.589-.681-.889a1.55 1.55 0 0 0-1.503 1.5M14.092 10.058c.074.2.082.37.21.136a.35.35 0 0 1-.21-.136" style="fill:#f7e4cd"/><path d="M14.032 9.922a1.5 1.5 0 0 1 .114-.758 2.82 2.82 0 0 1 2.47-1.755 1.2 1.2 0 0 1 .4.143c-.3-.538-.9-1-2.1-.188-1.338.913-1.217 2.19-.973 2.434a.6.6 0 0 1 .089.124" style="fill:#f7e4cd"/><path d="m5.849 27.379 5.266-2.353c-.386-.448-1.079-1.3-1.2-1.257a24 24 0 0 0-5.61 3.485 20 20 0 0 1 .81 2.026h1.168a61 61 0 0 0-.434-1.901" style="fill:#49728b"/><path d="M27 29.307a21 21 0 0 0 .548-2.058c.036-.181.106-.475.156-.756l-2.886-2.144a5.12 5.12 0 0 1 .13 3.9c.1.372.454.515.6.85q-.052.09-.1.179h1.476a.15.15 0 0 1 .076.029M24.441 28.074a1.1 1.1 0 0 0 .172-.381 1.1 1.1 0 0 1-.172.381M23.617 23.946a.95.95 0 0 1 .514-.106l-.238-.177a1.5 1.5 0 0 0-.276.283" style="fill:#335061"/><path d="M27.756 25.879c-.074-.537-.8-.935-1.172-1.266-.684-.613-1.112-1.153-1.823-1.726a4.4 4.4 0 0 1-.869.776l.238.177a.93.93 0 0 1 .686.51l2.884 2.143a2.3 2.3 0 0 0 .056-.614" style="fill:#49728b"/><path d="M20.572 29.2a.4.4 0 0 0 .009.076h.479a.333.333 0 0 1 .666 0h.774v-.03a21 21 0 0 0-1.2-.593c-.424-.178-.728.547-.728.547" style="fill:#fff"/><path d="M20.572 29.2s.3-.73.73-.548c.322.138.921.449 1.2.593q.014-.33.034-.66c-.618.039-.961-.559-1.394-.605-.378-.041-.7.435-1.19.229-.113.124-.215.259-.33.381a6 6 0 0 1 .489.685h.476a.4.4 0 0 1-.015-.075" style="fill:#dcd9d8"/><path d="M14.511 25.169a6.7 6.7 0 0 1-2.269-.4.282.282 0 0 0 .017.421 7.7 7.7 0 0 0 2.14.578 1.8 1.8 0 0 0 .112-.599" style="fill:#fff"/><path d="M14.357 26.069a1.2 1.2 0 0 1 .041-.3 7.7 7.7 0 0 1-2.14-.578 4.24 4.24 0 0 0 2.099.878" style="fill:#dcd9d8"/><path d="M24.613 27.693a3 3 0 0 0 .073-.87 7 7 0 0 0-.2-1.378 3 3 0 0 0-1.009.049c-.3.061-.609.122-.669.487s.122.548-.061.852-.487.122-.791.3c-.207.124-.076.445.029.638a12 12 0 0 0 2.459.3 1.1 1.1 0 0 0 .169-.378M15.562 29.219l.047.128c.014.04.029.093.042.139l-.009-.117Z" style="fill:#d33833"/><path d="m19.563 27.925.021-.527a1.3 1.3 0 0 1-.96-.074c-.937-.511-.05-.36-.382-1.038a3.2 3.2 0 0 0-1.224-.365c-1.228 0-1.7-.247-1.568 1.169q.102 1.14.191 2.28c.1.188.19.357.262.5a4.8 4.8 0 0 0 1.833-.559 21 21 0 0 0 1.827-1.386M20.027 27.2c.021.089.043.189.064.31a.7.7 0 1 0 .428-1.31.95.95 0 0 1-.492 1" style="fill:#d33833"/><path d="M21.953 27.137c.3-.183.609 0 .791-.3s0-.487.061-.852.365-.426.669-.487a3 3 0 0 1 1.009-.049 1.13 1.13 0 0 0-.348-.652c-.747-.436-2.056.825-2.665 1.093l-.057.023a1.7 1.7 0 0 1 .175.558 1.5 1.5 0 0 1 .412-.042 2 2 0 0 1 .276.033q.067.014.133.032a1.5 1.5 0 0 1 .243.092 4 4 0 0 0-.757.1.7.7 0 0 0-.2.095 9 9 0 0 0-.035.9q.158.045.322.084c-.105-.183-.236-.504-.029-.628M15.651 29.485c.051.183.095.348.253.385-.072-.144-.163-.313-.262-.5ZM15.45 27.089c-.129-1.416.34-1.169 1.568-1.169a3.2 3.2 0 0 1 1.224.365c.332.678-.555.527.382 1.038a1.3 1.3 0 0 0 .96.074v-.063a3 3 0 0 0-.916-.29 4 4 0 0 0-.371-.036 1.6 1.6 0 0 1 .291-.106 3.3 3.3 0 0 0 .906-.281c0-.079.006-.158.009-.236a2 2 0 0 1-.2-.027 2 2 0 0 1-.177-.044 1.6 1.6 0 0 1-.294-.127c-.178-.1-.331-.216-.525-.322a9 9 0 0 0-2.408-.881c-.921-.176-.929 1.105-.89 2.049 0 .1.008.192.013.28a6.6 6.6 0 0 0 .544 1.9l.079.15q-.093-1.133-.195-2.274M20.52 26.2a1 1 0 0 0-.582.2 1.7 1.7 0 0 0 .007.412c.011.079.028.155.048.238l.031.131v.017a.95.95 0 0 0 .496-.998" style="fill:#ef3d3a"/><path d="M14.146 9.164a1.5 1.5 0 0 0-.114.758.4.4 0 0 0 .061.136.35.35 0 0 0 .21.136c.5-1.12 1.327-2.2 2.985-1.814a.568.568 0 0 0-.274-.828 1.2 1.2 0 0 0-.4-.143 2.82 2.82 0 0 0-2.468 1.755M24.252 12.627c-.032 1.324 2.049.672 2.366-.066a17 17 0 0 1-1.172-2.29h-.079a3 3 0 0 0 0 .4 3.2 3.2 0 0 0 .209.913c.095.256.205.5.3.756-.397.247-1.176.09-1.624.287M18.934 12.773c-.488.474-1.367.08-2.02.05-.623.985 1.218 1.17 2.008.937a1.4 1.4 0 0 0 .642-.534c.219-.617-.223-.887-.451-1.109a7 7 0 0 1-.977-1.829 1.1 1.1 0 0 0-.049.445 4.1 4.1 0 0 0 .525 1.489c.114.21.227.399.322.551M20.605 18.315a6.6 6.6 0 0 0 4.466-1.4c-.047-.3.36-.84.247-1.29-.039-.155-.392-.38-.606-.614a15 15 0 0 1-2.543-3.486c-.053-.123-.085-.8-.452-.53-.044 1.642 1.176 3 2.086 4.1.444.535.98.841.487 1.673-.8.3-2.083 1.169-3.189.979-.379-.065-.458-.365-.523-.668a2.4 2.4 0 0 0-.1-.363 1 1 0 0 0-.046-.1 1.32 1.32 0 0 0 .173 1.699M7.6 14.1a1 1 0 0 0-.159.111 1.22 1.22 0 0 0-.37.781 1 1 0 0 0 .125-.109c.153-.156.313-.357.6-.217a2.29 2.29 0 0 0 .19 2.213c0-.733-.117-1.987.509-1.95.438.027.527.964.9 1.177a1.72 1.72 0 0 0-1.017-2.036.98.98 0 0 0-.778.03M22.868 18.875a4 4 0 0 0 0 1.063 3.43 3.43 0 0 0 2.962-2.249 8.5 8.5 0 0 1-2.962 1.186M22.47 20a5 5 0 0 0-.077-1.066 10.3 10.3 0 0 1-4.35-.562c.475 1.272 2.616 1.72 4.427 1.628M17.846 19.39c-.915 0-.143.51.012.709a4.7 4.7 0 0 0 1.284 1.428 5.27 5.27 0 0 0 3.426.014 1.1 1.1 0 0 0 .536-.609c-2.078.05-4.541.257-5.258-1.542" style="fill:#231f20"/><path d="M24.96 29.28a1.7 1.7 0 0 0-1.042-.753 1.43 1.43 0 0 0-.918.12c-.008.2-.018.415-.031.632Z" style="fill:#81b0c4"/><path d="M21.971 24.749c-.686.061-1.493.373-2.252.419-.069 0-.138.006-.206.006s-.136 0-.2-.01a2 2 0 0 1-.392-.076 2 2 0 0 1-.188-.07c0 .052-.071.033-.082.076q.127.1.247.179c.12.079.159.1.238.143a2.2 2.2 0 0 0 .475.19 3 3 0 0 0 .816.09c.1 0 .212 0 .327-.009.415-.303.783-.656 1.217-.938" style="fill:#f0d6b7"/><path d="m19.086 29.048-.351.233h.527q-.086-.119-.176-.233" style="fill:#81b0c4"/><path d="M4.681 29.769v-.335a.153.153 0 0 1 .153-.153h.283a20 20 0 0 0-.81-2.026 24 24 0 0 1 5.61-3.485c.118-.047.811.809 1.2 1.257a2.4 2.4 0 0 0 .24.257 21 21 0 0 0 3.087 1.655 12 12 0 0 0 .476 1.948q.058.191.118.394h.162a.153.153 0 0 1 .153.153v.158h.139a.153.153 0 0 1 .153.153V30h1.691v-.255a.153.153 0 0 1 .153-.153h.78v-.158a.153.153 0 0 1 .153-.153h.317l.351-.233q.09.114.176.233h.843a6 6 0 0 0-.489-.685c.115-.122.217-.256.33-.381.492.206.812-.27 1.19-.229.433.046.776.644 1.394.605q-.02.33-.034.66v.03h.474q.019-.326.031-.632a1.43 1.43 0 0 1 .918-.12 1.7 1.7 0 0 1 1.042.753h.481q.052-.09.1-.179c-.143-.335-.495-.477-.6-.85a5.12 5.12 0 0 0-.13-3.9.93.93 0 0 0-.686-.51.95.95 0 0 0-.514.106 1.5 1.5 0 0 1 .275-.283 4.4 4.4 0 0 0 .869-.776c.712.573 1.141 1.112 1.824 1.725.37.332 1.1.73 1.172 1.266a2.3 2.3 0 0 1-.054.614c-.051.281-.12.575-.156.756A21 21 0 0 1 27 29.307a.15.15 0 0 1 .072.127V30h.368c.258-.808.511-1.635.766-2.489a6.2 6.2 0 0 0 .478-2.187c-.078-.617-1.04-1.265-1.547-1.754-.281-.271-1.593-1.267-1.669-1.64s.535-1.178.731-1.586a11.7 11.7 0 0 0 .621-1.788c1.032-3.627 1.137-8.611-.339-11.592a12.5 12.5 0 0 0-3.1-3.428c-2.3-1.742-6.563-1.935-9.339-.913a13.5 13.5 0 0 0-2.2.939c-1.818 1.066-3.748 1.78-4.287 3.928-1.328.6-1.729 2.3-1.662 4.268a6.2 6.2 0 0 1 .149 1.227c-.037.184-.286.419-.336.538a5.3 5.3 0 0 0 .609 4.592A3.23 3.23 0 0 0 8.468 19.5a4.6 4.6 0 0 0 .447 1.672c.17.373.805 1.043.571 1.519a7 7 0 0 1-1.495.966c-1.158.695-2 1.12-3.066 1.89-.692.5-1.773.562-1.6 1.71a18 18 0 0 0 .808 2.513q.038.117.08.232h.47Zm8.351-25.414a2 2 0 0 1-.159.166 11 11 0 0 0-.941.776c-.373.413-.79 1.521-1.285 1.644a4 4 0 0 1-.747-.029A2 2 0 0 0 9.433 7a7.4 7.4 0 0 1-1.084.325c.748-1.635 3.08-2.957 4.9-3.473.1-.028.188.04.271.129-.011.287-.296.281-.488.374m-2.385 3.7c.3 1.521-.561 3.254-.192 4.861.125.546.56 1.394-.134 1.413a2.147 2.147 0 0 0-3.145-1.747 2 2 0 0 0-.218.12c-.1-1.179-.266-2.836.538-3.721a4.4 4.4 0 0 1 3.009-1.419 3 3 0 0 1 .142.497ZM7.254 17.8a3.86 3.86 0 0 1-1.022-2.6 2.034 2.034 0 0 1 2.2-1.963c.684.075 1.014.674 1.208 1.338.054.187.1.379.136.566.505.027 1.235-.022 1.474-.416-.034-.962-.481-1.733-.45-2.617a14 14 0 0 1 .388-2.263 4.1 4.1 0 0 0-.123-2.532c.747-1.695 2.939-3.032 4.56-3.841 2.009-1 5.207-.2 7.1.866a4 4 0 0 1 .49.329 8.7 8.7 0 0 1 1.479 1.563c.234.3.459.6.681.889-.967-.287-1.8.132-1.832.866a1 1 0 0 0 .016.246c.9-.821 2.427-.009 2.88.9a9.6 9.6 0 0 1 .5 3.446 14.24 14.24 0 0 1-2.145 8.621 6.3 6.3 0 0 1-1.365 1.68c-1.425 1-3.591 1.908-5.446 1.286-2.451-.823-3.565-2.456-4.913-4.326a4.47 4.47 0 0 0 1.472 2.656 6.65 6.65 0 0 0 2.176 1.778c-.673-.158-1.7-.208-1.985.4a16 16 0 0 1-1.549-.162 3.18 3.18 0 0 1-2.22-1.166 11.4 11.4 0 0 1-1.445-3.365 4 4 0 0 1-.125-.832c.088-.478.939-.687.6-1.355-.618-.006-.757.562-1.324.618a1.73 1.73 0 0 1-1.416-.61m12.77 9.38-.031-.131a3 3 0 0 1-.048-.238 1.7 1.7 0 0 1-.007-.412 1 1 0 0 1 .582-.2.7.7 0 1 1-.428 1.31 5 5 0 0 0-.064-.31Zm-7.782-2.419a6.7 6.7 0 0 0 2.269.4 1.8 1.8 0 0 1-.112.6 1.2 1.2 0 0 0-.041.3 4.24 4.24 0 0 1-2.1-.882.28.28 0 0 1-.016-.413Zm7.367.839a2.2 2.2 0 0 1-.475-.19 3.3 3.3 0 0 1-.485-.322c.011-.043.079-.024.082-.076a2 2 0 0 0 .188.07 2 2 0 0 0 .392.076 3 3 0 0 0 .406.004c.759-.046 1.566-.358 2.252-.419-.433.283-.8.636-1.218.938a6 6 0 0 1-.327.009 3 3 0 0 1-.815-.085Zm-1.872 3.706a4.8 4.8 0 0 1-1.833.559c-.158-.037-.2-.2-.253-.385a3 3 0 0 0-.089-.267 6.6 6.6 0 0 1-.544-1.9c0-.088-.009-.182-.013-.28-.039-.944-.031-2.225.89-2.049a9 9 0 0 1 2.408.881c.194.106.347.225.525.322a1.6 1.6 0 0 0 .294.127 2 2 0 0 0 .177.044 2 2 0 0 0 .2.027c0 .078-.006.157-.009.236a3.3 3.3 0 0 1-.906.281 1.6 1.6 0 0 0-.291.106 4 4 0 0 1 .371.036 3 3 0 0 1 .916.29v.063l-.021.527a21 21 0 0 1-1.822 1.387Zm4.245-1.536q-.164-.039-.322-.084a9 9 0 0 1 .035-.9.7.7 0 0 1 .2-.095 4 4 0 0 1 .757-.1 1.5 1.5 0 0 0-.243-.092 2 2 0 0 0-.133-.032 2 2 0 0 0-.276-.038 1.5 1.5 0 0 0-.407.038 1.7 1.7 0 0 0-.175-.558l.057-.023c.609-.268 1.918-1.529 2.665-1.093a1.13 1.13 0 0 1 .348.652 7 7 0 0 1 .2 1.378 3 3 0 0 1-.073.87 1.1 1.1 0 0 1-.172.381 12 12 0 0 1-2.461-.3Z" style="fill:#231f20"/><path d="M17.53 18.862c-.616-.3-1.056-.135-1.136-.028-.152.2.163 1.306.163 1.306l.3.061c-.057-1.217.673-1.339.673-1.339" style="fill:#f7e4cd"/><path d="M21.393 28.961a.334.334 0 0 0-.333.319h.666a.334.334 0 0 0-.333-.319" style="fill:#1d1919"/><path d="M15.642 29.745a.153.153 0 0 0-.153-.153h-.139v.177a.153.153 0 0 1-.153.153H4.834a.153.153 0 0 1-.153-.153V30h10.961ZM26.918 29.922h-8.5a.153.153 0 0 1-.153-.153v-.177h-.78a.153.153 0 0 0-.153.153V30h9.737v-.231a.153.153 0 0 1-.151.153" style="fill:#231f20"/><path d="M4.834 29.922H15.2a.153.153 0 0 0 .153-.153v-.335a.153.153 0 0 0-.153-.153H4.834a.153.153 0 0 0-.153.153v.335a.153.153 0 0 0 .153.153M18.266 29.769a.153.153 0 0 0 .153.153h8.5a.153.153 0 0 0 .153-.153v-.335a.15.15 0 0 0-.072-.127.15.15 0 0 0-.081-.026h-8.5a.153.153 0 0 0-.153.153z" style="fill:#231f20"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.089 15.786a2.606 2.606 0 0 0-2.606-2.606 3 3 0 0 0-.274.014l3.58-10.558H12.576l3.575 10.549c-.052 0-.105-.005-.158-.005a2.606 2.606 0 0 0-.791 5.09 11.4 11.4 0 0 1-2.049 2.579A10.4 10.4 0 0 1 9.5 23.116a3.323 3.323 0 0 1-1.665-4.23q.117-.27.229-.544a2.607 2.607 0 1 0-2.09-.4 20.1 20.1 0 0 0-1.889 4.787c-.354 2.135 0 4.4 1.845 5.681 4.3 2.981 8.969-1.848 13.891-3.061 1.784-.44 3.742-.369 5.313-1.279a4.45 4.45 0 0 0 2.179-3.088 4.64 4.64 0 0 0-.831-3.522 2.6 2.6 0 0 0 .606-1.671ZM18.6 15.8v-.009a2.6 2.6 0 0 0-1.256-2.23L20.188 7.8l2.85 5.814a2.6 2.6 0 0 0-1.161 2.169v.057z" style="fill:#c63d14"/><path d="M27.726 15.786a3.25 3.25 0 0 0-2.643-3.186L28.677 2H11.689l3.6 10.621a3.241 3.241 0 0 0-1 5.918 11 11 0 0 1-1.568 1.846 9.8 9.8 0 0 1-3.16 2.03 2.656 2.656 0 0 1-1.134-3.28l.04-.093.074-.175a3.245 3.245 0 1 0-3.34-.754q-.163.346-.339.706a14 14 0 0 0-1.4 3.8c-.465 2.8.285 5.043 2.111 6.308A5.75 5.75 0 0 0 8.934 30c2.132 0 4.289-1.071 6.4-2.119a23.7 23.7 0 0 1 4.642-1.918c.577-.142 1.171-.228 1.8-.319a10 10 0 0 0 3.68-1.028 5.09 5.09 0 0 0 2.487-3.53 5.26 5.26 0 0 0-.691-3.613 3.2 3.2 0 0 0 .475-1.688Zm-1.273 0a1.97 1.97 0 1 1-1.97-1.97 1.97 1.97 0 0 1 1.97 1.97M26.9 3.273l-3.174 9.36a3 3 0 0 0-.4.125l-3.135-6.4-3.145 6.362a3 3 0 0 0-.419-.114l-3.163-9.333ZM15.993 13.816a1.97 1.97 0 1 1-1.97 1.97 1.97 1.97 0 0 1 1.97-1.97m-8.522.019A1.97 1.97 0 1 1 5.5 15.8a1.97 1.97 0 0 1 1.97-1.97Zm19.217 7.034a3.82 3.82 0 0 1-1.871 2.646 8.9 8.9 0 0 1-3.223.869c-.632.091-1.285.185-1.924.343a24.6 24.6 0 0 0-4.9 2.013c-3.164 1.571-5.9 2.928-8.472 1.143-1.887-1.308-1.8-3.728-1.58-5.054A12.8 12.8 0 0 1 6 19.376l.27-.559a3.2 3.2 0 0 0 .838.21 3.965 3.965 0 0 0 2.1 4.655l.245.126.259-.092a11 11 0 0 0 3.875-2.4 12 12 0 0 0 1.918-2.319 3.241 3.241 0 0 0 2.64-5.627l2.038-4.121 2.059 4.2a3.24 3.24 0 0 0 4.088 5 3.96 3.96 0 0 1 .355 2.422Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.089 15.786a2.606 2.606 0 0 0-2.606-2.606q-.14 0-.274.014l3.58-10.557H12.577l3.574 10.548c-.052 0-.105-.005-.158-.005a2.607 2.607 0 0 0-.792 5.09 11.4 11.4 0 0 1-2.049 2.579A10.4 10.4 0 0 1 9.5 23.116a3.324 3.324 0 0 1-1.665-4.23q.116-.27.23-.544a2.608 2.608 0 1 0-2.09-.4 20 20 0 0 0-1.889 4.788c-.354 2.135 0 4.4 1.845 5.681 4.3 2.981 8.969-1.848 13.891-3.061 1.784-.44 3.742-.369 5.313-1.28a4.44 4.44 0 0 0 2.179-3.088 4.64 4.64 0 0 0-.831-3.521 2.6 2.6 0 0 0 .606-1.671ZM18.6 15.8v-.009a2.6 2.6 0 0 0-1.256-2.23L20.188 7.8l2.85 5.814a2.6 2.6 0 0 0-1.161 2.169v.057z" style="fill:#99425b"/><path d="M27.726 15.786a3.25 3.25 0 0 0-2.643-3.186L28.677 2H11.689l3.6 10.621a3.242 3.242 0 0 0-1.005 5.919 11 11 0 0 1-1.568 1.846 9.8 9.8 0 0 1-3.16 2.03 2.66 2.66 0 0 1-1.134-3.281l.04-.093.074-.175a3.244 3.244 0 1 0-3.34-.754q-.163.346-.339.706a14 14 0 0 0-1.4 3.8c-.465 2.8.285 5.043 2.111 6.308A5.75 5.75 0 0 0 8.934 30c2.132 0 4.289-1.071 6.4-2.119a23.6 23.6 0 0 1 4.642-1.917 18 18 0 0 1 1.8-.319 10 10 0 0 0 3.679-1.028 5.09 5.09 0 0 0 2.487-3.53 5.26 5.26 0 0 0-.69-3.613 3.2 3.2 0 0 0 .475-1.688Zm-1.273 0a1.97 1.97 0 1 1-1.97-1.97 1.973 1.973 0 0 1 1.97 1.97M26.9 3.273l-3.174 9.36a3 3 0 0 0-.4.125l-3.135-6.4-3.145 6.362a3 3 0 0 0-.419-.114l-3.163-9.333ZM15.993 13.816a1.97 1.97 0 1 1-1.97 1.97 1.97 1.97 0 0 1 1.97-1.97m-8.523.019a1.97 1.97 0 1 1-1.97 1.97 1.97 1.97 0 0 1 1.969-1.97Zm19.217 7.034a3.82 3.82 0 0 1-1.871 2.646 8.9 8.9 0 0 1-3.223.87c-.632.091-1.285.185-1.924.343a24.6 24.6 0 0 0-4.9 2.013c-3.164 1.571-5.9 2.928-8.472 1.143-1.887-1.308-1.8-3.728-1.58-5.054A12.8 12.8 0 0 1 6 19.376l.27-.559a3.3 3.3 0 0 0 .838.21 3.96 3.96 0 0 0 2.1 4.655l.245.126.259-.093a11 11 0 0 0 3.876-2.4 12 12 0 0 0 1.918-2.32 3.241 3.241 0 0 0 2.64-5.627l2.038-4.121 2.059 4.2a3.24 3.24 0 0 0 4.088 5 3.95 3.95 0 0 1 .355 2.421Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="16" cy="-119.283" r="13.5" gradientTransform="matrix(1 0 0 -.945 0 -96.735)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#575757"/><stop offset="1" stop-color="#2f2f2f"/></radialGradient></defs><path d="M29.34 3.241a38.3 38.3 0 0 1-9.451 3.04c-4.241.55-12.329 1.1-13.935.712A23 23 0 0 1 3.2 6.151l.334 1.132-1.034.905.183.323.424.032 1.3.162.183.582.727.066.364 1.228s1.544.13 2 .13 1.363-.064 1.363-.064l.03.485.334.064v.55l-.728.648.183.032v.225a16 16 0 0 1-2.3.034c-.666-.1-.788-.1-.788-.1l-.06.064-.03.291h.151l.06 1.262 3.363-.13-.243 4.365-.03.549-2.848-.162-.03-1.164h.635l.061-.453.575-.13.091-.128-2.151-.518-1.636.485.273.227h.273l.03.389.575.032V18.7l-.635.162.121.257.151.1v.873h.394v4.041l-.637.1.091 1.164.393.066-.06 2.651 1.727.032-.364-2.619 2.605-.064-.181 1.422-.243 1 2.635.032.03-2.586 1.817-.162-.09 1.649-.061.969h1.546l-.061-2.651.213.034.06-1.262h-.243l-.09-.518-.152-1.49.06-1.713h.333v-1.038l-.424.032.061-1.22.493-.049.023-.4.28-.041.287-.218-1.726-.353-1.712.379.167.274.181-.015.211-.008.039.5.477-.023.009 1.082-2.053-.047.069-1.156.067-1.051v-1.38L10.7 14l4.111-.21 4.892-.282.046.929-.174 2.231-.075 2.076-1.8-.032-.009-1.455.667-.024.03-.411.273-.041-.014-.081.273-.015.151-.2L17.034 16 15 16.44l.144.251.227-.017v.114h.28v.46l.6.008-.007 1.277h-.605l-.009.291.213.024-.023 1.108.447.024-.053 4.39-.591.12.007.21h.206v1.124h.34l-.09 1.536-.112 1.34 2.151.056-.069-1.164-.158-.969-.031-.841 1.826-.032-.053 1.3-.009 1.374 1.031.081 1.4-.056.44-.13-.243-.736-.06-1.156-.114-.824 1.742-.064-.076 1.01-.007 1.585.7.064.69-.015.333-.105-.2-1.5-.067-1.133.3-.032V24.4l.083-.017-.014-.218h-.341l-.069-.744-.029-3.221.257-.008v-1.059l.107.017v-.21l-.38-.034.009-1.228.635-.056-.037-.413.28-.024-.016-.081.371-.186-1.886-.379-1.916.389.121.226.3-.024.016.1h.25l.014.485.621-.008.053 1.188-2.2-.017-.257-1.786-.206-.946-.166-1.7.1-.993 4.377-.332.014-1.479.22-.056-.014-.225-.167-.1s-2.393.355-3.151.436l-.371.04-.023-.274-.905-.474.011-.552.311-.009.023-.759a25 25 0 0 0 2.544-.283c.689-.162 1.666-.323 1.666-.323l.465-1.254.917-.267.076-.21 2.074-.574.236-.194-.788-1.722.076-.389.4-.21.288-.881ZM19.374 9.8l-.011.626.47.02-.03.594-.921.6-.057.174h.371v.146l-2.814.137.019-.416.128-.207.009-.133v-.286l.08-.19.03-.154v-.11l.121-.485Zm-5.885.533-.069.421.22.259-.014.453.2.315-.053.372.151.218-2.871.113-.007-.1.333-.041.016-.122-.727-.395-.039-.631.348-.017.03-.68Zm4.249 9.7 1.742.113-.06 2.354.227 1.923-1.847-.069Zm-11.663.1 2.788.145L8.62 21.9v1.359l.2.759-2.727.13Zm17.843.015v4.01l-1.772.13-.061-2.118-.2-1.973ZM10.5 20.24l2.06.008.021 3.718-1.924.034-.1-1.205-.007-1.2Z" style="stroke:red;stroke-width:.5px;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.842 2h.021c1.378 3.321 2.7 6.664 4.073 9.986 3.356.113 6.709.3 10.065.407v.6q-3.759 3.209-7.556 6.373c1.014 3.45 1.956 6.92 2.94 10.378-3.062-1.893-6.112-3.8-9.176-5.694-2.96 1.994-5.939 3.961-8.9 5.949h-.07c.869-3.475 1.746-6.951 2.583-10.434Q5.907 16.477 2 13.378v-.531c3.374-.287 6.756-.456 10.129-.741C13.36 8.735 14.635 5.38 15.842 2m-3.083 10.93c-3.046.179-6.086.462-9.132.648 2.394 1.876 4.76 3.787 7.165 5.646-.69 2.96-1.481 5.9-2.192 8.852.3-.172.6-.347.882-.543q3.347-2.26 6.72-4.483c2.272 1.376 4.509 2.8 6.777 4.186l.973.6q-1.231-4.383-2.489-8.756c2.327-1.973 4.672-3.927 7-5.9-3.039-.125-6.079-.214-9.118-.353-1.13-2.836-2.285-5.66-3.434-8.488-1.063 2.861-2.143 5.714-3.152 8.591" style="fill:#ff1f29"/><path d="M15.409 14.856c.539-.384 1.27-.554 1.639-1.137-.871.487-1.779.916-2.607 1.48.366.167.659-.204.968-.343M16.781 15.734a4 4 0 0 1 .406.178c.259.315.132.764.321 1.11s.382.651.566.98c.336-.19.666-.388 1-.585-.657-1.134-1.316-2.267-1.963-3.406q-.473.312-.958.609a10 10 0 0 0 .628 1.114M11.834 13.771a.946.946 0 0 0-.864.955 5.4 5.4 0 0 0 .434 1.949c.809-.477 1.628-.935 2.432-1.424a3.54 3.54 0 0 0-2.002-1.48M16.83 13.535a4.07 4.07 0 0 0-1.814-1.469.827.827 0 0 0-1.016.717 4.54 4.54 0 0 0 .351 2.145c.849-.428 1.656-.928 2.479-1.393M15.019 22.474c-.406-.223-.115.455 0 0" style="fill:none"/><path d="M17.016 16.092c-.2-.062-.367.116-.545.167a1.5 1.5 0 0 0 .49.665l-.143-.557q.234.196.479.381a1.03 1.03 0 0 0-.281-.656M18.576 21.373a.86.86 0 0 0-.375.431 24 24 0 0 0 2.636-1.537.78.78 0 0 0-.566.115c-.571.326-1.127.666-1.695.991M20.6 20.7q-.239.177-.475.361l.287.155a2.13 2.13 0 0 0-.049 1.191c-.377-.287-.756-.568-1.12-.871l-.4.286a4.2 4.2 0 0 0 1.285 1.267c.379.218.713.505 1.074.752-.032-.472-.1-.939-.167-1.406l.294.314A28 28 0 0 0 20.6 20.7" style="fill:none"/><path d="m20.353 19.636-.5.293a3 3 0 0 0 .433-.585c-.2.077-.392.16-.585.246l.461-.517-.7.14q.24-.14.48-.274c-.277-.47-.536-.953-.818-1.421-.328.2-.658.388-.987.58.417.749.889 1.471 1.25 2.25l-.3.153c-.489-.7-.858-1.477-1.316-2.2l-.413.293.056-.28.323-.077c-.252-.413-.473-.841-.738-1.245a.98.98 0 0 1-.559-.305c-.221-.218-.1-.531-.063-.794-.179-.326-.367-.65-.549-.974l-.336.045c-.287.168-.581.326-.874.484.316.178.722.27.909.615.3.514.752 1.068.491 1.694q.32.547.647 1.092l.434-.374.223.172q-.321.124-.636.26.406.706.825 1.4l.578-.263c-.186.181-.371.363-.546.556l.692-.228a1.55 1.55 0 0 0-.489.55q.33-.107.657-.224-.243.182-.489.363l.227.423c.826-.465 1.628-.973 2.457-1.435q-.122-.204-.245-.413" style="fill:none"/><path d="M14.347 16.539a5.3 5.3 0 0 0 .741 1.2c.385.258.739-.111.848-.465a10.5 10.5 0 0 0-.773-1.292c-.347-.398-1.045.106-.816.557" style="fill:none"/><path d="M26.731 13.768c-2.612-.085-5.222-.23-7.836-.266-1.011-2.416-1.954-4.859-2.979-7.27-.871 2.461-1.788 4.906-2.7 7.35l-1.45.035s-.956.118-1.232.13c-1.688.157-3.381.26-5.072.379 1.975 1.683 4.082 3.206 6.086 4.858q-.9 3.814-1.863 7.61c1.763-1.173 3.514-2.362 5.289-3.514l.088-.305q.206-.19.41-.384l-.451.081c-.115.455-.406-.223 0 0l.231-.372q-.367.138-.735.267c.19-.2.395-.381.6-.567q-.32.111-.631.23c-.265-.466-.511-.941-.783-1.4.228-.1.456-.2.687-.29a9 9 0 0 0-.21-.176q-.252.209-.512.4c-.654-1.123-1.319-2.239-1.946-3.377.111-.1.225-.2.333-.305-.2.024-.4.074-.6.106a16.4 16.4 0 0 1 2.618-1.56l-.1.224c-.524.416-1.166.654-1.705 1.051 0 .025-.013.077-.018.1.2.017.358-.136.521-.23.188.374.392.739.6 1.1a3.4 3.4 0 0 0-.038.655l.395.118a9 9 0 0 1-.22-.539c.228-.035.542-.224.616.118l.332.146a1.03 1.03 0 0 0-.746-.741 40 40 0 0 0-.634-1.085 12 12 0 0 1 1.134-.615c-.049.322-.234.68-.042.993.323.539.557 1.3 1.295 1.355.206.342.4.692.6 1.035l-.447.307c.2.052.368-.08.536-.167.258.452.531.9.769 1.359q-.23.196-.456.4.355-.128.713-.241c-.16.2-.34.381-.515.567.232-.092.466-.182.706-.26a7 7 0 0 1-.573.61q.301-.148.595-.307.102.22.206.438a4 4 0 0 0-1.088.708 9.5 9.5 0 0 0 1.242-.669c.07.5-.638.531-.942.77.069.041.2.122.272.161q.263-.135.533-.258.155.389.3.78c1.641 1.026 3.275 2.065 4.935 3.058-.753-2.509-1.4-5.047-2.136-7.563 2.034-1.638 4.019-3.346 6.018-5.038m-7.659 3.648c-.332.2-.662.395-1 .585-.183-.329-.388-.648-.566-.98s-.062-.8-.321-1.11a4 4 0 0 0-.406-.178 10 10 0 0 1-.63-1.114c.323-.2.641-.4.958-.609.649 1.14 1.308 2.273 1.965 3.407Zm-2.11-.493a1.5 1.5 0 0 1-.49-.665c.178-.05.349-.228.545-.167a1.03 1.03 0 0 1 .281.655 12 12 0 0 1-.479-.381l.143.559Zm-1.553-2.068c-.307.139-.6.51-.967.343.827-.564 1.736-.993 2.607-1.48-.37.582-1.101.755-1.64 1.138Zm-4.009 1.82a5.4 5.4 0 0 1-.434-1.949.946.946 0 0 1 .864-.955 3.54 3.54 0 0 1 2 1.48c-.798.489-1.617.949-2.43 1.424m2.6-3.892a.827.827 0 0 1 1.012-.717 4.07 4.07 0 0 1 1.814 1.469c-.823.468-1.631.965-2.475 1.393A4.54 4.54 0 0 1 14 12.783m1.084 4.955a5.3 5.3 0 0 1-.741-1.2c-.228-.451.469-.955.816-.559a10.5 10.5 0 0 1 .773 1.292c-.106.356-.46.724-.845.466Zm2.827 3.328q.245-.18.489-.363a22 22 0 0 1-.657.224 1.55 1.55 0 0 1 .489-.55l-.692.228c.175-.193.36-.375.546-.556l-.578.263q-.417-.7-.825-1.4.315-.137.636-.26l-.223-.172-.434.374q-.326-.544-.647-1.092c.26-.626-.19-1.18-.491-1.694-.186-.344-.592-.437-.909-.615.293-.158.587-.316.874-.484l.336-.045c.182.325.37.648.549.974-.035.263-.158.575.063.794a.98.98 0 0 0 .559.305c.265.4.486.832.738 1.245l-.323.077-.056.28.413-.293c.458.721.827 1.5 1.316 2.2l.3-.153c-.361-.778-.833-1.5-1.25-2.25q.494-.287.987-.58c.281.468.54.951.818 1.421q-.242.135-.48.274l.7-.14-.461.517q.29-.13.585-.246a3 3 0 0 1-.433.585l.5-.293q.124.21.245.417c-.829.462-1.631.97-2.457 1.435Zm3.289 2.778c-.361-.246-.694-.533-1.074-.752a4.2 4.2 0 0 1-1.285-1.267l.4-.286c.364.3.743.584 1.12.871a2.13 2.13 0 0 1 .049-1.191l-.287-.155q.235-.184.475-.361c.276.671.505 1.359.725 2.05l-.294-.314c.071.461.138.933.171 1.405m-.363-3.577A24 24 0 0 1 18.2 21.8a.86.86 0 0 1 .375-.431c.568-.325 1.128-.665 1.7-.991a.78.78 0 0 1 .562-.111" style="fill:#ff1f29"/><path d="M15.922 13.521q.272.128 0 .281-.279-.132 0-.281M15.331 13.844q.34-.123.248.217-.343.124-.248-.217M13.257 15.031q.336-.1.224.244-.336.101-.224-.244M12.818 15.283q.342-.111.235.23-.342.11-.235-.23M12.354 15.574c.2-.059.263.008.2.2q-.299.093-.2-.2M11.846 15.836q.34-.111.238.231-.34.11-.238-.231M14.671 16.367q.248-.27.423.087a.216.216 0 0 1-.423-.087M14.2 18.3c.3.462.55.958.829 1.435l.462-.293.038.153a2.9 2.9 0 0 0-.547.559c.354-.14.444.287.694.431l-.172.238.347-.045c-.027.05-.078.154-.105.2a4.5 4.5 0 0 1 .577 1.063c-.02.183-.213.19-.344.251a5.3 5.3 0 0 0-.6-.994.424.424 0 0 1 .074-.6l-.276.182q-.216-.42-.44-.837l-.365.213a2.5 2.5 0 0 1 .272-.358c-.235-.391-.435-.8-.678-1.186l-.447-.074c.224-.12.455-.227.68-.346m1.559 3.186" style="fill:#ff1f29"/><path d="M12.552 15.779c.066-.2 0-.263-.2-.2q-.096.285.2.2M11.433 16.147c.006.469.426-.2 0 0M12.818 15.283c-.071.227.007.3.235.23q.107-.34-.235-.23M15.85 20.778l-.347.045.172-.238c-.251-.144-.34-.571-.694-.431a2.9 2.9 0 0 1 .547-.559l-.038-.153-.462.293c-.279-.477-.525-.973-.829-1.435-.225.119-.456.225-.68.346l.447.074c.242.385.442.8.678 1.186a2.5 2.5 0 0 0-.272.358l.365-.213q.223.418.44.837l.276-.182a.424.424 0 0 0-.074.595 5.4 5.4 0 0 1 .6.994c.132-.06.325-.067.344-.251a4.5 4.5 0 0 0-.577-1.063zM11.846 15.836c-.067.227.011.3.238.231q.103-.342-.238-.231M13.481 15.275q.111-.347-.224-.244-.111.345.224.244" style="fill:none"/><path d="M26.731 13.768c-2.612-.085-5.222-.23-7.836-.266-1.011-2.416-1.954-4.859-2.979-7.27-.871 2.461-1.788 4.906-2.7 7.35l-1.45.035s-.949.118-1.232.13c-1.688.157-3.381.26-5.072.379 1.975 1.683 4.082 3.206 6.086 4.858q-.9 3.814-1.863 7.61c1.763-1.173 3.514-2.362 5.289-3.514l.088-.305q.206-.19.41-.384l-.451.081.231-.372q-.367.138-.735.267c.19-.2.395-.381.6-.567q-.32.111-.631.23c-.265-.466-.511-.941-.783-1.4.228-.1.456-.2.687-.29a9 9 0 0 0-.21-.176q-.252.209-.512.4c-.654-1.123-1.319-2.239-1.946-3.377.111-.1.225-.2.333-.305-.2.024-.4.074-.6.106a16.4 16.4 0 0 1 2.618-1.56l-.1.224c-.524.416-1.166.654-1.705 1.051 0 .025-.013.077-.018.1.2.017.358-.136.521-.23.188.374.392.739.6 1.1a3.4 3.4 0 0 0-.038.655l.395.118a9 9 0 0 1-.22-.539c.228-.035.542-.224.616.118l.332.146a1.03 1.03 0 0 0-.746-.741 40 40 0 0 0-.634-1.085 12 12 0 0 1 1.134-.615c-.049.322-.234.68-.042.993.323.539.557 1.3 1.295 1.355.206.342.4.692.6 1.035l-.447.307c.2.052.368-.08.536-.167.258.452.531.9.769 1.359q-.23.196-.456.4.355-.128.713-.241c-.16.2-.34.381-.515.567.232-.092.466-.182.706-.26a7 7 0 0 1-.573.61q.301-.148.595-.307.102.22.206.438a4 4 0 0 0-1.088.708 9.5 9.5 0 0 0 1.242-.669c.07.5-.638.531-.942.77.069.041.2.122.272.161q.263-.135.533-.258.155.389.3.78c1.641 1.026 3.275 2.065 4.935 3.058-.753-2.509-1.4-5.047-2.136-7.563 2.034-1.638 4.019-3.346 6.018-5.038M11.4 16.675a5.4 5.4 0 0 1-.434-1.949.946.946 0 0 1 .864-.955 3.54 3.54 0 0 1 2 1.48c-.798.489-1.617.949-2.43 1.424" style="fill:none"/><path d="M28.459 13.18c-3.039-.125-6.079-.214-9.118-.353-1.13-2.836-2.285-5.66-3.434-8.488-1.058 2.86-2.138 5.713-3.147 8.59-3.046.179-6.086.462-9.132.648 2.394 1.876 4.76 3.787 7.165 5.646-.69 2.96-1.481 5.9-2.192 8.852.3-.172.6-.347.882-.543q3.347-2.26 6.72-4.483c2.272 1.376 7.435 4.595 7.75 4.789q-1.231-4.383-2.489-8.756c2.326-1.97 4.671-3.925 6.995-5.902M15.978 22.3a5.4 5.4 0 0 0-.6-.994.424.424 0 0 1 .074-.595l-.276.182q-.216-.42-.44-.837l-.365.213a2.5 2.5 0 0 1 .272-.358c-.235-.391-.435-.8-.678-1.186l-.447-.074c.224-.12.455-.227.68-.346.3.462.55.958.829 1.435l.462-.293.038.153a2.9 2.9 0 0 0-.547.559c.354-.14.444.287.694.431l-.172.238.347-.045c-.027.05-.078.154-.105.2a4.5 4.5 0 0 1 .577 1.063c-.021.183-.212.19-.343.254m6.87 4.082c-1.66-.993-3.294-2.031-4.935-3.058q-.147-.391-.3-.78a11 11 0 0 0-.533.258c-.069-.039-.2-.12-.272-.161.3-.239 1.012-.27.942-.77a9.5 9.5 0 0 1-1.242.669 4 4 0 0 1 1.088-.708q-.104-.22-.206-.438c-.2.1-.395.207-.595.307a7 7 0 0 0 .573-.61c-.239.078-.473.168-.706.26.175-.186.356-.368.515-.567q-.357.113-.713.241c.151-.134.3-.266.456-.4-.238-.463-.511-.907-.769-1.359-.168.087-.336.218-.536.167l.447-.307c-.2-.343-.4-.693-.6-1.035-.738-.05-.972-.816-1.295-1.355-.192-.312-.007-.671.042-.993a12 12 0 0 0-1.134.615q.325.537.634 1.085a1.03 1.03 0 0 1 .746.741l-.332-.146c-.074-.342-.388-.153-.616-.118q.1.272.22.539l-.395-.118a3.4 3.4 0 0 1 .038-.655c-.206-.364-.41-.729-.6-1.1-.162.094-.319.246-.521.23.006-.027.014-.078.018-.1.539-.4 1.182-.636 1.705-1.051l.1-.224a16.4 16.4 0 0 0-2.618 1.56c.2-.032.4-.083.6-.106-.108.105-.223.2-.333.305.627 1.138 1.292 2.254 1.946 3.377q.262-.199.512-.4.106.086.21.176c-.231.092-.459.193-.687.29.272.462.518.937.783 1.4q.313-.117.631-.23c-.2.186-.4.37-.6.567q.368-.129.735-.267l-.231.372.451-.081q-.204.193-.41.384l-.088.305c-1.773 1.14-3.529 2.329-5.291 3.507q.962-3.8 1.863-7.61c-2-1.652-4.11-3.175-6.086-4.858 1.691-.119 3.384-.223 5.072-.379.283-.012 1.232-.13 1.232-.13l1.45-.035c.914-2.444 1.831-4.889 2.7-7.35 1.025 2.411 1.968 4.854 2.979 7.27 2.614.036 5.223.181 7.836.266-2 1.691-3.984 3.4-6.02 5.047.735 2.51 1.386 5.048 2.139 7.557Z" style="fill:#fffdb9"/><path d="M11.834 13.771a.946.946 0 0 0-.864.955 5.4 5.4 0 0 0 .434 1.949c.809-.477 1.628-.935 2.432-1.424a3.54 3.54 0 0 0-2.002-1.48m-.4 2.376c.426-.2.006.469 0 0m.413-.311q.34-.111.238.231-.34.11-.239-.231Zm.706-.057c-.2.057-.263-.01-.2-.2q.298-.094.199.2Zm.266-.5c.228-.074.307 0 .235.23q-.344.115-.236-.226Zm.664-.008q-.337.1-.224-.244.334-.099.222.248ZM14 12.783a.827.827 0 0 1 1.012-.717 4.07 4.07 0 0 1 1.814 1.469c-.823.468-1.631.965-2.475 1.393A4.54 4.54 0 0 1 14 12.783m1.9169999999999996.738q-.278.15 0 .281c.183-.1.185-.2 0-.281m-.591.323q-.095.34.248.217.093-.341-.248-.217m-.434.276c-.193.426.473-.008 0 0m-.428.253c-.207.422.473.013.004 0ZM14.442 15.2c.827-.564 1.736-.993 2.607-1.48-.37.582-1.1.753-1.639 1.137-.31.138-.603.509-.968.343M16.151 14.62c.323-.2.641-.4.958-.609.647 1.14 1.306 2.272 1.963 3.406-.332.2-.662.395-1 .585-.183-.329-.388-.648-.566-.98s-.062-.8-.321-1.11a4 4 0 0 0-.406-.178 10 10 0 0 1-.63-1.114m.318.02" style="fill:#fffdb9"/><path d="M14.618 15.448c.293-.158.587-.316.874-.484l.336-.045c.182.325.37.648.549.974-.035.263-.158.575.063.794a.98.98 0 0 0 .559.305c.265.4.486.832.738 1.245l-.323.077-.056.28.413-.293c.458.721.827 1.5 1.316 2.2l.3-.153c-.361-.778-.833-1.5-1.25-2.25q.494-.287.987-.58c.281.468.54.951.818 1.421q-.242.135-.48.274l.7-.14-.461.517q.29-.13.585-.246a3 3 0 0 1-.433.585l.5-.293q.124.21.245.417c-.829.462-1.631.97-2.457 1.435l-.227-.423q.246-.181.489-.363-.328.118-.657.224a1.55 1.55 0 0 1 .489-.55l-.692.228c.175-.193.36-.375.546-.556l-.578.263q-.417-.7-.825-1.4.315-.136.636-.26l-.223-.172-.434.374q-.326-.544-.647-1.092c.26-.626-.19-1.18-.491-1.694-.186-.348-.592-.441-.909-.619" style="fill:#fffdb9"/><path d="M14.347 16.539c-.228-.451.469-.955.816-.559a10.5 10.5 0 0 1 .773 1.292c-.109.354-.463.722-.848.465a5.3 5.3 0 0 1-.741-1.2m.325-.172a.216.216 0 0 0 .423.087q-.175-.354-.424-.085ZM16.472 16.259c.178-.05.349-.228.545-.167a1.03 1.03 0 0 1 .281.655 12 12 0 0 1-.479-.381l.143.557a1.5 1.5 0 0 1-.49-.664M20.271 20.382a.78.78 0 0 1 .566-.115A24 24 0 0 1 18.2 21.8a.86.86 0 0 1 .375-.431c.569-.321 1.125-.661 1.696-.987M20.127 21.064q.235-.184.475-.361c.276.671.505 1.359.725 2.05l-.294-.314c.071.466.134.934.167 1.406-.361-.246-.694-.533-1.074-.752a4.2 4.2 0 0 1-1.285-1.267l.4-.286c.364.3.743.584 1.12.871a2.13 2.13 0 0 1 .049-1.191Z" style="fill:#fffdb9"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.774 19.7a3.73 3.73 0 0 0 3.376 2.078c1.418 0 2.324-.709 2.324-1.688 0-1.173-.931-1.589-2.491-2.272l-.856-.367c-2.469-1.052-4.11-2.37-4.11-5.156 0-2.567 1.956-4.52 5.012-4.52A5.06 5.06 0 0 1 26.9 10.52l-2.665 1.711a2.33 2.33 0 0 0-2.2-1.467 1.49 1.49 0 0 0-1.638 1.467c0 1.027.636 1.442 2.1 2.078l.856.366c2.908 1.247 4.549 2.518 4.549 5.376 0 3.081-2.42 4.769-5.671 4.769a6.58 6.58 0 0 1-6.236-3.5ZM6.686 20c.538.954 1.027 1.76 2.2 1.76 1.124 0 1.834-.44 1.834-2.15V7.975h3.422v11.683c0 3.543-2.078 5.156-5.11 5.156A5.31 5.31 0 0 1 3.9 21.688Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2z" style="fill:#f5de19"/><path d="M20.809 23.875a2.87 2.87 0 0 0 2.6 1.6c1.09 0 1.787-.545 1.787-1.3 0-.9-.716-1.222-1.916-1.747l-.658-.282c-1.9-.809-3.16-1.822-3.16-3.964 0-1.973 1.5-3.476 3.853-3.476a3.89 3.89 0 0 1 3.742 2.107L25 18.128A1.79 1.79 0 0 0 23.311 17a1.145 1.145 0 0 0-1.259 1.128c0 .789.489 1.109 1.618 1.6l.658.282c2.236.959 3.5 1.936 3.5 4.133 0 2.369-1.861 3.667-4.36 3.667a5.06 5.06 0 0 1-4.795-2.691Zm-9.295.228c.413.733.789 1.353 1.693 1.353.864 0 1.41-.338 1.41-1.653v-8.947h2.631v8.982c0 2.724-1.6 3.964-3.929 3.964a4.085 4.085 0 0 1-3.947-2.4Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.5 10.24c-.265-1.822-1-4.338-1.086-5.538a2.215 2.215 0 0 1 1.446-2.236 2.86 2.86 0 0 1 2.272 0 2.215 2.215 0 0 1 1.45 2.234c-.085 1.2-.82 3.716-1.086 5.538" style="fill:#f1662a"/><path d="m17.724 10.273-.457-.067c.126-.866.353-1.87.573-2.841a22 22 0 0 0 .511-2.68 1.99 1.99 0 0 0-1.311-2.01 2.63 2.63 0 0 0-2.081 0 1.99 1.99 0 0 0-1.311 2.01 22 22 0 0 0 .511 2.68c.22.971.447 1.975.573 2.841l-.457.067c-.123-.848-.349-1.843-.567-2.806a22 22 0 0 1-.521-2.749 2.43 2.43 0 0 1 1.581-2.462 3.1 3.1 0 0 1 2.463 0 2.43 2.43 0 0 1 1.581 2.462 22 22 0 0 1-.521 2.749c-.218.962-.443 1.957-.567 2.806"/><path d="M11.824 11.758C10.683 10.313 8.788 8.5 8.115 7.505a2.215 2.215 0 0 1 .134-2.659 2.86 2.86 0 0 1 1.967-1.136 2.215 2.215 0 0 1 2.37 1.213c.526 1.081 1.147 3.628 1.829 5.339" style="fill:#33a9dc"/><path d="M11.642 11.9c-.531-.673-1.224-1.422-1.894-2.147a22 22 0 0 1-1.825-2.12 2.43 2.43 0 0 1 .138-2.923 3.1 3.1 0 0 1 2.133-1.23 2.426 2.426 0 0 1 2.6 1.342 22 22 0 0 1 .923 2.641c.292.942.595 1.917.912 2.713l-.429.171c-.324-.813-.629-1.8-.924-2.747a22 22 0 0 0-.9-2.576 1.99 1.99 0 0 0-2.14-1.085 2.63 2.63 0 0 0-1.8 1.04 1.99 1.99 0 0 0-.131 2.4 22 22 0 0 0 1.782 2.065c.676.731 1.375 1.487 1.917 2.174Z"/><path d="M10.263 14.414c-1.711-.681-4.257-1.3-5.339-1.829a2.215 2.215 0 0 1-1.213-2.37 2.86 2.86 0 0 1 1.136-1.967 2.215 2.215 0 0 1 2.659-.134c1 .673 2.808 2.568 4.253 3.709" style="fill:#f1662a"/><path d="M10.178 14.629c-.8-.317-1.771-.62-2.713-.912a22 22 0 0 1-2.641-.923 2.43 2.43 0 0 1-1.342-2.6A3.1 3.1 0 0 1 4.713 8.06a2.43 2.43 0 0 1 2.923-.138 22 22 0 0 1 2.12 1.825c.724.67 1.474 1.362 2.146 1.894l-.286.359c-.687-.542-1.443-1.241-2.174-1.917A22 22 0 0 0 7.377 8.3a1.99 1.99 0 0 0-2.4.131 2.63 2.63 0 0 0-1.041 1.8 1.99 1.99 0 0 0 1.085 2.14 22 22 0 0 0 2.576.9c.951.3 1.934.6 2.747.924Z"/><path d="M10.239 17.5c-1.822.265-4.338 1-5.538 1.086a2.215 2.215 0 0 1-2.236-1.446 2.86 2.86 0 0 1 0-2.272A2.215 2.215 0 0 1 4.7 13.417c1.2.085 3.716.82 5.538 1.086" style="fill:#33a9dc"/><path d="M4.522 18.818a2.44 2.44 0 0 1-2.266-1.588 3.1 3.1 0 0 1 0-2.463 2.426 2.426 0 0 1 2.462-1.581 22 22 0 0 1 2.749.521c.962.218 1.957.443 2.806.567l-.067.457c-.866-.126-1.87-.353-2.841-.573a22 22 0 0 0-2.68-.511 1.99 1.99 0 0 0-2.01 1.311 2.63 2.63 0 0 0 0 2.081 1.99 1.99 0 0 0 2.01 1.311 22 22 0 0 0 2.68-.511c.971-.22 1.975-.447 2.841-.573l.067.457c-.848.123-1.843.349-2.805.567a22 22 0 0 1-2.749.521q-.1.007-.197.007"/><path d="M11.759 20.176c-1.445 1.141-3.257 3.036-4.253 3.709a2.215 2.215 0 0 1-2.659-.134 2.86 2.86 0 0 1-1.136-1.968 2.215 2.215 0 0 1 1.213-2.37c1.081-.526 3.628-1.147 5.339-1.829" style="fill:#f1662a"/><path d="M6.308 24.5a2.75 2.75 0 0 1-1.6-.563 3.1 3.1 0 0 1-1.232-2.133 2.43 2.43 0 0 1 1.342-2.6 22 22 0 0 1 2.641-.923c.942-.292 1.917-.595 2.713-.912l.171.429c-.813.324-1.8.629-2.747.924a22 22 0 0 0-2.576.9 1.99 1.99 0 0 0-1.085 2.14 2.63 2.63 0 0 0 1.041 1.8 1.99 1.99 0 0 0 2.4.131 22 22 0 0 0 2.065-1.782c.731-.676 1.487-1.375 2.174-1.917l.286.362c-.673.531-1.422 1.224-2.147 1.894a22 22 0 0 1-2.12 1.825 2.35 2.35 0 0 1-1.326.425"/><path d="M14.416 21.737c-.681 1.711-1.3 4.257-1.829 5.339a2.215 2.215 0 0 1-2.37 1.213 2.86 2.86 0 0 1-1.968-1.136 2.215 2.215 0 0 1-.134-2.659c.673-1 2.568-2.808 3.709-4.253" style="fill:#33a9dc"/><path d="M10.542 28.535q-.17 0-.347-.017a3.1 3.1 0 0 1-2.133-1.231 2.43 2.43 0 0 1-.138-2.923 22 22 0 0 1 1.825-2.12c.67-.724 1.363-1.474 1.894-2.147l.362.286c-.542.687-1.241 1.443-1.917 2.174a22 22 0 0 0-1.782 2.065 1.99 1.99 0 0 0 .131 2.4 2.63 2.63 0 0 0 1.8 1.04 1.99 1.99 0 0 0 2.14-1.085 22 22 0 0 0 .9-2.576c.3-.951.6-1.934.924-2.747l.429.171c-.317.8-.62 1.771-.912 2.713a22 22 0 0 1-.923 2.641 2.36 2.36 0 0 1-2.253 1.356"/><path d="M17.5 21.76c.265 1.822 1 4.338 1.086 5.538a2.215 2.215 0 0 1-1.446 2.236 2.86 2.86 0 0 1-2.272 0 2.215 2.215 0 0 1-1.45-2.234c.085-1.2.82-3.716 1.086-5.538" style="fill:#f1662a"/><path d="M16 30a3 3 0 0 1-1.231-.256 2.43 2.43 0 0 1-1.581-2.462 22 22 0 0 1 .521-2.749c.218-.962.443-1.957.567-2.806l.457.067c-.126.866-.353 1.87-.573 2.841a22 22 0 0 0-.511 2.68 1.99 1.99 0 0 0 1.311 2.01 2.63 2.63 0 0 0 2.081 0 1.99 1.99 0 0 0 1.311-2.01 22 22 0 0 0-.511-2.679c-.22-.971-.447-1.975-.573-2.841l.457-.067c.124.848.349 1.844.567 2.806a22 22 0 0 1 .521 2.749 2.43 2.43 0 0 1-1.581 2.462A3 3 0 0 1 16 30"/><path d="M20.176 20.241c1.141 1.445 3.036 3.257 3.709 4.253a2.215 2.215 0 0 1-.134 2.659 2.86 2.86 0 0 1-1.968 1.136 2.215 2.215 0 0 1-2.37-1.213c-.526-1.081-1.147-3.628-1.829-5.339" style="fill:#33a9dc"/><path d="M21.458 28.536a2.36 2.36 0 0 1-2.252-1.359 22 22 0 0 1-.923-2.641c-.292-.942-.595-1.916-.912-2.713l.429-.171c.324.813.629 1.8.924 2.747a22 22 0 0 0 .9 2.576 1.99 1.99 0 0 0 2.14 1.085 2.63 2.63 0 0 0 1.8-1.041 1.99 1.99 0 0 0 .131-2.4 22 22 0 0 0-1.782-2.066c-.676-.731-1.375-1.487-1.917-2.174l.362-.286c.531.673 1.224 1.422 1.893 2.146a22 22 0 0 1 1.826 2.121 2.426 2.426 0 0 1-.138 2.922 3.1 3.1 0 0 1-2.133 1.232q-.178.022-.348.022"/><path d="M21.738 17.585c1.711.681 4.257 1.3 5.339 1.829a2.215 2.215 0 0 1 1.213 2.37 2.86 2.86 0 0 1-1.136 1.968 2.215 2.215 0 0 1-2.659.134c-1-.673-2.808-2.568-4.253-3.709" style="fill:#f1662a"/><path d="M25.693 24.5a2.35 2.35 0 0 1-1.328-.426 22 22 0 0 1-2.12-1.826c-.724-.67-1.473-1.362-2.146-1.893l.285-.355c.687.542 1.443 1.241 2.174 1.917a22 22 0 0 0 2.065 1.782 1.99 1.99 0 0 0 2.4-.131 2.63 2.63 0 0 0 1.04-1.8 1.99 1.99 0 0 0-1.085-2.14 22 22 0 0 0-2.576-.9c-.951-.3-1.934-.6-2.747-.924l.171-.429c.8.317 1.771.62 2.713.912a22 22 0 0 1 2.641.923 2.43 2.43 0 0 1 1.342 2.6 3.1 3.1 0 0 1-1.231 2.133 2.75 2.75 0 0 1-1.598.557"/><path d="M21.761 14.506c1.822-.265 4.338-1 5.538-1.086a2.215 2.215 0 0 1 2.236 1.446 2.86 2.86 0 0 1 0 2.272 2.215 2.215 0 0 1-2.235 1.446c-1.2-.085-3.716-.82-5.538-1.086" style="fill:#33a9dc"/><path d="M27.478 18.821q-.096.002-.2-.007a22 22 0 0 1-2.749-.521c-.962-.218-1.957-.443-2.806-.567l.067-.457c.866.126 1.87.353 2.841.573a22 22 0 0 0 2.679.511 1.99 1.99 0 0 0 2.01-1.311 2.63 2.63 0 0 0 0-2.081 1.99 1.99 0 0 0-2.01-1.311 22 22 0 0 0-2.68.511c-.971.22-1.975.447-2.841.573l-.067-.457c.848-.123 1.843-.349 2.806-.567a22 22 0 0 1 2.749-.521 2.43 2.43 0 0 1 2.462 1.581 3.1 3.1 0 0 1 0 2.463 2.44 2.44 0 0 1-2.261 1.588"/><path d="M20.243 11.825c1.445-1.14 3.257-3.035 4.257-3.709a2.215 2.215 0 0 1 2.659.134 2.86 2.86 0 0 1 1.136 1.968 2.215 2.215 0 0 1-1.213 2.37c-1.081.526-3.628 1.147-5.339 1.829" style="fill:#f1662a"/><path d="m21.824 14.631-.171-.429c.813-.324 1.8-.629 2.747-.924a22 22 0 0 0 2.576-.9 1.99 1.99 0 0 0 1.085-2.14 2.63 2.63 0 0 0-1.04-1.8 1.99 1.99 0 0 0-2.4-.131 22 22 0 0 0-2.065 1.782c-.731.676-1.487 1.375-2.174 1.917l-.286-.362c.673-.531 1.422-1.224 2.146-1.894a22 22 0 0 1 2.12-1.826 2.43 2.43 0 0 1 2.923.138A3.1 3.1 0 0 1 28.52 10.2a2.426 2.426 0 0 1-1.342 2.6 22 22 0 0 1-2.641.923c-.937.289-1.916.591-2.713.908"/><path d="M17.585 10.263c.681-1.711 1.3-4.257 1.829-5.339a2.215 2.215 0 0 1 2.37-1.213 2.86 2.86 0 0 1 1.968 1.136 2.215 2.215 0 0 1 .134 2.659c-.673 1-2.568 2.808-3.709 4.253" style="fill:#33a9dc"/><path d="M20.357 11.9 20 11.617c.542-.687 1.241-1.443 1.917-2.174a22 22 0 0 0 1.782-2.065 1.99 1.99 0 0 0-.131-2.4 2.63 2.63 0 0 0-1.8-1.041 1.99 1.99 0 0 0-2.14 1.085 22 22 0 0 0-.9 2.576c-.3.951-.6 1.934-.924 2.747l-.429-.171c.317-.8.62-1.771.912-2.713a22 22 0 0 1 .923-2.641 2.43 2.43 0 0 1 2.6-1.342 3.1 3.1 0 0 1 2.133 1.231 2.43 2.43 0 0 1 .138 2.923 22 22 0 0 1-1.826 2.12c-.674.729-1.367 1.478-1.898 2.148"/><path d="M21.9 16a5.9 5.9 0 1 1-5.9-5.9 5.9 5.9 0 0 1 5.9 5.9" style="fill:#ffd800"/><path d="M16 22.175A6.175 6.175 0 1 1 22.175 16 6.18 6.18 0 0 1 16 22.175m0-11.8A5.622 5.622 0 1 0 21.622 16 5.63 5.63 0 0 0 16 10.378Z" style="fill:#020000"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.774 19.7a3.73 3.73 0 0 0 3.376 2.078c1.418 0 2.324-.709 2.324-1.688 0-1.173-.931-1.589-2.491-2.272l-.856-.367c-2.469-1.052-4.11-2.37-4.11-5.156 0-2.567 1.956-4.52 5.012-4.52A5.06 5.06 0 0 1 26.9 10.52l-2.665 1.711a2.33 2.33 0 0 0-2.2-1.467A1.49 1.49 0 0 0 20.4 12.1q-.007.067-.007.135c0 1.027.636 1.442 2.1 2.078l.856.366c2.908 1.247 4.549 2.518 4.549 5.376 0 3.081-2.42 4.769-5.671 4.769A6.58 6.58 0 0 1 16 21.32ZM6.686 20c.538.954 1.027 1.76 2.2 1.76 1.124 0 1.834-.44 1.834-2.15V7.975h3.422v11.683c0 3.543-2.078 5.156-5.11 5.156A5.31 5.31 0 0 1 3.9 21.688Z" style="fill:#f5de19"/><path d="m27.2 25.482.363-.361c1.68.055 1.706 0 1.78-.177l.462-1.124.034-.107-.039-.093c-.02-.049-.081-.2-1.13-1.2v-.526c1.211-1.166 1.185-1.226 1.116-1.4l-.46-1.136c-.069-.17-.1-.237-1.763-.191L27.2 18.8a8 8 0 0 0-.057-1.657l-.047-.106-1.2-.525c-.177-.081-.239-.11-1.372 1.124l-.509-.008c-1.167-1.245-1.222-1.223-1.4-1.152l-1.115.452c-.175.071-.236.1-.169 1.79l-.36.359c-1.68-.055-1.7 0-1.778.177l-.462 1.124-.036.108.038.094c.02.048.078.194 1.13 1.2v.52c-1.211 1.166-1.184 1.226-1.115 1.4l.459 1.137c.07.174.1.236 1.763.192l.363.377a8 8 0 0 0 .055 1.654l.047.107 1.208.528c.176.073.236.1 1.366-1.13l.509.006c1.168 1.247 1.228 1.223 1.4 1.154l1.113-.45c.176-.075.237-.097.169-1.793m-4.788-2.632a2 2 0 1 1 2.618 1.14 2.023 2.023 0 0 1-2.618-1.14" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m8.845 8.462 3.181-5.778L10.867 2 7.923 7.349 4.704 2.062l-1.128.737 3.449 5.663H2V30h28V8.462z" style="fill:#666"/><path d="M3.6 10.119h24.8v18.225H3.6z" style="fill:#f0f0f0"/><path d="M5.731 12.88h10.4v1.105h-10.4z" style="fill:#007bff"/><path d="M8.931 15.641h15.733v1.105H8.931z" style="fill:#b200b2"/><path d="M9.731 18.955h12.267v1.105H9.731z" style="fill:#ffaa56"/><path d="M6.798 22.268h12.267v1.105H6.798z" style="fill:#b2b2b2"/><path d="M6.265 25.582h17.067v1.105H6.265z" style="fill:#0d0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2.005h28v27.991H2z" style="fill:#818180"/><path d="m9.353 25.372 2.14-1.295c.413.732.788 1.351 1.689 1.351.863 0 1.408-.338 1.408-1.652v-8.934h2.628v8.972c0 2.722-1.6 3.961-3.923 3.961a4.08 4.08 0 0 1-3.942-2.4M18.644 25.091l2.14-1.239a2.86 2.86 0 0 0 2.59 1.6c1.089 0 1.783-.544 1.783-1.3 0-.9-.713-1.22-1.915-1.746l-.657-.282c-1.9-.807-3.154-1.821-3.154-3.96 0-1.971 1.5-3.473 3.848-3.473a3.88 3.88 0 0 1 3.735 2.1l-2.044 1.317a1.79 1.79 0 0 0-1.689-1.126 1.143 1.143 0 0 0-1.258 1.126c0 .788.488 1.107 1.614 1.6l.657.282c2.234.957 3.491 1.933 3.491 4.129 0 2.365-1.858 3.66-4.355 3.66a5.05 5.05 0 0 1-4.786-2.684" style="fill:#2d2d2c"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 30a14 14 0 1 1 14-14 14.016 14.016 0 0 1-14 14m0-26.824A12.824 12.824 0 1 0 28.824 16 12.84 12.84 0 0 0 16 3.176" style="fill:#f5de19"/><path d="M2.784 15.412h26.432v1.176H2.784zM16.317 10.474A44.8 44.8 0 0 1 4.42 8.92l.34-1.126c.111.034 11.277 3.32 22.427 0l.335 1.127a39.4 39.4 0 0 1-11.205 1.553M4.785 23.907l-.335-1.126c11.5-3.422 22.634-.14 23.1 0l-.34 1.126c-.11-.034-11.274-3.319-22.425 0" style="fill:#f5de19"/><path d="M11.468 28.764a35.45 35.45 0 0 1-.742-25.71l1.082.461A34.23 34.23 0 0 0 12.55 28.3ZM20.441 28.764 19.36 28.3a34.23 34.23 0 0 0 .74-24.785l1.082-.461a35.46 35.46 0 0 1-.741 25.71M15.412 2.783h1.175v26.919h-1.175z" style="fill:#f5de19"/><path d="M22.96 26.5a3.28 3.28 0 0 0 2.972 1.829c1.248 0 2.046-.624 2.046-1.486 0-1.033-.819-1.4-2.193-2l-.753-.323c-2.174-.926-3.618-2.086-3.618-4.539 0-2.259 1.721-3.979 4.412-3.979a4.45 4.45 0 0 1 4.284 2.412l-2.346 1.506a2.05 2.05 0 0 0-1.939-1.291 1.31 1.31 0 0 0-1.442 1.291c0 .9.56 1.27 1.852 1.829l.753.323c2.559 1.1 4 2.216 4 4.732 0 2.712-2.13 4.2-4.992 4.2a5.79 5.79 0 0 1-5.489-3.08Zm-10.641.261c.473.84.9 1.549 1.939 1.549.99 0 1.614-.387 1.614-1.893V16.172h3.012v10.284c0 3.119-1.829 4.539-4.5 4.539a4.68 4.68 0 0 1-4.519-2.752Z" style="fill:#f5de19;stroke:#000;stroke-miterlimit:10;stroke-width:.5px"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518 2.38 2.38 0 0 0 .805-1.358 15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686 3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125 6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468 3.4 3.4 0 0 0-.425 2.092 36 36 0 0 1-.137 4.133 4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754 8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181 2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2 2.97 2.97 0 0 1-1.324-.93 3.35 3.35 0 0 1-.681-1.63 24 24 0 0 1-.165-3.234 16.5 16.5 0 0 0-.214-3.106 2.4 2.4 0 0 0-.805-1.361 2.5 2.5 0 0 0-1.567-.524ZM27.986 17.011a2.5 2.5 0 0 0-1.567.524 2.4 2.4 0 0 0-.805 1.361 16.5 16.5 0 0 0-.212 3.109 24 24 0 0 1-.169 3.234 3.35 3.35 0 0 1-.681 1.63 2.97 2.97 0 0 1-1.324.93 5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337 1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286 4.7 4.7 0 0 1-.768-2.06 36 36 0 0 1-.137-4.133 3.4 3.4 0 0 0-.425-2.092 2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125 3.05 3.05 0 0 1 1.149.581 3 3 0 0 1 .755 1.018 5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947 2.38 2.38 0 0 0 .805 1.355 2.5 2.5 0 0 0 1.567.518Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-679.793" x2="-668.005" y1="-637.805" y2="-649.595" gradientTransform="matrix(.999 0 0 -.999 688.969 -626.71)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="-667.471" x2="-679.26" y1="-649.062" y2="-637.272"/></defs><path d="M3.015 14.891a2.72 2.72 0 0 0 1.7-.561 2.58 2.58 0 0 0 .873-1.468 16.5 16.5 0 0 0 .23-3.193q.01-2.259.082-2.976a5.7 5.7 0 0 1 .453-1.826 3.3 3.3 0 0 1 .818-1.1 3.3 3.3 0 0 1 1.245-.629A7.3 7.3 0 0 1 10.09 3h.758v2.124h-.419a2.53 2.53 0 0 0-1.867.507A3.7 3.7 0 0 0 8.1 7.9a39 39 0 0 1-.149 4.478 5.1 5.1 0 0 1-.832 2.232A4.95 4.95 0 0 1 5.274 16a4.13 4.13 0 0 1 2.158 1.9 9.6 9.6 0 0 1 .67 4.187q0 2.638.054 3.138a1.9 1.9 0 0 0 .544 1.286 2.86 2.86 0 0 0 1.725.365h.419V29h-.754a6.1 6.1 0 0 1-1.921-.216 3.2 3.2 0 0 1-1.434-1.008A3.63 3.63 0 0 1 6 26.01a26 26 0 0 1-.183-3.5 18 18 0 0 0-.23-3.368 2.6 2.6 0 0 0-.873-1.475 2.7 2.7 0 0 0-1.7-.568ZM28.985 17.1a2.7 2.7 0 0 0-1.7.568 2.6 2.6 0 0 0-.873 1.475 18 18 0 0 0-.23 3.368A26 26 0 0 1 26 26.01a3.63 3.63 0 0 1-.737 1.765 3.2 3.2 0 0 1-1.434 1.008A6.1 6.1 0 0 1 21.91 29h-.758v-2.124h.419a2.86 2.86 0 0 0 1.725-.365 1.9 1.9 0 0 0 .548-1.285q.054-.5.054-3.138a9.6 9.6 0 0 1 .67-4.187A4.13 4.13 0 0 1 26.726 16a4.95 4.95 0 0 1-1.847-1.393 5.1 5.1 0 0 1-.832-2.232A39 39 0 0 1 23.9 7.9a3.7 3.7 0 0 0-.46-2.266 2.53 2.53 0 0 0-1.867-.507h-.419V3h.758a7.3 7.3 0 0 1 1.677.135 3.3 3.3 0 0 1 1.245.629 3.3 3.3 0 0 1 .818 1.1 5.7 5.7 0 0 1 .448 1.829q.068.717.081 2.976a16.5 16.5 0 0 0 .23 3.193 2.58 2.58 0 0 0 .873 1.468 2.72 2.72 0 0 0 1.7.561Z" style="fill:#f5de19"/><path d="M15.986 20.085c3.7 5.041 7.317-1.407 7.311-5.285-.006-4.585-4.653-7.147-7.314-7.147a8.352 8.352 0 0 0 0 16.7c-.832-.12-3.6-.714-3.642-7.1-.025-4.319 1.409-6.045 3.636-5.286a4.24 4.24 0 0 1 2.456 4.069 4.26 4.26 0 0 1-2.447 4.049" style="fill:url(#a)"/><path d="M15.982 11.968c-2.443-.842-5.437 1.172-5.437 5.205 0 6.586 4.881 7.184 5.472 7.184a8.352 8.352 0 0 0 0-16.7c1.018-.141 5.489 1.1 5.489 7.212 0 3.984-3.338 6.153-5.509 5.227a4.24 4.24 0 0 1-2.456-4.069 4.28 4.28 0 0 1 2.441-4.059" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12.815 15.167.68-5.676h6.489v2h-4.4l-.255 2.209a2 2 0 0 1 .252-.122 3 3 0 0 1 .374-.13 3 3 0 0 1 .458-.106 3 3 0 0 1 .512-.046 4 4 0 0 1 1.466.252 2.74 2.74 0 0 1 1.076.723 3.2 3.2 0 0 1 .664 1.168 5 5 0 0 1 .228 1.588 4.2 4.2 0 0 1-.236 1.387 3.3 3.3 0 0 1-1.9 2.029 4.3 4.3 0 0 1-1.715.312 4.8 4.8 0 0 1-1.458-.228 4 4 0 0 1-1.252-.656 3.4 3.4 0 0 1-.878-1.046 2.8 2.8 0 0 1-.32-1.382h2.58a1.46 1.46 0 0 0 .39.97 1.38 1.38 0 0 0 1.558.206 1.1 1.1 0 0 0 .4-.412 1.8 1.8 0 0 0 .206-.618 4.3 4.3 0 0 0 .062-.74 2.7 2.7 0 0 0-.092-.74 1.5 1.5 0 0 0-.282-.558 1.2 1.2 0 0 0-.5-.349 1.8 1.8 0 0 0-.718-.13 2 2 0 0 0-.5.054 1.8 1.8 0 0 0-.382.138 1.3 1.3 0 0 0-.274.19 1.3 1.3 0 0 0-.19.2l-2.048-.482" style="fill:#fff"/><path d="M5.985 23.343a4.5 4.5 0 0 1-1.311-.58 3.2 3.2 0 0 1-.848-.824 3 3 0 0 1-.458-1.008 5 5 0 0 1-.13-1.143v-1.55a2.3 2.3 0 0 0-.076-.618 1.2 1.2 0 0 0-.222-.466.97.97 0 0 0-.382-.306A1.3 1.3 0 0 0 2 16.744v-1.732a1.07 1.07 0 0 0 .937-.4 1.84 1.84 0 0 0 .3-1.1v-1.55a5 5 0 0 1 .13-1.143 3 3 0 0 1 .458-1.008A3.2 3.2 0 0 1 4.671 9a4.5 4.5 0 0 1 1.311-.58l.48 1.344a1.2 1.2 0 0 0-.488.328 1.7 1.7 0 0 0-.306.5 2.5 2.5 0 0 0-.16.634 6 6 0 0 0-.046.74v1.55a2.84 2.84 0 0 1-.336 1.384 2.37 2.37 0 0 1-1.076.983 2.36 2.36 0 0 1 1.076.992 2.8 2.8 0 0 1 .336 1.374v1.55a6 6 0 0 0 .046.74 2.6 2.6 0 0 0 .16.634 1.7 1.7 0 0 0 .306.5 1.2 1.2 0 0 0 .488.327c0-.005-.477 1.344-.477 1.344M8.215 19.393a1.3 1.3 0 0 1 .1-.512 1.2 1.2 0 0 1 .29-.4 1.4 1.4 0 0 1 .45-.274 1.6 1.6 0 0 1 .58-.1 1.6 1.6 0 0 1 .572.1 1.3 1.3 0 0 1 .45.274 1.1 1.1 0 0 1 .29.4 1.3 1.3 0 0 1 0 1.024 1.15 1.15 0 0 1-.29.412 1.4 1.4 0 0 1-.45.268 1.6 1.6 0 0 1-.572.1 1.6 1.6 0 0 1-.58-.1 1.4 1.4 0 0 1-.45-.268 1.23 1.23 0 0 1-.39-.924m0-6.088a1.3 1.3 0 0 1 .1-.512 1.2 1.2 0 0 1 .29-.4 1.4 1.4 0 0 1 .45-.274 1.6 1.6 0 0 1 .58-.1 1.6 1.6 0 0 1 .572.1 1.3 1.3 0 0 1 .45.274 1.1 1.1 0 0 1 .29.4 1.3 1.3 0 0 1 0 1.024 1.15 1.15 0 0 1-.29.412 1.4 1.4 0 0 1-.45.268 1.6 1.6 0 0 1-.572.1 1.6 1.6 0 0 1-.58-.1 1.4 1.4 0 0 1-.45-.268 1.23 1.23 0 0 1-.39-.924M24.24 20.293a3.7 3.7 0 0 1-.122.929 4.5 4.5 0 0 1-.336.891 4.7 4.7 0 0 1-.5.807 4 4 0 0 1-.61.664l-1.3-.61q.122-.26.26-.526a5 5 0 0 0 .268-.558 4.4 4.4 0 0 0 .206-.656 3.4 3.4 0 0 0 .084-.8v-1.778h2.059l-.008 1.636M25.538 21.994a1.25 1.25 0 0 0 .488-.328 1.7 1.7 0 0 0 .306-.5 2.5 2.5 0 0 0 .16-.634 6 6 0 0 0 .046-.74v-1.55a2.84 2.84 0 0 1 .336-1.382 2.36 2.36 0 0 1 1.084-.983 2.36 2.36 0 0 1-1.084-.983 2.84 2.84 0 0 1-.336-1.382v-1.55a6 6 0 0 0-.046-.74 2.6 2.6 0 0 0-.16-.634 1.7 1.7 0 0 0-.306-.5 1.2 1.2 0 0 0-.488-.328l.48-1.338A4.5 4.5 0 0 1 27.329 9a3.1 3.1 0 0 1 .848.815 2.9 2.9 0 0 1 .45 1.008 4.6 4.6 0 0 1 .138 1.143v1.55a2.7 2.7 0 0 0 .068.626 1.5 1.5 0 0 0 .222.474 1.04 1.04 0 0 0 .382.3 1.4 1.4 0 0 0 .564.106v1.731a1.08 1.08 0 0 0-.946.412 1.83 1.83 0 0 0-.29 1.084v1.55a4.6 4.6 0 0 1-.138 1.143 2.9 2.9 0 0 1-.45 1.008 3.2 3.2 0 0 1-.848.824 4.5 4.5 0 0 1-1.311.58l-.48-1.352" style="fill:#999"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-683.873" x2="-664.125" y1="-565.884" y2="-585.635" gradientTransform="matrix(.999 0 0 -.999 688.969 -558.754)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="-663.231" x2="-682.979" y1="-584.741" y2="-564.99"/></defs><path d="M15.976 22.842c6.195 8.445 12.257-2.357 12.248-8.853-.01-7.679-7.794-11.972-12.253-11.972A14.116 14.116 0 0 0 2 16.024C2 25.018 9.812 30 15.971 30c-1.394-.2-6.039-1.2-6.1-11.894-.042-7.236 2.36-10.126 6.091-8.855a7.11 7.11 0 0 1 4.115 6.816 7.13 7.13 0 0 1-4.101 6.775" style="fill:url(#a)"/><path d="M15.969 9.245c-4.093-1.411-9.108 1.963-9.108 8.72C6.862 29 15.038 30 16.029 30A14.116 14.116 0 0 0 30 15.994C30 7 22.188 2.017 16.029 2.017c1.706-.236 9.195 1.846 9.195 12.081 0 6.675-5.592 10.308-9.229 8.756a7.11 7.11 0 0 1-4.115-6.816 7.17 7.17 0 0 1 4.089-6.793" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#d2d2d2" stroke-width=".353"><path d="M9.18 29.796c-1.807-.393-3.164-1.452-3.637-2.838-.329-.967-.282-2.535.14-4.654.202-1.017.368-2.232.367-2.699 0-1.551-.714-2.393-2.128-2.51l-.816-.068V15.03l.773-.105c1.128-.153 1.563-.43 1.91-1.214.255-.577.287-.863.211-1.867a24 24 0 0 0-.386-2.584c-.413-1.954-.396-3.541.049-4.496.655-1.405 2.269-2.443 4.145-2.663l.807-.095v2.101h-.543c-.74 0-1.773.527-2.038 1.039-.253.49-.273 1.195-.066 2.421.327 1.938.437 3.797.282 4.767-.177 1.11-.824 2.419-1.535 3.108l-.493.478.674.827c.831 1.02 1.154 1.732 1.354 2.981.158.988.035 3.04-.28 4.68-.44 2.289.068 3.193 1.945 3.466l.7.102v1.022c0 1.165.071 1.125-1.436.798zm12.202-.81v-1.014l.856-.176c.944-.196 1.691-.778 1.86-1.45.053-.212-.047-1.321-.222-2.464-.573-3.727-.256-5.65 1.19-7.219l.62-.67-.464-.529c-1.66-1.89-1.948-3.569-1.316-7.666.319-2.064.319-2.084.036-2.577-.332-.579-1.37-1.158-2.076-1.158h-.484v-1.03c0-1.174-.024-1.158 1.355-.866 1.654.351 2.84 1.191 3.454 2.448.353.721.406 1.001.396 2.091-.006.692-.149 1.954-.317 2.804-.626 3.157-.57 3.997.32 4.813.412.38.684.49 1.406.571l.895.102v2.023h-.7c-.898 0-1.64.38-2.019 1.03-.397.684-.372 2.173.072 4.344.379 1.845.44 3.53.162 4.477-.292 1-1.594 2.21-2.815 2.62-.527.176-1.239.363-1.583.416l-.626.095z"/><path d="M12.831 27.325c-.426-.542-.364-1.476.159-2.392.387-.678 2.007-2.9 3.176-4.357l.472-.588-.752-2.181c-.844-2.446-.839-2.493.274-2.66l.613-.09.684 1.398c.377.769.739 1.398.805 1.398s.74-.733 1.5-1.628c1.318-1.555 1.4-1.624 1.847-1.541.269.05.508.019.565-.073.133-.214.513.103.513.43 0 .133-.19.472-.421.754-.946 1.15-2.965 3.87-2.965 3.994 0 .074.407 1.024.904 2.111l.905 1.977-.275.411c-.151.226-.276.47-.279.542-.002.072-.115.202-.252.288-.348.22-.604-.048-1.665-1.733-.486-.771-.932-1.404-.99-1.406-.131-.005-1.582 2.142-2.704 3.998-.99 1.637-.81 1.428-1.363 1.586-.4.115-.499.083-.751-.238m.104-10.263c-.897-1.606-2.511-3.935-3.162-4.565-.331-.32-.602-.657-.602-.75 0-.25.675-.508 1.332-.508.709 0 1.459.617 2.128 1.75.243.41.483.748.533.75.05.001.337-.69.639-1.535.645-1.812 2.346-5.333 3.015-6.24.572-.777 1.43-1.195 2.463-1.2 1.35-.006 1.353.054.085 1.376-1.934 2.017-2.822 3.677-4.695 8.78-.52 1.416-.998 2.703-1.061 2.859-.096.236-.208.117-.675-.717"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.4 25.3v1.5h-.7a5.57 5.57 0 0 1-3.5-.8c-.6-.5-.9-1.6-.9-3.1v-2.5a2.86 2.86 0 0 0-.6-2.2 2.64 2.64 0 0 0-2.1-.6H2v-1.5h.7a2.74 2.74 0 0 0 2.1-.6 4.03 4.03 0 0 0 .6-2.2v-2.5c0-1.6.3-2.6.9-3.1a5.33 5.33 0 0 1 3.4-.9h.7v1.5h-.7a2.88 2.88 0 0 0-2 .5 3.5 3.5 0 0 0-.5 2v2.6a4.03 4.03 0 0 1-.5 2.4 2.75 2.75 0 0 1-1.6 1 2.7 2.7 0 0 1 1.7 1 4.94 4.94 0 0 1 .5 2.4v2.6a2.88 2.88 0 0 0 .5 2 2.75 2.75 0 0 0 1.9.5ZM20.9 25.3h.7a2.5 2.5 0 0 0 1.9-.5 2.82 2.82 0 0 0 .4-2v-2.6a4.03 4.03 0 0 1 .5-2.4 2.33 2.33 0 0 1 1.7-1 2.7 2.7 0 0 1-1.7-1 4.94 4.94 0 0 1-.5-2.4v-2.6a3.44 3.44 0 0 0-.4-2 3.4 3.4 0 0 0-1.9-.5h-.7V6.8h.7a5.57 5.57 0 0 1 3.5.8c.6.5.9 1.6.9 3.1v2.5a2.86 2.86 0 0 0 .6 2.2 2.64 2.64 0 0 0 2.1.6h.7v1.5h-.7a2.74 2.74 0 0 0-2.1.6 2.86 2.86 0 0 0-.6 2.2v2.5c0 1.6-.3 2.6-.9 3.1a5.78 5.78 0 0 1-3.5.8h-.7Z" style="fill:#0ca69c"/><path d="M20.4 19.2c-.1 0-.2-.1-.3-.1h.1s-.6-.3-.7-2.3.6-2.4.6-2.4H20a2.818 2.818 0 1 0-2.6-5 2.75 2.75 0 0 0-1.5 2.9s.2.7-1.5 1.8-2.5.5-2.5.5v.1l-.1-.1a2.818 2.818 0 1 0-2.6 5 2.91 2.91 0 0 0 3.1-.3s.6-.5 2.4.5c1.4.8 1.6 1.5 1.7 1.8a2.8 2.8 0 1 0 5.6.2 3.08 3.08 0 0 0-1.6-2.6m-3.1.4c-.3.1-.9.2-2.3-.6-1.5-.8-1.7-1.5-1.7-1.7v-.7s-.1-.6 1.6-1.7c1.5-.9 2.2-.8 2.3-.7a2 2 0 0 0 .8.4 2.86 2.86 0 0 1 .6 2.2 3.22 3.22 0 0 1-.6 2.3 4.2 4.2 0 0 0-.7.5" style="fill:#0c479c"/><path d="M17.1 10.4a2.05 2.05 0 0 0 0 2.9 1.65 1.65 0 0 1 0-1.9.76.76 0 0 1 .4-.2.57.57 0 0 0 .7-.4.75.75 0 0 0-.1-.5 1.66 1.66 0 0 1 2-.2 2.08 2.08 0 0 0-3 .3M8.9 15.7a2.05 2.05 0 0 0 0 2.9 1.65 1.65 0 0 1 0-1.9.76.76 0 0 1 .4-.2.57.57 0 0 0 .7-.4.75.75 0 0 0-.1-.5 1.66 1.66 0 0 1 2-.2 2.08 2.08 0 0 0-3 .3M17.6 20.1a2.05 2.05 0 0 0 0 2.9 1.65 1.65 0 0 1 0-1.9.76.76 0 0 1 .4-.2.57.57 0 0 0 .7-.4.75.75 0 0 0-.1-.5 1.66 1.66 0 0 1 2-.2 2.17 2.17 0 0 0-3 .3" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14" style="fill:#0064bd"/><path d="M20.086 22.537 16.817 20.9v-3.266l3.269 1.634Z" style="fill:#fff;fill-rule:evenodd"/><path d="M7.012 12.732 10.28 11.1l3.269 1.635-3.269 1.631ZM10.28 11.1l3.269-1.634 3.268 1.634-3.268 1.635Zm3.269 4.9 3.268-1.634L20.086 16l-3.269 1.634Zm3.268-4.9 3.269-1.634 3.268 1.634-3.268 1.635Zm0 6.537L20.086 16l3.268 1.634-3.268 1.634Z" style="fill:#bfbfbf;fill-rule:evenodd"/><path d="M13.549 22.537v-3.269l3.268-1.634V20.9ZM20.086 16v-3.268l3.268-1.632v3.269Zm0 6.537v-3.269l3.268-1.634V20.9ZM16.817 20.9v-3.266L20.086 16v3.268ZM13.549 16v-3.268l3.268-1.632v3.269Z" style="fill:gray;fill-rule:evenodd"/><path d="m7.012 16 3.268 1.634V20.9l3.269 1.634v-3.266l3.268 1.632v-3.266L13.549 16v-3.268L10.28 11.1v3.269l-3.268-1.637Zm13.074 0-3.269-1.634V11.1l3.269 1.635Z" style="fill:#fff;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m29.192 2.5-6.917 7.492a24.85 24.85 0 0 1-5.091 14.754l6.021 1.49C33.243 16.882 29.192 2.5 29.192 2.5" style="fill:#fdb940"/><path d="M22.275 9.992a22 22 0 0 0-.288-4.337L6.726 22.194l10.436 2.585c.011-.011.011-.022.022-.033l-6.939-1.719Z" style="fill:#feb322"/><path d="m10.256 23.027 6.944 1.719a24.83 24.83 0 0 0 5.086-14.754Z" style="fill:#f98200"/><path d="M19.907 26.466c.608 0 1.2.033 1.782.077L2 21.745s3.663 1.2 8.09 7.755a15.94 15.94 0 0 1 9.817-3.034" style="fill:#1b208b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 5h22.4v22H2z"/><path d="M2.421 5.416h21.558v21.168H2.421z" style="fill:#f7df1e"/><path d="M26.3 25.48a4.24 4.24 0 0 1-3.724-2.24l-.114-.214 2.12-1.22.119.236a2.02 2.02 0 0 0 1.8 1.108h.023c.7 0 1.16-.307 1.16-.765 0-.5-.352-.7-1.358-1.134l-.516-.222c-1.37-.579-2.64-1.383-2.64-3.329a3 3 0 0 1 .9-2.121 3.12 3.12 0 0 1 2.139-.858q.131.001.266.014a3.29 3.29 0 0 1 3.142 1.78l.106.2-2.063 1.316-.112-.279a1.19 1.19 0 0 0-1.1-.725.65.65 0 0 0-.743.578c0 .49.206.68 1.118 1.073l.518.218c1.794.764 2.906 1.61 2.906 3.461 0 1.892-1.445 3.115-3.683 3.115a4 4 0 0 1-.264.008m-3.161-2.266a3.77 3.77 0 0 0 3.417 1.759c1.979 0 3.2-1 3.2-2.616 0-1.591-.914-2.282-2.6-3l-.518-.219c-.861-.37-1.426-.673-1.426-1.48a1 1 0 0 1 .007-.105 1.15 1.15 0 0 1 1.261-1.025 1.71 1.71 0 0 1 1.4.773l1.182-.754a2.81 2.81 0 0 0-2.592-1.314c-.13-.008-.2-.012-.293-.012a2.51 2.51 0 0 0-2.51 2.482c0 1.56.934 2.275 2.336 2.866l.519.223c.927.4 1.659.718 1.659 1.593 0 .752-.677 1.286-1.685 1.265a2.53 2.53 0 0 1-2.116-1.15Z" style="fill:#f7df1e"/><path d="M24.473 22.154a2.26 2.26 0 0 0 2.046 1.246c.859 0 1.407-.426 1.407-1.015 0-.7-.563-.954-1.508-1.364L25.9 20.8c-1.495-.632-2.488-1.424-2.488-3.1a2.76 2.76 0 0 1 2.79-2.729q.123 0 .244.013a3.07 3.07 0 0 1 2.946 1.646l-1.613 1.028a1.41 1.41 0 0 0-1.333-.881.9.9 0 0 0-.987.8 1 1 0 0 0 0 .078c0 .617.385.867 1.274 1.249l.518.22c1.76.749 2.754 1.513 2.754 3.23 0 1.851-1.465 2.865-3.433 2.865a3.99 3.99 0 0 1-3.775-2.1ZM17 22.154a2.26 2.26 0 0 0 2.046 1.246c.858 0 1.406-.426 1.406-1.015 0-.7-.563-.954-1.508-1.364l-.518-.221c-1.495-.632-2.488-1.424-2.488-3.1a2.76 2.76 0 0 1 2.79-2.729q.123 0 .244.013a3.07 3.07 0 0 1 2.947 1.646l-1.613 1.028a1.41 1.41 0 0 0-1.334-.881.9.9 0 0 0-.986.8 1 1 0 0 0 0 .077c0 .617.385.867 1.274 1.249l.518.22c1.76.749 2.754 1.513 2.754 3.23 0 1.851-1.465 2.866-3.433 2.866a3.99 3.99 0 0 1-3.776-2.1ZM9.682 22.332c.325.573.621 1.058 1.333 1.058.681 0 1.11-.264 1.11-1.292v-6.992H14.2v7.019a2.8 2.8 0 0 1-3.093 3.1A3.22 3.22 0 0 1 8 23.345l1.687-1.013Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><ellipse cx="16" cy="16.054" fill="#fce494" rx="13.163" ry="13.109"/><circle cx="16.018" cy="16.018" r="13.516" fill="none" stroke="#ffc108" stroke-width=".976"/><g fill="#ffc108"><path d="M15.587 29.235h1.006V2.945h-1.006z"/><path d="M2.945 15.585v1.006l26.29.005V15.59z"/><path d="m7.155 6.436-.711.71 18.581 18.598.712-.71z"/><path d="m25.75 7.162-.71-.713L6.427 25.02l.711.711z"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="8.309" cy="22.592" r="5.86" style="fill:#d5635c"/><path d="M8.309 28.9a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 8.309 28.9m0-11.719a5.41 5.41 0 1 0 5.41 5.41 5.416 5.416 0 0 0-5.41-5.409Z" style="fill:#cb3c33"/><circle cx="16" cy="9.408" r="5.86" style="fill:#60ad51"/><path d="M16 15.717a6.309 6.309 0 1 1 6.309-6.309A6.316 6.316 0 0 1 16 15.717M16 4a5.41 5.41 0 1 0 5.41 5.41A5.416 5.416 0 0 0 16 4" style="fill:#389826"/><circle cx="23.691" cy="22.592" r="5.86" style="fill:#aa79c1"/><path d="M23.691 28.9A6.309 6.309 0 1 1 30 22.592a6.316 6.316 0 0 1-6.309 6.308m0-11.719a5.41 5.41 0 1 0 5.41 5.41 5.416 5.416 0 0 0-5.41-5.409Z" style="fill:#9558b2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.448 21.983v-8.208l-2.432.669v8.729a2.7 2.7 0 0 1-.106.929.34.34 0 0 1-.308.239.4.4 0 0 1-.212-.074 1.3 1.3 0 0 1-.287-.3 3 3 0 0 0-.377-.409.87.87 0 0 0-.611-.207 1.22 1.22 0 0 0-.812.255.79.79 0 0 0-.3.627.91.91 0 0 0 .539.767 3.1 3.1 0 0 0 1.561.319 7 7 0 0 0 1.37-.122 2.36 2.36 0 0 0 1.057-.483 2.3 2.3 0 0 0 .68-1.014 5.1 5.1 0 0 0 .239-1.715ZM10.825 14.008H8.4v5.618a2.24 2.24 0 0 0 .218.977 2.5 2.5 0 0 0 .6.8 2.9 2.9 0 0 0 .892.536 3 3 0 0 0 1.1.2 2.55 2.55 0 0 0 1.051-.244 4.4 4.4 0 0 0 1.019-.648v.743h2.43v-7.982h-2.421v5.756a2.8 2.8 0 0 1-.648.706 1.14 1.14 0 0 1-.648.281 1.2 1.2 0 0 1-.457-.09 1.3 1.3 0 0 1-.372-.239 1.1 1.1 0 0 1-.25-.356 1.1 1.1 0 0 1-.09-.441ZM19.074 21.983V10.132l-2.411.669v11.182ZM20.038 14.444v7.54h2.421v-8.209ZM27.568 17.863v2.3q-.372.276-.674.457a1.17 1.17 0 0 1-.6.181.47.47 0 0 1-.276-.09 1 1 0 0 1-.234-.239 1.1 1.1 0 0 1-.165-.356 1.6 1.6 0 0 1-.058-.43.97.97 0 0 1 .181-.552 2.3 2.3 0 0 1 .473-.5 4.6 4.6 0 0 1 .648-.43 8 8 0 0 1 .706-.345ZM30 21.983V16a2.1 2.1 0 0 0-.191-.9 1.8 1.8 0 0 0-.595-.69 3 3 0 0 0-1.025-.441 6.2 6.2 0 0 0-1.481-.154 5.7 5.7 0 0 0-1.327.149 4.6 4.6 0 0 0-1.1.4 2.4 2.4 0 0 0-.759.611 1.22 1.22 0 0 0-.281.77.96.96 0 0 0 .319.738 1.18 1.18 0 0 0 .828.292 1.4 1.4 0 0 0 .547-.1.8.8 0 0 0 .335-.255 1 1 0 0 0 .165-.372 2 2 0 0 0 .048-.435 1.03 1.03 0 0 1 .223-.669.98.98 0 0 1 .8-.276 1 1 0 0 1 .781.319 1.6 1.6 0 0 1 .292 1.083v.786l-.265.064q-.488.149-.988.313t-.961.361a8 8 0 0 0-.865.43 3.5 3.5 0 0 0-.706.531 2.3 2.3 0 0 0-.478.669 1.9 1.9 0 0 0-.175.828 2 2 0 0 0 .165.823 1.9 1.9 0 0 0 .473.653 2.3 2.3 0 0 0 .749.435 2.9 2.9 0 0 0 .993.159 3.7 3.7 0 0 0 .7-.058 2.5 2.5 0 0 0 .536-.165 2.2 2.2 0 0 0 .43-.25q.191-.143.393-.313v.637Z" style="fill:#252525"/><circle cx="6.204" cy="11.672" r="1.5" style="fill:#6682df"/><path d="M6.2 13.287a1.615 1.615 0 1 1 1.615-1.615A1.617 1.617 0 0 1 6.2 13.287m0-3a1.385 1.385 0 1 0 1.385 1.385A1.386 1.386 0 0 0 6.2 10.287" style="fill:#4063d8"/><circle cx="21.417" cy="11.672" r="1.5" style="fill:#d5635c"/><path d="M21.417 13.287a1.615 1.615 0 1 1 1.615-1.615 1.617 1.617 0 0 1-1.615 1.615m0-3a1.385 1.385 0 1 0 1.383 1.385 1.386 1.386 0 0 0-1.383-1.385" style="fill:#cb3c33"/><circle cx="23.385" cy="8.297" r="1.5" style="fill:#60ad51"/><path d="M23.385 9.912A1.615 1.615 0 1 1 25 8.3a1.617 1.617 0 0 1-1.615 1.612m0-3A1.385 1.385 0 1 0 24.77 8.3a1.386 1.386 0 0 0-1.385-1.388" style="fill:#389826"/><circle cx="25.354" cy="11.672" r="1.5" style="fill:#aa79c1"/><path d="M25.354 13.287a1.615 1.615 0 1 1 1.615-1.615 1.617 1.617 0 0 1-1.615 1.615m0-3a1.385 1.385 0 1 0 1.385 1.385 1.386 1.386 0 0 0-1.385-1.385" style="fill:#9558b2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.233 3.588A1.69 1.69 0 1 1 24.473 2a1.67 1.67 0 0 1 1.76 1.585Z" style="fill:#767677"/><path d="M16.375 23.111c-4.487 0-8.43-1.61-10.469-3.988a11.162 11.162 0 0 0 20.938 0c-2.034 2.377-5.962 3.988-10.469 3.988M16.375 7.648c4.487 0 8.43 1.61 10.469 3.988a11.162 11.162 0 0 0-20.938 0c2.039-2.383 5.963-3.988 10.469-3.988" style="fill:#f37726"/><path d="M10.2 27.739a2.109 2.109 0 1 1-.2-.8 2.1 2.1 0 0 1 .2.8" style="fill:#9e9e9e"/><path d="M6.416 7.106A1.226 1.226 0 1 1 7.608 5.83a1.24 1.24 0 0 1-1.192 1.276" style="fill:#616262"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m14.035 21.961-1.884 1.884v5.977H6.917V2h5.234v15.415l1.014-1.3 5.017-5.887h6.285l-7.082 8.169 7.7 11.429H19.07Z" style="fill:#f2994a"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m18.842 20.224 4.295 6.407h6.79l-7.695-11.369-3.39 4.961M5.154 23.659 8.3 20.7l5.028 5.934L10.1 14.727 7.374 19.21z" style="fill:#429f87"/><path d="m5.154 23.659 4.946-8.932-3.144 2.964-5.029-5.935 3.228 11.9M29.28 5.122h-6.79l-4.158 6.144V5.122H12.1v6.372l3.321 12.239.774 2.9h2.134v-5.379z" style="fill:#56c5a8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.699" x2="15.469" y1="102.24" y2="106.745" gradientTransform="rotate(6.54 714.316 146.409)" gradientUnits="userSpaceOnUse"><stop offset=".365" stop-color="#961b1e"/><stop offset=".697" stop-color="#961b1e"/></linearGradient><linearGradient id="b" x1="15.297" x2="15.297" y1="103.82" y2="105.61" gradientTransform="rotate(6.54 714.316 146.409)" gradientUnits="userSpaceOnUse"><stop offset=".326" stop-color="#c0272d"/><stop offset=".82" stop-color="#c0272d"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-3310.623" x2="-3310.854" y1="803.906" y2="808.435" gradientTransform="matrix(-1.071 .315 .248 .986 -3724.367 274.118)"/><linearGradient xlink:href="#b" id="d" x1="-3311.013" x2="-3311.013" y1="805.472" y2="807.262" gradientTransform="matrix(-1.071 .315 .248 .986 -3724.367 274.118)"/><linearGradient id="e" x1="22.94" x2="22.874" y1="23.821" y2="14.932" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#651116"/><stop offset=".053" stop-color="#6a1217"/><stop offset=".463" stop-color="#901b20"/><stop offset=".793" stop-color="#a72126"/><stop offset="1" stop-color="#b02328"/></linearGradient><linearGradient id="g" x1="24.269" x2="21.317" y1="22.368" y2="16.316" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#ca4849"/><stop offset=".421" stop-color="#c0272d"/><stop offset="1" stop-color="#730b0d"/></linearGradient><linearGradient id="j" x1="24.103" x2="21.475" y1="22.049" y2="16.617" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#ca4849"/><stop offset=".421" stop-color="#c0272d"/><stop offset="1" stop-color="#651116"/></linearGradient><linearGradient id="l" x1="24.273" x2="21.218" y1="22.551" y2="16.168" gradientUnits="userSpaceOnUse"><stop offset=".017" stop-color="#b12328"/><stop offset=".096" stop-color="#d9383c"/><stop offset=".994" stop-color="#651116"/></linearGradient><linearGradient id="m" x1="382.633" x2="382.575" y1="-41.131" y2="-64.593" gradientTransform="matrix(1 0 0 -1 -366.615 -37.7)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe800"/><stop offset="1" stop-color="#dfb300"/></linearGradient><linearGradient id="n" x1="383.31" x2="382.426" y1="-58.563" y2="-58.563" gradientTransform="matrix(1 0 0 -1 -366.615 -37.7)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe800" stop-opacity=".392"/><stop offset="1" stop-color="#dfb300" stop-opacity=".392"/></linearGradient><linearGradient id="o" x1="206.294" x2="197.914" y1="-130.964" y2="-122.585" gradientTransform="scale(1 -1)rotate(-45 249.44 155.996)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#dfb300"/><stop offset=".5" stop-color="#dfb300"/><stop offset="1" stop-color="#dfb300"/></linearGradient><linearGradient id="p" x1="-722.753" x2="-727.648" y1="-709.665" y2="-709.665" gradientTransform="rotate(-90 3.457 -855.939)scale(1.188)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><radialGradient id="f" cx="131.214" cy="24.534" r="172.942" gradientTransform="translate(19.08 18.916)scale(.028)" gradientUnits="userSpaceOnUse"><stop offset=".478" stop-color="#ec1c24"/><stop offset=".775" stop-color="#961b1e"/><stop offset="1" stop-color="#d9383c"/></radialGradient><radialGradient id="h" cx="137.714" cy="50.972" r="170.148" gradientTransform="translate(19.021 18.917)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset=".618" stop-color="#6c0607"/><stop offset=".994" stop-color="#b12328"/></radialGradient><radialGradient id="i" cx="-127.767" cy="14.566" r="120.907" gradientTransform="rotate(180 9.643 9.865)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset=".876" stop-color="#c0272d"/><stop offset="1" stop-color="#831416"/></radialGradient><radialGradient id="k" cx="-95.684" cy="89.934" r="191.556" gradientTransform="rotate(180 9.643 9.865)scale(.027)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c5263b"/><stop offset="1" stop-color="#910d10"/></radialGradient></defs><path d="M6.354 3.748v24.5h19.265V8.115h-4.8V3.748Zm16.195 1.084.011 1.544h1.669l-1.68-1.547Z" style="fill:gray"/><path d="M22.037 2H6.374a1.755 1.755 0 0 0-1.749 1.751v24.5A1.755 1.755 0 0 0 6.374 30h19.251a1.755 1.755 0 0 0 1.751-1.749V6.856Zm.525 2.844 1.663 1.531h-1.663ZM6.374 28.251v-24.5h14.437v4.374h4.812v20.126Z" style="fill:#c5c5c5"/><path d="M27.047 28.749c-.062-.115-.089-.173-.126-.249l-.048-.15a8 8 0 0 0-.342-.889l-.048-.144-.186-.555-.007-.018-.06-.179c-.054-.177-.112-.341-.171-.508l-.151-.449-.013-.041-.069-.2-1.391-4.139-.152.063-1.877.809h-.017l-.044.019v.018l.006.04c.016.107.054.356.1.694l-1.771-.4-.174-.037s-.8 3.7-1.105 5.176a10 10 0 0 0-.1.49q-.011.058-.015.085l-.044.207-.127.6-.033.154a8 8 0 0 0-.249.965l-.062.315a5 5 0 0 0-.182.451q-.019.047-.042.094l.01-.006-.01.026q.122-.09.243-.182c.165-.119.323-.244.5-.353l.013-.009.122-.1.031-.024a8 8 0 0 1 .9-.59l.1-.083.33-.263.143.115.159.127a10 10 0 0 1 .875.564 3 3 0 0 1 .229.2c.207.176.452.337.654.538-.022-.2-.045-.422-.082-.62 0-.1.006-.2.007-.307 0-.306-.011-.609-.013-.914v-.162l.037-1.481.006-.222c.009-.367.025-1.051.028-1.106l.016-.62.105.7.014.1.069.454.157 1.04.007.042.024.156c.035.293.062.587.1.882q.019.151.044.294c.013.183.013.384.013.565.134-.161.291-.341.43-.51a.4.4 0 0 0 .1-.105 7.5 7.5 0 0 1 .877-.87l.126-.148.114-.133.328.2.1.063q.302.123.593.27.07.038.163.091l.15.081c.286.157.6.3.89.458-.073-.12-.118-.261-.202-.38" style="fill:#d7d8da"/><path d="m22.534 21.04.448 3.306q.018.115.041.232a3.2 3.2 0 0 1 .117.934l.032.234.234 1.729c.035.322.06.644.1.967q.02.162.043.323c.013.2.013.421.013.62.132-.176.286-.374.424-.56a.4.4 0 0 0 .1-.116 8 8 0 0 1 .863-.954l.124-.162.112-.146.323.221.1.069c.2.091.394.188.584.3q.07.042.161.1l.148.089c.281.172.59.327.876.5-.088-.132-.132-.286-.215-.417-.061-.126-.088-.19-.124-.273l-.047-.165a9 9 0 0 0-.337-.976l-.047-.158-.184-.609q-.033-.104-.064-.212c-.1-.38-.225-.711-.331-1.1l-.068-.224-1.369-4.541Z" style="fill:url(#a)"/><path d="m24.588 20.053 1.369 4.541.463 1.535.184.609.047.158a9 9 0 0 1 .337.976l.047.165c.036.083.063.147.124.273s.127.263.193.395c-.286-.154-.573-.331-.854-.481l-.148-.089a2 2 0 0 0-.161-.1c-.19-.108-.385-.2-.584-.3l-.1-.069-.323-.221-.112.146-.124.162a8 8 0 0 0-.863.954.4.4 0 0 1-.1.116c-.137.185-.292.383-.424.56 0-.2 0-.418-.013-.62a9 9 0 0 1-.043-.323c-.039-.323-.065-.645-.1-.967l-.023-.171-.85-6.265.139-.065.51 3.21.256 1.612.229 1.443.023.146a9 9 0 0 0 .093 1.131c.211-.414.594-.626.867-.974l.084-.112.335-.448.549.339.114.071c.3.174.657.268.965.443-.107-.281-.234-.564-.338-.849l-.037-.128-.253-.907-.356-1.274-1.27-4.553Z" style="fill:#961b1e"/><path d="m22.576 21.015.507 3.184.255 1.6.228 1.432.023.144a13 13 0 0 0 .136 1.356c.2-.526.663-.75.985-1.139l.084-.11.338-.442-.11.021.539.341.113.071a8 8 0 0 1 1.137.579 11 11 0 0 0-.393-1.1l-.072-.262-.163-.589-.443-1.6-1.211-4.38-.172.061 1.21 4.38c.023.08.423 1.532.443 1.6l.163.59.073.262c.1.289.226.573.334.853l.126-.116c-.271-.17-.573-.212-.834-.393l-.116-.071-.651-.412-.063-.039-.042.057-.338.442-.084.11a10 10 0 0 0-.877.971.3.3 0 0 0 .13.04c-.043-.36.014-.751-.06-1.116l-.023-.144-.228-1.432c-.012-.074-.2-1.293-.218-1.37l-.543-3.413Z" style="fill:url(#b)"/><path d="m23.1 21.977-.077 3.448q-.001.12-.016.244a3.1 3.1 0 0 0-.012.973q.001.122-.005.244l-.037 1.625v.178c0 .334.014.667.012 1q.002.168-.007.337c.037.217.059.459.081.68-.2-.22-.441-.4-.644-.59a3 3 0 0 0-.225-.218 9 9 0 0 0-.862-.619l-.156-.14-.141-.126-.324.289-.1.091a8 8 0 0 0-.886.648l-.15.134c-.255.178-.5.4-.74.6.066-.2.132-.419.221-.621l.061-.346a10 10 0 0 1 .246-1.058l.032-.17.125-.655.043-.228c.056-.4.156-.819.225-1.182l.046-.242.929-4.886Z" style="fill:url(#c)"/><path d="M20.732 21.386s-1.144 5.907-1.2 6.31l-.043.228-.125.655-.032.17a10 10 0 0 0-.246 1.058l-.061.346c-.089.2-.133.4-.221.6.264-.176.485-.4.739-.575.059-.053.115-.1.15-.134a8 8 0 0 1 .886-.648l.1-.091.324-.289.141.126.156.14a9 9 0 0 1 .862.619 3 3 0 0 1 .225.218c.2.193.445.369.644.59-.022-.22-.044-.463-.081-.68 0-.113.007-.225.007-.337 0-.335-.01-.669-.012-1v-.178l.037-1.625c0-.081.029-1.38.033-1.46l.077-3.448-.16-.038-.156 3.362c0 .08-.075 1.61-.078 1.688l-.07 1.512-.007.152a8 8 0 0 1 .039 1.167c-.282-.378-.727-.517-1.068-.816l-.105-.1-.422-.388-.556.454-.116.095c-.308.237-.684.4-1 .644.083-.307.185-.62.263-.93l.024-.138c.048-.288.1-.617.164-.972l.23-1.365.823-4.882Z" style="fill:#961b1e"/><path d="m23.049 21.961-.157 3.335c0 .08-.075 1.6-.078 1.675l-.07 1.5q.002.076-.007.151a13 13 0 0 1 .02 1.405c-.286-.493-.818-.628-1.218-.96l-.106-.095-.424-.381h.122l-.546.454-.114.094a10 10 0 0 0-1.17.816 12 12 0 0 1 .292-1.2l.046-.28.1-.631.038-.228a6.7 6.7 0 0 1 .246-1.488l.776-4.691.2.028-.776 4.691c-.015.087-.221 1.051-.246 1.488l-.038.228-.1.631-.046.281c-.074.314-.176.627-.259.934l-.151-.092c.274-.228.6-.331.861-.567a2 2 0 0 0 .117-.1l.66-.549.064-.053.059.053.424.381.106.1a10 10 0 0 1 1.078.81.4.4 0 0 1-.137.067c0-.375-.108-.761-.074-1.146q-.002-.074.008-.151l.07-1.5.011-.235a9 9 0 0 1 .056-1.2l.168-3.575Z" style="fill:url(#d)"/><path d="M21.841 23.424a1.79 1.79 0 0 0 1.857.318c.77-.182.86-.681 1.4-1.043.453-.272.951-.045 1.178-.59.136-.408-.181-.907.09-1.315.317-.59.86-.59.906-1.36.045-.816-.589-.907-.815-1.451-.271-.5.09-.816-.317-1.315a6 6 0 0 0-2.168-1.652c-.679-.136-1.228.518-1.953.473s-1.323-.641-2.048-.369c-1.313.544-.624 2.138-1.031 3.181a2.39 2.39 0 0 0 .043 2.724 11.4 11.4 0 0 0 .727 1.494c.453.725.951.408 1.63.589a1.24 1.24 0 0 1 .501.316" style="fill:url(#e)"/><path d="M21.827 23.3a1.75 1.75 0 0 0 1.815.311c.753-.178.841-.666 1.373-1.022.443-.266.93-.044 1.151-.577.133-.4-.177-.888.088-1.288.31-.577.842-.577.886-1.333.045-.8-.575-.888-.8-1.421-.265-.488.089-.8-.31-1.288a5.9 5.9 0 0 0-2.17-1.555c-.664-.133-1.151.444-1.86.4s-1.24-.578-1.948-.311c-1.284.533-.664 2.043-1.063 3.065a2.35 2.35 0 0 0 .133 2.665 11 11 0 0 0 .62 1.466c.443.71.93.4 1.594.577a1.2 1.2 0 0 1 .491.311" style="fill:url(#f)"/><circle cx="22.787" cy="19.331" r="3.379" style="fill:url(#g)"/><path d="M26.327 18.292c-.048-.159-.048-.335-.1-.51a1.5 1.5 0 0 0-.354-.542 2.3 2.3 0 0 0-.531-.59c-.209-.16-.354-.415-.579-.51a4 4 0 0 1-.531-.239 4.4 4.4 0 0 0-.531-.351 3.9 3.9 0 0 0-1.421.027c-.933.143-2.043.143-2.557.908a9 9 0 0 0-.525 1.457 4.5 4.5 0 0 0-.225 1.116 4.6 4.6 0 0 0 .065 1.483c.161.638.74.989 1.158 1.467a4.4 4.4 0 0 0 1.03.845c.386.255.86.685 1.31.685a4.8 4.8 0 0 0 1.173-.255 3.2 3.2 0 0 0 1.2-.72c.384-.269.782-.2 1.008-.576s-.077-.554.444-1.654a2.25 2.25 0 0 0 .257-.957 2.9 2.9 0 0 0-.291-1.084m-3.539 4.576a3.5 3.5 0 1 1 3.531-3.5 3.516 3.516 0 0 1-3.531 3.5" style="fill:url(#h)"/><circle cx="22.787" cy="19.331" r="3.313" style="fill:url(#i)"/><circle cx="22.787" cy="19.331" r="3.011" style="fill:url(#j)"/><circle cx="22.787" cy="19.331" r="2.951" style="fill:url(#k)"/><path d="M26.065 18.324c-.045-.149-.045-.313-.09-.477a1.4 1.4 0 0 0-.328-.506 2.2 2.2 0 0 0-.491-.551c-.194-.149-.328-.387-.536-.477a4 4 0 0 1-.491-.223 4 4 0 0 0-.492-.328 3.5 3.5 0 0 0-1.31-.03A3.1 3.1 0 0 0 20.182 17a6.5 6.5 0 0 0-.715 1 4.2 4.2 0 0 0-.209 1.043 4.3 4.3 0 0 0 .06 1.385c.149.6.685.924 1.073 1.37a4.1 4.1 0 0 0 .953.789 2.05 2.05 0 0 0 1.126.448 5.7 5.7 0 0 0 1.24-.133 2.96 2.96 0 0 0 1.122-.65c.348-.247.73-.161 1.225-1.52a6.4 6.4 0 0 0 .277-1.392 2.7 2.7 0 0 0-.269-1.016M22.787 22.6a3.27 3.27 0 1 1 3.27-3.27 3.27 3.27 0 0 1-3.27 3.27" style="fill:url(#l)"/><path d="M20.074 15.251s.326-.222 1.037.055a2.1 2.1 0 0 0 .576.177.8.8 0 0 1-.716-.019 2.1 2.1 0 0 0-.897-.213" style="fill:#f48e84"/><path d="M22.749 15.428s.8-.436 1.211-.214a1.13 1.13 0 0 0-.657.037 2.2 2.2 0 0 1-.554.177" style="fill:#fadae8"/><path d="M19.478 17.281a1.83 1.83 0 0 1 .385-.889 1.92 1.92 0 0 1 1.209-.588 5.6 5.6 0 0 0-1.034.515 1.4 1.4 0 0 0-.363.481c-.011.028-.092.2-.197.481" style="fill:#9b1d20"/><path d="M21.487 15.99a3.75 3.75 0 0 1 2.156-.192s.376.207.008.133a2.4 2.4 0 0 0-1.019-.14 3.6 3.6 0 0 0-1.115.251s-.089.007-.03-.052" style="fill:#54000d"/><path d="M26.189 21.5s.111.605-.258.819-.413.111-.413.111a.66.66 0 0 0 .509-.273 1.1 1.1 0 0 0 .162-.657" style="fill:#ca4849"/><path d="M18.782 19.012a2.1 2.1 0 0 0 .207 1.668s-.155-.546-.2-.7a2.1 2.1 0 0 1-.007-.968" style="fill:#f8cce0"/><path d="M19.794 22.4a1.01 1.01 0 0 0 .833.472.72.72 0 0 1-.833-.472" style="fill:#f9d0e2"/><path d="M25.056 22.175s.109.023.341-.173a3.4 3.4 0 0 0 .422-.536 5 5 0 0 1-.4.57c-.073.064-.252.194-.363.139" style="fill:#651116"/><path d="M26.6 18.4a1.04 1.04 0 0 1 .5.841 1.33 1.33 0 0 0-.393-.7s-.232-.158-.107-.141M26.182 17.359a.82.82 0 0 0-.3-.753 1.04 1.04 0 0 1 .3.753" style="fill:#fadae8"/><path d="M26.536 19.591c-.033.25-.122.594-.122.594a1.9 1.9 0 0 0 .168-.859c-.035-.157-.012.006-.046.265" style="fill:#b12328"/><path d="M23.244 23.643a2 2 0 0 0 .923-.34 3.4 3.4 0 0 1-.524.229c-.097.008-.384.068-.399.111" style="fill:#db726f"/><path d="M22.971 22.927a2.6 2.6 0 0 0 1.285-.339 3 3 0 0 1-1.285.339" style="fill:#f8c9dd"/><path d="M23.607 23.153a3 3 0 0 1-.767.107c-.161 0-.635-.148-.025-.145a7 7 0 0 0 .993-.139s.341-.131.346-.13c.191.041-.161.202-.547.307" style="fill:#651116"/><path d="M16 5.5a5.1 5.1 0 0 0-2.6 9.482v1.345l1.05 1.343-1.05 1.347 1.05 1.343-1.05 1.34 1.05 1.346-1.05 1.348 2.305 1.949.185.157.4-.336 2.093-1.754V15.1A5.1 5.1 0 0 0 16 5.5m0 1.464a2.12 2.12 0 0 1 2.34 1.787A2.123 2.123 0 0 1 16 10.54a2.12 2.12 0 0 1-2.34-1.789A2.12 2.12 0 0 1 16 6.964" style="fill:url(#m)"/><path d="M16 15.228a.71.71 0 0 0-.662.439.7.7 0 0 0-.057.28v10.036l.151.128.185.157.275.232.276-.231.4-.336.152-.128v-9.86a.7.7 0 0 0-.057-.28.7.7 0 0 0-.381-.381.7.7 0 0 0-.282-.056" style="fill:url(#n)"/><path d="M15.915 6.325a3 3 0 0 0-.42.032 4 4 0 0 1 .528-.032Zm.217 0a4 4 0 0 1 .737.084 4 4 0 0 0-.736-.083Zm-.748.047q-.098.015-.2.035.102-.019.201-.034Zm-.207.037.001.001Zm-.2.047a4 4 0 0 0-.395.123q.192-.07.394-.122Zm-.395.123-.001.001Zm-.377.16-.005.001Zm-.357.193-.001.001Zm3.126-.5q.102.024.2.052-.1-.027-.202-.051Zm.4.113q.097.033.192.071-.098-.036-.195-.07Zm.744.336q.087.051.172.105l-.175-.104Zm.173.105q.084.054.167.113-.086-.056-.17-.111Zm-4.611.055-.084.059Zm-.084.059-.081.059Zm-.161.12-.079.064Zm-.156.129-.075.067Zm5.572.067q.055.052.111.1-.06-.047-.114-.099Zm.145.139.071.072Zm-6.143.221c-.044.051-.088.1-.129.156q.059-.079.126-.155Zm6.478.156q.063.079.121.161l-.124-.16Zm-6.731.162-.059.084Zm-.059.084-.055.084zm-.16.257-.051.089zm-.1.179q-.023.045-.045.091.026-.046.049-.091Zm-.045.091-.041.088Zm-.084.187-.039.095q.023-.05.042-.096Zm-.039.095q-.02.047-.037.1c.015-.038.024-.07.041-.101Zm-.037.1q-.017.048-.033.1l.036-.105Zm-.065.195-.029.1c.012-.039.018-.073.032-.106Zm-.078.298-.02.091.02-.094Zm-.027.121V9.7Zm-.035.2zm8.319.093v-.003Zm-8.36.75a4.2 4.2 0 0 0 8.389 0c-.118 2.013-1.954.717-4.2.717s-4.071 1.293-4.189-.72Z" style="fill:url(#o)"/><path d="M15.915 6.326a4.2 4.2 0 0 0-4.09 4.2c0 2.318 1.881.934 4.2.934s4.2 1.384 4.2-.934a4.2 4.2 0 0 0-4.2-4.2Zm.085.638a2.12 2.12 0 0 1 2.339 1.788A2.12 2.12 0 0 1 16 10.54a2.12 2.12 0 0 1-2.339-1.788A2.12 2.12 0 0 1 16 6.964" style="fill:url(#p)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20 2.434A7.4 7.4 0 0 1 22.543 2h6.448c-.012 2.389.026 4.777-.018 7.164a6.7 6.7 0 0 1-6.226 6.177c-2.361.032-4.722 0-7.083.012 0-2.292-.012-4.585.006-6.877A6.69 6.69 0 0 1 20 2.434M15.664 16.67c2.361.01 4.722-.02 7.081.014a6.69 6.69 0 0 1 6.23 6.232c.038 2.359.006 4.72.016 7.079-2.412-.016-4.827.034-7.239-.024a6.66 6.66 0 0 1-6.074-6.242c-.036-2.353-.006-4.706-.014-7.059" style="fill:#5ca645"/><path d="M7.95 5.4a5.654 5.654 0 0 1 6.381 5.653v9.886a5.67 5.67 0 0 1-8.92 4.706 5.58 5.58 0 0 1-2.4-4.494Q3 16 3.013 10.855A5.63 5.63 0 0 1 7.95 5.4M8 8.035a3.049 3.049 0 1 0 3.7 2.835A3.036 3.036 0 0 0 8 8.035" style="fill:#595a59"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.235 13.059-4.525 8.516L21.575 30l3.249-12.561z" style="fill:#acb1da"/><path d="m12.751 2-7.81 13.792 5.991 5.113 4.996-8.824 9.158 4.362 1.973-7.629z" style="fill:#acb1da"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="14.989" x2="15.124" y1="17.164" y2="17.091" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".03"/><stop offset=".085" stop-color="#090909" stop-opacity=".027"/><stop offset=".224" stop-color="#212121" stop-opacity=".023"/><stop offset=".398" stop-color="#494949" stop-opacity=".018"/><stop offset=".603" stop-color="gray" stop-opacity=".012"/><stop offset=".83" stop-color="#c6c6c6" stop-opacity=".005"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><circle cx="16" cy="16" r="14" style="fill:#3f4142"/><path d="m26.469 12.631-8.992 1.019 4.146 4.14 4.948-4.942c.145-.148.097-.241-.102-.217M20.273 17.76l-3.785-3.785-3.007 5.665 2.441 2.441a1 1 0 0 0 .705.289 1 1 0 0 0 .705-.289l2.935-2.917a.98.98 0 0 0 .289-.7.96.96 0 0 0-.283-.704" style="fill:#ebeded"/><path d="M12.1 9.588v7.407a3.62 3.62 0 0 0 .892 2.158l.488.488 3.007-5.665ZM7.906 19.074l3.266 3.266v-7.75l-3.266 3.266a.87.87 0 0 0 0 1.218M10.377 12.866 7.111 9.6v7.744l3.266-3.266a.86.86 0 0 0 0-1.212" style="fill:#f9f9f9"/><path d="m16.488 13.975.115.115-3.007 5.665-.115-.115z" style="fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f56e0f" d="M24.38 2.138H7.62c-2.795 0-5.06 2.337-5.06 5.219v17.286c0 2.882 2.265 5.219 5.06 5.219H24.38c2.794 0 5.06-2.337 5.06-5.219V7.357c0-2.882-2.266-5.219-5.06-5.219"/><path fill="#fff" fill-rule="evenodd" d="M18.438 7.501c1.158-1.73 2.496-2.517 3.981-2.411l-6.26 11.259a2.23 2.23 0 0 1-.794 1.077c-.34.23-.524.203-.862.327a1.22 1.22 0 0 0-.698.62l-.116.382c-.105.341-.27.682-.023 1.015.162.219.47.3.878.286.353.074.688.224.982.44.301.23.558.517.757.845.581 1.163.62 2.445-.195 3.922-.896 1.74-2.144 2.343-3.577 2.32-.93-.128-1.566-.568-1.96-1.265-.604-1.07-.595-2.225-.202-3.358.292-.764.654-1.496 1.081-2.187l1.105-2.857.108.106zm5.581 9.883c2.031-.185 3.355-.998 3.998-2.382l-10.4.05-1.327 2.337zm-11.018-1.267q-.212.07-.434.06l-.38-.084c-.339-.074-.708-.095-.867-.48-.105-.255-.022-.571.192-.928.11-.357.147-.734.108-1.106a3.2 3.2 0 0 0-.336-1.09c-.694-1.094-1.757-1.763-3.403-1.76-1.9-.043-3.03.77-3.718 2.067-.356.893-.295 1.687.096 2.38.6 1.063 1.583 1.631 2.732 1.836a12 12 0 0 0 2.378.11l2.866.406.057-.104-.006-.032.024.001zm-2.73-1.59c.35-.72.046-1.399-.51-1.886-.444-.392-1.042-.601-1.776-.63a3.5 3.5 0 0 0-2.088.607c-1.159.85-.75 2.11.334 2.774.5.3 1.076.437 1.653.393.446-.022.885-.12 1.3-.29a2.06 2.06 0 0 0 1.087-.966zm5.137 1.456a.64.64 0 0 1-.041.687.584.584 0 0 1-.928.034.63.63 0 0 1-.089-.683.61.61 0 0 1 .46-.34.58.58 0 0 1 .443.12q.095.076.155.182m-1.344 5.262c.782.04 1.202.647 1.34 1.386.112.593-.007 1.232-.341 1.912a3.65 3.65 0 0 1-1.547 1.565c-1.29.618-2.15-.37-2.177-1.67a3 3 0 0 1 .485-1.675c.239-.39.538-.736.887-1.023.377-.33.857-.506 1.351-.498z" clip-rule="evenodd" opacity=".8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M10.084 13.816h8.19v3.567h-8.19z" style="fill:#fcfcfc"/><path d="M10.084 10.095h8.189v3.925h-4.022v-.2h-4.17c.003-1.178.003-3.725.003-3.725M10.134 17.182h4.12v.2h4.02v4.219q-4.068.007-8.136 0Z"/><path d="M23.32 10.349c1.909 0 3.819-.005 5.727 0-.052.13-4.364 5.269-4.449 5.346.128.134 5.291 6.078 5.4 6.207h-5.824c-1.55-1.562-3.115-3.111-4.665-4.673-1.668 0-5.232-.008-5.255-.014.005-.524 0-1.07 0-1.594h4.02v-1.6h1.333c.599-.604 3.137-3.085 3.713-3.672" style="fill:#044699"/><path d="M5.191 13.972c3.021-.014 6.042 0 9.064-.006v1.658h-4.12v1.558c-1.782 0-3.564.008-5.346-.006-.257-.013-2.29-.137-2.717-1.28A1.2 1.2 0 0 1 2 15.589a1.2 1.2 0 0 1 .063-.263c.442-1.226 2.772-1.34 3.128-1.354" style="fill:#044699"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="311.336" x2="283.342" y1="1452.064" y2="1480.058" gradientTransform="translate(-281.4 -1450)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".47" stop-color="#9d4b9d"/><stop offset="1" stop-color="#6d5faa"/></linearGradient></defs><path d="M30 30H2V2h28L16 16Z" style="fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="15.433" height="2.796" x=".55" y="22.339" rx=".439" style="fill:#b8d432" transform="rotate(-44.999 8.266 23.737)"/><rect width="9.859" height="2.796" x="1.372" y="16.382" rx=".439" style="fill:#b8d432" transform="rotate(-44.999 6.301 17.78)"/><rect width="9.859" height="2.796" x="9.232" y="24.301" rx=".439" style="fill:#b8d432" transform="rotate(-44.999 14.162 25.7)"/><path d="M30 2H2l28 27.999z" style="fill:#0078d4"/><path d="m10.282 10.282 11.436 11.436L30 13.436V2H18.564z" style="fill:#59b4d9"/><path d="M30 29.999V2L16 16z" style="fill:#fff;opacity:.20000000298023224;isolation:isolate"/><rect width="2.796" height="2.796" x="16.226" y="9.001" rx=".622" style="fill:#fff" transform="rotate(-44.999 17.623 10.4)"/><rect width="2.796" height="2.796" x="20.18" y="5.048" rx=".622" style="fill:#fff" transform="rotate(-44.999 21.579 6.446)"/><rect width="2.796" height="2.796" x="20.18" y="12.955" rx=".622" style="fill:#fff" transform="rotate(-44.999 21.578 14.353)"/><rect width="2.796" height="2.796" x="24.133" y="9.002" rx=".622" style="fill:#fff" transform="rotate(-44.999 25.531 10.4)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31 2.6c-7.4 4-7.1 4.1-7.4 3.6-.2-.8-.5-.4 7.4-3.6M9 18.9c2-1.7 4.6-1.5 4.4-2.5-2 .8-3 .6-4.4 2.5m-2.1-.7c2.5-1.7 6.1-1.2 5.8-2.6-2.6.8-4.1.7-5.8 2.6m-2.3-1.1c2.5-1.7 7.5-.8 7.6-2.5-3.5 1.1-5.2.4-7.6 2.5m-2.2-1.2c2.5-1.7 9.2-.5 9.7-2.7-3.5 1.1-7.3.5-9.7 2.7m-1.3-1.6c2.5-1.7 10.8-.2 11.2-2.4-3.4 1-8.8.2-11.2 2.4m6.4-3.1c2.5-.8 4.9.5 5-.5-2.1-.2-3-.8-5 .5M5.4 9.6c3-.5 6.5 1.4 6.8 0-2.8-.4-4.4-1.1-6.8 0M3.7 6.7c3.1-.1 7.3 3.6 7.9 1.9C8 8.1 6.8 5.7 3.7 6.7M3 4.8c3.9.2 7.5 4.5 8.8 2.7C8.3 6.3 6.6 4.3 3 4.8M2.9 2c4.3.9 7.5 5.9 9.8 4.8C10 5.4 6.7 1.9 2.9 2m10.8 17.9c-1.4-1.5 1.3-3.4 1.7-2.1.2.7-1.5 1.5-.9.4 0-.4-1.2.3-.5.9.9.7 2.5-.9 1.9-1.7-1.4-1.8-4.4 1.6-2.3 3.2 1.5 1.1 2.4-2.1 6.3-3.9 5.2-2.7 3.4-6.7 3.4-6.7-.6-1.5-.6-.7-2.5 0-2.1.7-3.2 3.2-1.9 4.4 1.4 1.1 4.2-2.5 1.8-2.8-.5.3.9.5.1 1.5-1.5 1.7-2.9-1-.2-2.2 1.6-.6 1.8-1.2 2-.7 1.3 3.1-3.2 6.6-4 4.5-.2-.5-3.3 1.8-2.5 1.9 2.2.4-1.4 4.2-2.4 3.3" style="fill:#0ea5d5"/><path d="M23.4 5.6C21.5 4 17.4 6 19 9.8a4.07 4.07 0 0 0 4.7-3c-.7-.7-.3-1.2-.3-1.2m-2.8 1.6c-.1-.5.8-1.4 1.4-1.1.4.8-1 1.5-1.4 1.1m1.1-.8c.2.3-.3.6-.5.4-.1-.2.3-.6.5-.4m-8.8 13.4c-.8.6-1.6 2.5-3.2 2.6 1.8-.8 2.5-3.6 3.2-2.6m.2.6c-.6.6-1.6 3.6-3.6 4.2 2.1-1.4 3-5.2 3.6-4.2m.4.5c-.8.7-1.1 4.4-2.9 5.6 1.8-2.6 2-6.5 2.9-5.6m.4.2c-.4.9-.2 4.7-2 7.3 1.7-4.4.8-7.9 2-7.3m.5 0c.1 1.2.4 6.6-.5 8.8.9-3.9-.9-8.7.5-8.8m-1.6-6.4c1.5 5 5.4-2 5.9-4.6-4.6 2.7-6.8-.1-5.9 4.6m1.6-.9c-.5-2.3.8-1 3.2-2.3-.3 1.2-2.4 4.8-3.2 2.3m-2.2-5.9c-.8 1.4.9 1.6 1 3a11.1 11.1 0 0 0 5.5-1.1c-5.2-1-4.8-4.4-6.5-1.9m1.8 2.4c-.2-.7-.9-.9-.5-1.4.8-1.1.7.6 3.4 1a7.3 7.3 0 0 1-2.9.4" style="fill:#0572b5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.533 12.742h3.733v3.734H8.533zM14.133 12.742h3.733v3.734h-3.733zM19.733 12.742h3.733v3.734h-3.733zM8.533 18.342h3.733v3.734H8.533zM14.133 18.342h3.733v3.734h-3.733zM19.733 18.342h3.733v3.734h-3.733z" style="fill:#ff931e"/><path d="M27.367 4.92H4.632A2.637 2.637 0 0 0 2 7.552v16.9a2.637 2.637 0 0 0 2.632 2.628h22.735A2.637 2.637 0 0 0 30 24.448V7.552a2.64 2.64 0 0 0-2.633-2.632m1.2 19.528a1.207 1.207 0 0 1-1.2 1.2H4.632a1.207 1.207 0 0 1-1.2-1.2V9.24h25.133v15.208Z" style="fill:#675f58"/></svg>
|