@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
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.414 2H5v28h22V8.586ZM7 28V4h12v6h6v18Z" style="fill:#c5c5c5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#c09553"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#dcb67a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dcb67a"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z" style="fill:#c09553"/><path d="M19.735 31.25h-5.924l9.794-21.5h5.985z" style="fill:#c09553"/><path d="M23.766 10H29.2l-9.625 21H14.2Z" style="fill:#ffeebe"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z" style="fill:#dcb67a"/><path d="M25.7 13.7H.5l3.8 12.8h25.2z" style="fill:#dcb67a"/><path d="M19.635 31.25h-5.924l9.794-21.5h5.985z" style="fill:#dcb67a"/><path d="M23.666 10H29.1l-9.625 21H14.1Z" style="fill:#ffeebe"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="4.416" x2="13.909" y1="-1909.341" y2="-1892.9" gradientTransform="translate(0 1917.121)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b72c3f"/><stop offset=".5" stop-color="#b12334"/><stop offset="1" stop-color="#9d1623"/></linearGradient></defs><path d="M8.512 20v6.667c0 1.84 4.81 3.333 10.744 3.333S30 28.507 30 26.667V20Z" style="fill:#881421"/><path d="M8.512 12.667V20c0 1.841 4.81 3.333 10.744 3.333S30 21.841 30 20v-7.333Z" style="fill:#af2031"/><path d="M8.512 5.333v7.334c0 1.84 4.81 3.333 10.744 3.333S30 14.507 30 12.667V5.333Z" style="fill:#c94f60"/><ellipse cx="19.256" cy="5.333" rx="10.744" ry="3.333" style="fill:#e08095"/><path d="M16.434 8H8.512v16.667h7.922a1.21 1.21 0 0 0 1.194-1.222V9.222A1.21 1.21 0 0 0 16.434 8" style="opacity:.10000000149011612;isolation:isolate"/><path d="M15.783 8.667H8.512v16.666h7.271a1.21 1.21 0 0 0 1.194-1.222V9.889a1.21 1.21 0 0 0-1.194-1.222" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.783 8.667H8.512V24h7.271a1.21 1.21 0 0 0 1.194-1.222V9.889a1.21 1.21 0 0 0-1.194-1.222" style="opacity:.20000000298023224;isolation:isolate"/><path d="M15.132 8.667h-6.62V24h6.62a1.213 1.213 0 0 0 1.194-1.222V9.889a1.213 1.213 0 0 0-1.194-1.222" style="opacity:.20000000298023224;isolation:isolate"/><path d="M3.194 8.667h11.938a1.21 1.21 0 0 1 1.194 1.222v12.222a1.21 1.21 0 0 1-1.194 1.222H3.194A1.21 1.21 0 0 1 2 22.111V9.889a1.21 1.21 0 0 1 1.194-1.222" style="fill:url(#a)"/><path d="M8.305 12.027h1.758l2.825 7.945h-1.66l-.623-1.895H7.7l-.611 1.895H5.437Zm1.926 4.826-.9-2.875a4 4 0 0 1-.165-.649H9.13a3.7 3.7 0 0 1-.162.671l-.912 2.859Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.639 2.317h1.9v2.775a20.1 20.1 0 0 1 9.237.681c1.111.379 2.32 1.244 2.212 2.568q.019 7.336 0 14.679c.111 1.34-1.13 2.2-2.253 2.574a20.2 20.2 0 0 1-9.2.662v3.427h-1.977C11.712 28.8 6.853 27.99 2 27.137V4.869c4.878-.853 9.763-1.683 14.638-2.552" style="fill:#a12935"/><path d="M18.541 6.059a20.05 20.05 0 0 1 8.563.465c.76.283 1.779.624 1.951 1.531-.127.741-.9 1.076-1.511 1.343a19.25 19.25 0 0 1-9 .614V6.059" style="fill:#fff"/><path d="M25.058 11.011a8.1 8.1 0 0 0 3.993-1.419c-.07 1.368.108 2.752-.1 4.108a4.4 4.4 0 0 1-2.288 1.152 22.8 22.8 0 0 1-8.127.3v-4.129a25.5 25.5 0 0 0 6.517-.013M8.5 10.683c.741-.054 1.48-.1 2.224-.162 1.066 3.564 2.078 7.147 3.131 10.714-.735-.048-1.47-.1-2.2-.169-.194-.8-.4-1.591-.611-2.383-.977 0-1.954-.035-2.927-.083q-.282 1.131-.573 2.256-.936-.072-1.865-.134c.929-3.351 1.9-6.689 2.819-10.04" style="fill:#fff"/><path d="M8.511 16.882c.321-1.489.8-2.943 1.012-4.455.286 1.508.729 2.978 1.091 4.468q-1.055 0-2.1-.013" style="fill:#a12935"/><path d="M25.077 16.1a8.05 8.05 0 0 0 3.974-1.416c-.064 1.365.1 2.743-.089 4.1a4.3 4.3 0 0 1-2.272 1.155 22.9 22.9 0 0 1-8.149.305v-4.13a25.4 25.4 0 0 0 6.536-.016M25.065 21.19a8.1 8.1 0 0 0 3.987-1.416c-.067 1.365.105 2.749-.1 4.1-.9.98-2.329 1.161-3.567 1.413a23.4 23.4 0 0 1-6.861.025c.022-1.371.013-2.74.013-4.111a25.3 25.3 0 0 0 6.523-.016" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 15.281c1.918 0 2.11-1.055 2.11-1.918a17 17 0 0 0-.192-2.205 19 19 0 0 1-.192-2.205c0-2.4 1.63-3.452 3.836-3.452h.575v1.437h-.479c-1.534 0-2.11.767-2.11 2.205a14 14 0 0 0 .192 1.918 14 14 0 0 1 .192 2.014c0 1.726-.671 2.493-1.918 2.877v.1c1.151.288 1.918 1.151 1.918 2.877a14 14 0 0 1-.192 2.014 13 13 0 0 0-.192 1.918c0 1.438.575 2.3 2.11 2.3h.479V26.6h-.575c-2.205 0-3.836-.959-3.836-3.644a19 19 0 0 1 .192-2.205 16 16 0 0 0 .192-2.11c0-.863-.288-1.918-2.11-1.918Z" style="fill:#c41718"/><path d="M9.479 18.062 8.233 21.8H6.6l4.03-11.889h1.822L16.479 21.8h-1.534L13.7 18.062Zm3.932-1.151-1.151-3.452a9.4 9.4 0 0 1-.575-2.205c-.192.671-.384 1.438-.575 2.11l-1.151 3.451h3.452ZM17.918 19.979a5.94 5.94 0 0 0 2.781.767c1.534 0 2.493-.863 2.493-2.014s-.671-1.726-2.205-2.4c-1.918-.671-3.164-1.726-3.164-3.356 0-1.822 1.534-3.26 3.836-3.26a5.14 5.14 0 0 1 2.589.575l-.384 1.247a5.5 5.5 0 0 0-2.3-.479c-1.63 0-2.205.959-2.205 1.822 0 1.151.767 1.63 2.4 2.3 2.014.767 3.068 1.726 3.068 3.452 0 1.822-1.342 3.452-4.123 3.452a5.8 5.8 0 0 1-3.068-.767Z" style="fill:#c41718"/><path d="M30 16.623c-1.918 0-2.11 1.151-2.11 1.918a16 16 0 0 0 .192 2.11 16 16 0 0 1 .192 2.205c0 2.685-1.63 3.644-3.836 3.644h-.575v-1.438h.479c1.438 0 2.11-.863 2.11-2.3a13 13 0 0 0-.192-1.918 14 14 0 0 1-.192-2.014c0-1.726.767-2.589 1.918-2.877v-.1c-1.151-.288-1.918-1.151-1.918-2.877a14 14 0 0 1 .192-2.014 13 13 0 0 0 .192-1.918c0-1.438-.575-2.205-2.11-2.3h-.479V5.4h.575c2.205 0 3.836 1.055 3.836 3.452a17 17 0 0 1-.192 2.205 17 17 0 0 0-.192 2.205c0 .959.288 1.918 2.11 1.918Z" style="fill:#c41718"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#c7d7d8" d="M24.099 2H8.837v2.493H2.253v7.844h6.584V30h20.91V7.888zm4.648 27H9.837V12.337H21.56V4.493H9.837V3h13.679v5.415h5.231z"/><path fill="#fd3316" d="M9.728 5.336H8.243a.064.064 0 0 0-.064.062l-.015.466-.002.012-1.232 5.355a.064.064 0 0 0 .062.078h1.056c.03 0 .056-.021.062-.051l.258-1.236a.06.06 0 0 1 .062-.051h1.16c.029 0 .055.02.062.048l.313 1.242a.064.064 0 0 0 .062.048h1.151a.064.064 0 0 0 .062-.079L9.79 5.384a.06.06 0 0 0-.062-.048M8.617 8.81l.401-2.243.423 2.243zm6.29-3.381v1.063a.045.045 0 0 1-.065.04c-.173-.087-.659-.311-1.076-.32-.517-.012-.771.276-.771.57 0 .888 2.187 1.004 2.187 2.799 0 1.576-1.282 1.727-1.893 1.727-.983 0-1.424-.304-1.512-.373a.04.04 0 0 1-.017-.035V9.737c0-.036.039-.057.069-.038.205.133.829.506 1.389.506.621 0 .633-.285.633-.496 0-.872-2.091-1-2.091-2.879 0-1.67 1.635-1.67 1.929-1.67.7 0 1.096.179 1.194.229a.05.05 0 0 1 .024.04"/><path fill="#c7d7d8" d="M20.821 14.233c2.727 0 3.056 1.412 3.056 2.156 0 1.018-.227 1.857-.227 2.494 0 .862 1.151.664 1.151.664v1.547c-.824 0-1.131.221-1.131.841 0 .319.213 1.789.213 2.426 0 1.877-1.443 2.267-2.351 2.267h-.717l-.004-1.497c1.364 0 1.319-.558 1.319-1.001 0-.567-.159-1.293-.159-2.285s.832-1.505.832-1.505-.868-.549-.868-1.399.213-1.665.213-2.479c0-.939-1.324-.742-1.324-.742zm-3.127 0c-2.727 0-3.056 1.412-3.056 2.156 0 1.018.227 1.857.227 2.494 0 .862-1.151.664-1.151.664v1.547c.824 0 1.131.221 1.131.841 0 .319-.213 1.789-.213 2.426 0 1.877 1.443 2.267 2.351 2.267h.717l.004-1.497c-1.364 0-1.319-.558-1.319-1.001 0-.567.159-1.293.159-2.285s-.832-1.505-.832-1.505.868-.549.868-1.399-.213-1.665-.213-2.479c0-.939 1.324-.742 1.324-.742z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.554 20.075c.209.27 1.356.961 1.37 1.246a7 7 0 0 0-1.4-.324 17 17 0 0 1-1.412-.48 9.2 9.2 0 0 1-2.375-1.3A3.15 3.15 0 0 1 19.3 16.75a1.72 1.72 0 0 1 1.767-1.822 3.6 3.6 0 0 1 1.593.321c.146.066 1.31.606 1.256.809a5.5 5.5 0 0 0-1.41-.112c-.649.244-.4.828-.168 1.311a8 8 0 0 0 1.078 1.554c.164.194.884 1.271 1.138 1.264" style="fill:#0f23c3"/><path d="M24.141 16.276c.128-.59.819-1.384 1.344-.773a4.2 4.2 0 0 1 .578 1.918c.12.656.2 1.327.261 1.982.038.379.34 1.794.123 2.075a23 23 0 0 1-2.922-2.838 3.76 3.76 0 0 1-.925-1.7c-.1-1.073.879-.73 1.541-.664" style="fill:#1a1978"/><path d="M26.3 17.781c.141-.732-.406-2.592-1.067-2.949a.06.06 0 0 0 .044-.007c-.156-.444-1.359 1.116-1.228 1.174-.316-.138.774-1.984.988-2.16.7-.578 1.372-.086 1.845.543a6.04 6.04 0 0 1 .733 4.434 4.5 4.5 0 0 1-.421 1.312c-.1.22-.45 1.1-.682 1.174a14.8 14.8 0 0 0-.212-3.521" style="fill:#0f23c3"/><path d="M3.687 8.4c.179-.188-.041-1.527.324-1.548.262-.015.553 1.741.627 1.968a9.2 9.2 0 0 0 1.127 2.329 7.53 7.53 0 0 0 4.016 2.978 4.55 4.55 0 0 0 2.366.2c.931-.208 1.82-.577 2.757-.765 1.35-.27 3.342-.352 4.438.647.7.641.376.76.043 1.421a2.44 2.44 0 0 0 .178 2.562c.235.342 1.033.827.675 1.094-.567.424-1.277-.452-1.636-.776-1.4-1.264-2.711-1.313-4.492-1.074a9 9 0 0 1-4.883-.708A9.47 9.47 0 0 1 3.687 8.4M19.941 30a3.6 3.6 0 0 1-2.325-.817c.469-.092 1.021.025 1.508-.044a9.7 9.7 0 0 0 1.754-.43 10.5 10.5 0 0 0 3.022-1.554 6.55 6.55 0 0 0 2.757-5.214c.149-.088.316 1.034.319 1.091a5.8 5.8 0 0 1-.19 1.727 6.9 6.9 0 0 1-1.423 2.774A7.29 7.29 0 0 1 19.941 30" style="fill:#d2d2d2"/><path d="M18.962 19.109a5.8 5.8 0 0 1-2.05.859 13.4 13.4 0 0 1-2.224.549 8.86 8.86 0 0 1-4.435-.51 9.94 9.94 0 0 1-3.849-2.4c-.352-.367-2.104-2.417-1.548-3.05.248-.282.875.846 1 .992a5 5 0 0 0 1.357 1.11 10.9 10.9 0 0 0 4.035 1.456 6.7 6.7 0 0 0 2.34-.094 13 13 0 0 1 1.694-.485 4 4 0 0 1 2.113.457c.344.17 1.523.743 1.567 1.116M28.313 15.078a19.3 19.3 0 0 1-.453 3.774c-.176-.242.016-1.47 0-1.792a6 6 0 0 0-.384-2.087 4.9 4.9 0 0 0-1.376-1.661 15 15 0 0 1-1.27-1.536c-1.837-2.382-3.245-5.211-2.9-8.3.034-.308.069-1.448.411-1.445.152 0 .266 1.561.29 1.718a12.5 12.5 0 0 0 1.224 4.116c.67 1.222 1.947 2.023 2.825 3.1a6.58 6.58 0 0 1 1.633 4.113M15.7 26.935a10.85 10.85 0 0 0 6.436-.687 6.94 6.94 0 0 0 4.278-4.418c.319.2-.048 1.529-.128 1.781a5.7 5.7 0 0 1-1.01 1.813 8.9 8.9 0 0 1-3.257 2.514c-1.703.772-5.662 1.652-6.319-1.003" style="fill:#d2d2d2"/><path d="M19.151 19.376c.367 2.107-2.957 3.124-4.478 3.213-1.859.11-4.929-.292-6.06-2.031-.673-1.035.781-.09 1.188.058a8.7 8.7 0 0 0 3.06.5 11.6 11.6 0 0 0 3.305-.5 14 14 0 0 0 1.533-.576c.301-.132 1.124-.691 1.452-.664M24.142 23.46c.4-.945-1.883-1.578-2.445-1.858a4.9 4.9 0 0 1-1.315-.867c-.181-.181-.872-.92-.807-1.219a5 5 0 0 1 1.087-.175 6 6 0 0 1 .855.588 10 10 0 0 0 .964.5 16 16 0 0 0 2.119.771c.308.09 1.549.208 1.727.428-.04.296-1.97 2.021-2.185 1.832" style="fill:#d2d2d2"/><path d="M26.1 22.172c.265.43-1.08 1.831-1.363 2.105a9.3 9.3 0 0 1-2.566 1.728 7.8 7.8 0 0 1-2.56.753c-.679.058-1.966-.124-2.141-.979a7 7 0 0 1 1.177-.086c.462-.059.921-.149 1.376-.246a13 13 0 0 0 2.184-.645 11.5 11.5 0 0 0 2.084-1.11 11 11 0 0 0 1.078-.822c.105-.089.617-.702.731-.698M18.758 11.965c-.1-1.308 2.612-1.3 3.271-1.092a5.98 5.98 0 0 1 2.982 2.475c-1.082.8-2.449.094-3.3-.654a4.3 4.3 0 0 0-1.481-1.029c-.809-.265-.818.094-1.472.3" style="fill:#d2d2d2"/><path d="M25.783 13.341c-.444-.029-.316.071-.647-.212-.358-.307-.614-.795-.945-1.141-.534-.558-1.242-.895-1.723-1.485a7.27 7.27 0 0 1-1.624-4.848c.018-1.489.407.187.551.675a12.3 12.3 0 0 0 1.126 2.708 46 46 0 0 0 3.4 4.321c-.039.002-.097-.021-.138-.018M20.068 14.756c.033-.625-.911-.792-1.211-1.42-.164-.343-.211-.569.029-.7.082-.045.383.012.5-.02.271-.076.335-.273.581-.4a1.193 1.193 0 0 1 1.633 1.021 1.82 1.82 0 0 1-1.532 1.519" style="fill:#d2d2d2"/><path d="M20.5 14.745a1.93 1.93 0 0 0 1.323-1.7c.524.139.928.658 1.521.771a2.6 2.6 0 0 0 1.029-.017c.207-.045.54-.274.721-.259-.033.163-.464.546-.565.717a4.2 4.2 0 0 0-.388.9c-.229.741-.061.739-.709.311a4.3 4.3 0 0 0-1.957-.72c-.266-.026-.881.019-.975-.003M19.905 20.734a2.01 2.01 0 0 1-1.4 1.712c-.205.091-2.018.733-2.032.348-.007-.2 1.624-.954 1.809-1.11a3.4 3.4 0 0 0 .867-1.071c.055-.112.232-.925.271-.943.224-.106.488.93.485 1.064M11.373 12.532a10.6 10.6 0 0 1 3.71-.914 10.3 10.3 0 0 1 1.865.024c.366.039 1.469.054 1.74.343a.255.255 0 0 1-.273.173c-.037.077.251.371.3.425-.034.034-1.445-.4-1.572-.424a10.6 10.6 0 0 0-2.282-.134 16 16 0 0 0-1.841.194 6.2 6.2 0 0 1-1.647.313M22.512 10.731a1.89 1.89 0 0 1-1.517-.6c-.247-.349-.737-1.692-.385-2.021.209-.2.384.662.484.846a11 11 0 0 0 1.418 1.775M27.788 19.2a19 19 0 0 1-.749 3.313c-.173-.077-.275-.778-.562-.95a4.1 4.1 0 0 0 .76-1.154c.152-.302.303-1.046.551-1.209M19.981 11.843c-.132.268-.932 1.1-1.118.481-.107-.356.876-.841 1.118-.481m-.747.45c.228.006.012-.248.012-.266-.001-.043-.368.266-.012.266" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.489 2.225a14.055 14.055 0 0 0-10.055 20c5.108 10.438 20.228 10.353 25.191-.142A14.058 14.058 0 0 0 13.489 2.225m1.69 4.175C20.365 7.437 25.715 9.06 25.9 9.649c.522 1.627.515 9.762-.009 10.752-.132.249-2.433-.025-4.189-.5l-.7-.19v-.878c-.008-2.635-.276-5.13-.584-5.438-.353-.354-2.64-1.1-6.143-1.993l-2.229-.571-.029-.538a14.8 14.8 0 0 1 .467-4.213c.128-.159.635-.1 2.7.315m-7.53 5.155a25 25 0 0 1 3 .581l.36.1.061 1.982c.115 3.712.234 4.287.954 4.609a69 69 0 0 0 7.29 2.137l.682.169-.02 1.314a12.4 12.4 0 0 1-.352 3.257L19.5 26l-.524-.061A90.5 90.5 0 0 1 7.77 23.2c-1.23-.412-1.528-.571-1.634-.874-.463-1.332-.461-9.877 0-10.746.107-.2.16-.2 1.51-.024" style="fill:#337ab7;fill-rule:evenodd"/></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><clipPath id="a"><path d="M11.333 7.666 2 23.831h18.667Zm0 5.3 4.745 8.218h-9.49Z" style="fill:none"/></clipPath></defs><image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAAACXBIWXMAAAsSAAALEgHS3X78AAABZ0lEQVQ4T4WSMVLDQAxFn9Zrxym4WeJkYJiho6SkoqQJQ8UROAIH4A4cgjNAkUBCbFFIjjcT29GMRqtd7df/2kVVOeermeq5GlUlcMae5yjAamZxzEbBVjM087XIWKXZKFgpXZEqPM3H2cWhg5c5mgs0ntdDhYkNMpuKdQqtvGDAj9Uwu15mrxU6AWoBpQPcez5kvcxKIIodtkBRQII1eFj0Y56AvVVoIZBjQBGT3L5m7XO8X54CHsl8r9CpwM7zNmrKDgNrer7KEbNJOhOB3D1aegBtWd5dHrM7MPtYoDkmKWBfQZKL4h7FpNZ6+hgHZiUdiyjGMvrscmDaFkoSBW6vOswA8LlE22FnzkwEMqx7I/Dn4EH8I/veLsDNtQFGvKtghak0xSTtMeaNr4tgMfM7v85MvheqX8DGCzcCG2ALbAXWvrf2vZ+kJl3XAqEELgQu6GaWuaSIeYHNTcReVLFYiN8RA/sH3PSVK9gMuEsAAAAASUVORK5CYII=" width="19" height="17" style="clip-path:url(#a)" transform="translate(2 7)"/><path d="M28.47 10.316 30 7.666H11.333l1.531 2.65z" style="fill:#824cff"/><path d="m26.889 13.1-1.53 2.65h-9.36l-1.53-2.65z" style="fill:#774eff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#00636b" d="m23.307 11.572-4.41-7.667h-1.212l-.386-.609h-.574l-4.779 8.276z"/><path fill="#013e80" d="m9.861 11.572-2.408 4.209-2.638 1.522L2 22.178l1.927 3.279 8.019-13.885z"/><path fill="#00414f" d="M16.725 3.296h-3.82l-2.077 3.596.852 1.5-1.819 3.18h2.085z"/><path fill="#00225c" d="m4.995 25.954.644 1.072h11.149l.618-1.072z"/><path fill="#005392" d="m24.507 13.659-1.2-2.087H11.946L3.927 25.457l.292.497h13.187z"/><path fill="#000c3d" d="M16.788 27.026h.711l.927 1.642h.605l-.92-1.642h9.395l.633-1.072H17.406z"/><path fill="#000f60" d="m24.507 13.659-7.101 12.295h10.733l1.743-2.949z"/><radialGradient id="a" cx="13.769" cy="17.09" r="11.945" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#06dbe0"/><stop offset="1" stop-color="#3b63ff"/></radialGradient><path fill="url(#a)" d="m12.4 18.381 6.542-11.326-1.298-2.257L5.868 25.187h10.447z"/><path fill="url(#a)" d="M25.61 18.649H13.226l2.487 4.324h12.384z"/><linearGradient id="b" x1="15.5" x2="22.3" y1="16.5" y2="13" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1dffb8"/><stop offset="1" stop-color="#00d2f8"/></linearGradient><path fill="url(#b)" d="M14.378 18.085h2.682l-1.948-3.387-1.345 2.328a.706.706 0 0 0 .611 1.059m4.855-10.523-3.8 6.581 2.267 3.942h7.585z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#7600aa" d="m23.307 11.572-4.41-7.667h-1.212l-.386-.609h-.574l-4.779 8.276z"/><path fill="#5c0095" d="m9.861 11.572-2.408 4.209-2.638 1.522L2 22.178l1.927 3.279 8.019-13.885z"/><path fill="#5900af" d="M16.725 3.296h-3.82l-2.077 3.596.852 1.5-1.819 3.18h2.085z"/><path fill="#460063" d="m4.995 25.954.644 1.072h11.149l.618-1.072z"/><path fill="#8800b8" d="m24.507 13.659-1.2-2.087H11.946L3.927 25.457l.292.497h13.187z"/><path fill="#2f0031" d="M16.788 27.026h.711l.927 1.642h.605l-.92-1.642h9.395l.633-1.072H17.406z"/><path fill="#470056" d="m24.507 13.659-7.101 12.295h10.733l1.743-2.949z"/><radialGradient id="a" cx="15.015" cy="18.156" r="11.547" gradientUnits="userSpaceOnUse"><stop offset=".216" stop-color="#ffb3c0"/><stop offset=".491" stop-color="#fd6ee4"/><stop offset="1" stop-color="#ac3dff"/></radialGradient><path fill="url(#a)" d="m15.885 16.016-2.33-4.051-2.34 4.051zm-1.414 4.664 1.313 2.282h12.329L26.8 20.68zm-1.684-1.814-3.654 6.328h7.293zm4.051 1.324h9.68l-4.83-8.398zm-2.962-8.78 3.675 6.39 3.804-6.587-3.675-6.39zM8.507 25.194l5.019-8.691h-2.592l-5.019 8.691z"/><path fill="#43004d" d="M15.867 20.079H14.46a.59.59 0 0 1-.504-.287l-.689-1.159a.59.59 0 0 1 0-.599l.689-1.159a.59.59 0 0 1 .504-.287h1.406c.207 0 .398.109.504.287l.689 1.159c.11.185.11.415 0 .599l-.689 1.159a.58.58 0 0 1-.503.287"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#af2235" d="m23.307 11.572-4.41-7.667h-1.212l-.386-.609h-.574l-4.779 8.276z"/><path fill="#7a0617" d="m9.861 11.572-2.408 4.209-2.638 1.522L2 22.178l1.927 3.279 8.019-13.885z"/><path fill="#97091c" d="M16.725 3.296h-3.82l-2.077 3.596.852 1.5-1.819 3.18h2.085z"/><path fill="#630d1b" d="m4.995 25.954.644 1.072h11.149l.618-1.072z"/><path fill="#a40d1b" d="m24.507 13.659-1.2-2.087H11.946L3.927 25.457l.292.497h13.187z"/><path fill="#500520" d="M16.788 27.026h.711l.927 1.642h.605l-.92-1.642h9.395l.633-1.072H17.406z"/><path fill="#710615" d="m24.507 13.659-7.101 12.295h10.733l1.743-2.949z"/><linearGradient id="a" x1="14.2" x2="22.6" y1="18.7" y2="14.1" gradientUnits="userSpaceOnUse"><stop offset=".088" stop-color="#ffc13b"/><stop offset="1" stop-color="#fd4d29"/></linearGradient><path fill="url(#a)" d="m13.076 12.661 5.935 10.319h2.613l-7.239-12.586zm-1.628 2.82 4.313 7.499h2.613l-5.617-9.767z"/><linearGradient id="b" x1="6.352" x2="13.567" y1="24.718" y2="20.729" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fd4d29"/><stop offset="1" stop-color="#ff7427"/></linearGradient><path fill="url(#b)" d="m16.404 25.204-5.275-9.171-5.297 9.171z"/><path fill="url(#a)" d="M14.704 9.842 22.26 22.98h2.613l-8.86-15.405zm2.938-5.086-1.31 2.267L25.51 22.98h2.613z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.169 3.517h25.666v24.966H3.169Z" style="fill:#1c0a00"/><path d="M3.169 3.517h25.666v24.966H3.169ZM2 29.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093 0 .14.035.14.14v9.205c0 .093-.023.14-.14.14h-1.807c-.117 0-.152-.058-.152-.152V12.08zm-.128-2.648a1.19 1.19 0 0 1 2.38 0 1.115 1.115 0 0 1-1.213 1.19 1.1 1.1 0 0 1-1.165-1.19Zm-5.25 6.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245 1.365-.863 3.675-1.353 5.483Zm-3.243 1.89-.922 3.5c-.023.093-.058.117-.175.117H8.909c-.117 0-.14-.035-.117-.175l3.313-11.6a3.8 3.8 0 0 0 .117-.968c0-.082.035-.117.093-.117h2.45c.082 0 .117.023.14.117l3.71 12.588c.023.093 0 .152-.093.152h-1.937c-.093 0-.152-.023-.175-.1l-.957-3.512H11.72Z" style="fill:#ff7f18"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m24.037 2.072 5.564 5.8v22.056H8.814V30H29.67V7.945z" style="fill:#909090"/><path d="M23.965 2H8.742v27.928H29.6V7.873z" style="fill:#231612"/><path d="M23.893 2.072v5.874h5.633z" style="fill:#4c4442"/><path d="M23.965 2v5.873H29.6z" style="fill:#f36617"/><path d="M2.384 10.264h6.359V3.432H2.384z" style="fill:#909090"/><path d="M8.743 10.264h13.718V3.432H8.743z" style="fill:#4c4442"/><path d="M22.407 10.211H2.33V3.379h20.077z" style="fill:#f36617"/><path d="M18.1 20.619c-.275-1.07-.948-3.226-1.223-4.344h-.014c-.206 1.054-.769 2.859-1.181 4.344zm-2.775 1.566-.838 2.779c-.014.1-.055.128-.137.128h-1.4c-.1 0-.124-.048-.1-.16a859 859 0 0 1 2.871-9.279 3.7 3.7 0 0 0 .11-.878.086.086 0 0 1 .082-.1h1.9c.069 0 .082.016.11.08 1.016 3.274 2.129 6.884 3.173 10.19q.041.144-.082.144h-1.542c-.069 0-.1-.032-.124-.1l-.879-2.811h-3.146M22.29 17.547c0-.1.027-.128.094-.128h1.431c.081 0 .108.016.108.128v7.506c0 .08-.027.128-.108.128h-1.4c-.081 0-.121-.032-.121-.144v-7.49Zm-.09-2.173a.92.92 0 0 1 .918-.99.884.884 0 0 1 .891.99.908.908 0 1 1-1.809 0" style="fill:#f46c25"/><path d="M11.238 5.279h-.013L10.9 7.352h.652ZM9.5 9.3l1.06-4.86h1.355l1.033 4.86H11.81l-.15-1.133h-.882L10.634 9.3zM13.438 9.3V4.44h1.086V9.3z" style="fill:#231612"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.616 7.986A1.56 1.56 0 0 0 10.16 7h-.06a1.56 1.56 0 0 0-1.456.986L2 25h3.806l1.015-2.834h6.621L14.457 25h3.8Zm-3.672 10.97 2.188-6.111 2.188 6.116ZM23.829 21.671V7.129H20.3v15.618A2.346 2.346 0 0 0 22.57 25H30v-3.328Z" style="fill:#2ea98e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="Layer_1" x="0" y="0" version="1.1" viewBox="0 0 32 32"><style>.st0{fill:#9f4246}</style><path d="M11.6 8c-.2-.6-.8-1-1.5-1H10c-.5 0-1.1.4-1.4 1L2 25h3.8l1-2.8h6.6l1 2.8h3.8zM7.9 19l2.2-6.1 2.2 6.1zM23.8 21.7V7.1h-3.5v15.6c0 1.2 1 2.2 2.3 2.3H30v-3.3z" class="st0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m15.48 24.06-.9-.14-.58-.08-.28-.08a4.2 4.2 0 0 0-1.18-3 8 8 0 0 0-1.06-.58 7 7 0 0 0 .1 1.82A2.49 2.49 0 0 0 13 23.57a12.5 12.5 0 0 1-2.43-.92 5.7 5.7 0 0 0 .08-2 2.5 2.5 0 0 0-.4-1.18 7.6 7.6 0 0 0-.78-.82A6.4 6.4 0 0 0 9 20.4a2 2 0 0 0 .18 1 2.4 2.4 0 0 0 .72 1s-.55-.4-1.08-.8a4.2 4.2 0 0 1-.69-.6l-.3-.29c.79-1.46 1-2.46.57-3.75a1 1 0 0 0-.2-.26c-.63.69-1.78 1.9-.87 3.5l-.79-1a7 7 0 0 1-.42-.79L6 18.05a4.8 4.8 0 0 0 1.84-2.53 2.5 2.5 0 0 0-.06-1.21c-.86.54-2.32 1.3-2.06 3.09 0 0-.06-.15-.13-.4s-.14-.54-.21-.86a11 11 0 0 1-.17-1.27 4.32 4.32 0 0 0 2.53-2A2.54 2.54 0 0 0 8 11.71c-1 .26-2.56.63-2.83 2.43v-1.3a11 11 0 0 1 .16-1.28 4.7 4.7 0 0 0 3-1.14 6 6 0 0 0 .55-.88 4.5 4.5 0 0 0-1.75 0 2.26 2.26 0 0 0-1.61 1.36l.09-.27.13-.63c.15-.42.32-.83.32-.83a3 3 0 0 0 1.21-.77 5.8 5.8 0 0 0 1-2.31 2.54 2.54 0 0 0-2.61 1.32A2.05 2.05 0 0 0 5.57 9s-.19.44-.33.88c-.08.23-.15.46-.2.63a1.3 1.3 0 0 0-.07.29 5.6 5.6 0 0 0-.27-2.39c-.2-.71-.51-1.36-.65-2a6 6 0 0 0-.39.52 4.2 4.2 0 0 0-.51 1.36 2.85 2.85 0 0 0 1.69 3.19 12 12 0 0 0-.17 1.38v1.39c-.3-1.86-1.5-2.77-2.26-3.77a3.9 3.9 0 0 0-.22 1.91 2.92 2.92 0 0 0 2.51 2.53 14 14 0 0 0 .2 1.38 10 10 0 0 0 .37 1.35C4.42 15.94 3 15.36 2 14.6a3.9 3.9 0 0 0 .29 1.89 2.82 2.82 0 0 0 3.21 1.76l.2.39a5.5 5.5 0 0 0 .47.86L7 20.62c-1.37-1.28-2.85-1.35-4.14-1.81a4 4 0 0 0 .23.58 5.2 5.2 0 0 0 .79 1.23 2.86 2.86 0 0 0 3.6.45l.32.32a4 4 0 0 0 .75.62c.29.21.58.4.79.57a3 3 0 0 0 .37.22 5.7 5.7 0 0 0-1.22-.35 7 7 0 0 0-1.14 0c-.73 0-1.43.16-2.07.18a4 4 0 0 0 .39.45 3.6 3.6 0 0 0 1.13.84 3.27 3.27 0 0 0 1.69.28 3.33 3.33 0 0 0 1.84-1.05 15.4 15.4 0 0 0 2.51 1 6 6 0 0 0-1.18 0 4.2 4.2 0 0 0-1.1.3c-.68.24-1.28.57-1.87.79a5 5 0 0 0 .49.31 3 3 0 0 0 1.28.43 3 3 0 0 0 3.13-1.69l.28.07a5 5 0 0 0 .64.09l.94.13a.25.25 0 0 0 .24-.25.23.23 0 0 0-.21-.27m1.06 0 .9-.14.62-.08.28-.08a4.2 4.2 0 0 1 1.19-3 7 7 0 0 1 1-.57 6.8 6.8 0 0 1-.13 1.8 2.5 2.5 0 0 1-1.4 1.58 12.7 12.7 0 0 0 2.42-.92 5.4 5.4 0 0 1-.08-2 2.5 2.5 0 0 1 .4-1.18 8 8 0 0 1 .76-.79 6 6 0 0 1 .5 1.75 2.2 2.2 0 0 1-.17 1 2.36 2.36 0 0 1-.7 1 11 11 0 0 0 1.09-.74 4.2 4.2 0 0 0 .69-.58l.3-.29c-.79-1.46-1.05-2.46-.57-3.75a1 1 0 0 1 .19-.26c.63.69 1.78 1.91.87 3.5l.79-1a9 9 0 0 0 .41-.79l.19-.37a4.8 4.8 0 0 1-1.85-2.53 2.7 2.7 0 0 1 .06-1.2c.87.53 2.33 1.29 2.07 3.09 0 0 0-.15.12-.4s.15-.54.22-.86c.12-.64.17-1.29.17-1.29a4.28 4.28 0 0 1-2.53-2 2.6 2.6 0 0 1-.26-1.19c1 .27 2.56.63 2.84 2.44v-1.3a11 11 0 0 0-.16-1.29 4.55 4.55 0 0 1-3-1.12 7 7 0 0 1-.54-.88 4.5 4.5 0 0 1 1.75 0 2.26 2.26 0 0 1 1.6 1.36 2 2 0 0 0-.07-.28l-.23-.7c-.15-.43-.32-.83-.32-.83a3 3 0 0 1-1.21-.79 6 6 0 0 1-1-2.31 2.55 2.55 0 0 1 2.6 1.33 2 2 0 0 1 .07 1.6s.19.44.34.88l.19.63a1.3 1.3 0 0 1 .07.29 5.8 5.8 0 0 1 .27-2.41c.22-.71.54-1.37.67-2a5 5 0 0 1 .39.51 4 4 0 0 1 .51 1.38 2.85 2.85 0 0 1-1.69 3.19q.12.67.18 1.38a14 14 0 0 1 0 1.39c.3-1.86 1.5-2.77 2.26-3.77a3.9 3.9 0 0 1 .23 1.91 2.93 2.93 0 0 1-2.53 2.53 13 13 0 0 1-.18 1.38 12 12 0 0 1-.37 1.35c.81-1.71 2.19-2.28 3.2-3a3.9 3.9 0 0 1-.29 1.89 2.84 2.84 0 0 1-3.2 1.75l-.19.39a5.5 5.5 0 0 1-.46.86c-.4.56-.83 1.12-.83 1.12 1.37-1.28 2.84-1.35 4.13-1.81a4 4 0 0 1-.22.58 5.2 5.2 0 0 1-.79 1.23 2.87 2.87 0 0 1-3.61.45l-.32.32a4.4 4.4 0 0 1-.75.62l-.79.57a3 3 0 0 1-.37.22 5.8 5.8 0 0 1 1.23-.35 7 7 0 0 1 1.14 0c.72 0 1.42.16 2.07.18a6 6 0 0 1-.4.45 3.6 3.6 0 0 1-1.13.84 3.27 3.27 0 0 1-1.69.28 3.3 3.3 0 0 1-1.83-1.05 16 16 0 0 1-2.52 1 6 6 0 0 1 1.21 0 4 4 0 0 1 1.09.3c.68.24 1.29.57 1.87.79a4 4 0 0 1-.48.31 3.1 3.1 0 0 1-1.28.43 3 3 0 0 1-3.13-1.69l-.28.07c-.18 0-.4.06-.64.09l-.94.13a.24.24 0 0 1-.25-.23.24.24 0 0 1 .23-.26Z" style="fill:#b1abea"/><path d="M12.28 10.74c2.1.61 2.58 1.09 3.18 3.19a.13.13 0 0 0 .17.08.12.12 0 0 0 .09-.08c.6-2.1 1.08-2.58 3.18-3.19a.13.13 0 0 0 .09-.16.12.12 0 0 0-.09-.09c-2.1-.61-2.58-1.08-3.18-3.18a.14.14 0 0 0-.17-.09.13.13 0 0 0-.09.09c-.61 2.1-1.09 2.57-3.18 3.18a.13.13 0 0 0-.09.17.14.14 0 0 0 .09.08m-1.21 6a.14.14 0 0 0 .17.09.12.12 0 0 0 .09-.09c.28-1 .48-1.16 1.44-1.43a.14.14 0 0 0 .09-.17.16.16 0 0 0-.09-.09c-1-.28-1.16-.48-1.44-1.44a.14.14 0 0 0-.17-.09.2.2 0 0 0-.09.09c-.27 1-.47 1.16-1.43 1.44a.14.14 0 0 0-.09.17.13.13 0 0 0 .09.09c.96.24 1.16.42 1.43 1.38Zm10.45-.27c-1.11-.32-1.34-.56-1.66-1.66a.13.13 0 0 0-.16-.09.12.12 0 0 0-.09.09c-.32 1.11-.55 1.34-1.66 1.66a.13.13 0 0 0-.09.16.12.12 0 0 0 .09.09c1.11.32 1.34.56 1.66 1.66a.13.13 0 0 0 .17.09.12.12 0 0 0 .08-.09c.32-1.11.56-1.34 1.66-1.66a.13.13 0 0 0 .09-.16.11.11 0 0 0-.09-.14Z" style="fill:#2d2298"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2 2.966 6.648l1.988 17.234L16 30l11.046-6.118 1.988-17.234z" style="fill:#dd0031"/><path d="M16 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#c3002f"/><path d="m16 5.094-8.148 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76L16 11.03Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 29.951a13.952 13.952 0 1 1 .193-27.9 13.951 13.951 0 0 1-.193 27.9m-2.221-13.13c.1.1.1.1.193.1 2.028 1.638 4.055 3.179 5.986 4.824a11 11 0 0 0 1.255.965.99.99 0 0 0 1.545-.676 1.6 1.6 0 0 0-.1-.676L18.9 12.38c-.579-1.352-1.159-2.8-1.738-4.151a.87.87 0 0 0-.579-.579c-.579-.193-.965.1-1.255.676-2.027 4.731-3.958 9.558-5.986 14.289 0 .1-.1.193-.1.29h1.931c.193 0 .193-.1.29-.193.386-.869.676-1.834 1.062-2.7a31 31 0 0 1 1.254-3.191"/><path d="M13.779 16.821c-.386 1.062-.869 2.124-1.255 3.186a32 32 0 0 0-1.062 2.7.36.36 0 0 1-.29.1h-1.93c0-.1.1-.193.1-.29 2.027-4.731 3.958-9.558 5.986-14.289.29-.579.676-.869 1.255-.676a.87.87 0 0 1 .579.579c.579 1.352 1.159 2.8 1.738 4.151l3.765 8.979a3 3 0 0 1 .1.869.99.99 0 0 1-1.545.676 14 14 0 0 1-1.255-.965c-2.027-1.641-4.055-3.186-5.986-4.827-.103-.193-.103-.193-.2-.193m2.51-6.275c-.579 1.545-1.159 2.993-1.834 4.441-.1.1 0 .193.1.29C16 16.435 17.448 17.5 18.9 18.656c.29.193.579.483.869.676a762 762 0 0 1-3.479-8.786Z" style="fill:#fff"/><path d="M16.29 10.546c1.159 2.993 2.414 5.889 3.572 8.786-.29-.193-.579-.483-.869-.676-1.448-1.159-2.9-2.221-4.344-3.379-.1-.1-.193-.1-.1-.29.486-1.448 1.065-2.896 1.741-4.441"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.177 7.278a2.08 2.08 0 0 1 3.041-.8 3.6 3.6 0 0 1 .982 1.544c1.356 3.122 2.9 6.165 4.119 9.345.645 1.5 1.429 2.938 1.994 4.468a1.455 1.455 0 0 1-2.258 1.376c-2.8-1.572-5.628-3.094-8.385-4.731 2.009.008 4.018-.008 6.025.013a20 20 0 0 0-1.288-2.918c-.781-1.858-1.6-3.7-2.358-5.565a9.8 9.8 0 0 0-1.032 2.125c-1.3 3.182-2.87 6.241-4.136 9.435-.281.59-.424 1.344-1.035 1.69a1.447 1.447 0 0 1-2.094-.738c-.241-.61.151-1.2.382-1.743.779-1.725 1.645-3.413 2.283-5.2 1.233-2.779 2.499-5.538 3.76-8.301" style="fill:#fefefe"/><path d="M13.817 2.2a13.923 13.923 0 0 1 15.709 10.349 13.73 13.73 0 0 1-2.082 11.519 14.074 14.074 0 0 1-19.706 3.225 13.85 13.85 0 0 1-5.615-9.483 14.15 14.15 0 0 1 1.328-7.96A13.96 13.96 0 0 1 13.817 2.2m.359 5.08c-1.261 2.762-2.526 5.525-3.762 8.3-.638 1.786-1.5 3.473-2.283 5.2-.231.542-.623 1.133-.382 1.743a1.447 1.447 0 0 0 2.094.738c.61-.347.753-1.1 1.035-1.69 1.266-3.194 2.833-6.253 4.136-9.435a9.8 9.8 0 0 1 1.032-2.125c.756 1.868 1.577 3.707 2.358 5.565a20 20 0 0 1 1.288 2.918c-2.007-.02-4.016-.005-6.025-.013 2.757 1.637 5.588 3.159 8.385 4.731a1.455 1.455 0 0 0 2.258-1.376c-.565-1.529-1.349-2.971-1.994-4.468-1.22-3.179-2.762-6.223-4.119-9.345a3.6 3.6 0 0 0-.982-1.544 2.08 2.08 0 0 0-3.038.799Z" style="fill:#e44a32"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.666 11.545h-1.361a.33.33 0 0 0-.182.078.23.23 0 0 0-.078.182l.055 7.885-3.679-7.97c-.02-.059-.033-.117-.091-.13-.02-.046-.072-.046-.13-.046h-1.716a.295.295 0 0 0-.26.26v10.77a.32.32 0 0 0 .091.189.19.19 0 0 0 .169.072h1.38a.24.24 0 0 0 .182-.072.4.4 0 0 0 .078-.189l-.078-7.846 3.685 7.964c0 .046.059.072.072.085a.3.3 0 0 0 .163.059h1.7a.22.22 0 0 0 .182-.072.27.27 0 0 0 .078-.189V11.8a.23.23 0 0 0-.078-.182.3.3 0 0 0-.182-.078M5.327 17l1.25-5.17L7.789 17Zm.26-8.244a.35.35 0 0 0-.1.156L2 22.574v.163l.02.046a.25.25 0 0 0 .163.091l1.361.391c.039 0 .072.033.13 0a.2.2 0 0 0 .13-.072.15.15 0 0 0 .059-.117L4.9 18.745h3.338l1.055 4.33a.23.23 0 0 0 .039.117.16.16 0 0 0 .13.072.1.1 0 0 0 .13 0l1.354-.358a.4.4 0 0 0 .15-.124.3.3 0 0 0 .052-.208L7.658 8.913a.34.34 0 0 0-.1-.156.33.33 0 0 0-.158-.046H5.731a.2.2 0 0 0-.143.046M22.948 11.414a.7.7 0 0 0-.15-.13.22.22 0 0 0-.2.046l-1.3.664a.165.165 0 0 0-.13.15.21.21 0 0 0 .039.208l3.438 6.153v4.07a.3.3 0 0 0 .072.189.2.2 0 0 0 .169.072h1.38a.24.24 0 0 0 .182-.072.27.27 0 0 0 .078-.189v-4.07l3.458-6.153a.3.3 0 0 0 .02-.13.3.3 0 0 0-.02-.13.27.27 0 0 0-.111-.1l-1.3-.664a.19.19 0 0 0-.189-.046c-.072.046-.13.059-.15.13l-2.637 5.1Z" style="fill:#96092b"/><path d="M25.515 10.3a1.469 1.469 0 1 0 1.335 2.222 1.483 1.483 0 0 0-1.335-2.222" style="fill:#fff"/><path d="M25.592 10.49a1.27 1.27 0 0 0-.912.371 1.33 1.33 0 0 0-.358.892 1.25 1.25 0 0 0 .358.912 1.21 1.21 0 0 0 .912.391 1.267 1.267 0 0 0 1.263-1.3 1.235 1.235 0 0 0-1.263-1.263" style="fill:#a7a6a6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="d" x1="-5602.682" x2="-5598.727" y1="768.541" y2="763.917" gradientTransform="scale(1 -1)rotate(64.97 -2187.655 4795.665)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f69923"/><stop offset=".312" stop-color="#f79a23"/><stop offset=".838" stop-color="#e97826"/></linearGradient><linearGradient id="a" x1="-5631.952" x2="-5603.737" y1="769.052" y2="769.052" gradientTransform="scale(1 -1)rotate(64.97 -2187.655 4795.665)" gradientUnits="userSpaceOnUse"><stop offset=".323" stop-color="#9e2064"/><stop offset=".63" stop-color="#c92037"/><stop offset=".751" stop-color="#cd2335"/><stop offset="1" stop-color="#e97826"/></linearGradient><linearGradient id="c" x1="-5628.546" x2="-5611.733" y1="766.221" y2="766.221" gradientTransform="scale(1 -1)rotate(64.97 -2187.655 4795.665)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#282662"/><stop offset=".095" stop-color="#662e8d"/><stop offset=".788" stop-color="#9f2064"/><stop offset=".949" stop-color="#cd2032"/></linearGradient><linearGradient xlink:href="#a" id="e" x1="-5630.367" x2="-5602.152" y1="769.316" y2="769.316"/><linearGradient xlink:href="#c" id="f" x1="-5628.31" x2="-5613.482" y1="768.933" y2="768.933"/><linearGradient xlink:href="#a" id="g" x1="-5630.367" x2="-5602.152" y1="766.394" y2="766.394"/><linearGradient xlink:href="#a" id="h" x1="-5632.118" x2="-5603.902" y1="766.539" y2="766.539"/><linearGradient xlink:href="#a" id="i" x1="-5630.367" x2="-5602.152" y1="765.526" y2="765.526"/><linearGradient xlink:href="#a" id="j" x1="-5630.367" x2="-5602.152" y1="765.625" y2="765.625"/><linearGradient xlink:href="#a" id="k" x1="-5614.516" x2="-5608.28" y1="765.645" y2="765.645"/></defs><path d="M19.993 2.133a10.3 10.3 0 0 0-2.04 2.056l.8 1.51a20 20 0 0 1 1.708-2.144q.067-.073.068-.072l-.068.072a18 18 0 0 0-1.6 2.174 30 30 0 0 0 3.111-.385 3.3 3.3 0 0 0-.3-2.5S20.9 1.6 19.993 2.133" style="fill:url(#d)"/><path d="M18.638 10.749h.018l-.115.013-.021.009ZM12.27 19.524l.025-.068q.264-.7.523-1.357.291-.741.575-1.436.3-.733.59-1.418.305-.718.6-1.384.24-.542.474-1.049l.155-.335.3-.645q.138-.291.274-.57l.09-.185.015-.03-.1.011-.078-.154-.023.045q-.211.418-.417.845l-.238.495q-.328.689-.645 1.389t-.624 1.422q-.3.7-.594 1.4t-.567 1.387q-.289.72-.562 1.426l-.123.318q-.219.569-.426 1.124l.123.243.11-.012.012-.033q.269-.737.531-1.429M17.57 13.5" style="fill:none"/><path d="m17.305 14.818-.315.055.161-.025z" style="fill:#be202e"/><path d="m17.305 14.818-.315.055.161-.025z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="m17.573 13.5.05-.007q.102-.015.2-.036l-.248.042Z" style="fill:#be202e"/><path d="m17.573 13.5.05-.007q.102-.015.2-.036l-.248.042Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M16.394 9.6q.365-.682.739-1.332.388-.674.784-1.305l.046-.075q.392-.62.79-1.191l-.8-1.51-.182.225c-.231.288-.47.6-.716.925q-.416.556-.851 1.179-.401.575-.809 1.2a48 48 0 0 0-.692 1.09l-.026.042 1.041 2.052q.334-.656.676-1.3" style="fill:url(#a)"/><path d="M11.651 21.192q-.207.568-.415 1.159l-.006.017-.059.167c-.093.266-.175.5-.361 1.049a2.1 2.1 0 0 1 .786.926 1.68 1.68 0 0 0-.544-1.154 3.62 3.62 0 0 0 3.489-1.42 3 3 0 0 0 .165-.313 1.45 1.45 0 0 1-1.4.513 4.06 4.06 0 0 0 2.046-1.672 8 8 0 0 0 .328-.587 3.3 3.3 0 0 1-3.109 1.01l-.842.092c-.029.071-.052.142-.078.213" style="fill:url(#c)"/><path d="M12.044 19.306q.273-.706.562-1.426.276-.69.567-1.387t.594-1.4q.308-.711.629-1.419t.645-1.389q.118-.248.238-.495.207-.426.417-.845l.023-.045-1.042-2.053-.051.083c-.242.4-.484.8-.721 1.216s-.475.844-.7 1.276q-.291.547-.568 1.1l-.11.225q-.34.7-.617 1.352-.315.737-.556 1.406c-.107.293-.2.576-.292.847q-.11.347-.208.7-.234.818-.4 1.631l1.046 2.065q.208-.554.426-1.124Z" style="fill:url(#e)"/><path d="M10.435 18.755a16 16 0 0 0-.272 1.974q.001.035-.005.069a4.2 4.2 0 0 0-1.2-1.029 5.8 5.8 0 0 1 1.172 2.693 2.64 2.64 0 0 1-1.325-.226 2.66 2.66 0 0 0 1.13.686 3.25 3.25 0 0 0-1.571.783 3.36 3.36 0 0 1 1.861-.342A154 154 0 0 0 8.076 30a.63.63 0 0 0 .425-.413c.128-.43.976-3.251 2.306-6.959l.115-.318.032-.089q.211-.583.437-1.19l.1-.277v-.005l-1.041-2.065q-.008.035-.015.071" style="fill:url(#f)"/><path d="m15.88 11.078-.09.185-.274.57q-.15.315-.3.645c-.052.111-.1.222-.155.335q-.234.508-.474 1.049-.3.666-.6 1.384-.291.685-.59 1.418-.284.7-.575 1.436-.259.661-.523 1.357l-.025.068q-.262.693-.529 1.422l-.012.033.842-.092-.05-.009a6 6 0 0 0 3.21-1.807 8 8 0 0 0 1.1-1.524 13 13 0 0 0 .706-1.467q.292-.706.562-1.536a3 3 0 0 1-.788.274c-.051.011-.1.021-.156.03s-.107.018-.161.025a3.67 3.67 0 0 0 1.962-1.913 3.3 3.3 0 0 1-1.13.495 3 3 0 0 1-.2.036l-.05.007a3.8 3.8 0 0 0 .839-.469q.076-.057.148-.12a2.6 2.6 0 0 0 .331-.338 3 3 0 0 0 .263-.362q.038-.06.074-.122l.09-.178q.196-.396.319-.706c.042-.1.078-.2.109-.288l.036-.1q.05-.149.081-.265a3 3 0 0 0 .062-.275 1 1 0 0 1-.109.075 4 4 0 0 1-1.162.4l.773-.085-.773.085h-.018l-.119.019.021-.009-2.645.29Z" style="fill:url(#g)"/><path d="M18.858 5.73a35 35 0 0 0-.768 1.236l-.044.074q-.358.6-.759 1.327-.346.626-.719 1.347-.326.629-.672 1.336l2.645-.29a3.2 3.2 0 0 0 1.449-1.14q.134-.192.267-.4c.272-.424.538-.891.776-1.355a14 14 0 0 0 .588-1.294 7 7 0 0 0 .233-.7q.072-.276.115-.524a30 30 0 0 1-3.111.383" style="fill:url(#h)"/><path d="m17.149 14.848-.161.025c.054-.007.112-.016.161-.025" style="fill:#be202e"/><path d="m17.149 14.848-.161.025c.054-.007.112-.016.161-.025" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="m17.149 14.848-.161.025c.054-.007.112-.016.161-.025" style="fill:url(#i)"/><path d="m17.57 13.5.05-.007z" style="fill:#be202e"/><path d="m17.57 13.5.05-.007z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="m17.57 13.5.05-.007z" style="fill:url(#j)"/><path d="M17.572 13.5" style="fill:#be202e"/><path d="M17.572 13.5" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M17.572 13.5" style="fill:url(#k)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.652 8.338A4.9 4.9 0 0 1 17.2 6.814a4.96 4.96 0 0 1 4.32 2.56 6 6 0 0 1 2.442-.519 6.089 6.089 0 1 1-1.189 12.06 4.41 4.41 0 0 1-5.782 1.816 5.034 5.034 0 0 1-9.357-.231 4.7 4.7 0 0 1-.96.1 4.732 4.732 0 0 1-2.337-8.812 5.438 5.438 0 0 1 9.315-5.453" style="fill:#0f9bd7"/><path d="M25.376 30.966h-.561a4.7 4.7 0 0 1-1.284-.137 1.9 1.9 0 0 1-.818-.482 1.73 1.73 0 0 1-.455-.843 6.8 6.8 0 0 1-.106-1.413 6 6 0 0 0-.084-1.33 1 1 0 0 0-.3-.544 1.2 1.2 0 0 0-.66-.179l-.236-.014v-1.879l.236-.014a1.5 1.5 0 0 0 .549-.1.7.7 0 0 0 .273-.264 1.4 1.4 0 0 0 .181-.529 7 7 0 0 0 .044-.939 8 8 0 0 1 .112-1.643 1.7 1.7 0 0 1 .448-.841 2.14 2.14 0 0 1 .906-.492 4.5 4.5 0 0 1 1.2-.116h.561v1.9h-.25a2.6 2.6 0 0 0-.743.056.3.3 0 0 0-.148.117.84.84 0 0 0-.054.386q0 .372-.053 1.413a3.7 3.7 0 0 1-.166 1.009 1.95 1.95 0 0 1-.693 1 2 2 0 0 1 .7 1.044 4.6 4.6 0 0 1 .163 1.079q.04.984.041 1.256a.9.9 0 0 0 .057.408.34.34 0 0 0 .164.125 2.4 2.4 0 0 0 .728.06h.25Z" style="fill:#fff"/><path d="M21.118 25.788v-1.406a1.8 1.8 0 0 0 .645-.129.94.94 0 0 0 .375-.354 1.6 1.6 0 0 0 .217-.624 7 7 0 0 0 .045-.975 8 8 0 0 1 .105-1.585 1.46 1.46 0 0 1 .381-.721 1.9 1.9 0 0 1 .8-.431 4.3 4.3 0 0 1 1.125-.105h.311v1.4a2.9 2.9 0 0 0-.835.073.53.53 0 0 0-.272.223 1.1 1.1 0 0 0-.088.513q0 .369-.053 1.4a3.5 3.5 0 0 1-.152.94 1.9 1.9 0 0 1-.313.595 2.5 2.5 0 0 1-.583.486 2 2 0 0 1 .565.466 1.9 1.9 0 0 1 .337.647 4.4 4.4 0 0 1 .152 1.02q.041.973.041 1.242a1.1 1.1 0 0 0 .094.539.6.6 0 0 0 .284.231 2.7 2.7 0 0 0 .823.079v1.406h-.311a4.5 4.5 0 0 1-1.211-.128 1.64 1.64 0 0 1-.712-.419 1.5 1.5 0 0 1-.39-.724 6.6 6.6 0 0 1-.1-1.356 6.4 6.4 0 0 0-.094-1.4 1.23 1.23 0 0 0-.39-.671 1.43 1.43 0 0 0-.796-.232" style="fill:#0072a0"/><path d="M27.011 30.966h-.561v-1.907h.25a2.3 2.3 0 0 0 .726-.059.32.32 0 0 0 .165-.127.8.8 0 0 0 .058-.379q0-.36.05-1.375a3.7 3.7 0 0 1 .173-1.047 2.2 2.2 0 0 1 .387-.7 2 2 0 0 1 .3-.292 2.1 2.1 0 0 1-.4-.4 2.6 2.6 0 0 1-.421-1.092 18 18 0 0 1-.1-1.841 1.4 1.4 0 0 0-.053-.479c-.008-.016-.031-.062-.136-.106a2.5 2.5 0 0 0-.757-.06h-.25V19.2h.561a4.8 4.8 0 0 1 1.283.133 1.84 1.84 0 0 1 .818.485 1.8 1.8 0 0 1 .453.843 6.6 6.6 0 0 1 .109 1.414 6.4 6.4 0 0 0 .079 1.336 1 1 0 0 0 .3.537 1.23 1.23 0 0 0 .664.18l.236.014v1.879l-.236.014a1.5 1.5 0 0 0-.549.1.7.7 0 0 0-.27.262 1.5 1.5 0 0 0-.186.534 7 7 0 0 0-.043.931 8.4 8.4 0 0 1-.108 1.644 1.7 1.7 0 0 1-.446.846 2.14 2.14 0 0 1-.913.492 4.5 4.5 0 0 1-1.183.122" style="fill:#fff"/><path d="M30.708 25.788a1.8 1.8 0 0 0-.645.129.9.9 0 0 0-.372.354 1.7 1.7 0 0 0-.22.624 7 7 0 0 0-.047.973 8.3 8.3 0 0 1-.1 1.588 1.44 1.44 0 0 1-.378.724 1.9 1.9 0 0 1-.809.431 4.3 4.3 0 0 1-1.125.105H26.7V29.31a2.7 2.7 0 0 0 .82-.079.57.57 0 0 0 .28-.231 1.05 1.05 0 0 0 .1-.5q0-.357.05-1.365a3.5 3.5 0 0 1 .158-.976 2 2 0 0 1 .343-.621 2 2 0 0 1 .549-.453 2.4 2.4 0 0 1-.633-.551 2.34 2.34 0 0 1-.375-.984 18 18 0 0 1-.094-1.8 1.6 1.6 0 0 0-.079-.586.5.5 0 0 0-.264-.226 2.8 2.8 0 0 0-.853-.079v-1.4h.311a4.6 4.6 0 0 1 1.213.123 1.6 1.6 0 0 1 .709.419 1.53 1.53 0 0 1 .39.727 6.4 6.4 0 0 1 .1 1.356 7 7 0 0 0 .088 1.4 1.22 1.22 0 0 0 .393.671 1.45 1.45 0 0 0 .8.231Z" style="fill:#0072a0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m28.1 10.107-7.041-3.948a5.219 5.219 0 0 0-9.859-.146l-7.3 4.094a.58.58 0 0 0-.3.5v9.1a.58.58 0 0 0 .3.5l3.921 2.2a.6.6 0 0 0 .3.078.6.6 0 0 0 .517-.291L9.67 20.46a.57.57 0 0 0-.2-.783 4.224 4.224 0 0 1-1.247-5.863 4.7 4.7 0 0 1 3.99-2.331 4 4 0 0 1 .708.06 5.28 5.28 0 0 0 6.422-.036 4 4 0 0 1 .452-.024 4.7 4.7 0 0 1 3.99 2.331 4.224 4.224 0 0 1-1.247 5.863.57.57 0 0 0-.2.783l1.026 1.74a.6.6 0 0 0 .518.291.6.6 0 0 0 .3-.078l3.921-2.2a.58.58 0 0 0 .3-.5v-9.1a.58.58 0 0 0-.303-.506" style="fill:#acc5e7"/><path d="m28.4 9.6-6.845-3.833a5.828 5.828 0 0 0-10.844-.149L3.6 9.6a1.16 1.16 0 0 0-.6 1.009v9.1a1.16 1.16 0 0 0 .6 1.006l3.921 2.2a1.216 1.216 0 0 0 1.634-.424l1.032-1.735a1.14 1.14 0 0 0-.4-1.565A3.657 3.657 0 0 1 8.74 14.11a4.1 4.1 0 0 1 3.473-2.04 3.4 3.4 0 0 1 .465.03 5.9 5.9 0 0 0 6.9-.024c.073 0 .146-.007.219-.006a4.1 4.1 0 0 1 3.473 2.04 3.66 3.66 0 0 1-1.047 5.081 1.14 1.14 0 0 0-.4 1.565l1.032 1.735a1.215 1.215 0 0 0 1.633.425l3.922-2.2a1.16 1.16 0 0 0 .6-1.006v-9.1a1.16 1.16 0 0 0-.61-1.01M7.7 13.527a4.813 4.813 0 0 0 1.448 6.646l-1.031 1.734L4.2 19.709v-9.1l6.162-3.453a5 5 0 0 0-.019.442 5.47 5.47 0 0 0 1.157 3.367 5.27 5.27 0 0 0-3.8 2.562m11.39-2.568a4.62 4.62 0 0 1-2.476 1.049 5 5 0 0 1-.508.028 5 5 0 0 1-.705-.053 4.6 4.6 0 0 1-2.221-.976 4.346 4.346 0 0 1-.709-6.1 4.655 4.655 0 0 1 7.265-.007 4.4 4.4 0 0 1 .81 1.64 4.3 4.3 0 0 1 .132 1.06 4.37 4.37 0 0 1-1.588 3.359m8.714 8.75-3.922 2.2-1.031-1.734a4.813 4.813 0 0 0 1.449-6.648A5.26 5.26 0 0 0 20.687 11a5.47 5.47 0 0 0 1.187-3.4c0-.106 0-.212-.01-.318l5.94 3.329Z" style="fill:#5686ba"/><path d="M17.158 29.12h-1.269l.17-1.576-1.524.918-.612-.887 1.705-.659-1.7-.658.612-.887 1.524.918-.17-1.577h1.269l-.176 1.577 1.529-.918.607.887-1.7.658 1.7.659-.607.887-1.529-.918ZM23.992 29.12h-1.269l.17-1.576-1.523.918-.613-.887 1.7-.659-1.7-.658.613-.887 1.523.918-.17-1.577h1.269l-.176 1.577 1.53-.918.607.887-1.7.658 1.7.659-.607.887-1.53-.918ZM9.357 30H7.919l4.236-8.306H13.6Z" style="fill:#69bf62"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m18.053 12.267 4.76 7.467.373.56 1.12-.653-.373-.56-4.76-7.467-.373-.654-1.12.653zm-5.227-.747-4.76 7.467-.373.56 1.12.653.373-.467 4.76-7.467.373-.56-1.119-.746z" style="fill:#a0b3c1"/><path d="M16 13.107a4.98 4.98 0 0 0 4.947-4.947A5.06 5.06 0 0 0 16 3.12a4.98 4.98 0 0 0-4.947 4.947A5.06 5.06 0 0 0 16 13.107m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.64 3.64 0 1 1 7.28 0A3.644 3.644 0 0 1 16 11.8M25.053 28.88a4.947 4.947 0 1 0-4.947-4.947 4.98 4.98 0 0 0 4.947 4.947m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.64 3.64 0 1 1 7.28 0 3.644 3.644 0 0 1-3.64 3.64M6.947 28.88a4.947 4.947 0 1 0 0-9.893 4.947 4.947 0 1 0 0 9.893m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.706 3.706 0 0 1 3.64-3.64 3.706 3.706 0 0 1 3.64 3.64 3.644 3.644 0 0 1-3.64 3.64" style="fill:#a0b3c1"/><circle cx="6.947" cy="23.933" r="1.68" style="fill:#5e9cff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m18.053 12.267 4.76 7.467.373.56 1.12-.653-.373-.56-4.76-7.467-.373-.654-1.12.653zm-5.227-.747-4.76 7.467-.373.56 1.12.653.373-.467 4.76-7.467.373-.56-1.119-.746z" style="fill:#5e9cff"/><path d="M16 13.107a4.98 4.98 0 0 0 4.947-4.947A5.06 5.06 0 0 0 16 3.12a4.98 4.98 0 0 0-4.947 4.947A5.06 5.06 0 0 0 16 13.107m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.64 3.64 0 1 1 7.28 0A3.644 3.644 0 0 1 16 11.8M25.053 28.88a4.947 4.947 0 1 0-4.947-4.947 4.98 4.98 0 0 0 4.947 4.947m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.64 3.64 0 1 1 7.28 0 3.644 3.644 0 0 1-3.64 3.64M6.947 28.88a4.947 4.947 0 1 0 0-9.893 4.947 4.947 0 1 0 0 9.893m0-1.307a3.644 3.644 0 0 1-3.64-3.64 3.706 3.706 0 0 1 3.64-3.64 3.706 3.706 0 0 1 3.64 3.64 3.644 3.644 0 0 1-3.64 3.64" style="fill:#5e9cff"/><circle cx="6.947" cy="23.933" r="1.68" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 28.275 16 2 2 28.275h12.162V30h3.676v-1.725Zm-12.162-3.449V13.161l6.215 11.665Zm-9.891 0 6.215-11.665v11.665Z" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M17.181 4.437A6 6 0 0 1 21.579 2a5.98 5.98 0 0 1-1.447 4.476 4.73 4.73 0 0 1-4.17 1.961 5.2 5.2 0 0 1 1.219-4M16.2 10.034c.946 0 2.7-1.3 4.989-1.3a6.25 6.25 0 0 1 5.484 2.8 6.08 6.08 0 0 0-3.028 5.3 6.24 6.24 0 0 0 3.772 5.7s-2.637 7.422-6.2 7.422c-1.636 0-2.908-1.1-4.631-1.1-1.757 0-3.5 1.144-4.635 1.144-3.251 0-7.364-7.041-7.364-12.7 0-5.568 3.478-8.489 6.74-8.489 2.121 0 3.766 1.223 4.873 1.223" style="fill:#a8c2ab"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><rect width="373" height="107" x="27.53" y="328.9" fill="#ea4335" rx="53.5"/><circle cx="81.36" cy="382.6" r="26.7" fill="#fff"/><rect width="373" height="107" x="53.33" y="250.94" fill="#fbbc04" rx="53.5" transform="rotate(-144 239.832 304.447)"/><circle cx="131.44" cy="225.44" r="26.7" fill="#fff"/><rect width="373" height="107" x="120.53" y="201.9" fill="#34a853" rx="53.5" transform="rotate(72 307.032 255.396)"/><circle cx="265.84" cy="129.28" r="26.7" fill="#fff"/><rect width="373" height="107" x="202.53" y="201.9" fill="#4285f4" rx="53.5" transform="rotate(-72 389.029 255.392)"/><circle cx="348.22" cy="381.64" r="26.7" fill="#fff"/><circle cx="430.67" cy="127.89" r="26.7" fill="#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#a6cfff" d="M8 3h1.607a5 5 0 0 1 5 5v6.607H3V8a5 5 0 0 1 5-5"/><path fill="#4a90e2" d="M22.393 3H29v11.607h-6.607a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5"/><path fill="#a6cfff" d="M14.607 29H3V17.393h11.607z"/><path fill="#4a90e2" d="M24 29h-6.607V17.393H24a5 5 0 0 1 5 5V24a5 5 0 0 1-5 5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.958 2a14 14 0 0 1 .091 28h-.091a14 14 0 0 1 0-28" style="fill:#00b3e0"/><path d="m11.971 27.829 5.346-5.165a6.52 6.52 0 0 1-5.709-1.269 6.74 6.74 0 0 1-2.447-6.162l-4.8 5.256a9.3 9.3 0 0 1-.815-3.353l8.427-6.615a7.07 7.07 0 0 1 8.427 0 6.85 6.85 0 0 1 1.269 9.152l-6.169 8.79a11.6 11.6 0 0 1-3.534-.634Z" style="fill:#fff"/><path d="M19.4 18.676a4.389 4.389 0 1 1-6.887-5.437 4.686 4.686 0 0 1 6.343-.815 4.36 4.36 0 0 1 .544 6.252" style="fill:#00b3e0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="767.179" cy="5169.543" r="14.989" gradientTransform="matrix(.955 0 0 .962 -718.112 -4953.917)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#36bac0"/><stop offset="1" stop-color="#2d9094"/></radialGradient></defs><path d="M29.645 15.925A13.77 13.77 0 1 1 15.876 2.056a13.82 13.82 0 0 1 13.769 13.869Z" style="stroke:#02797e;stroke-linejoin:round;stroke-width:1.1367228454969267px;fill:url(#a)"/><path d="M10.581 11.648c2.41-.076 3.359.834 4.605 2.069.285.282.579.59.9.921l.922-.991a6.22 6.22 0 0 1 3.256-1.93c1.939-.211 3.119-.122 4.311.814a5.02 5.02 0 0 1 2.245 3.9 5.65 5.65 0 0 1-3.25 5.156 5.98 5.98 0 0 1-3.913.135 7.66 7.66 0 0 1-3.541-2.987c-1.678 2.142-3.187 3.253-5.235 3.155-7.452-.354-6.842-10.075-.3-10.247Zm1.657 7.994a9.2 9.2 0 0 0 2.856-2.9c-.74-1.243-2.209-2.824-3.455-3.134a4.33 4.33 0 0 0-3.224.777 3.38 3.38 0 0 0-.762 3.686 3.674 3.674 0 0 0 4.585 1.57Zm-2.98-3.487 3.278.005v1.21l-3.283.005Zm13.448 3.6A3.84 3.84 0 0 0 24.937 17a3.46 3.46 0 0 0-1.863-3.109 3.65 3.65 0 0 0-4.2.728 7.4 7.4 0 0 0-1.649 2.151 8.9 8.9 0 0 0 1.975 2.482 4.02 4.02 0 0 0 3.506.502Zm-1.955-2.376-1.088-.008v-1.217h1.091v-1.079l1.107-.008-.007 1.093h1.085v1.165l-1.021-.008v1.12h-1.165Z" style="stroke:#000;stroke-width:.12103096480927482px;opacity:.1680999994277954;isolation:isolate"/><path d="M4.917 16.337c0 5.348 7.354 7.34 10.987 1.894 3.765 5.647 10.824 3.28 10.824-1.9S19.7 8.656 15.9 14.441c-3.6-5.719-10.987-3.453-10.987 1.9Zm1.931 0c0-3.86 5.455-5.078 7.992 0-2.588 4.889-7.992 3.859-7.992 0Zm10.119 0c2.286-5.178 7.889-3.751 7.872.008s-5.653 4.932-7.872-.008Z" style="fill:#fff;stroke:#000;stroke-width:.24206192961854964px"/><path d="M8.898 15.795h3.237v1.067H8.898zM20.644 16.846h-1.068v-1.134h1.068v-1.068h1.135v1.068h1.068v1.134h-1.068v1.068h-1.135z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 30H2V2h28Z" style="fill:#e40046"/><path d="M23.731 24.83a.59.59 0 0 1-.763-.337L16.724 9.269 13.93 15.99h1.833a.59.59 0 0 1-.024 1.18H8.9a.59.59 0 0 1 .024-1.18h3.727v-.013L16.184 7.5a.59.59 0 0 1 .533-.363.59.59 0 0 1 .557.366l6.785 16.546.009.021a.59.59 0 0 1-.337.76" style="fill:#fff"/><path d="M14.516 18.791H7.679a.59.59 0 0 0-.024 1.18H11l-1.691 4.072a.59.59 0 0 0 1.085.464v-.011l1.875-4.509.005-.016h2.215a.59.59 0 0 0 .023-1.18Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.786 23.5H9.852l-.842-3.158H5.676l-.8 3.158H2L6.053 8.49h2.566Zm-6.231-6.609H8.1l-.78-3.024ZM16.742 23.749a3.7 3.7 0 0 1-3.05-1.349 7.1 7.1 0 0 1-1.3-3.909l-.046-.566 2.622-.368.062.5a3.4 3.4 0 0 0 .565 1.693 1.43 1.43 0 0 0 1.169.515 1.45 1.45 0 0 0 1.179-.448 1.36 1.36 0 0 0 .338-.911.9.9 0 0 0-.11-.478 1.25 1.25 0 0 0-.537-.438c-.147-.074-.534-.238-1.524-.592a5 5 0 0 1-2.355-1.5 5.12 5.12 0 0 1-1.016-3.216 5.5 5.5 0 0 1 .481-2.3 3.55 3.55 0 0 1 1.368-1.6 3.83 3.83 0 0 1 2.042-.527 3.6 3.6 0 0 1 2.97 1.277A5.65 5.65 0 0 1 20.7 13l.014.552-2.651.168-.063-.482a2.26 2.26 0 0 0-.395-1.2 1.27 1.27 0 0 0-1-.353 1.47 1.47 0 0 0-1.11.4.54.54 0 0 0-.15.409.6.6 0 0 0 .152.415 3.9 3.9 0 0 0 1.634.817 7.9 7.9 0 0 1 2.188 1.048 3.9 3.9 0 0 1 1.211 1.61 6.4 6.4 0 0 1 .443 2.517 6.25 6.25 0 0 1-.521 2.542A3.76 3.76 0 0 1 18.98 23.2a4.3 4.3 0 0 1-2.238.549M24.56 23.5h-2.7V8.49h3.5a8 8 0 0 1 2.41.227 3.12 3.12 0 0 1 1.587 1.555 6.5 6.5 0 0 1 .643 3.05 7 7 0 0 1-.368 2.419 4.3 4.3 0 0 1-.942 1.559 2.85 2.85 0 0 1-1.142.743 8 8 0 0 1-2.1.211h-.892Zm0-8.717h.688a3.2 3.2 0 0 0 1.4-.182 1.04 1.04 0 0 0 .434-.482 1.75 1.75 0 0 0 .152-.762 1.6 1.6 0 0 0-.209-.875.95.95 0 0 0-.571-.446 6 6 0 0 0-1.335-.086h-.563Z" style="fill:#0088b6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.75 2H6.35v28h23.3V9z" style="fill:#c5c5c5"/><path d="M27.35 27.7H8.75V4.3h11.7v7h7v16.4z" style="fill:#f5f5f5"/><path d="M12.1 30.994A11.094 11.094 0 1 1 23.194 19.9 11.106 11.106 0 0 1 12.1 30.994m0-20.3a9.2 9.2 0 1 0 9.2 9.206 9.216 9.216 0 0 0-9.2-9.2Z" style="fill:#33a9dc"/><path d="M2.099 19.455h20.003v.89H2.099zM12.325 15.763a32 32 0 0 1-8.484-1.11l.242-.807a31.4 31.4 0 0 0 15.992 0l.239.807a28 28 0 0 1-7.989 1.11ZM4.1 25.724l-.239-.807a31.65 31.65 0 0 1 16.472 0l-.242.807a31.4 31.4 0 0 0-15.991 0Z" style="fill:#33a9dc;stroke:#33a9dc;stroke-miterlimit:10"/><path d="M8.536 29.055A25.44 25.44 0 0 1 8 10.608l.776.331a24.56 24.56 0 0 0 .533 17.783ZM15.6 29.055l-.776-.333a24.56 24.56 0 0 0 .531-17.783l.776-.331a25.44 25.44 0 0 1-.531 18.447ZM11.655 9.898h.889v20.371h-.889z" style="fill:#33a9dc;stroke:#33a9dc;stroke-miterlimit:10"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="836.63" x2="843.802" y1="36.205" y2="14.48" gradientTransform="rotate(180 262.961 15.125)scale(.607)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity=".275"/></linearGradient></defs><path d="M16 2c-1.246 3.056-2 5.057-3.391 8.022a22 22 0 0 0 3.591 3.134 14.9 14.9 0 0 1-4-2.283C10.43 14.579 7.646 19.855 2 30c5.186-2.994 9.012-4.648 12.691-4.966V24.2h-.834v-.837h.834v.837h1.675v-1.679h-1.675v-.834h-.834v-1.674h.834v-.834h1.675v.834h.834v.837h-.837v-.837h-1.672v1.675h1.675v.834h.834V24.2h-.837v.783c3.98.1 8.006 1.772 13.634 5.021-.863-1.589-1.636-3.021-2.372-4.385a25.5 25.5 0 0 0-4.833-3.333A14.4 14.4 0 0 1 26.65 23.8C19.17 9.872 18.565 8.02 16 2m-5.489 17.179h1.671v.834h.837v5.021h-.837v-2.513h-1.671v2.512h-.838v-5.02h.837Zm0 .834v1.675h1.671v-1.675Zm7.526-.834h.837v.834h.837v.837h.834v-.837h.837v-.834h.837v5.855h-.837V20.85h-.837v.837h-.834v-.837h-.837v4.184h-.837Z" style="fill:#0000bf"/><path d="M23.881 18.642c-6.069-8.237-7.476-14.876-7.832-16.461a175 175 0 0 0 7.832 16.461" style="fill:#fff;fill-opacity:.165680468082428"/><path d="M16.051 2.12 15.6 3.227l-.461 1.131q-.226.548-.448 1.077c-.222.529-.3.7-.448 1.053s-.3.706-.465 1.066-.329.729-.506 1.111-.362.778-.561 1.193l-.089.181a22 22 0 0 0 3.578 3.117 14.9 14.9 0 0 1-3.989-2.276l-.14.287c-.065.133-.144.283-.212.42l-.106.219c-.878 1.793-2.006 3.984-3.524 6.822 3.551-2 7.381-4.887 14.338-2.4a226 226 0 0 1-1.812-3.507 113 113 0 0 1-1.354-2.776c-.196-.413-.38-.818-.554-1.2s-.339-.754-.5-1.118-.3-.727-.447-1.081-.291-.709-.434-1.066l-.109-.277c-.408-.956-.821-1.945-1.306-3.083" style="fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#a)" d="M11.025 20.499c-.532 1.75-.154 4.184 1.105 5.331v-.042l.042-.112c.154-.741.756-1.203 1.526-1.175.713.014 1.12.392 1.217 1.217.042.308.042.616.056.938v.098c0 .7.196 1.371.588 1.959.35.56.84.993 1.497 1.287l-.028-.056-.028-.112c-.49-1.469-.14-2.49 1.147-3.358l.392-.266.868-.573a4.25 4.25 0 0 0 1.791-3.037c.07-.532 0-1.05-.154-1.553l-.21.14c-1.945 1.035-4.17 1.4-6.325.98-1.301-.197-2.56-.56-3.498-1.652z"/><path fill="#fff" d="M4.925 20.191s3.736-1.82 7.486-1.82l2.84-8.759c.098-.42.406-.7.756-.7s.644.28.756.714l2.826 8.746c4.45 0 7.487 1.82 7.487 1.82L20.709 2.84c-.168-.518-.49-.84-.896-.84h-7.612c-.406 0-.7.322-.896.84z"/><defs><linearGradient id="a" x1="8.19" x2="16.91" y1="23" y2="18.89" gradientTransform="translate(-.673 -2.198)scale(1.3993)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#a)" d="M11.025 20.499c-.532 1.75-.154 4.184 1.105 5.331v-.042l.042-.112c.154-.741.756-1.203 1.526-1.175.713.014 1.12.392 1.217 1.217.042.308.042.616.056.938v.098c0 .7.196 1.371.588 1.959.35.56.84.993 1.497 1.287l-.028-.056-.028-.112c-.49-1.469-.14-2.49 1.147-3.358l.392-.266.868-.573a4.25 4.25 0 0 0 1.791-3.037c.07-.532 0-1.05-.154-1.553l-.21.14c-1.945 1.035-4.17 1.4-6.325.98-1.301-.197-2.56-.56-3.498-1.652z"/><path fill="#fff" d="M4.925 20.191s3.736-1.82 7.486-1.82l2.84-8.759c.098-.42.406-.7.756-.7s.644.28.756.714l2.826 8.746c4.45 0 7.487 1.82 7.487 1.82L20.709 2.84c-.168-.518-.49-.84-.896-.84h-7.612c-.406 0-.7.322-.896.84z"/><path fill="#99b8c4" d="m25.684 27.193.456-.447c2.112.068 2.144 0 2.237-.219l.58-1.393L29 25l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445 1.489-1.519 1.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10 10 0 0 0-.071-2.053l-.059-.132-1.508-.65c-.222-.1-.3-.136-1.724 1.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212 2.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581 1.393L15 21l.048.116c.025.06.1.24 1.419 1.481v.65c-1.521 1.445-1.488 1.519-1.4 1.731l.577 1.409c.089.215.12.292 2.216.238l.456.467a10 10 0 0 0 .07 2.05l.058.133 1.518.654c.221.091.3.124 1.717-1.4l.64.008c1.468 1.545 1.543 1.515 1.757 1.43l1.4-.558c.224-.085.297-.115.208-2.216m-6.013-3.262a2.47 2.47 0 0 1 .623-2.691 2.5 2.5 0 0 1 .826-.509 2.526 2.526 0 0 1 3.246 1.429 2.466 2.466 0 0 1-1.405 3.184 2.553 2.553 0 0 1-3.29-1.413"/><defs><linearGradient id="a" x1="8.19" x2="16.91" y1="23" y2="18.89" gradientTransform="translate(-.673 -2.198)scale(1.3993)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="none" stroke-width=".56"><ellipse cx="16" cy="17.26" stroke="#66899a" rx="1.68" ry="12.32"/><ellipse cx="-9.26" cy="21.64" stroke="#e1d85d" rx="1.68" ry="12.32" transform="rotate(-66)"/><ellipse cx="22.28" cy="-7.6" stroke="#80a3cf" rx="1.68" ry="12.32" transform="rotate(66)"/><circle cx="16" cy="17.26" r="12.32" stroke="#4b541f"/><g fill="#66899a" stroke="#fff"><circle cx="16" cy="17.26" r="3.64" fill="#80a3cf"/><circle cx="16" cy="4.94" r="2.52"/><circle cx="4.8" cy="22.3" r="2.52"/><circle cx="27.2" cy="22.3" r="2.52"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 14.74v.49a.74.74 0 0 0 0 .49v.56a.74.74 0 0 0 0 .49v.56a16 16 0 0 1-.373 2.332 14.13 14.13 0 0 1-8.8 9.59 10.3 10.3 0 0 1-3.471.713.14.14 0 0 0-.096.035h-.56a.39.39 0 0 0-.35 0h-.7a.55.55 0 0 0-.42 0h-.56a14.5 14.5 0 0 1-2.366-.383 14.3 14.3 0 0 1-6.051-3.426 14.05 14.05 0 0 1-3.66-5.791 9.9 9.9 0 0 1-.558-2.9c0-.057.011-.117-.035-.165v-.56a.92.92 0 0 0 0-.56v-.42a.92.92 0 0 0 0-.56v-.56a13 13 0 0 1 .454-2.637 14.04 14.04 0 0 1 7.118-8.594 13.7 13.7 0 0 1 3.719-1.292c.456-.09.923-.065 1.379-.152h.56a1.5 1.5 0 0 0 .512.035h.645c.15-.016.307.036.453-.035h.42c.434.071.879.047 1.311.129a14.13 14.13 0 0 1 10.7 9.076 10.4 10.4 0 0 1 .7 3.37c-.005.057-.016.117.029.165" style="fill:#fefe5f"/><path d="M10.2 17.448c-.133.05-.165.185-.23.286-1.316 2.049-2.634 4.1-3.937 6.155-.154.244-.263.245-.479.094a16 16 0 0 0-1.294-.83c-.259-.145-.272-.251-.114-.5 1.939-3.007 3.863-6.023 5.8-9.029a.79.79 0 0 0 .1-.748 5.6 5.6 0 0 0-.482-1.12 1.12 1.12 0 0 0-1.4-.542 5.4 5.4 0 0 0-1.889 1.169q-.413.351-.794.737c-.133.135-.215.158-.358.007-.408-.433-.832-.85-1.253-1.27-.09-.09-.156-.154-.027-.278a10.3 10.3 0 0 1 3.391-2.42 3.39 3.39 0 0 1 4.336 1.582 8.1 8.1 0 0 1 .954 4.418 19.6 19.6 0 0 0 .179 4.67 4 4 0 0 0 .12.473 1.9 1.9 0 0 0 2.124 1.573q5.965 0 11.932-.007c.332 0 .406.1.391.405q-.036.75 0 1.5c.013.273-.065.347-.342.346-2.3-.012-4.6-.007-6.894-.007H14.9A4.16 4.16 0 0 1 11.861 23a5.2 5.2 0 0 1-1.389-2.917 14.4 14.4 0 0 1-.225-2.435c0-.065.031-.141-.047-.2" style="fill:#fe0000"/><path d="M26.708 13.593c0-.276-.086-.322-.336-.32-1.482.012-2.963.006-4.445.006-.832 0-.822 0-.832-.825 0-.238.049-.313.3-.31 1.365.013 2.73 0 4.095.011.229 0 .323-.032.316-.294a49 49 0 0 1 0-2.239c0-.2-.03-.278-.26-.278q-5.337.014-10.675 0c-.251 0-.276.094-.273.3.01.734.015 1.47 0 2.2-.006.242.052.311.3.308 1.2-.014 2.4-.006 3.605-.006.8 0 .789 0 .8.816.006.272-.078.321-.33.319-1.645-.012-3.29 0-4.935-.012-.269 0-.351.059-.349.342q.018 3.481 0 6.965c0 .259.06.328.324.327 2.065-.012 4.13-.007 6.195-.007s4.107 0 6.16.005c.241 0 .34-.028.338-.313q-.018-3.495.002-6.995M19.043 18.1c-.548-.011-1.1 0-1.643 0s-1.1-.007-1.644 0c-.185 0-.266-.032-.26-.243a25 25 0 0 0 0-1.538c-.006-.207.068-.25.26-.248q1.643.012 3.287 0c.192 0 .265.043.259.249a27 27 0 0 0 0 1.538c.008.216-.074.249-.259.242m5.857-1.761c-.017.5-.013 1 0 1.5 0 .185-.026.265-.24.263a194 194 0 0 0-3.322 0c-.165 0-.251-.02-.245-.222q.021-.787 0-1.573c0-.188.06-.237.24-.233.56.01 1.119 0 1.679 0 .536 0 1.072.009 1.608 0 .211-.005.292.038.28.265" style="fill:#0000fe"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M17.229 4a.9.9 0 0 0-.569.232l-7.6 6.32a1.16 1.16 0 0 1-.955.328H3.208A1.2 1.2 0 0 0 2 12.088v7.826a1.2 1.2 0 0 0 1.208 1.206H8.1a1.16 1.16 0 0 1 .955.328l7.6 6.32c.521.433 1.081.224 1.081-.289V4.522A.494.494 0 0 0 17.229 4M27 6.3l-1.791 1.793a14.71 14.71 0 0 1 0 15.844l1.785 1.776A17.19 17.19 0 0 0 27 6.3m-4.333 4.323L20.905 12.4a6.035 6.035 0 0 1 0 7.237l1.756 1.756a8.554 8.554 0 0 0 .01-10.769Z" style="fill:#00007f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-73.299" x2="-69.112" y1="-36.757" y2="-40.601" gradientTransform="matrix(7.886 0 0 -8.589 578.084 -327.095)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c06fbb"/><stop offset="1" stop-color="#6e4d9b"/></linearGradient><linearGradient id="b" x1="-75.72" x2="-76.857" y1="-29.976" y2="-28.423" gradientTransform="matrix(15.701 0 0 -16.956 1213.064 -480.525)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".29" stop-color="#b31777"/><stop offset=".84" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-74.781" x2="-70.958" y1="-34.695" y2="-40.015" gradientTransform="matrix(8.637 0 0 -7.94 632.817 -284.546)"/><linearGradient xlink:href="#a" id="d" x1="-3.96" x2="31.012" y1="41.901" y2="13.213"/><linearGradient xlink:href="#a" id="e" x1="-72.241" x2="-69.334" y1="-41.388" y2="-43.773" gradientTransform="matrix(6.504 0 0 -6.517 478.263 -265.393)"/><linearGradient xlink:href="#a" id="f" x1="-74.154" x2="-70.411" y1="-34.519" y2="-37.816" gradientTransform="matrix(10.02 0 0 -10.013 732.69 -346.247)"/><linearGradient xlink:href="#b" id="g" x1="-74.562" x2="-75.704" y1="-31.575" y2="-30.013" gradientTransform="matrix(15.678 0 0 -16.922 1195.287 -503.63)"/><linearGradient xlink:href="#a" id="h" x1="-73.124" x2="-68.938" y1="-36.529" y2="-41.164" gradientTransform="matrix(7.887 0 0 -8.589 578.148 -327.094)"/><linearGradient id="i" x1="-78.108" x2="-77.58" y1="-25.063" y2="-24.54" gradientTransform="matrix(37.627 7.508 7.477 -37.474 3130.474 -328.745)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6e4d9b"/><stop offset=".14" stop-color="#77327a"/><stop offset=".53" stop-color="#b31777"/><stop offset=".79" stop-color="#cd0f7e"/><stop offset="1" stop-color="#ed2c89"/></linearGradient></defs><path d="m20.336 7.408-2.6 1.734-2.676-4.011 2.6-1.734 2.677 4.012Z" style="fill:url(#a)"/><path d="m22.449 19.461 4.44 6.654-5.289 3.529-4.44-6.654-.775-1.161 5.289-3.53.775 1.161Z" style="fill:url(#b)"/><path d="m15.787 23.907.978 1.465-4.026 2.687-1.752-2.626.88-.587 3.147-2.1.775 1.161Z" style="fill:url(#c)"/><path d="m24.648 16.316 1.129-.754 1.752 2.626-2.599 1.734-.977-1.465 1.47-.981z" style="fill:url(#d)"/><path d="m23.953 18.457-.775-1.161 1.47-.98.775 1.16z" style="fill:url(#e)"/><path d="m6.424 16.692-.879.587-2.677-4.012 4.026-2.687 1.876 2.813-3.146 2.1 3.146-2.1.8 1.2-3.147 2.1Z" style="fill:url(#f)"/><path d="m15.432 8.947.8 1.2-5.289 3.53-.8-1.2-4.4-6.591 5.289-3.53z" style="fill:url(#g)"/><path d="m19.207 8.162-1.47.981-.8-1.2-1.877-2.812 2.6-1.734 2.677 4.012z" style="fill:url(#h)"/><path d="m12.64 26.006-.775-1.161 3.147-2.1.775 1.161-3.146 2.1Z" style="fill:#714896"/><path d="m23.953 18.457-.775-1.157 1.47-.981.775 1.161-1.47.981Z" style="fill:#6f4795"/><path d="m6.424 16.692-.8-1.2 3.146-2.1.8 1.2-3.147 2.1Z" style="fill:#88519f"/><path d="m17.737 9.143-.8-1.2 1.47-.981.8 1.2z" style="fill:#85509e"/><path d="m22.449 19.461-5.289 3.53-.775-1.161 5.289-3.53z" style="fill:#8d166a"/><path d="m15.432 8.947.8 1.2-5.289 3.53-.8-1.2z" style="fill:#a70d6f"/><path d="M3.776 8.336h1.799v1.799H3.776z" style="fill:#9e61ad" transform="rotate(-33.716 4.676 9.236)"/><path d="M9.168 26.271h1.799v1.799H9.168z" style="fill:#8053a3" transform="rotate(-33.716 10.067 27.17)"/><path d="M6.38 27.43 2 20.813 25.407 5.157 30 11.668z" style="fill:url(#i)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="54.604" x2="54.604" y1="168.388" y2="194.885" gradientTransform="translate(-38.604 -165.636)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d8d8d8"/><stop offset="1" stop-color="#a3a3a3"/></linearGradient><linearGradient id="b" x1="68.756" x2="91.638" y1="209.152" y2="209.152" gradientTransform="matrix(.832 0 0 .837 -50.601 -159.449)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d7d7d7"/><stop offset=".5" stop-color="#e7e7e7"/><stop offset="1" stop-color="#d7d7d7"/></linearGradient></defs><rect width="28" height="26.353" x="2" y="2.824" rx="3.088" ry="3.088" style="fill:url(#a)"/><path d="M26.856 29.181H5.144A3.15 3.15 0 0 1 2 26.037V5.963a3.15 3.15 0 0 1 3.144-3.144h21.712A3.15 3.15 0 0 1 30 5.963v20.074a3.15 3.15 0 0 1-3.144 3.144M5.144 2.963a3 3 0 0 0-3 3v20.074a3 3 0 0 0 3 3h21.712a3 3 0 0 0 3-3V5.963a3 3 0 0 0-3-3Z" style="fill:#8d8d8d"/><rect width="23.169" height="21.94" x="4.313" y="4.641" rx="2.571" ry="2.571" style="fill:url(#b)"/><path d="M24.911 26.641H6.884a2.634 2.634 0 0 1-2.631-2.631V7.212a2.634 2.634 0 0 1 2.631-2.631h18.027a2.634 2.634 0 0 1 2.631 2.631v16.8a2.634 2.634 0 0 1-2.631 2.629M6.884 4.7a2.514 2.514 0 0 0-2.511 2.512v16.8a2.514 2.514 0 0 0 2.511 2.511h18.027a2.514 2.514 0 0 0 2.511-2.511v-16.8A2.514 2.514 0 0 0 24.911 4.7Z" style="fill:#f8f8f8"/><path d="m6.145 23.9 2.343-6.1h.87l2.5 6.1h-.92l-.712-1.848H7.673L7 23.9ZM7.9 21.4h2.074l-.637-1.7q-.291-.77-.433-1.265a8 8 0 0 1-.328 1.165ZM13.607 23.9v-6.1h.807v2.5h3.171v-2.5h.807v6.1h-.807v-2.879h-3.17V23.9ZM20.478 23.9v-6.1h.807v3.025l3.03-3.025h1.094l-2.559 2.467 2.672 3.633h-1.066l-2.172-3.088-1 .974V23.9Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="12.551" style="fill:#5d83ac"/><path d="M2 16a14 14 0 1 1 14 14A14 14 0 0 1 2 16M16 4.789A11.211 11.211 0 1 0 27.211 16 11.21 11.21 0 0 0 16 4.789" style="fill:#f0f0f0"/><path d="m24.576 20.156-6.4-9.264a3.1 3.1 0 0 0-.819-.819 2.36 2.36 0 0 0-2.442.023 3.5 3.5 0 0 0-.812.8l-6.57 9.26h3.752l4.808-6.8 1.838 2.71q.26.368.544.789t.5.7q-.368-.031-.865-.031h-3.53l-1.914 2.634Z" style="fill:#f0f0f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.913 20.149 23.481 9.03l-6.414 11.119Z" style="fill:#fbac30"/><path d="m29.913 20.149-2.408-2.775h-8.022l-2.416 2.775Z" style="fill:#12b17d"/><path d="m23.481 24.33 4.024-6.956h-8.022Z" style="fill:#bb255c"/><path d="M8.309 19.138H5.258l-.3 1.02H2.345l2.923-7.939H8.3l2.922 7.939h-2.6Zm-2.435-2h1.82l-.91-2.794Zm3.768-4.916h2.729l1.709 5.339 1.709-5.339h2.729L15.6 20.158h-3.036l-2.922-7.939"/><path d="m23.03 14.213-.827.827-.891-.938 1.93-1.883h1.35v4.769H23.03Z" style="fill:#f1f4d4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 11.649h.025a4.8 4.8 0 0 0 2.911 1.336c2.308.221 4.59-.485 6.9-.326a7 7 0 0 1 2.68.664c.5-.319.989-.662 1.486-.989.5.327.984.674 1.488.989a6.8 6.8 0 0 1 2.487-.65c1.995-.167 3.967.308 5.957.359a5.2 5.2 0 0 0 4.026-1.383H30v.236c-.178.747-.882 1.176-1.284 1.79a5 5 0 0 1-.731.791 3.8 3.8 0 0 1-.565.748 2.6 2.6 0 0 0-.594.541 2.2 2.2 0 0 1-.96.749 1.15 1.15 0 0 1-.565.56 6.7 6.7 0 0 1-1.94.184c.723.548 1.5 1.02 2.246 1.535.782.513 1.54 1.061 2.326 1.568H4.089c1.5-1.058 3.057-2.035 4.55-3.1a6.8 6.8 0 0 1-1.939-.186 1.16 1.16 0 0 1-.569-.562 2.3 2.3 0 0 1-1.043-.86c-.268-.3-.67-.466-.853-.843-.2-.436-.658-.664-.909-1.067-.4-.642-1.137-1.076-1.327-1.846zm2.939 8.528q11.059.009 22.12 0c-3.668-2.51-7.376-4.961-11.059-7.448-3.684 2.487-7.392 4.941-11.061 7.449M4.167 13.2a7.8 7.8 0 0 0 2.84.731c1.163.123 2.341.046 3.5.236a2.7 2.7 0 0 1 1.607.781c.659-.452 1.332-.885 1.987-1.342l.012-.064a5.3 5.3 0 0 0-1.877-.5c-2.693-.316-5.387.712-8.067.16m13.652.356c.688.466 1.382.925 2.07 1.392a2.5 2.5 0 0 1 1.3-.719 20 20 0 0 1 3.137-.248 9.1 9.1 0 0 0 3.5-.768c-2.582.5-5.168-.409-7.761-.2a6.3 6.3 0 0 0-2.245.545m-14.483-.394a7.3 7.3 0 0 0 2.723 1.3c-.219-.153-.376-.416-.657-.457a8 8 0 0 1-2.066-.844m23.333.825c-.317.023-.5.3-.733.473a7.2 7.2 0 0 0 2.724-1.3 8 8 0 0 1-1.991.824m-22.5.126a5.1 5.1 0 0 0 2.589 1.1c-.115-.128-.209-.312-.4-.334a10.5 10.5 0 0 1-2.19-.771m21.467.768c-.189.022-.284.2-.394.336a5.2 5.2 0 0 0 2.6-1.109 10.5 10.5 0 0 1-2.2.773M6.3 14.206a3.24 3.24 0 0 0 2.445.352c-.1-.08-.181-.215-.325-.206q-1.063-.04-2.12-.146m17.351.139c-.171-.019-.291.1-.406.211a3.1 3.1 0 0 0 2.42-.352q-1 .112-2.014.141m-16.741.538a3.67 3.67 0 0 0 2.482.319 1.1 1.1 0 0 0-.281-.376 5.2 5.2 0 0 1-2.2.057m15.7.318a3.68 3.68 0 0 0 2.487-.319 5.1 5.1 0 0 1-2.2-.057 1.1 1.1 0 0 0-.283.376m-17.777-.224a4.1 4.1 0 0 0 2.133.841l-.171-.254a7 7 0 0 1-1.962-.587m20.361.589-.169.253a4.14 4.14 0 0 0 2.136-.843 7 7 0 0 1-1.967.59m-18.1-.13a.8.8 0 0 0 .534.31 7.6 7.6 0 0 0 2.037-.073l-.036-.12c-.457-.051-.923.074-1.385.047a7 7 0 0 1-1.149-.163m16.191.151a6 6 0 0 0-.913-.041l-.042.126a7.4 7.4 0 0 0 2.045.072.7.7 0 0 0 .522-.331 4.4 4.4 0 0 1-1.613.174m-17.52.327a3.1 3.1 0 0 0 1.754.481c-.065-.24-.334-.2-.523-.236-.419-.041-.816-.186-1.231-.246m19.23.249c-.188.041-.452-.006-.521.232a2.87 2.87 0 0 0 1.732-.482c-.4.079-.8.207-1.211.251m-17.265-.045a1 1 0 0 0 .789.275 9 9 0 0 0 1.325-.158c-.021-.093-.009-.278-.163-.228a10 10 0 0 1-1.951.111m14.415.118a8 8 0 0 0 1.412.154.9.9 0 0 0 .7-.274 9.4 9.4 0 0 1-1.934-.11c-.16-.06-.155.132-.176.23m-15.438.44a1.96 1.96 0 0 0 1.3.181l-.091-.126c-.4.006-.807-.022-1.209-.055m1.615.043a1.03 1.03 0 0 0 .716.294q.27-.186.531-.386a5.8 5.8 0 0 1-1.247.092m14.1-.093c.237.144.467.477.782.345.166-.05.369-.089.461-.257a5.3 5.3 0 0 1-1.243-.088m1.713.263a2 2 0 0 0 1.145-.213 10 10 0 0 1-1.144.049c-.15-.059-.159.235-.005.164Z" style="fill:#0040ff"/><path d="M7.435 18.886q4.284-2.873 8.565-5.749l9.3 6.244q.333.22.648.464-9.947-.01-19.894 0c.443-.344.92-.64 1.383-.958m8.255-5.066c-.457 1.859-.907 3.719-1.375 5.576.52.015 1.041.012 1.562 0q-.013-2.841 0-5.68l-.184.1m-2.5 1.684c.255.859.48 1.728.763 2.579.289-1.238.6-2.471.9-3.707-.55.386-1.114.75-1.668 1.129m3.357-.873c-.006.682 0 1.364 0 2.046a2.1 2.1 0 0 0 1.014-.254c.193-.145.1-.409.011-.586a4.3 4.3 0 0 0-1.024-1.207m1.779 1.772c-.1.544-.666.792-1.151.9.474.7.96 1.389 1.416 2.1.469.024.94.011 1.411.009a1.631 1.631 0 0 1 .16-2.976c-.834-.6-1.7-1.14-2.544-1.727.349.5.831 1.037.708 1.7m-6.822.242q.398 1.383.794 2.767c.44 0 .88.008 1.321-.007-.339-1.161-.685-2.319-1.009-3.484-.385.215-.737.482-1.1.724m8.8.452a.946.946 0 0 0 .057 1.7c.533.09.855-.533.779-.99-.026-.4-.4-.861-.836-.714M7.4 19.4q1.324.018 2.65 0c.256-.7.413-1.468.629-2.2-1.1.715-2.187 1.461-3.279 2.194m14.377-1.9a1.616 1.616 0 0 1-.876 1.9c1.233.018 2.465.015 3.7 0-.934-.644-1.883-1.266-2.822-1.9m-5.223.115c-.01.6 0 1.2 0 1.8h1.248c-.419-.6-.8-1.219-1.243-1.794m-5.546.941h.346q-.08-.282-.166-.562a4 4 0 0 0-.181.563m-.18.693-.061.159c.275-.026.59.071.842-.05-.162-.247-.541-.084-.789-.115Z" style="fill:#0040ff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.925 27.737C23.431 26.1 24.606 14.588 13.81 8.319 14.089 5.792 14.758-.5 7.961 3 6.845 3.128 4.907 2.331 4 4.831v.114C16.918 3.9.088 10.53 16.75 25.844c-.373.176-.674-.325-1.97.1l-.014.016c-1.722 1.135 1.933.768 4.154 1.274-1.611.417-5.594-1.137-6.3 1.645.877-.37 1 .329 1.076 1.077a26.3 26.3 0 0 1 8.683-2.456c1.1.285 4.118 2.049 5.122.551.018-.121-.28-.175-.576-.314"/><path d="m10.446 2.97-.121.088a.266.266 0 0 0-.011.377.2.2 0 0 0 .045.039.416.416 0 0 0 .521-.063.263.263 0 0 0 .078-.364l-.01-.014c-.076-.143-.163-.177-.34-.127q-.082.028-.162.064M18 26.368c.151-.041.318-.828.174-.949a6.3 6.3 0 0 0 1.226 1.066c1.023 1.007 2.665-.032 3.482.759a10.7 10.7 0 0 0 1.957 1.027c-.139-.151-.029-.144.179-.011-.13-.338-4.421-5.156-5.226-7.18.095.293-1.608-.824-2.076-1.419-.028.056-.092-.251-.228-.434-.041.05-.2-.433-.3-.728.037.187-.462-.5-.65-.818-.056.09-.719.372-.809.286-.729-.4 2.529 4.066.122 2.559.676.683.614.4-1.095-.852.364.452-.317.312-1.553-1.523.186.2-.218-.576-.218-.576a2.7 2.7 0 0 0-.133-.483c-.056-.32-.241-.723-.12-.65-1.444-1.556 1.314-3.3.719-3.671-.111 0-.027.017-.151-.106-.09 0-.468.285-.587-.234.006.132-.034.406-.153-.1-.023.052.015.1-.03.145-.225-.576-.772-1.6-1.217-2.539-.158.155-.138-.076-.193-1.092.053.144-.225 1.921-.2.13-.128.007.108 1.258-.343.21-.141.05-.305-.363-.341-1.178-.048.623-.29.187-.5-.923-.269.508-1.6 1.743-.333 7.622-.053-.313.186.341.755 2.427.021-.039-.022-.083.038-.131a6.3 6.3 0 0 0 .677 1.365c.544.658.995 2.074.8 1.277a11.9 11.9 0 0 0 2.554 3.249A34.4 34.4 0 0 0 18 26.368M10.823 2.557a.3.3 0 0 0-.051-.022c-.221-.04-.429.153-.654.032-.145.085-.257-.036-.375-.073a.22.22 0 0 0-.2.014 6 6 0 0 0-.814.582 1.04 1.04 0 0 0-.273.449c-.021.048-.037.126.05.137a2.3 2.3 0 0 0 .682.045c.177-.028.277-.152.418-.221a1.2 1.2 0 0 0 .592-.68c.064-.175.161-.167.28-.2s.222 0 .345-.063" style="fill:#d2d2d2"/><path d="m10.325 3.058.121-.088a.12.12 0 0 1 .12.064c.044.1.106.112.193.047.033-.025.071-.058.118-.027a.12.12 0 0 1 .041.128.28.28 0 0 1-.187.248.27.27 0 0 1-.3-.03c-.09-.092-.171-.2-.106-.342"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 19.152v1.273c0 2.307-2.545 4.693-5.648 4.693H7.648C4.506 25.118 2 22.771 2 20.424v-1.272Z" style="fill:#9d5125"/><path d="M12.778 6.782A7.11 7.11 0 0 1 19.3 11a3.64 3.64 0 0 1 2.068-.636 3.583 3.583 0 0 1 3.619 3.5A5.69 5.69 0 0 1 30 18.993v.477c0 2.347-2.545 4.693-5.688 4.693H7.648C4.506 24.163 2 21.816 2 19.47v-.477a5.53 5.53 0 0 1 3.619-4.853v-.2a7.13 7.13 0 0 1 7.159-7.158" style="fill:#f58535"/><path d="m9 15.095-1.869 6.523h1.113l.438-1.591h1.909l.4 1.591H12.1l-1.75-6.523Zm-.159 4.1.8-3.222.756 3.222ZM16.795 20.226h-.039l-.875-5.131h-1.114l-.835 5.091h-.04l-.875-5.091h-1.034l1.273 6.562h1.193l.835-4.931h.04l.835 4.931h1.233l1.313-6.562h-1.074zM22.085 18.078l-.716-.239c-.716-.278-.994-.6-.994-1.153a.9.9 0 1 1 1.79 0v.119H23.2v-.159c0-.676-.159-1.71-1.869-1.71a1.8 1.8 0 0 0-2.031 1.869 1.73 1.73 0 0 0 1.392 1.79l.716.239a1.1 1.1 0 0 1 .955 1.153.93.93 0 0 1-.994.955q-1.074 0-1.074-1.193v-.159h-1.034v.159a1.786 1.786 0 0 0 1.989 1.989c1.312 0 2.187-.557 2.187-1.949a1.73 1.73 0 0 0-1.352-1.711" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-231.477" x2="-231.5" y1="266.014" y2="265.909" gradientTransform="matrix(161.096 0 0 -241.217 37302.352 64171.913)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#114a8b"/><stop offset="1" stop-color="#0669bc"/></linearGradient><linearGradient id="b" x1="-231.889" x2="-231.896" y1="265.964" y2="265.962" gradientTransform="matrix(224.69 0 0 -241.214 52119.718 64171.207)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".3"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="-232.026" x2="-231.998" y1="266.018" y2="265.914" gradientTransform="matrix(169.755 0 0 -241.217 39406.126 64171.912)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3ccbf4"/><stop offset="1" stop-color="#2892df"/></linearGradient></defs><path d="M11.343 2.834h8.27l-8.585 25.435a1.32 1.32 0 0 1-1.249.9H3.343a1.316 1.316 0 0 1-1.243-1.74l8-23.7a1.32 1.32 0 0 1 1.249-.9Z" style="fill:url(#a)"/><path d="M23.36 19.894H10.247a.607.607 0 0 0-.414 1.051l8.427 7.865a1.33 1.33 0 0 0 .9.356h7.426Z" style="fill:#0078d4"/><path d="M11.343 2.834a1.31 1.31 0 0 0-1.252.914L2.106 27.407a1.315 1.315 0 0 0 1.241 1.759h6.6a1.41 1.41 0 0 0 1.083-.921l1.592-4.693 5.688 5.306a1.35 1.35 0 0 0 .847.309h7.4l-3.245-9.272h-9.459l5.79-17.061Z" style="fill:url(#b)"/><path d="M21.906 3.729a1.32 1.32 0 0 0-1.248-.9h-9.216a1.32 1.32 0 0 1 1.248.9l8 23.7a1.317 1.317 0 0 1-1.248 1.738h9.217a1.317 1.317 0 0 0 1.241-1.738Z" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1=".069" x2="1.069" y1="31.569" y2="31.569" gradientTransform="matrix(0 29.091 29.091 0 -902.364 -.545)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient xlink:href="#a" id="d" x1=".069" x2="1.069" y1="31.194" y2="31.194"/><mask id="c" width="29.091" height="29.091" x="1.455" y="1.455" maskUnits="userSpaceOnUse"><path d="m5.7 20.974 1.464-1.565 1.819 1.819L7.5 22.707 9.293 24.5l1.479-1.479 1.828 1.831-1.449 1.448 4.242 4.242h6.667a1.21 1.21 0 0 0 1.212-1.212v-9.7l6.195-4.129a2.42 2.42 0 0 0 1.078-2.016V2.667a1.21 1.21 0 0 0-1.212-1.212H18.509a2.42 2.42 0 0 0-2.016 1.078l-4.129 6.194h-9.7A1.21 1.21 0 0 0 1.455 9.94v6.666ZM3.636 23.273H1.455v7.273h7.272v-2.182H3.636Z" style="fill:#fff"/></mask></defs><g style="mask:url(#c)"><path d="M1.455 23.273h2.181v5.091h5.091v2.182H1.455Z" style="fill:#91b0f2"/><path d="M1.455 9.939v6.667L5.7 20.974l1.815-1.944 5.455 5.455-1.819 1.815 4.242 4.242h6.667a1.21 1.21 0 0 0 1.212-1.212v-9.7L12.364 8.727h-9.7a1.21 1.21 0 0 0-1.209 1.212" style="fill:#0f46bd"/><path d="M6 18.249 17.212 1.455h13.333v13.333L13.751 26Z" style="fill:#062aa9"/><path d="M6.7 18.952a1.21 1.21 0 0 1-.151-1.53l9.94-14.889a2.42 2.42 0 0 1 2.016-1.078h10.828a1.21 1.21 0 0 1 1.212 1.212v10.825a2.42 2.42 0 0 1-1.078 2.016l-14.889 9.94a1.21 1.21 0 0 1-1.53-.151Z" style="fill:#2560e0"/><path d="m7.5 22.707 9.255-9.255 1.792 1.792L9.293 24.5Z" style="fill:#0a44c2"/><path d="m7.5 22.707 9.255-9.255 1.792 1.792L9.293 24.5Z" style="fill:#729af2"/><path d="M10.772 23.02 8.98 21.228l7.776-7.775 1.792 1.792Z" style="fill:#4c80f0"/><path d="M23.273 12.364a3.636 3.636 0 1 0-3.636-3.636 3.636 3.636 0 0 0 3.636 3.636" style="fill:#0a44c2"/><path d="M23.273 12.364a3.636 3.636 0 1 0-3.636-3.636 3.636 3.636 0 0 0 3.636 3.636" style="fill:#91b0f2"/><g style="opacity:.20000000298023224"><path d="m5.7 20.974 1.464-1.565 1.819 1.819L7.5 22.707 9.293 24.5l1.479-1.479 1.828 1.831-1.449 1.448 4.242 4.242h6.667a1.21 1.21 0 0 0 1.212-1.212v-9.7l6.195-4.129a2.42 2.42 0 0 0 1.078-2.016V2.667a1.21 1.21 0 0 0-1.212-1.212H18.509a2.42 2.42 0 0 0-2.016 1.078l-4.129 6.194h-9.7A1.21 1.21 0 0 0 1.455 9.94v6.666Z" style="fill:url(#a)"/><path d="M3.636 23.273H1.455v7.273h7.272v-2.182H3.636Z" style="fill:url(#d)"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.881 11.231a1.5 1.5 0 0 1-.352.744l-.114-.073a2.5 2.5 0 0 0 .178-.543l-.032-.05c-.041 0-.1.114-.164.333h-.059a.3.3 0 0 0-.032-.105h-.027c-.539 1.5-.781 2.2-1.279 3.357-.091.3-.169.461-.237.493a.048.048 0 0 0 .059.046.74.74 0 0 1-.1.429 4.5 4.5 0 0 1-.461 1.092l.05.315a.045.045 0 0 1-.05.055h-.055q-.014-.13-.1-.123h-.027a1.3 1.3 0 0 0-.16.384h.055a.18.18 0 0 0 .1-.169l.11-.009.059.023a.32.32 0 0 0-.069.187l.027.05-.069.164v.027a.34.34 0 0 1 .206.059.4.4 0 0 0 .164-.064c.064 0 .292-.009.694-.009l.2-.069c.247 0 .283 0 .5-.014l.087-.009.046-.032v.027a1.3 1.3 0 0 1 .411.018v.027l-.123.009v.05a.2.2 0 0 0 .1-.037q.048-.002.055.05a1 1 0 0 0-.169.037l-.055-.018a.5.5 0 0 1-.123.032l-.087-.018a.025.025 0 0 1-.018.027c0 .032.018.05.05.046l.105-.009-.046-.018q0 .022.027.023l.452-.041.192-.025a.022.022 0 0 0 .023.023l.082-.032.155-.014c.123-.009.119-.018.379-.059 0-.014 0-.023.018-.023v.023a2.3 2.3 0 0 0 .557-.114l-.023-.055a1 1 0 0 1-.21.023l-.379.018v-.027l.21-.027h.078l.041-.032v.027a7.3 7.3 0 0 0 1.786-.242c.073 0 .069-.069.114-.2a.13.13 0 0 1-.073-.018 2 2 0 0 1-.393.059c-.018 0-.032-.014-.041-.05v-.023l.21.009a.5.5 0 0 0 .228-.073c.023.014-.018.027 0 .023h.037q.033 0 .032-.055l-.023-.05a.7.7 0 0 0-.324.082v-.027l-.174.018c0-.055-.018-.078-.041-.078l-.091.009c-.105.009-.155 0-.206.046 0-.018-.009-.027-.018-.027l-.1.009-.059.032c0-.018-.009-.027-.018-.027l-.037.032v-.027l-.14-.013h-.032v.05l.073.018h.064a.15.15 0 0 0 .078.018l.059-.027v.023a5 5 0 0 1-.548.105.1.1 0 0 0-.055-.023c-.023.023.027 0 .014 0a.048.048 0 0 1-.059-.046l.114-.014a1 1 0 0 0 .078.023c.091-.046.1-.064.146-.069v-.05a3 3 0 0 1-.594.055h-.018v-.05c.516-.064.343-.027.516-.078 0 .018.009.027.018.027a.1.1 0 0 1 .073-.032h.037a1.8 1.8 0 0 0 .6-.078v.023l.059-.027h.055c0-.055.078-.059.1-.064v-.055c-.626.128-.79.091-.964.142v-.023a.7.7 0 0 1-.21.018.1.1 0 0 0-.05.032q-.001-.027-.023-.027c-.022 0-.014.009-.037.032l.037-.032-.543.087a.022.022 0 0 0-.023-.023 2.5 2.5 0 0 1-.571.1.13.13 0 0 0-.069.027q0-.022-.027-.023l-.228.018-.151.037q0-.022-.027-.023a1.3 1.3 0 0 1-.219.041c-.037 0 .018-.009-.009-.023l-.064.025h-.26c-.4.05-.356.055-.4.059l-.151-.009c0 .014 0 .023-.023.027q-.253-.034-.26-.082c.023-.16.059-.242.119-.251h.027l-.027.055h.027c.055-.027.078-.055.078-.082v-.055h-.055v-.05a.2.2 0 0 1 .014-.105l.123-.2v.05h.059v-.05l-.032-.05a.2.2 0 0 1 .105-.059v-.027h-.078v-.078a2.4 2.4 0 0 0 .228-.571l.055.023c.037 0 .055-.023.05-.059h-.055v-.02a.2.2 0 0 1 .018-.11.34.34 0 0 0 .114-.274.024.024 0 0 1 .027.027q.109-.06.169-.333a10.6 10.6 0 0 0 .548-1.393 8 8 0 0 0 .5-1.649h-.055a.17.17 0 0 1-.023.105.3.3 0 0 0-.087-.023v-.023a.63.63 0 0 1 .137-.384h.008l.046.178h.055c0-.014.014-.082.041-.215q-.001-.04-.064-.046l-.05.032v-.292l-.05.009Zm-.658.79h.027c-.041.073-.073.114-.105.119v-.078a.2.2 0 0 0 .078-.041m-.228.548q.084-.336.16-.384v.027c-.027.21-.073.315-.137.324l.009.132a.26.26 0 0 0-.069.164h-.027l-.014-.183c.027 0 .055-.032.073-.087Zm-.087.3a.7.7 0 0 1-.059.215h-.027v-.078c.026-.09.058-.136.086-.14Zm-1.5 3.32.027.05q.062-.007.055-.055v-.027h-.027l-.05.027Zm.722.6v.023c.041 0 .082-.078.119-.219l-.055-.018a1 1 0 0 0-.064.215Zm4.622.16v.023l-.046.055.087-.032h.007v-.05h-.018l-.032.027c0-.014.1-.041.023-.055-.02.018.017.022-.024.027Zm.178.164.123-.009c0-.032-.082-.041-.11-.041h-.018v.05Zm-2.183.046.037.046c0-.014 0-.023.018-.023l.027.05-.114-.014c-.015-.041.001-.059.029-.064Zm-.374.041a.058.058 0 0 1 .069.059h-.132v-.023a.15.15 0 0 0 .059-.036Zm.292-.014v.027l-.105.009v-.027Zm-1.06.11q0 .022.027.023c.169-.032.151-.037.233-.046q.04-.001.046.046l-.47.041.046.023v-.027l-.178.014v-.027l.16-.014.146-.032Zm.484-.041v.023c-.014 0 .046 0 .018.027a1 1 0 0 0-.178-.014v-.023Zm.119-.014v.023l-.087.009v-.023Zm-2.923.466v.078c-.027 0-.05-.014-.059-.05v-.023h.055Zm3.909-.069v.05l.091-.009-.037-.023v.027l.091-.037c.626-.069.7-.041.69-.114v-.023a3.8 3.8 0 0 1-.845.128Zm.977-.087.091.018v-.05l-.091-.018Zm-2.7.178c.027.014-.032.027 0 .023l.32-.027v.027a.36.36 0 0 0-.169.041.024.024 0 0 0-.027-.027l-.137.014v-.027c.037 0-.018 0 .009-.023Zm1.48-.037.027.05c.105-.023.046-.018.073-.041 0 .018.009.027.018.027h.073v-.055h-.192v.027Zm-1.809.2h-.018v-.05h.018Zm-1.429.174v.027l.84-.069v-.05l-.671.055-.148-.029Zm.936-.05h.009v-.05h-.009ZM12.855 13.6a10 10 0 0 0-.923 1.174c-.242.251-.361.4-.347.452q-.096.06-.082.128a.028.028 0 0 1-.037-.023.71.71 0 0 1-.461.324l-.215.05c-.027 0-.041.027-.041.064v.027l.082-.018v.023l-.183.069-.324.073-.169.009c-.023.023.132 0 .073.014l-.21.05c-.128.032-.2.018-.21-.032h-.023q.02.076-.037.091l.041-.009-.018-.078-.384.091.041.018c0-.018-.023-.023-.059-.014l-.05.041-.059-.014a.5.5 0 0 1-.1.05l-.059-.014c-.16.091-.041.091-.05.091l.014.05.091-.023.142-.009-.014.059c-.521.137-.142.059-.283.091h-.027l.014.05.082-.018v.027a.4.4 0 0 0-.183.069v-.027a.8.8 0 0 0-.411.311c.023.1-.274.224 1.123-.1.1 0 .151 0 .164-.009 0-.018 0-.027.023-.032.155-.018.082.009.178-.014l.3-.069-.064.037c0-.014 0-.023.018-.027a.24.24 0 0 0 .114 0l.018.078-1.18 1.893-.27.326-.128.434h.023l.128-.055-.041.169.014.05.037.046c-.018 0-.023.014-.018.032v.027l.055-.014q.116-.104.1-.187a.7.7 0 0 0 .169.014v.027q-.075.021-.082.123v.027h.027c.434-.47 1.489-2.083 2.338-3.179q-.041-.178 1.329-.493h.027a2.9 2.9 0 0 1-.21 1.041 3 3 0 0 0-.16.543 4 4 0 0 0-.206.717L12 19.273a9.4 9.4 0 0 0-.48 1.717.2.2 0 0 1 .08.01l.046-.041q.001.025.037.023l-.018-.078h.142q.063-.015.105-.16c0-.142.023-.219.087-.237a2.3 2.3 0 0 1 .16-.516 2.3 2.3 0 0 1 .183-.58q.183-.659.269-.68l.014.055-.087.233a11.4 11.4 0 0 1-.475 1.64l.046.2h.027a43 43 0 0 0 1.667-4.932.65.65 0 0 1 .311-.5l-.041-.041v-.023a.28.28 0 0 0 .174-.1q-.007-.027-.219-.082l.429-1.836a12 12 0 0 0 .26-1.448v-.027a1 1 0 0 1-.251-.233v-.133h-.023c-.265.4-.795 1.1-1.576 2.1Zm.607.416a1.2 1.2 0 0 1-.105.534q-.042.492-.352.566v-.027l-.183.069-.082.018a.2.2 0 0 1-.114 0l-.018-.073A11 11 0 0 1 13.4 14l.064.009Zm-.42 1.142.059-.014.014.05q-.432.129-.48.142a.2.2 0 0 0-.078.046c0-.018-.041-.018-.114 0q-.02-.075.6-.219Zm-2.836.767.064-.014-.014-.055-.064.014Zm.836-.219.014.05-.137.009v-.027l.128-.032Zm-1.6.525v.027l-.087.018v-.027Zm-.16.333v.023l-.105.023-.014-.05h.114Zm.251-.055v.023l-.192.046v-.023Zm.333-.055v.027l-.5.114-.014-.05c.292-.05.26-.032.511-.091Zm2.516-.585.041.046a.3.3 0 0 0-.128.055l-.059-.009a1.6 1.6 0 0 1-.237.078l-.055.014a.053.053 0 0 1-.069-.037l.379-.087zm.269-.059.269-.064v.027a1.5 1.5 0 0 0-.343.11v-.027a.2.2 0 0 0 .077-.049Zm-2.832.767.128-.027.014.05c-.055.014-.014.014-.082.046a1.3 1.3 0 0 0-.315.046v-.027Zm.347-.059c.037-.009.059 0 .064.041l-.078.018q-.048.014-.069-.041l.082-.018ZM8.741 19.4v.027c.037-.009.05-.027.041-.064v-.027a.05.05 0 0 0-.041.064m.11.457a.046.046 0 0 0 .064.037c.037-.009.05-.027.041-.064v-.027l-.055.014-.046.041Zm15.294-7.9.206-.058q.123.014.123.05a1 1 0 0 1 .26-.055v-.032l-.21-.009-.411.069-.178-.014q0 .021.054.057Zm-12.38 8.683a.046.046 0 0 1 .064.037v.027l-.105.023a.2.2 0 0 0 0-.082h.032Zm4.229-8.449a9 9 0 0 1-.808.511v.05a.2.2 0 0 0 .082-.037.048.048 0 0 1 .059.046l.05-.027h.023v.023a3 3 0 0 1-.562.438l.027.055h-.023l-.059-.023c0 .018-.023.032-.078.037v.023l.059.073a.2.2 0 0 1-.087-.023.54.54 0 0 0-.361.265l.027.05a.7.7 0 0 1 .183-.146v.078a.2.2 0 0 0-.082.037l.069.1a2 2 0 0 1 .406-.347c.073.023.114.046.114.069h.055a4.4 4.4 0 0 1 1.21-.649v.05q-.11.163-.151.169a.3.3 0 0 0 .032.1 10 10 0 0 1-.539 1.37 38 38 0 0 1-2.1 4.352.16.16 0 0 0 .037.078.7.7 0 0 0 .265-.1h.023v.05h.059l.05-.027c0 .014.018.023.055.018v.055a.5.5 0 0 1-.087.237 1.2 1.2 0 0 0-.187.406v.027h.055a3.3 3.3 0 0 0 .516-.749 8.5 8.5 0 0 0 1.516-.571 1.44 1.44 0 0 0 .8-.274v-.027l-.137.041h-.027v-.027a1.15 1.15 0 0 0 .534-.174q.75-.582 1.142-.822c.795-.585 1.169-1.142 1.123-1.681a3.1 3.1 0 0 0-.525-.658q-.007-.11.356-.315l.694-.6a1.74 1.74 0 0 0 .274-.959l-.009-.1q-.04-.458-.671-.744a2.7 2.7 0 0 0-1.343-.279 7.6 7.6 0 0 0-2.083.566Zm3.718.037-.027.055-.767-.324c.516.023.781.11.795.269Zm-3.112 2.14q.082-.431.178-.484l.58-1.3c0-.078.114-.142.365-.187l.082-.009v.078q.37-.062.461-.069c.457-.041.694.055.712.274h.055l-.009-.123h.055a.35.35 0 0 1 .21.265.46.46 0 0 1-.11.274q-.054.001-.059-.073h-.055l-.018.155q-.35.527-.5.539-.137.192-.178.192a3 3 0 0 1-.594.443 7.6 7.6 0 0 0-1.2.466.2.2 0 0 0-.11-.014v-.05a.66.66 0 0 1 .132-.374Zm3.188-1.6v.055q-.039 0-.16-.247v-.05c.046-.003.101.079.155.244Zm-5.06.621v.027a.2.2 0 0 0-.082.032h-.023v-.05Zm1.672-.039v.078c-.027 0-.059.041-.1.11v-.05a.27.27 0 0 0 .069-.137Zm-.26.539.009.1h-.027l-.009-.1Zm-.064.187q-.007.13-.069.137h-.027a.25.25 0 0 0 .041-.137zm-.119.269v.027l-.046.082h-.055v-.027c.055 0 .082-.032.078-.087Zm-.114.242-.018.132H15.8l-.009-.132Zm2.813.1.114.069a.045.045 0 0 1-.05.055.2.2 0 0 0-.114-.041v-.078h.05Zm-2.2.292v.05l-.11.009v-.05Zm1.777.187c.078.037.114.069.119.1v.023a.24.24 0 0 1-.206-.114Zm-2.288.562a6 6 0 0 0 1.471-.438l.169-.014a.95.95 0 0 1 .758.2l.009.1q-.185.534-.411.63l-.69.557a6.5 6.5 0 0 1-.84.511 6.3 6.3 0 0 1-1.534.7h-.027q.027-.144 1.1-2.252Zm.744-.3v.027l-.11.009v-.027Zm2.489-.114.018.21c-.027.05-.05.078-.078.082l-.032-.356q.088.028.09.064ZM14.961 17.1c-.037.174-.073.265-.11.265v-.023a.27.27 0 0 1 .11-.242m.69.977a8.4 8.4 0 0 0 1.658-.868v.05c0 .023-.073.091-.233.2a5 5 0 0 0-.813.457q-.748.262-.74.324a8 8 0 0 0-.872.384.26.26 0 0 1-.142-.041.22.22 0 0 1 .119-.215.5.5 0 0 1 .219.032 2.6 2.6 0 0 1 .429-.142v-.05l-.169.014a2 2 0 0 1 .475-.222l.082-.009v.023q-.211.02-.237.128a.048.048 0 0 0 .059.046c.114-.055.164-.1.164-.11Zm-.854-.626v.023a.047.047 0 0 1-.05.059v-.027c0-.023.018-.046.055-.055Zm1.3.356a1.2 1.2 0 0 0-.37.16H15.7v-.05a.55.55 0 0 0 .343-.155c.037 0 .055.009.059.041Zm-1.343.374.082-.009v.027a.2.2 0 0 0-.082.032h-.055c0-.027.014-.046.05-.055Zm-.553.306.055.023c-.018.16-.069.242-.142.247a.35.35 0 0 0-.169-.037v-.078c0-.027.014-.046.05-.055s.055.023.059.073a1 1 0 0 1 .146-.168Zm-8.959-6.521a10 10 0 0 1-1.064.671v.069a.3.3 0 0 0 .105-.041c.046 0 .073.014.073.059l.073-.041h.037v.032a4 4 0 0 1-.744.58l.041.064h-.037l-.078-.027c0 .023-.032.037-.105.041v.037l.082.091a.3.3 0 0 1-.11-.023.71.71 0 0 0-.475.352l.041.064a1 1 0 0 1 .237-.187l.009.1a.3.3 0 0 0-.105.041l.087.128a2.6 2.6 0 0 1 .543-.452q.15.039.151.091h.073a5.8 5.8 0 0 1 1.589-.859v.069q-.148.218-.2.224a.3.3 0 0 0 .05.132 12 12 0 0 1-.712 1.8 51 51 0 0 1-2.753 5.735.3.3 0 0 0 .041.1 1 1 0 0 0 .352-.132h.041v.069h.069l.077-.053c0 .023.027.032.073.027v.069a.6.6 0 0 1-.119.315 1.6 1.6 0 0 0-.242.534v.032h.069a4.4 4.4 0 0 0 .68-.982 11 11 0 0 0 2-.754 1.87 1.87 0 0 0 1.055-.361v-.037l-.174.05h-.041v-.037a1.6 1.6 0 0 0 .7-.228q.992-.765 1.5-1.087c1.046-.767 1.539-1.507 1.48-2.21a4.1 4.1 0 0 0-.69-.863c-.009-.1.151-.233.47-.416l.909-.8a2.36 2.36 0 0 0 .365-1.26l-.014-.137c-.037-.406-.329-.735-.886-.986A3.44 3.44 0 0 0 8 11.217a10.8 10.8 0 0 0-2.754.749Zm4.9.059-.027.069-1.015-.425q1.014.041 1.041.356Zm-4.1 2.813q.103-.562.233-.639l.758-1.7q-.014-.158.484-.242l.11-.009.009.1q.492-.074.607-.087.9-.077.941.365h.069l-.014-.174h.073a.46.46 0 0 1 .283.356.53.53 0 0 1-.155.356c-.046 0-.073-.027-.078-.1h-.073l-.018.206q-.458.685-.662.7-.185.253-.233.26a4.2 4.2 0 0 1-.786.585 10 10 0 0 0-1.576.612.26.26 0 0 0-.146-.023v-.064a.85.85 0 0 1 .178-.5Zm4.2-2.1v.064c-.037 0-.105-.105-.206-.324v-.064c.056-.014.125.1.198.324Zm-6.668.813v.032a.3.3 0 0 0-.105.041h-.037v-.064Zm2.198-.051.009.1q-.05.001-.132.146v-.069a.34.34 0 0 0 .1-.178Zm-.338.712.014.137h-.037l-.011-.136Zm-.087.247c-.009.114-.037.174-.1.178H5.21a.35.35 0 0 0 .059-.174Zm-.151.356v.032l-.064.11h-.069v-.032a.09.09 0 0 0 .1-.11H5.2Zm-.155.32-.018.169h-.037l-.014-.169Zm3.7.123.151.091a.064.064 0 0 1-.064.078.3.3 0 0 0-.151-.059l-.009-.1Zm-2.9.388v.064l-.142.014v-.064Zm2.338.237q.15.07.155.128v.032a.3.3 0 0 1-.265-.151Zm-3.014.74a8 8 0 0 0 1.941-.575l.215-.018a1.24 1.24 0 0 1 1 .256l.014.137c-.164.475-.347.749-.543.836l-.913.726a9 9 0 0 1-1.1.676 8.2 8.2 0 0 1-2.019.927h-.041c.037-.128.516-1.114 1.448-2.969Zm.986-.388v.032l-.146.014v-.032Zm3.279-.146.023.269q-.047.11-.1.11l-.041-.475c.082.028.118.06.123.092Zm-5.553 2.353c-.046.233-.1.352-.146.356v-.032a.39.39 0 0 1 .151-.324Zm.913 1.288a11.7 11.7 0 0 0 2.183-1.142v.064q.002.04-.306.265a5.6 5.6 0 0 0-1.069.607q-.986.342-.977.425a11 11 0 0 0-1.151.507.4.4 0 0 1-.187-.05.3.3 0 0 1 .16-.292.6.6 0 0 1 .292.046 3 3 0 0 1 .566-.183v-.069l-.215.018a3 3 0 0 1 .626-.292l.11-.009v.032c-.183.014-.288.073-.311.169a.06.06 0 0 0 .073.059.9.9 0 0 0 .2-.155Zm-1.123-.83v.032a.064.064 0 0 1-.064.078v-.032a.07.07 0 0 1 .064-.078m1.708.466a1.6 1.6 0 0 0-.489.215h-.037v-.069a.7.7 0 0 0 .448-.206q.07 0 .078.063Zm-1.775.496.11-.009v.037a.3.3 0 0 0-.105.041h-.069c.003-.031.021-.055.064-.069m-.726.406.078.032c-.027.206-.087.311-.192.32a.5.5 0 0 0-.224-.046l-.009-.1c0-.041.018-.064.069-.078s.073.027.078.1a1.5 1.5 0 0 1 .2-.224Zm20.259-8.974-.059-.023-.973.151a.25.25 0 0 0-.132-.023 2 2 0 0 0-.26.055l-.47.2.037.059a.23.23 0 0 0 .1-.037l.164.014-.023.155a.41.41 0 0 0-.265.3q-.343.151-.343.219v.027h.037l.064-.032.073.087.009.119q.007.055-1.16 2.448-1.007 2.3-1.06 2.526c-.228.064-.365.16-.4.283 0 .041.073.064.206.078v.059l-.059.1.009.119c0 .064.174.11.5.146 0-.023.009-.032.032-.037a1.9 1.9 0 0 1-.064.438h.037a.8.8 0 0 0 .2-.388h.027c.032 0 .069.037.11.119a5 5 0 0 0-.434.991l.037.059h.037a7.6 7.6 0 0 1 .575-1.283q.6-.054 2.078-.21l.059-.037q.001.034.037.027h.064l.059-.037q.001.034.037.027l.744-.064q.298-.027.283-.178c0-.027.114-.059.352-.091a.4.4 0 0 1 .1.018c0-.018.114-.037.352-.059 0-.123.046-.192.119-.2v-.059a1 1 0 0 0-.228.05 1.2 1.2 0 0 1-.3-.037.23.23 0 0 1-.1.037l-.521.018-.064.032q-.001-.028-.037-.023h-.027l-.069.032q0-.026-.164-.046l-.064.037-.128.009v-.032q1.002-.11.991-.274.061-.001.069.059l.2-.05v-.059l-1.6.046c0 .023-.009.032-.032.037l-.2-.018a.2.2 0 0 0-.123.046l-.073-.027a2.3 2.3 0 0 0-.452.073 3 3 0 0 0-.457 0l-.361.032-.164-.018a8 8 0 0 1 .621-1.562 1.4 1.4 0 0 1 .343-.585.3.3 0 0 1 .1.023l.256-.087.132.023a3 3 0 0 0 .767-.187.4.4 0 0 1 .164.014l.2-.046.58-.05a4 4 0 0 0 .8-.164v-.059q-.163.013-.169-.05-.013-.122-.237-.1v-.059l.16-.046.42-.037v-.059h-.26v-.064l.164-.014c.041 0 .064-.027.059-.064-.219 0-.329 0-.329-.032a14.3 14.3 0 0 1-2.283.041.2.2 0 0 0-.1.041l-.053-.081a5 5 0 0 1 .708-1.292.34.34 0 0 1-.05.16v.027h.064c.16-.384.292-.58.406-.589.475-.041-.069-.073.954-.233a.2.2 0 0 0 .091.023q.6-.122 1.676-.251v-.059l-.384.037v-.059a.2.2 0 0 0 .114-.046v.032a.16.16 0 0 0 .087-.041.3.3 0 0 1 .151.018 2 2 0 0 1 .32-.064l.237-.023q.089-.055.082-.1v-.027a1 1 0 0 1-.21-.014c0-.032.014-.055.055-.064l.443-.041.206-.05c0 .023.014.032.027.032a.16.16 0 0 0 .087-.041 1 1 0 0 0 .183.014.9.9 0 0 1 .283-.183.22.22 0 0 1-.073-.114l-.3.027a.3.3 0 0 0-.032-.091c0-.027.064-.055.2-.082l.059.023.055-.032a.023.023 0 0 0 .032.023l.055-.032a.023.023 0 0 0 .032.023h.027v-.059h-.324l-.055.037v-.032q-2.09.169-2.37.2h-.292q.001.036-.059.037l-.059-.027-.206.05a2 2 0 0 1-.242-.009.23.23 0 0 1-.114.046c-.046 0 1.105-.064 1.069-.082l-.178.05h-.027a1.5 1.5 0 0 1-.274-.009.3.3 0 0 1-.146.046.2.2 0 0 1-.119-.023c-.05.014-.2.05-.443.1Zm.073.183c0 .023.023.032.059.027v.059h-.059a.2.2 0 0 1-.119-.023.2.2 0 0 1-.114.046H23l-.164-.018v-.027a1.5 1.5 0 0 0 .379-.069Zm.151-.014h.032v.059l-.091.009a.06.06 0 0 1 .061-.067Zm.352-.037v.032a1.2 1.2 0 0 0-.26.055h-.032l.027-.064.26-.027Zm-2.594.3.1-.009v-.059l-.1.009Zm.717-.064h.037l.069.027a.053.053 0 0 1-.059.064l-.1.009v-.032c-.009-.038.014-.056.055-.07Zm2.3.132v.027l-.206.018v-.027Zm-.589.087v.032l-.119.009v-.032Zm.16.137c.041 0 .059.014.064.055l-.174.018v-.059l.114-.014Zm.442-.056-.118.033-.042-.026-.643.03v.032l1.069-.05v-.032Zm-.739.12v.027l-.233.023V12.1Zm-1.53 1.21v.032h.069a.24.24 0 0 1 .023-.1v-.059c-.037 0-.069.046-.091.128Zm-2.352 3.416v.027c0 .041-.018.064-.064.069v-.027c-.005-.039.017-.057.063-.071Zm-.059.128a1.7 1.7 0 0 1-.119.443l-.1.009a2 2 0 0 1 .155-.443zm1.1.954q.001.05-.155.105l-.2-.014h-.064v-.059l.425-.037Zm.2.018v.027l-.164.014v-.027Z" style="fill:#f4d44b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.016 4.025A26 26 0 0 1 10.17 5.82V6a.8.8 0 0 0 .281-.11c.123 0 .2.037.2.158l.2-.11h.1v.086A11 11 0 0 1 8.95 7.58l.11.171h-.1l-.209-.072c0 .062-.086.1-.281.11v.1l.219.243a.8.8 0 0 1-.289-.063 1.9 1.9 0 0 0-1.271.942l.11.171a2.6 2.6 0 0 1 .634-.5l.024.267a.9.9 0 0 0-.281.11l.233.342A6.8 6.8 0 0 1 9.3 8.192c.267.072.4.147.4.243h.2a15.5 15.5 0 0 1 4.25-2.3v.185c-.267.391-.439.586-.535.6a.74.74 0 0 0 .134.353 33 33 0 0 1-1.9 4.815 136 136 0 0 1-7.364 15.34.7.7 0 0 0 .11.267 2.6 2.6 0 0 0 .942-.353h.11v.185h.185l.206-.142c0 .062.072.086.2.072v.185a1.64 1.64 0 0 1-.318.843 4.4 4.4 0 0 0-.647 1.428V30h.185a11.7 11.7 0 0 0 1.819-2.627 29.2 29.2 0 0 0 5.35-2.017 5 5 0 0 0 2.822-.966v-.1l-.465.134h-.11v-.1a4.24 4.24 0 0 0 1.872-.61c1.771-1.367 3.1-2.332 4.012-2.908 2.8-2.052 4.117-4.031 3.959-5.911a11 11 0 0 0-1.846-2.308c-.024-.267.4-.623 1.257-1.113l2.431-2.14a6.3 6.3 0 0 0 .976-3.37l-.051-.364c-.1-1.086-.88-1.966-2.37-2.637a9.2 9.2 0 0 0-4.721-.942 29 29 0 0 0-7.366 2Zm2.14 7.682c.185-1 .391-1.575.623-1.709l2.028-4.548c-.024-.281.4-.5 1.295-.647l.294-.024.024.267c.88-.134 1.418-.209 1.624-.233 1.6-.134 2.442.185 2.517.976h.185l-.037-.465h.2a1.22 1.22 0 0 1 .757.952 1.43 1.43 0 0 1-.415.952c-.123 0-.2-.072-.209-.267h-.2l-.048.551c-.818 1.222-1.4 1.846-1.771 1.872q-.495.677-.623.7a11.2 11.2 0 0 1-2.1 1.565 27.4 27.4 0 0 0-4.216 1.637.7.7 0 0 0-.391-.062v-.174a2.26 2.26 0 0 1 .476-1.337Zm-6.6-3.443v.086a.9.9 0 0 0-.281.11h-.1v-.172Zm5.879-.136.024.267c-.086 0-.209.134-.353.391V8.6a.9.9 0 0 0 .267-.476Zm-.9 1.9.037.366h-.1l-.029-.364Zm-.233.661c-.024.3-.1.465-.267.476h-.1a.93.93 0 0 0 .158-.465Zm-.4.952v.086l-.171.294h-.185v-.081a.243.243 0 0 0 .267-.294h.088Zm-.415.856-.048.452h-.1l-.037-.452Zm2.14 1.367v.171l-.38.037v-.171Zm-1.817 2.617A21.5 21.5 0 0 0 18 14.943l.575-.048a3.33 3.33 0 0 1 2.675.685l.037.366c-.439 1.271-.928 2-1.452 2.236l-2.442 1.942a24 24 0 0 1-2.942 1.808 21.9 21.9 0 0 1-5.4 2.48h-.11c.1-.342 1.38-2.98 3.873-7.942Zm2.637-1.038v.086l-.391.037v-.086Zm-6.083 5.9c-.123.623-.267.942-.391.952v-.086a1.04 1.04 0 0 1 .4-.867Zm2.442 3.445a31.3 31.3 0 0 0 5.839-3.055v.171c0 .072-.267.3-.818.709a15 15 0 0 0-2.859 1.624c-1.76.61-2.627.99-2.613 1.137a29 29 0 0 0-3.079 1.356 1.1 1.1 0 0 1-.5-.134.8.8 0 0 1 .428-.781 1.55 1.55 0 0 1 .781.123 7.5 7.5 0 0 1 1.514-.489v-.185l-.575.048a8.2 8.2 0 0 1 1.674-.781l.294-.024v.093c-.489.037-.77.2-.832.452a.16.16 0 0 0 .2.158 2.4 2.4 0 0 0 .535-.415Zm-3-2.22v.086a.17.17 0 0 1-.171.209v-.086a.18.18 0 0 1 .153-.207Zm4.569 1.246a4.3 4.3 0 0 0-1.308.575h-.1v-.185a1.85 1.85 0 0 0 1.2-.551.183.183 0 0 1 .209.169Zm-4.751 1.331.294-.024v.1a.8.8 0 0 0-.281.11h-.184a.21.21 0 0 1 .171-.186" style="fill:#f4d44b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8 9.859V2h6.818v10.376Zm0 2.461 4.666 1.723L8 15.764Zm6.818 3.389v3.805L11.5 30H8V18.225ZM24 9.859V2h-6.819v10.376Zm0 2.461-4.668 1.723L24 15.764Zm-6.819 3.389v3.805L20.5 30H24V18.225Z" style="fill:#20b4ae"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="22.737" cy="22.737" r="3.628" gradientTransform="rotate(-81.5 21.8 23.545)scale(1 1.071)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient xlink:href="#a" id="b" cx="11.336" cy="11.336" r="5.201" gradientTransform="rotate(-81.5 10.869 11.738)scale(1 1.071)"/></defs><path d="m24.811 27.318 2.404-2.404 1.202 2.404-1.202 1.202zM20.964 27.443h3.401l-.85 2.55h-1.7zM18.157 24.811l2.404 2.404-2.404 1.202-1.203-1.202zM18.032 20.964v3.401l-2.55-.85v-1.7zM20.664 18.157l-2.404 2.404-1.202-2.404 1.202-1.203zM24.51 18.032h-3.4l.85-2.55h1.7zM27.318 20.664l-2.404-2.404 2.404-1.202 1.202 1.202zM27.443 24.51v-3.4l2.55.85v1.7z" style="fill:silver"/><path d="M27.776 22.737a5.039 5.039 0 1 1-1.476-3.562 5.02 5.02 0 0 1 1.476 3.562m-5.039-1.9a1.9 1.9 0 1 0 1.344.557 1.9 1.9 0 0 0-1.344-.557" style="fill:silver"/><path d="M22.656 18.074a4.664 4.664 0 1 0 4.744 4.582 4.664 4.664 0 0 0-4.744-4.582m.15 8.61a3.947 3.947 0 1 1 3.877-4.015 3.947 3.947 0 0 1-3.877 4.015" style="fill:#a9a9a9"/><path d="M22.674 19.11a3.628 3.628 0 1 0 3.69 3.564 3.63 3.63 0 0 0-3.69-3.564m.1 5.7a2.073 2.073 0 1 1 2.037-2.11 2.073 2.073 0 0 1-2.037 2.11" style="fill:url(#a)"/><path d="M22.7 20.665a2.073 2.073 0 1 0 2.11 2.035 2.073 2.073 0 0 0-2.11-2.035m.067 3.826a1.754 1.754 0 1 1 1.723-1.784 1.754 1.754 0 0 1-1.722 1.784Z" style="fill:#a9a9a9"/><path d="m6.563 16.976 2.275 1.262-1.464 1.568-1.365-.757zM4.382 13.834l1.34 2.23-2.052.626-.804-1.338zM4.065 10.023l.045 2.601-2.09-.484-.027-1.561zM5.696 6.563 4.434 8.838 2.866 7.374l.757-1.365zM8.838 4.382l-2.23 1.34-.626-2.052 1.338-.804zM12.65 4.065l-2.602.045.484-2.09 1.561-.027zM16.109 5.696l-2.275-1.262 1.464-1.568 1.365.757zM18.29 8.838l-1.34-2.23 2.052-.626.804 1.338zM18.607 12.65l-.045-2.602 2.09.484.027 1.561zM16.976 16.109l1.262-2.275 1.568 1.464-.757 1.365zM13.834 18.29l2.23-1.34.626 2.052-1.338.804zM10.023 18.607l2.601-.045-.484 2.09-1.561.027z" style="fill:silver"/><path d="M11.467 18.831a7.5 7.5 0 1 1 5.261-2.288 7.47 7.47 0 0 1-5.261 2.288m2.682-7.544a2.814 2.814 0 1 0-.789 2 2.8 2.8 0 0 0 .789-2" style="fill:silver"/><path d="M11.218 4.6a6.737 6.737 0 1 0 6.854 6.619A6.737 6.737 0 0 0 11.218 4.6m.217 12.436a5.7 5.7 0 1 1 5.6-5.8 5.7 5.7 0 0 1-5.599 5.8Z" style="fill:#a9a9a9"/><path d="M11.245 6.136a5.2 5.2 0 1 0 5.29 5.109 5.2 5.2 0 0 0-5.29-5.109m.14 8.036a2.837 2.837 0 1 1 2.787-2.886 2.837 2.837 0 0 1-2.786 2.886Z" style="fill:url(#b)"/><path d="M11.282 8.227a3.109 3.109 0 1 0 3.163 3.055 3.11 3.11 0 0 0-3.163-3.055m.1 5.74a2.631 2.631 0 1 1 2.585-2.677 2.63 2.63 0 0 1-2.585 2.677" style="fill:#a9a9a9"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.59 26.976a6.5 6.5 0 0 1 4.257-1.576 6.5 6.5 0 0 1 4.635 1.92l2.135 2.134A18.7 18.7 0 0 0 27.4 18.231l-.034-.062-.241.242a6.567 6.567 0 0 1-9.265 0 .5.5 0 0 1 0-.712l2.187-2.186h-.01a4.525 4.525 0 0 1-3.553-3.553v-.011L14.3 14.135a.5.5 0 0 1-.713 0 6.57 6.57 0 0 1 0-9.263l.244-.241-.063-.031A18.73 18.73 0 0 0 2.547 2.378l2.135 2.135A6.5 6.5 0 0 1 6.6 9.148a6.5 6.5 0 0 1-1.576 4.257 9.54 9.54 0 0 1 2.067 10.444l-.763 1.821 1.817-.756a9.54 9.54 0 0 1 10.445 2.062" style="fill:#3d3d3d"/><path d="m29.812 30-2.5-2.5a6.3 6.3 0 0 0-4.439-1.846h-.032a6.25 6.25 0 0 0-4.082 1.515l-.177.153-.166-.165a9.26 9.26 0 0 0-10.17-2.008l-2.384.992 1-2.386a9.26 9.26 0 0 0-2.015-10.172l-.166-.166.153-.177a6.24 6.24 0 0 0 1.515-4.091A6.3 6.3 0 0 0 4.5 4.691L2 2.188l.518-.06A18.88 18.88 0 0 1 13.89 4.374l.357.2-.482.478a6.33 6.33 0 0 0 0 8.906.25.25 0 0 0 .178.073.25.25 0 0 0 .179-.074l2.618-2.617v.593a4.26 4.26 0 0 0 3.326 3.327h.593l-2.617 2.616a.253.253 0 0 0 0 .357 6.33 6.33 0 0 0 8.91 0l.474-.479.2.354a18.86 18.86 0 0 1 2.248 11.375Zm-6.945-4.853a6.8 6.8 0 0 1 4.8 1.994l1.76 1.759a18.35 18.35 0 0 0-2.114-10.314 6.835 6.835 0 0 1-9.621 0 .756.756 0 0 1 0-1.069l1.87-1.87a4.76 4.76 0 0 1-3.207-3.207l-1.87 1.869a.75.75 0 0 1-.534.222.75.75 0 0 1-.534-.222 6.82 6.82 0 0 1 0-9.618l.006-.006A18.36 18.36 0 0 0 3.1 2.575l1.76 1.76a6.8 6.8 0 0 1 1.993 4.814 6.74 6.74 0 0 1-1.489 4.242A9.76 9.76 0 0 1 7.9 18.263a9.77 9.77 0 0 1-.574 5.684L6.8 25.2l1.251-.521A9.8 9.8 0 0 1 18.6 26.636a6.75 6.75 0 0 1 4.228-1.489Z" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.418 8.449C17.727 2.634 16.918 2 16.17 2s-1.576.659-7.416 6.706c-6.364 6.59-7.034 7.359-6.18 8.7.235.37 6.168 6.374 6.228 6.435C14.477 29.586 15.2 30 15.72 30c.219 0 .492 0 2.8-2.155 1.276-1.192 2.922-2.812 4.636-4.563s3.3-3.433 4.466-4.736c2.1-2.352 2.1-2.625 2.1-2.845.003-.456-.462-1.281-6.304-7.252" style="fill:#fce94f"/><path d="M19.315 18.638c-1.455-2.081-2.193-4.1-1.969-4.683.084-.219.516-.344 1.184-.344.126 0 1.237-.01 1.237-.375 0-.6-3.321-5.565-3.78-5.656-.324-.061-1.03.759-2.1 2.446l-.036.057c-1.44 2.271-1.875 2.957-1.685 3.3.122.222.447.225.984.225h1.085v4.877a41 41 0 0 0 .219 5.251 3.5 3.5 0 0 0 1.475.219h1.321v-1.88a7.7 7.7 0 0 1 .152-1.87 3.45 3.45 0 0 1 1.1.822c.833.813 1.166 1.063 1.632.677.766-.63.525-1.144-.819-3.066" style="fill:#c4a000"/><path d="M14.093 23.224a39 39 0 0 1-.186-5.173v-4.987h-1.148c-1.391 0-1.4.019.783-3.417.985-1.554 1.727-2.449 1.986-2.4.4.08 3.692 5.021 3.692 5.549 0 .146-.507.266-1.127.266-.738 0-1.182.143-1.286.414-.264.688.635 2.858 1.982 4.785 1.38 1.975 1.5 2.375.839 2.92-.365.3-.6.2-1.486-.671-.58-.566-1.14-.943-1.246-.837a6.2 6.2 0 0 0-.192 1.963v1.774h-1.212a3.5 3.5 0 0 1-1.399-.186" style="fill:#555753"/><path d="M16.813 23.52h-1.321a3.5 3.5 0 0 1-1.475-.219 41 41 0 0 1-.218-5.251v-4.877h-1.064c-.56 0-.883 0-1.007-.225-.19-.345.245-1.031 1.685-3.3l.036-.057c1.07-1.687 1.776-2.507 2.1-2.446.459.091 3.78 5.06 3.78 5.656 0 .365-1.11.375-1.237.375-.669 0-1.1.125-1.184.344-.223.582.515 2.6 1.969 4.683 1.343 1.922 1.58 2.435.819 3.067-.466.387-.8.137-1.632-.677a3.45 3.45 0 0 0-1.1-.822 7.7 7.7 0 0 0-.152 1.87Zm-2.633-.367a4 4 0 0 0 1.311.149h1.1v-1.663a6.1 6.1 0 0 1 .224-2.04c.25-.25 1.134.577 1.4.836.939.917 1.069.889 1.339.665.563-.467.55-.757-.859-2.773-1.377-1.971-2.272-4.163-1.994-4.887.123-.322.59-.485 1.389-.485a1.94 1.94 0 0 0 1.023-.176A27 27 0 0 0 15.5 7.355c-.121-.022-.667.456-1.868 2.35l-.036.057c-1.2 1.9-1.805 2.848-1.678 3.08.062.112.4.11.815.112h1.281v5.1a47 47 0 0 0 .166 5.099" style="fill:#2e3436"/><path d="M9.113 23.535c-3.276-3.315-6.053-6.178-6.17-6.362C2.3 16.166 2.8 15.5 9.069 9.01c5.2-5.382 6.484-6.572 7.1-6.572s1.9 1.171 6.936 6.318c4.346 4.442 6.182 6.5 6.182 6.946 0 .918-12.668 13.861-13.567 13.861-.476-.001-2.245-1.614-6.607-6.028m13.3-.74c4.256-4.371 6.316-6.683 6.316-7.087 0-.691-11.907-13.017-12.56-13-.447.011-12.282 12.035-12.811 13.016-.439.814-.157 1.174 5.376 6.867 6.036 6.21 6.539 6.692 6.972 6.692a83 83 0 0 0 6.706-6.483Z" style="fill:#555753"/><path d="M15.72 29.781c-.492 0-1.673-.942-6.763-6.092-2.9-2.93-6.052-6.168-6.2-6.4-.731-1.15-.271-1.781 6.153-8.433 5.39-5.582 6.547-6.637 7.26-6.637s1.9 1.074 7.092 6.384c5.222 5.337 6.244 6.645 6.244 7.1 0 .722-4.982 5.868-6.509 7.428s-6.566 6.65-7.277 6.65m.462-26.836C15.039 3.707 4.047 14.907 3.55 15.828c-.362.671-.012 1.1 5.341 6.61 5.285 5.438 6.4 6.555 6.778 6.623.425-.267 3.113-2.85 6.586-6.418C27.457 17.3 28.418 16 28.5 15.719 28.07 14.7 17.353 3.6 16.182 2.945M3 16.307a.85.85 0 0 0 .124.75c.076.106.833.9 2.059 2.164-1.547-1.655-2.102-2.39-2.183-2.914m20.677-6.653c2.655 2.77 5.269 5.627 5.269 6.054 0 .1 0 .234-.447.816a3.4 3.4 0 0 0 .57-.839c-.059-.513-3.507-4.097-5.392-6.031M15.03 3.379c-.724.623-1.8 1.681-3.387 3.3 1.685-1.692 2.732-2.7 3.387-3.3m1.2-.464" style="fill:#2e3436"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m9 2 7 7-7 7-7-7Z" style="fill:#76d275"/><path d="M2 9v7l7 7v-7Z" style="fill:#43a047"/><path d="m23 2 7 7-7 7-7-7Z" style="fill:#76d275"/><path d="M30 9v7l-7 7v-7ZM16 9l7 7-7 7-7-7Z" style="fill:#43a047"/><path d="M16 23v7l-7-7v-7Z" style="fill:#00701a"/><path d="m16 23 7-7v7l-7 7Z" style="fill:#004300"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#76d275" d="m9 2 7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#43a047" d="M2 9v7l7 7v-7z" style="mix-blend-mode:color-dodge"/><path fill="#76d275" d="m23 2 7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#43a047" d="M30 9v7l-7 7v-7zM16 9l7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#00701a" d="M16 23v7l-7-7v-7z" style="mix-blend-mode:color-dodge"/><path fill="#004300" d="m16 23 7-7v7l-7 7z" style="mix-blend-mode:color-dodge"/><path fill="#ff0027" d="M9 2 2 9v7l14 14 14-14V9l-7-7-7 7z" style="mix-blend-mode:color"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#76d275" d="m9 2 7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#43a047" d="M2 9v7l7 7v-7z" style="mix-blend-mode:color-dodge"/><path fill="#76d275" d="m23 2 7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#43a047" d="M30 9v7l-7 7v-7zM16 9l7 7-7 7-7-7z" style="mix-blend-mode:color-dodge"/><path fill="#00701a" d="M16 23v7l-7-7v-7z" style="mix-blend-mode:color-dodge"/><path fill="#004300" d="m16 23 7-7v7l-7 7z" style="mix-blend-mode:color-dodge"/><path fill="#f60" d="M9 2 2 9v7l14 14 14-14V9l-7-7-7 7z" style="mix-blend-mode:screen"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.807 29.494H4.193a1.69 1.69 0 0 1-1.687-1.687V4.193a1.69 1.69 0 0 1 1.687-1.687h23.614a1.69 1.69 0 0 1 1.687 1.687v23.614a1.69 1.69 0 0 1-1.687 1.687" style="fill:#1e1e1e"/><path d="M27.807 30H4.193A2.2 2.2 0 0 1 2 27.807V4.193A2.2 2.2 0 0 1 4.193 2h23.614A2.2 2.2 0 0 1 30 4.193v23.614A2.2 2.2 0 0 1 27.807 30M4.193 3.012a1.183 1.183 0 0 0-1.181 1.181v23.614a1.183 1.183 0 0 0 1.181 1.181h23.614a1.183 1.183 0 0 0 1.181-1.181V4.193a1.183 1.183 0 0 0-1.181-1.181Z" style="fill:#5b5b5b"/><path d="m9.973 8.687-2.125 4.894H6.8L4.678 8.687h1.579l1.068 2.842 1.069-2.842Z" style="fill:#ffc107"/><path d="M15.158 10.909h-2.15v2.15h-.753v-2.15h-2.15v-.753h2.15V8.007h.753v2.149h2.15Z" style="fill:#009688"/><path d="M17.47 5.881c1.506 0 2.453.741 2.453 1.943 0 1.154-1.263 1.846-1.433 1.968-.838.6-.8.6-.8 1.749h-1.374c0-1.117-.109-1.737.668-2.356.607-.485 1.316-.656 1.316-1.239 0-.255-.292-.462-.838-.462a3.27 3.27 0 0 0-1.543.5l-.85-1.154a3.36 3.36 0 0 1 2.401-.949m-1.19 6.182h1.457v1.482H16.28Z" style="fill:#1976d2"/><path d="m21.526 13.193-.838 1.87-1.105.207.716-2.089Z" style="fill:#009688"/><path d="M26.648 13.545v.755h-4.093v-.753Z" style="fill:#1976d2"/><path d="M9.39 21.12v.413l-4 2.442v-.863l2.94-1.785-2.94-1.786v-.862Z" style="fill:#ffc107"/><path d="M10.331 19.845h1.458v1.482h-1.458Zm0 3.012h1.458v1.482h-1.458Z" style="fill:#512da8"/><path d="M13.418 16.979h.753v8.2h-.753ZM16.561 17.477h.79l1.2 2.259h-.5l-1.089-1.676-1.105 1.676h-.5Z" style="fill:#ffc107"/><path d="M22.462 24.594v.85H21.43v-.826a3.45 3.45 0 0 1-2.138-1.02l.851-.959a2.75 2.75 0 0 0 1.663.57c.584 0 .924-.218.924-.595 0-.437-.9-.741-1.507-1-1.165-.522-1.834-1.02-1.773-2.077a2.05 2.05 0 0 1 1.943-1.822v-.837l1.033-.11v.96a4.46 4.46 0 0 1 1.761.728l-.7 1.033a2.84 2.84 0 0 0-1.446-.4c-.546-.012-.935.206-.935.534 0 .413.51.535 1.093.778 1.348.571 2.211 1.105 2.211 2.186a2.14 2.14 0 0 1-1.948 2.007" style="fill:#512da8"/><path d="M15.841 19.054h2.726a4.25 4.25 0 0 1 2.364.525 1.84 1.84 0 0 1 .773 1.633 2.23 2.23 0 0 1-.337 1.246 1.5 1.5 0 0 1-.887.664v.059a1.8 1.8 0 0 1 1.053.712 2.62 2.62 0 0 1-.473 3.152 3.26 3.26 0 0 1-2.178.679h-3.041Zm2.111 3.327h.636a1.07 1.07 0 0 0 .7-.208.76.76 0 0 0 .248-.617q0-.729-.994-.729h-.593Zm0 1.713v1.821h.748q.988 0 .989-.925a.84.84 0 0 0-.265-.664 1.13 1.13 0 0 0-.767-.232ZM25.269 27.724H23.19v-8.67h4.617v1.88h-2.538v1.654h2.34v1.88h-2.34Z" style="fill:#e8e8e8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.556 19.111H11.333l3.111-7.778h5.134L20.667 9H16l-1.556-2.333L16 4.333h4.667L19.578 2h-5.134l-3.422 4.667L12.422 9 3.089 20.667A5.38 5.38 0 0 0 2 23.778a4.7 4.7 0 0 0 3.889 4.666S22.222 30 24.556 30a5.445 5.445 0 0 0 0-10.889m-17.889 7a2.334 2.334 0 1 1 0-4.667 2.334 2.334 0 0 1 0 4.667m17.889 1.556a3.112 3.112 0 1 1 3.111-3.111 3.12 3.12 0 0 1-3.111 3.111" style="fill:#32b0e7"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.211 26.365a2.223 2.223 0 0 0 2.229-2.873l-.358-1.508L26.648 16" style="fill:#c6093b"/><path d="M5.23 16v8.651a3.6 3.6 0 0 0 .234 1.3c.062.143.124.286.2.429a3.5 3.5 0 0 0 .437.635 3.1 3.1 0 0 0 .935.714A2.6 2.6 0 0 0 8.192 28H23.7a2.6 2.6 0 0 0 1.154-.27 2.8 2.8 0 0 0 .935-.714 2.5 2.5 0 0 0 .421-.635 2.2 2.2 0 0 0 .2-.429 3.6 3.6 0 0 0 .234-1.3V16z" style="fill:#d2d2d2"/><path d="m26.648 16 3.117-4.317c.655-.9-.109-1.635-1.668-1.667" style="fill:#c6093b"/><path d="m26.648 16 1.434-5.984.358-1.508a2.223 2.223 0 0 0-2.229-2.873" style="fill:#d2d2d2"/><path d="M26.648 16V7.349a3.6 3.6 0 0 0-.234-1.3c-.063-.143-.125-.286-.2-.429a4.5 4.5 0 0 0-.421-.635 3.1 3.1 0 0 0-.935-.714A2.6 2.6 0 0 0 23.7 4H8.176a2.85 2.85 0 0 0-1.154.254 3 3 0 0 0-.935.714 3 3 0 0 0-.436.635 2.2 2.2 0 0 0-.2.429 3.6 3.6 0 0 0-.234 1.3v8.651q10.729.025 21.431.017" style="fill:#c6093b"/><path d="M28.082 21.984c1.574-.032 2.322-.762 1.667-1.651L26.648 16M26.648 16l-1.435-5.984-.358-1.508a3.92 3.92 0 0 0-3.648-2.873H5.791a2.223 2.223 0 0 0-2.229 2.873L5.6 16.016" style="fill:#d2d2d2"/><path d="m26.648 16-1.435 5.984-.358 1.508a3.94 3.94 0 0 1-3.648 2.889H5.775a2.223 2.223 0 0 1-2.229-2.873L3.905 22H4l1.6-5.984M26.648 16l-3.1-4.317a5.67 5.67 0 0 0-4.148-1.667H3.905c-1.574.032-2.323.762-1.668 1.667L5.339 16" style="fill:#c6093b"/><path d="m5.339 16-3.1 4.333c-.655.905.109 1.635 1.668 1.651H19.4a5.64 5.64 0 0 0 4.147-1.667L26.648 16" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.929 2h-16.4v28h23.3V9Zm5.114 26.35H6.409V3.65h13.406l6.333 6.333V28.35ZM11.477 15.393c1.584 0 2.563-1.463 2.563-3.663 0-2.145-.8-3.443-2.4-3.443S9.068 9.75 9.068 11.95c0 2.15.803 3.443 2.409 3.443m-1.243-3.663c0-1.562.429-2.453 1.32-2.453.649 0 1.045.55 1.221 1.474l-2.53 1.309a3 3 0 0 1-.011-.33m1.331 2.67c-.638 0-1.045-.528-1.221-1.43l2.53-1.309v.286c0 1.565-.418 2.453-1.309 2.453m10.27.847.1-1.023h-1.65V8.21l-1.177.1v.8l-1.694.176.022.891 1.672-.044v4.092h-1.849v1.025Zm-7.85 9.5.1-1.023h-1.65V17.71l-1.177.1v.8l-1.694.176.022.891 1.672-.044v4.092H9.409v1.025Zm5.442.143c1.584 0 2.563-1.463 2.563-3.663 0-2.145-.8-3.443-2.4-3.443s-2.574 1.463-2.574 3.663c.002 2.148.805 3.446 2.411 3.446Zm-1.243-3.66c0-1.562.429-2.453 1.32-2.453.649 0 1.045.55 1.221 1.474l-2.53 1.309a3 3 0 0 1-.011-.33m1.331 2.67c-.638 0-1.045-.528-1.221-1.43l2.53-1.309v.286c0 1.565-.418 2.453-1.309 2.453" style="fill:#9f4246"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#60a5fa" d="M16 3.903 9.777 14.68a14.04 14.04 0 0 1 7.364-.255l2.103.496-1.979 8.39-2.106-.496c-2.588-.61-5.076.749-6.127 2.918l-1.947-.942c1.486-3.068 4.987-4.926 8.572-4.08l.986-4.182A11.887 11.887 0 0 0 2.032 28.097H29.97z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-792.28" x2="-793.365" y1="633.265" y2="632.418" gradientTransform="matrix(12.821 0 0 -12.821 10188.143 8132.963)" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs><path d="M2.909 3.41A.9.9 0 0 0 2 4.3a1 1 0 0 0 .012.155L5.82 27.568a1.22 1.22 0 0 0 1.193 1.018h18.269a.9.9 0 0 0 .9-.754l3.805-23.378a.9.9 0 0 0-.737-1.033 1 1 0 0 0-.147-.012Zm16.035 16.709h-5.831l-1.579-8.244h8.823Z" style="fill:#2684ff"/><path d="M28.776 11.874h-8.419l-1.413 8.244h-5.831L6.228 28.3a1.2 1.2 0 0 0 .785.3h18.274a.9.9 0 0 0 .9-.754Z" style="fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.638 14.849a15 15 0 0 0-.7-3.244 19.66 19.66 0 0 0-5.188-8.127c-.1-.09-.5-.325-.641-.245-.384.212.34 1.684.429 1.95a9.25 9.25 0 0 1 .5 5.037 5.01 5.01 0 0 1-4.538 4.006c-1.259.106-2.527-.038-3.792.11a7.18 7.18 0 0 0-5.014 2.422 5 5 0 0 0-.38.581h-.03a2.15 2.15 0 0 1-1.161-.272l-.162-.092a8.4 8.4 0 0 1-3.067-3.941 11.4 11.4 0 0 1-.689-2.061 5.5 5.5 0 0 1-.1-.973 1.4 1.4 0 0 0-.091-.658c-.242-.386-.556-.017-.6.292a7.7 7.7 0 0 0-.133 1.525 8.2 8.2 0 0 0 .59 2.541 11.1 11.1 0 0 0 1.934 3.273 12 12 0 0 0 1.112 1.133 5.6 5.6 0 0 1 1.073.971 2.6 2.6 0 0 1 .332 1.581 12.2 12.2 0 0 0 .287 4.142 12 12 0 0 0 1.538 3.552 7 7 0 0 0 1.331 1.472c.339.266.98.3.609-.682a6.96 6.96 0 0 1 .384-6.424c1.067-1.684 2.955-3.18 5.092-2.913a6.05 6.05 0 0 1 5.164 6.347 8.5 8.5 0 0 1-.348 2.414 2.1 2.1 0 0 0-.112 1.074c.134.577.777.365 1.055-.014.757-1.033 1.56-2.034 2.274-3.1a17.62 17.62 0 0 0 3.042-11.677" style="fill:#c31230"/><path d="M11.074 6.374a5 5 0 0 1 .14.551.64.64 0 0 0 .073.254 2.26 2.26 0 0 0 1.092 1.031 8 8 0 0 0 1.038.432 4.7 4.7 0 0 0 1.6-.073c.9-.072 1.734-.392 2.562.088-4.234 4.968-.239 6.076 2.866 3.68 3.539-2.73.208-9.168.208-9.168s-.077-.5-1.415-.8a10 10 0 0 0-.378-.181c-1.329-.615-2.525.395-3.486 1.209-.277.234-.553.476-.845.693a7.4 7.4 0 0 1-1.277.754 4.4 4.4 0 0 1-1.554.493 2.4 2.4 0 0 0-.361.046c-.227.019-.346.081-.4.181a.35.35 0 0 0-.134.307.86.86 0 0 0 .2.456 1 1 0 0 0 .071.047" style="fill:#c31230"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.98 8.331a.5.5 0 0 1 .02.12v6.011a.43.43 0 0 1-.224.38l-5.193 2.9V23.5a.43.43 0 0 1-.224.38l-10.843 6.065a1 1 0 0 1-.082.03c-.01 0-.02.01-.03.01a.47.47 0 0 1-.235 0c-.01 0-.02-.01-.03-.01s-.051-.02-.071-.03L2.234 23.884A.44.44 0 0 1 2 23.5V5.471a.5.5 0 0 1 .02-.12c0-.01.011-.02.021-.04s.02-.05.03-.07.021-.03.031-.04a.1.1 0 0 1 .041-.05c.01-.01.03-.02.04-.03s.031-.02.041-.03L7.641 2.06a.45.45 0 0 1 .448 0l5.416 3.031a.2.2 0 0 1 .051.04c.011.01.031.02.041.03a.2.2 0 0 1 .041.05.1.1 0 0 1 .03.04.4.4 0 0 1 .031.07c0 .01.01.02.02.04a.5.5 0 0 1 .021.11v11.262l4.51-2.533V8.451a.3.3 0 0 1 .021-.11c0-.01.01-.02.02-.04s.02-.05.03-.07.021-.03.031-.04a.1.1 0 0 1 .041-.05c.01-.01.03-.02.04-.03s.031-.03.051-.04l5.416-3.03a.45.45 0 0 1 .448 0l5.417 3.03a.2.2 0 0 1 .051.04c.01.01.03.02.04.03a.2.2 0 0 1 .041.05.1.1 0 0 1 .031.04 1 1 0 0 1 .03.07c.011.01.022.02.022.03m-.886 5.881v-5L27.2 10.271l-2.617 1.471v5Zm-5.417 9.042v-5L21.1 19.683l-7.36 4.081v5.051c0-.01 9.937-5.561 9.937-5.561M2.906 6.231v17.023l9.938 5.561v-5.051l-5.193-2.851c-.02-.02-.041-.03-.051-.05s-.031-.02-.041-.03-.02-.03-.04-.05-.021-.03-.031-.04a.2.2 0 0 1-.02-.05c-.011-.02-.021-.03-.021-.05a.13.13 0 0 1-.01-.06c0-.02-.01-.03-.01-.05V8.751L4.8 7.291ZM7.875 2.94 3.354 5.471l4.511 2.52 4.51-2.53Zm2.342 15.76 2.616-1.46V6.231l-1.893 1.06-2.617 1.46v11.012ZM24.125 5.921l-4.51 2.53 4.51 2.521 4.511-2.531c.01.01-4.511-2.52-4.511-2.52m-.448 5.811-2.617-1.471L19.167 9.2v5l2.616 1.46 1.894 1.061ZM13.292 23l6.618-3.671 3.309-1.84-4.511-2.521-5.192 2.9-4.735 2.65Z" style="fill:#ef382c"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4 9v3h1v7H4v3h10v-1h1v-1h1v-4h-1v-1h1v-4h-1v-1h-1V9zm6 3h2v2h-2zm0 5h2v2h-2z" style="fill:#00ffae"/><path d="M16 9v3h1v7h-1v3h10v-1h1v-1h1v-4h-1v-1h1v-4h-1v-1h-1V9zm5 3h2v2h-2zm0 5h2v2h-2z" style="fill:#00d8ff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.012 2h13.967q-2.787 5.6-5.593 11.194 2.8.014 5.6.009-4.9 8.4-9.794 16.8c-.019-4.192-.009-8.375-.009-12.567-1.391 0-2.782 0-4.173-.009Z" style="fill:#fbc02d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M17.636 16.215v-6.1c0-.327-.054-.285.331-.285H30v6.379h-5.34Z" style="fill:#206e20"/><path d="M17.634 16.215H30v6.379H17.634z" style="fill:#247b24"/><path d="M29.949 3.813A1.19 1.19 0 0 0 28.859 3H10.22a1.18 1.18 0 0 0-1.2.939 1 1 0 0 0-.02.212V9.83h21V3.938c-.045-.03-.037-.083-.051-.125" style="fill:#1c601c"/><path d="M19.7 22.592H9V27.9a.6.6 0 0 0 .013.112A1.17 1.17 0 0 0 10.2 29h18.586a1.17 1.17 0 0 0 1.17-.854c.01-.029 0-.069.044-.082v-5.472Z" style="fill:#288928"/><path d="M18.322 9.07a1.2 1.2 0 0 0-.111-.508 1.32 1.32 0 0 0-1.263-.823Q12.973 7.73 9 7.735H3.387A1.36 1.36 0 0 0 2 9.069v13.784a1.363 1.363 0 0 0 1.313 1.411h13.526a2 2 0 0 0 .347-.024 1.35 1.35 0 0 0 1.14-1.307Q18.325 16 18.322 9.07" style="fill:#107c10"/><path d="M13.785 21.26h-1.239c-.084 0-.081-.069-.1-.116q-.524-1.4-1.043-2.8l-.954-2.557-.035-.088c-.056.008-.054.055-.068.085L7.9 21.134a.18.18 0 0 1-.2.129c-.381-.008-.764 0-1.163 0l.514-1.143q1.353-3 2.706-5.991a.25.25 0 0 0 .006-.214c-.155-.41-.3-.822-.457-1.233a1.7 1.7 0 0 0-.219-.426.93.93 0 0 0-.787-.416h-.531c-.088 0-.123-.015-.121-.115.008-.284 0-.567 0-.851 0-.049-.016-.105.07-.1a7 7 0 0 1 1.366.089 1.71 1.71 0 0 1 1.289 1.155c.691 1.891 1.392 3.778 2.089 5.666l1.269 3.436a1 1 0 0 1 .054.14" style="fill:#fefefe"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.465 15.715c-1.44-1.384-8.642-2.248-10.914-2.5a7 7 0 0 0 .281-.806 9 9 0 0 1 .99-.367c.042.124.241.6.354.826 4.569.126 4.8-3.4 4.99-4.36a5.45 5.45 0 0 1 1.74-3.521c-2.335-.68-5.693 1.055-6.818 3.637a7 7 0 0 0-1.265-.348 6.14 6.14 0 0 0-5.966-4.585A11.154 11.154 0 0 0 2 15.232c0 6.1 4.163 11.442 6.515 11.442a2.32 2.32 0 0 0 2.118-1.459c.174.473.708 1.943.883 2.317.259.553 1.457 1.032 1.981.458a1.93 1.93 0 0 0 2.585-.4 1.914 1.914 0 0 0 2.471-1.423c.637-.034.95-.928.81-1.641a17.5 17.5 0 0 0-1.625-3.056c.846.688 2.988.883 3.248 0 1.364 1.07 3.489.509 3.657-.362 1.657.431 3.558-.515 3.245-1.66 2.664-.183 2.324-3.015 1.577-3.733" style="fill:#543729"/><path d="M22.053 9.675a10.2 10.2 0 0 1 2.2-3.148 5.7 5.7 0 0 0-2.575 2.9 9 9 0 0 0-.906-.506 5.88 5.88 0 0 1 4.8-3.308c-1.4 1.269-.9 3.906-2.053 5.3a15 15 0 0 0-1.466-1.238m-.9 1.852a5 5 0 0 1 .047-.533 5 5 0 0 0-.839-.11 3.2 3.2 0 0 0 .291 1.216 4.4 4.4 0 0 0 2.282-.633 7.6 7.6 0 0 0-1.54-.434c-.059.116-.194.409-.245.494Z" style="fill:#00acee"/><path d="M17.2 20.527v.005a15 15 0 0 1-.449-1.1c.665.968 2.75.469 2.641-.4 1.02.768 3.121-.128 2.643-1.2 1.022.476 2.189-.482 1.927-.9 1.743.336 3.413.671 3.937.805a2.03 2.03 0 0 1-2.337.69c.646.88-.608 1.936-2.355 1.354.385.864-1.171 1.642-2.939.741.023.861-2.192.96-3.068.005m3.457-4.369c2.023.155 5.367.457 7.438.747-.131-.674-.488-.866-1.612-1.168-1.209.129-4.277.43-5.826.421" style="fill:#2baf2b"/><path d="M19.393 19.031c1.02.768 3.121-.128 2.643-1.2 1.022.476 2.189-.482 1.927-.9-2.06-.4-4.222-.8-4.713-.866.3.016.791.05 1.406.1 1.55.009 4.617-.293 5.826-.422a59 59 0 0 0-8.714-1.4 4 4 0 0 1-.773.841c-1.208 2.555-3.4 4.253-5.816 4.253a7.8 7.8 0 0 1-2.38-.4c-.552.591-2.9 1.039-4.813.1a9.74 9.74 0 0 0 8.914 5.907c3.273 0 4.725-3.342 4.407-4.227-.077-.215-.382-.927-.553-1.387.663.97 2.746.47 2.639-.399" style="fill:#ffcc2f"/><path d="M17.409 12.3a9.5 9.5 0 0 1 2.239-.99 4 4 0 0 1-.033-.319c-.624.15-1.8.654-2.476-.041 1.423.429 2.134-.383 3.18-.383a6.7 6.7 0 0 1 2.214.449 7.47 7.47 0 0 0-4.7-2.1 3.29 3.29 0 0 0-.424 3.384" style="fill:#cecece"/><path d="M8.8 19.03a7.8 7.8 0 0 0 2.38.4c2.421 0 4.609-1.7 5.816-4.253a7.5 7.5 0 0 1-4.87 1.384 7.62 7.62 0 0 0 4.964-3.139 4.22 4.22 0 0 1 .44-5.249 4.93 4.93 0 0 0-4.674-3.284C7.575 4.891 3.2 9.31 3.2 15.232a9.9 9.9 0 0 0 .788 3.9c1.912.937 4.26.489 4.812-.102" style="fill:#ef5734"/><path d="M10.384 10.013a2.439 2.439 0 1 0 2.439-2.439 2.44 2.44 0 0 0-2.439 2.439" style="fill:#ffcc2f"/><path d="M11.363 10.013a1.46 1.46 0 1 0 1.46-1.46 1.46 1.46 0 0 0-1.46 1.46" style="fill:#543729"/><ellipse cx="12.823" cy="9.365" rx=".851" ry=".529" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.465 15.715c-1.44-1.384-8.642-2.248-10.914-2.5a7 7 0 0 0 .281-.806 9 9 0 0 1 .99-.367c.042.124.241.6.354.826 4.569.126 4.8-3.4 4.99-4.36a5.45 5.45 0 0 1 1.74-3.521c-2.335-.68-5.693 1.055-6.818 3.637a7 7 0 0 0-1.265-.348 6.14 6.14 0 0 0-5.966-4.585A11.154 11.154 0 0 0 2 15.232c0 6.1 4.163 11.442 6.515 11.442a2.32 2.32 0 0 0 2.118-1.459c.174.473.708 1.943.883 2.317.259.553 1.457 1.032 1.981.458a1.93 1.93 0 0 0 2.585-.4 1.914 1.914 0 0 0 2.471-1.423c.637-.034.95-.928.81-1.641a17.5 17.5 0 0 0-1.625-3.056c.846.688 2.988.883 3.248 0 1.364 1.07 3.489.509 3.657-.362 1.657.431 3.558-.515 3.245-1.66 2.664-.183 2.324-3.015 1.577-3.733" style="fill:#ee4d26"/><path d="M20.658 16.158c-.616-.047-1.109-.081-1.406-.1.49.07 2.652.468 4.713.866.262.418-.905 1.376-1.927.9.478 1.077-1.623 1.972-2.643 1.2a.66.66 0 0 1-.332.609 1.8 1.8 0 0 1-.73.285 1.8 1.8 0 0 0 .73-.285.66.66 0 0 0 .332-.609c1.02.768 3.121-.128 2.643-1.2 1.022.476 2.189-.482 1.927-.9 1.743.336 3.413.671 3.937.805a2.03 2.03 0 0 1-2.337.69c.646.88-.608 1.936-2.355 1.354.385.864-1.171 1.642-2.939.741.022.864-2.193.964-3.069.009v.005q-.038-.081-.076-.169c-.112-.274-.25-.609-.351-.875l-.021-.057a1.57 1.57 0 0 0 1.578.494 1.57 1.57 0 0 1-1.578-.495l.021.057c.13.348.244.633.351.875.082.2.15.367.181.454.318.884-1.134 4.227-4.407 4.227a9.74 9.74 0 0 1-8.912-5.912c1.909.937 4.261.489 4.813-.1a7.8 7.8 0 0 0 2.38.4c2.421 0 4.609-1.7 5.816-4.253a4 4 0 0 0 .773-.841 59 59 0 0 1 8.714 1.4c-1.209.129-4.276.43-5.826.422ZM17.409 12.3a9.5 9.5 0 0 1 2.239-.99 4 4 0 0 1-.033-.319c-.624.15-1.8.654-2.476-.041 1.423.429 2.134-.383 3.18-.383a6.7 6.7 0 0 1 2.214.449 7.47 7.47 0 0 0-4.7-2.1 3.29 3.29 0 0 0-.424 3.384m3.739-.777a5 5 0 0 1 .047-.533 5 5 0 0 0-.839-.11 3.2 3.2 0 0 0 .291 1.216 4.4 4.4 0 0 0 2.282-.633 7.6 7.6 0 0 0-1.54-.434 8 8 0 0 1-.24.498Zm.9-1.852a10.2 10.2 0 0 1 2.2-3.148 5.7 5.7 0 0 0-2.575 2.9 9 9 0 0 0-.906-.506 5.88 5.88 0 0 1 4.8-3.308c-1.4 1.269-.9 3.906-2.053 5.3a15 15 0 0 0-1.461-1.234Zm-11.669.338a2.439 2.439 0 1 0 2.439-2.439 2.44 2.44 0 0 0-2.434 2.443Z" style="fill:#fff"/><circle cx="12.823" cy="10.013" r="1.46" style="fill:#ee4d26"/><ellipse cx="12.823" cy="9.365" rx=".851" ry=".529" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" style="fill:#ffd539"/><path d="M21.247 7.264q.093-.026.185-.045l.182.223q-.02.078-.037.157a2.5 2.5 0 0 0-.432.12q.041-.226.102-.455m-3.938 4.221c-1.26 2-1.955 4.067-1.751 5.183a17.1 17.1 0 0 0 6.554-.142A13.8 13.8 0 0 0 26.06 15a2.5 2.5 0 0 0 .56-.44 8.44 8.44 0 0 1-3.82-2.118 5.12 5.12 0 0 1-1.651-4.724 9.3 9.3 0 0 0-3.84 3.767m4.378-4.3c-1.294 4.238 3.292 6.695 5.105 7.009.727.126.09.795-.531 1.159a16.1 16.1 0 0 1-11.026 1.67c-.852-2.513 3.33-9.542 6.453-9.843Z"/><path d="M20.382 12.652a.8.8 0 1 0 .618-.614.5.5 0 1 1-.614.615Zm5.782 2.368a1.2 1.2 0 1 0-1.2-1.2c.812.587 1.985.468 1.201 1.2Z"/><path d="M15.283 27.935c.276-3.157-.747-4.589-2.56-7.451s-1.04-8.122 3.885-7.691c7.973.698 4.811 12.498-1.325 15.142"/><path d="M11.065 26.748c1.389-2.848.948-4.552.28-7.874s1.94-7.955 6.383-5.788c7.194 3.509.013 13.393-6.663 13.662"/><path d="M7.562 24.141c2.317-2.161 2.516-3.91 3.083-7.251s4.662-6.731 8.033-3.116c5.459 5.854-4.787 12.508-11.117 10.366Z"/><path d="M5.2 20.479c2.938-1.187 3.75-2.749 5.477-5.664s6.764-4.614 8.616-.03c3 7.422-8.951 9.962-14.093 5.694"/><path d="M4.341 16.167c3.168-.055 4.486-1.222 7.143-3.325s7.968-1.883 8.055 3.06c.14 8-11.927 6.091-15.2.265Z"/><path d="M5.036 11.86c2.977 1.084 4.626.466 7.86-.545s8.114 1.1 6.423 5.743C16.582 24.58 6 18.471 5.036 11.86"/><path d="M7.281 8.1c2.392 2.079 4.152 2.093 7.534 2.308s7.185 3.93 3.938 7.661C13.5 24.11 5.813 14.615 7.281 8.1"/><path d="M10.679 5.363c1.488 2.8 3.126 3.442 6.206 4.855s5.3 6.245.93 8.566c-7.067 3.758-10.842-7.861-7.136-13.421"/><path d="M14.868 4.056c.386 3.145 1.685 4.334 4.054 6.756s2.706 7.728-2.2 8.33c-7.946.976-7.306-11.224-1.854-15.086"/><path d="M19.224 4.337c-.767 3.075.02 4.649 1.363 7.76s-.243 8.184-5.04 6.988C7.78 17.149 12.749 5.988 19.224 4.337"/><path d="M23.212 6.144c-4.288 3.251-1.826 5.6-1.826 11.811 0 5.689-2.842 3.476-6.892.64C7.937 14 16.576 5.366 23.212 6.144"/><path d="M21.365 16.5a11 11 0 0 1-.053-.591 39 39 0 0 0-.242-2.091l-.028-.173.224-.025a.816.816 0 0 0 .561-1.279 1.07 1.07 0 0 0-.672-.341h-.161l.171.162a.4.4 0 0 1 .171.314.53.53 0 0 1-.258.472c-.115.052-.123.047-.149-.1a11.3 11.3 0 0 1-.152-3.175 5 5 0 0 1 .17-.7l.094-.264v.216a5 5 0 0 0 .094.647 6.33 6.33 0 0 0 3.122 4.017 10.4 10.4 0 0 0 1.719.819 2 2 0 0 1 .4.163c.082.082-.012.2-.312.39a13.6 13.6 0 0 1-3.764 1.492c-.983.232-.907.228-.935.047" style="fill:#fff"/></svg>
|