@lvce-editor/server 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +100 -76
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.046 15.584a2.1 2.1 0 0 0-1.231-.3 2.18 2.18 0 0 0-1.751.859 3.6 3.6 0 0 0-.7 2.337V23H7v-9.457h2.361v1.949H9.4a3.27 3.27 0 0 1 1.064-1.556 2.54 2.54 0 0 1 1.6-.559 2.2 2.2 0 0 1 .977.176Z" style="fill:#d8a303"/><path d="M25 23h-2.361v-5.172q0-2.806-2.067-2.807a2.24 2.24 0 0 0-1.75.813 3.03 3.03 0 0 0-.713 2.078V23h-2.372V9h2.372v6.113h.041a3.81 3.81 0 0 1 3.379-1.791q3.471 0 3.471 3.851Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M9.966 13.338a2 2 0 0 0-1.215-.315 2.11 2.11 0 0 0-1.728.887 3.83 3.83 0 0 0-.693 2.414V21H4v-9.771h2.33v2.013h.04a3.4 3.4 0 0 1 1.05-1.607A2.44 2.44 0 0 1 9 11.057a2.05 2.05 0 0 1 .964.182Z" style="fill:#d80303"/><path d="M28 21h-2.33v-5.324a4.14 4.14 0 0 0-.457-2.224 1.71 1.71 0 0 0-1.542-.687 1.88 1.88 0 0 0-1.552.869 3.4 3.4 0 0 0-.638 2.08V21h-2.34v-5.506q0-2.728-2.029-2.729a1.86 1.86 0 0 0-1.552.821 3.5 3.5 0 0 0-.608 2.128V21h-2.33v-9.771h2.33v1.546h.04A3.6 3.6 0 0 1 18.237 11a3.17 3.17 0 0 1 1.863.558 2.78 2.78 0 0 1 1.09 1.465A3.69 3.69 0 0 1 24.605 11Q28 11 28 14.979Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1156 1156"><g fill="#3d4047"><path d="M1024.5 534.05c1.23 13.58 2.08 27.28 2.08 41.19 0-13.91-.85-27.6-2.08-41.19" class="prefix__cls-2"/><path d="M359 531.68S234.25 991.32 734.26 995.32c156.88-58.4 272.48-201.58 290-374.2 1.21-11.94 1.57-24.12 1.84-36.32.05-3.21.48-6.33.48-9.56 0-13.9-.85-27.61-2.08-41.19C892.4 1054.08 308 850.39 359 531.68" class="prefix__cls-2"/><path d="M617.54 361.07S152 231.06 159.16 738.68a449.9 449.9 0 0 0 108.49 162.17c2 1.89 4.07 3.68 6.09 5.54a450 450 0 0 0 42.54 34.67c2.31 1.65 4.48 3.47 6.8 5.08a447 447 0 0 0 49.11 29.16c4.93 2.54 10 4.86 15 7.23a444 444 0 0 0 44.85 18.2c3.75 1.28 7.33 2.88 11.13 4.07A445 445 0 0 0 499 1018c5.71 1 11.48 1.84 17.26 2.64a450 450 0 0 0 59.11 4.59c.76 0 1.49.12 2.25.12 14.92 0 29.65-.8 44.18-2.23C99.46 898.55 298 314.47 617.54 361.07" class="prefix__cls-2"/><path d="M799 601.8s110.14-464.34-385.64-443.6c-166.25 65.67-283.94 227.43-283.94 417a451 451 0 0 0 4.61 61C238.37 110.86 832.8 281 799 601.8" class="prefix__cls-2"/><path d="M560.95 801.62s466.35 60.88 437.16-382.51C934.64 248.44 770.76 126.62 578 126.62a450 450 0 0 0-81.35 7.73c519.64 63.79 384.58 671.81 64.3 667.27" class="prefix__cls-2"/><path d="M707.46 575.25A125.65 125.65 0 1 1 581.85 449.6a125.64 125.64 0 0 1 125.61 125.65" class="prefix__cls-3"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.721 14.546a1.85 1.85 0 0 0-1.165-.318 2 2 0 0 0-1.657.9 4 4 0 0 0-.664 2.436v4.719H9v-9.865h2.235v2.032h.038a3.43 3.43 0 0 1 1.007-1.623 2.27 2.27 0 0 1 1.517-.583 1.9 1.9 0 0 1 .924.183Z" style="fill:#03d803"/><path d="M23 22.173a3.9 3.9 0 0 1-1.724.327q-2.871 0-2.87-2.754V14.17h-1.647v-1.752h1.647v-2.282L20.64 9.5v2.918H23v1.752h-2.36v4.93a1.94 1.94 0 0 0 .318 1.252 1.32 1.32 0 0 0 1.06.375A1.54 1.54 0 0 0 23 20.4Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#27272a"><path d="M12.84 6.867a.727.727 0 0 1-.413.999C8.734 9.177 6.1 12.567 6.1 16.542v.728H1.935v-.728c0-5.631 3.694-10.437 8.899-12.343a.727.727 0 0 1 .907.37zM1.935 18.658h4.166v11.109H1.935zM29.707 16.542v.728h-4.166v-.728c0-3.975-2.63-7.364-6.325-8.676a.727.727 0 0 1-.415-1l1.098-2.3a.727.727 0 0 1 .907-.37c5.208 1.909 8.901 6.717 8.901 12.346M25.541 18.658h4.166v11.109h-4.166z" class="cls-1"/></g><path fill="#ffc905" d="M18.464 2.174a.73.73 0 0 1 .56 1.035l-.2.419-1.547 3.24a.73.73 0 0 1-.703.412q-.374-.02-.753-.02t-.753.02a.73.73 0 0 1-.702-.412l-1.548-3.24-.2-.419a.73.73 0 0 1 .56-1.035 19.6 19.6 0 0 1 5.286 0M24.153 16.542v13.225h-4.166V16.542c0-2.191-1.865-3.967-4.166-3.967s-4.165 1.774-4.165 3.967v13.225H7.49V16.542c0-4.382 3.73-7.935 8.331-7.935s8.332 3.553 8.332 7.935" class="cls-2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.05 13.9V13a1.793 1.793 0 0 0-1.8-1.8H6.65a1.793 1.793 0 0 0-1.8 1.8v.9a1.53 1.53 0 0 0-.7 1.2v2.4a1.39 1.39 0 0 0 .7 1.2v.9a1.793 1.793 0 0 0 1.8 1.8h18.7a1.793 1.793 0 0 0 1.8-1.8v-.9a1.53 1.53 0 0 0 .7-1.2v-2.4a1.74 1.74 0 0 0-.8-1.2M15.95 2a9.925 9.925 0 0 0-9.8 8.6h19.6a9.925 9.925 0 0 0-9.8-8.6M13.05 24h5.8l.6.7.9-.7-.9-1.1h-7l-.9 1.1.9.7z"/><path d="M23.55 17.6H8.35a1.3 1.3 0 1 1 0-2.6h15.3a1.324 1.324 0 0 1 1.3 1.3 1.49 1.49 0 0 1-1.4 1.3" style="fill:#ec1c24"/><path d="M23.05 22v3.8a1.967 1.967 0 0 1-1.9 1.9h-1a.86.86 0 0 1-.6-.3l-1.2-1.6a.6.6 0 0 0-.6-.3h-3.6a.76.76 0 0 0-.5.2l-1.3 1.6a.6.6 0 0 1-.6.3h-1a1.967 1.967 0 0 1-1.9-1.9V22h-2.3v3.8a4.225 4.225 0 0 0 4.2 4.2h10.4a4.225 4.225 0 0 0 4.2-4.2V22Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.124 5.3a.832.832 0 1 1 .832.832.83.83 0 0 1-.832-.832M5.2 12.834a.832.832 0 1 1 .832.832.83.83 0 0 1-.832-.832m19.856.039a.832.832 0 1 1 .832.832.83.83 0 0 1-.832-.832m-17.451 1.14a.76.76 0 0 0 .386-1l-.369-.835h1.452v6.545h-2.93a10.3 10.3 0 0 1-.332-3.911Zm6.074.161v-1.929h3.458c.179 0 1.261.206 1.261 1.016 0 .672-.83.913-1.513.913ZM8.958 24.561a.832.832 0 1 1 .832.832.83.83 0 0 1-.832-.832m12.331.039a.832.832 0 1 1 .832.832.83.83 0 0 1-.832-.832m.257-1.887a.76.76 0 0 0-.9.584l-.418 1.949a10.25 10.25 0 0 1-8.545-.041l-.417-1.949a.76.76 0 0 0-.9-.583l-1.721.37a10 10 0 0 1-.89-1.049h8.374c.095 0 .158-.017.158-.1v-2.966c0-.086-.063-.1-.158-.1h-2.45v-1.881h2.649a1.665 1.665 0 0 1 1.629 1.412c.105.413.336 1.757.494 2.187.157.483.8 1.447 1.482 1.447h4.323a10 10 0 0 1-.949 1.1Zm4.65-7.821a10.3 10.3 0 0 1 .022 1.779h-1.051c-.105 0-.148.069-.148.172v.483c0 1.136-.641 1.384-1.2 1.447-.535.06-1.128-.224-1.2-.551a3.62 3.62 0 0 0-1.671-2.808c1.03-.654 2.1-1.619 2.1-2.911A3.29 3.29 0 0 0 21.44 9.8a4.56 4.56 0 0 0-2.2-.724H8.367A10.25 10.25 0 0 1 14.1 5.84l1.282 1.344a.76.76 0 0 0 1.072.026l1.434-1.372a10.25 10.25 0 0 1 7.015 5l-.982 2.217a.76.76 0 0 0 .386 1Zm2.448.036-.033-.343 1.011-.943a.42.42 0 0 0-.013-.595.4.4 0 0 0-.121-.081l-1.288-.483-.1-.334.806-1.12a.42.42 0 0 0-.13-.581.4.4 0 0 0-.133-.055l-1.363-.222-.164-.306.573-1.257a.42.42 0 0 0-.236-.544.4.4 0 0 0-.146-.029l-1.383.048-.224-.264.318-1.347a.42.42 0 0 0-.343-.487.4.4 0 0 0-.144 0l-1.348.315-.266-.219.049-1.381a.42.42 0 0 0-.431-.411.4.4 0 0 0-.141.028l-1.257.573-.306-.164-.222-1.363a.42.42 0 0 0-.5-.318.4.4 0 0 0-.133.055l-1.121.806-.333-.1-.483-1.293a.42.42 0 0 0-.555-.215.4.4 0 0 0-.12.08l-.946 1.012-.343-.033-.728-1.177a.42.42 0 0 0-.688 0l-.728 1.177-.343.033-.943-1.012a.42.42 0 0 0-.595.015.4.4 0 0 0-.08.12L12.483 3.8l-.333.1-1.12-.8a.42.42 0 0 0-.581.13.4.4 0 0 0-.055.133l-.222 1.363-.306.164-1.258-.573a.42.42 0 0 0-.544.239.4.4 0 0 0-.028.144l.048 1.383-.266.217-1.347-.316a.42.42 0 0 0-.487.343.4.4 0 0 0 0 .144L6.3 7.819l-.218.265L4.7 8.036a.422.422 0 0 0-.383.573l.573 1.257-.164.306-1.363.222a.42.42 0 0 0-.318.5.4.4 0 0 0 .055.133l.806 1.12-.1.334-1.293.483a.42.42 0 0 0-.215.555.4.4 0 0 0 .081.121l1.011.943-.033.343-1.177.728a.42.42 0 0 0 0 .688l1.177.728.033.343-1.011.943a.42.42 0 0 0 .015.595.4.4 0 0 0 .119.08l1.293.483.1.334-.806 1.124a.42.42 0 0 0 .131.581.4.4 0 0 0 .133.055l1.363.222.164.307-.573 1.257a.42.42 0 0 0 .24.545.4.4 0 0 0 .143.028l1.383-.048.219.266-.317 1.348a.42.42 0 0 0 .341.486.4.4 0 0 0 .146 0l1.345-.319.266.218-.049 1.382a.42.42 0 0 0 .429.41.4.4 0 0 0 .143-.028l1.257-.573.306.164.222 1.362a.42.42 0 0 0 .5.319.4.4 0 0 0 .133-.055l1.12-.807.334.1.483 1.292a.42.42 0 0 0 .556.214.4.4 0 0 0 .119-.08l.943-1.011.343.034.728 1.177a.42.42 0 0 0 .588.1.4.4 0 0 0 .1-.1l.728-1.177.343-.034.943 1.011a.42.42 0 0 0 .595-.015.4.4 0 0 0 .08-.119l.483-1.292.334-.1 1.12.807a.42.42 0 0 0 .581-.131.4.4 0 0 0 .055-.133l.222-1.362.306-.164 1.257.573a.42.42 0 0 0 .544-.239.4.4 0 0 0 .028-.143l-.048-1.384.265-.218 1.347.317a.42.42 0 0 0 .487-.34.5.5 0 0 0 0-.146l-.309-1.346.218-.266 1.383.048a.42.42 0 0 0 .41-.431.4.4 0 0 0-.028-.142l-.573-1.257.164-.307 1.363-.222a.42.42 0 0 0 .319-.5.4.4 0 0 0-.056-.135l-.806-1.12.1-.334 1.293-.483a.42.42 0 0 0 .215-.554.4.4 0 0 0-.081-.121l-1.011-.943.033-.343 1.177-.728a.42.42 0 0 0 0-.688Z" style="fill:#050505"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.1 105.1"><path d="m62.1 50 4.5-4.5a13.1 13.1 0 0 0 10.1-.2 1.245 1.245 0 0 0 .638-1.642 1.2 1.2 0 0 0-.238-.358l-8-8a2.416 2.416 0 0 1-.084-3.416q.04-.043.084-.084l8-8a1.238 1.238 0 0 0-.4-2 12.944 12.944 0 0 0-17.5 16.3l-4.6 4.6ZM53.5 43.7l-6.2-6.2-7.4 7.4 6.2 6.2 7.4 7.4 22.8 22.8a1.69 1.69 0 0 0 2.39.01l.01-.01 5.1-5.1a1.634 1.634 0 0 0 .091-2.309 1 1 0 0 0-.091-.091L60.9 51.2Z"/><path d="m80.5 27.8-6.7 6.7a1.39 1.39 0 0 0 0 1.9l5.1 5.1a1.335 1.335 0 0 0 1.889.022 1 1 0 0 0 .111-.122 12.91 12.91 0 0 0 1.7-13.2 1.333 1.333 0 0 0-2.1-.4M29.4 59.4l8 8a2.416 2.416 0 0 1 .084 3.416l-.084.084-8 8a1.238 1.238 0 0 0 .4 2 12.916 12.916 0 0 0 17.5-16.2l5-5-7.4-7.4-4.9 4.9a13.35 13.35 0 0 0-10.2.2 1.245 1.245 0 0 0-.638 1.642 1.2 1.2 0 0 0 .238.358"/><path d="M25.6 61.3a12.91 12.91 0 0 0-1.7 13.2 1.33 1.33 0 0 0 2.2.4l6.7-6.7a1.39 1.39 0 0 0 0-1.9l-5.1-5.1a1.444 1.444 0 0 0-2.042.036zM27.3 39h.5l-.5-.5Z"/><path d="m31.9 46 1.5-1.5-5.5-5.5h-.5a.9.9 0 0 1 .1-.5l-1.1-1.1-1.5 1.5-.9-.8a2.05 2.05 0 0 0-2.9 0l-.4.4a2.05 2.05 0 0 0 0 2.9l8.7 8.7a2.05 2.05 0 0 0 2.9 0l.4-.4a2.05 2.05 0 0 0 0-2.9ZM40.4 23.7l7 7c8.1-5.4 12.6-.9 6.4-7.1-4.3-4.3-9.7-2.3-13.4.1M46.9 32.6l-.8-.8-7.1-7.2-.8-.8a1.933 1.933 0 0 0-2.733-.067l-.067.067-8.7 8.7a2.05 2.05 0 0 0 0 2.9l.6.6.1.1.7.7c1.6-2.4 4.7-4.8 2.3-7.1 2.4 2.4-.7 4.8-2.3 7.1l2.1 2.1 4.4 4.4.8.8a1.98 1.98 0 0 0 1.4.6h.4a2 2 0 0 0 .8-.4c.1-.1.2-.1.2-.2l.4-.4 7.4-7.4.6-.6.3-.3a1.4 1.4 0 0 0 .3-.4 1.846 1.846 0 0 0-.3-2.4"/><path d="M52.5.3a1.46 1.46 0 0 0-1.3.7l-2.7 4.4-1.3.1-3.5-3.8a1.52 1.52 0 0 0-2.151-.024 1.5 1.5 0 0 0-.349.524L39.4 7l-1.2.4-4.2-3a1.64 1.64 0 0 0-2.4 1l-.8 5.1-1.2.5-4.7-2.1a1.528 1.528 0 0 0-2.1 1.4l.2 5.2-1 .8-5-1.2a1.553 1.553 0 0 0-1.8 1.8l1.2 5-.8 1-5.2-.2a1.54 1.54 0 0 0-1.5 1.579 1.5 1.5 0 0 0 .1.521l2.1 4.7-.6 1.1-5.1.8a1.62 1.62 0 0 0-1.181 1.96 1.6 1.6 0 0 0 .181.44l3 4.2-.4 1.4-4.8 1.8a1.53 1.53 0 0 0-.5 2.5l3.8 3.5-.1 1.3L1 51.2a1.59 1.59 0 0 0-.386 2.214A1.6 1.6 0 0 0 1 53.8l4.4 2.7.1 1.3-3.8 3.5a1.52 1.52 0 0 0-.024 2.151 1.5 1.5 0 0 0 .524.349L7 65.7l.4 1.2-3 4.2a1.62 1.62 0 0 0 .56 2.219 1.6 1.6 0 0 0 .44.181l5.1.8.6 1.1L9 80.1a1.528 1.528 0 0 0 1.4 2.1l5.2-.2.8 1-1.2 5a1.553 1.553 0 0 0 1.8 1.8l5-1.2 1 .8-.2 5.2a1.54 1.54 0 0 0 1.579 1.5 1.5 1.5 0 0 0 .521-.1l4.7-2.1 1.1.6.8 5.1a1.62 1.62 0 0 0 1.96 1.181 1.6 1.6 0 0 0 .44-.181l4.2-3 1.2.4 1.8 4.8a1.53 1.53 0 0 0 2.5.5l3.5-3.8 1.3.1 2.7 4.4a1.59 1.59 0 0 0 2.214.386A1.6 1.6 0 0 0 53.7 104l2.7-4.4 1.3-.1 3.5 3.8a1.52 1.52 0 0 0 2.151.024 1.5 1.5 0 0 0 .349-.524l1.8-4.8 1.2-.4 4.2 3a1.64 1.64 0 0 0 2.4-1l.8-5.1 1.1-.6 4.7 2.1a1.528 1.528 0 0 0 2.1-1.4l-.2-5.2 1-.8 5 1.2a1.553 1.553 0 0 0 1.8-1.8l-1.2-5 .8-1 5.2.2a1.54 1.54 0 0 0 1.5-1.579 1.5 1.5 0 0 0-.1-.521L94 75.4l.6-1.1 5.1-.8a1.62 1.62 0 0 0 1.181-1.96 1.6 1.6 0 0 0-.181-.44l-3-4.2.4-1.2 4.8-1.8a1.53 1.53 0 0 0 .5-2.5l-3.8-3.5.1-1.3 4.4-2.7a1.59 1.59 0 0 0 .386-2.214 1.6 1.6 0 0 0-.386-.386l-4.4-2.7-.1-1.3 3.8-3.5a1.52 1.52 0 0 0 .024-2.151 1.5 1.5 0 0 0-.524-.349l-4.8-1.8-.4-1.2 3-4.2a1.64 1.64 0 0 0-1-2.4l-5.1-.8-.6-1.3 2.1-4.7a1.528 1.528 0 0 0-1.4-2.1l-5.1.2-.8-1 1.2-5a1.553 1.553 0 0 0-1.8-1.8l-5 1.2-1-.8.2-5.2a1.54 1.54 0 0 0-1.579-1.5 1.5 1.5 0 0 0-.521.1l-4.8 2-1.1-.6-.8-5.1a1.62 1.62 0 0 0-1.96-1.181 1.6 1.6 0 0 0-.44.181l-4.2 3-1.3-.3-1.8-4.8a1.53 1.53 0 0 0-2.5-.5l-3.5 3.8-1.3-.1L53.9 1a1.51 1.51 0 0 0-1.4-.7m0 9.2a3.03 3.03 0 0 1 3 3.061v.039c0 4.1-6.2 4.1-6.2 0a3.02 3.02 0 0 1 2.931-3.1q.135-.009.269 0m7.1 5.1a38.49 38.49 0 0 1 26.2 18.7l-3.7 8.3a2.826 2.826 0 0 0 1.4 3.7l7.1 3.1c.2 2.2 0 6.6 0 6.6a38.73 38.73 0 0 1-7.4 19.9 52 52 0 0 1-3.4 4.1l-6.6-1.4a2.9 2.9 0 0 0-3.4 2.2l-1.6 7.3a38.21 38.21 0 0 1-31.9-.2l-1.6-7.3a2.88 2.88 0 0 0-3.4-2.2l-6.4 1.4c-1.2-1.2-3.3-3.9-3.3-3.9a37.6 37.6 0 0 1-6-12.2s-.4-1.5-.6-2.2c-.1-.3-.1-.6-.2-.9a23 23 0 0 1-.4-2.6c-.1-.4-.1-.8-.2-1.3-.1-.7-.2-3.1-.2-3.5v-1.3c0-.5.1-1 .1-1.5 0-.4.1-.9.1-1.3l6.7-3a2.823 2.823 0 0 0 1.434-3.726L22.3 41.3l-3.4-7.7a37.4 37.4 0 0 1 4.9-6.9s.9-1 1.2-1.3c.6-.6 1.2-1.2 1.9-1.8l.2-.2a38.1 38.1 0 0 1 18-8.8l4.8 5a2.84 2.84 0 0 0 4 .1Zm-44.2 23a3 3 0 0 1 1.6.5 3.106 3.106 0 0 1-1.8 5.7 3.1 3.1 0 0 1-3-3.1 3.137 3.137 0 0 1 3.175-3.1Zm74.1.1a3.03 3.03 0 0 1 3 3.061v.039c0 4.1-6.2 4.1-6.2 0a3.2 3.2 0 0 1 3.2-3.1M29.4 81.4a3.03 3.03 0 0 1 3 3.061v.039c0 4.1-6.2 4.1-6.2 0a3.2 3.2 0 0 1 3.2-3.1m46.1.1a3.03 3.03 0 0 1 3 3.061v.039c0 4.1-6.2 4.1-6.2 0a3.137 3.137 0 0 1 3.175-3.1Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path d="m19.901 15.342 9.013 3.58c.26.103.481.28.638.509a1.38 1.38 0 0 1 .009 1.55c-.155.231-.375.41-.633.516l-12.43 5.094c-.345.141-.731.141-1.075 0L2.99 21.498a1.4 1.4 0 0 1-.633-.515 1.38 1.38 0 0 1 .647-2.06l9.172-3.642c.525-.209 2.185.403 3.782.409 1.707.005 3.353-.581 3.942-.348zM7.25 20.233l8.71 3.57 8.711-3.57-8.711-3.46zm9.234-14.59 12.43 4.937c.26.103.482.28.64.509a1.37 1.37 0 0 1 .008 1.551c-.155.23-.375.41-.633.515L16.498 18.25c-.344.14-.73.14-1.075 0L2.991 13.157a1.4 1.4 0 0 1-.632-.515 1.38 1.38 0 0 1 .008-1.552c.157-.228.38-.405.638-.508l12.431-4.939a1.42 1.42 0 0 1 1.048 0zM7.25 11.892l8.71 3.569 8.711-3.57-8.711-3.46z" style="mix-blend-mode:normal"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.152 16 4.9-8.461L27.42 16l-2.368 8.46zm-2.388 1.374 4.9 8.46-8.534-2.186-6.166-6.273Zm4.9-11.21-4.9 8.461h-9.8l6.166-6.273zm7 6.957L26.669 2 15.511 4.98l-1.652 2.9-3.351-.02L2.341 16l8.167 8.139 3.35-.025 1.654 2.9L26.669 30l2.989-11.119L27.961 16l1.7-2.879Z" style="fill:#222c37"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.477 2-4.5 8h-9l4.5-8z" style="opacity:.44999998807907104;isolation:isolate"/><path d="M15.975 10h9l-4.5-8h-9Z" data-name="Shape" style="opacity:.6000000238418579;isolation:isolate"/><path d="m11.477 18 4.5-8-4.5-8-4.5 8Z" data-name="Shape" style="opacity:.800000011920929;isolation:isolate"/><path d="m11.52 30 4.5-8h9l-4.5 8z" data-name="Shape" style="opacity:.44999998807907104;isolation:isolate"/><path d="M16.022 22h-9l4.5 8h9Z" data-name="Shape" style="opacity:.6000000238418579;isolation:isolate"/><path d="m20.52 14-4.5 8 4.5 8 4.5-8Z" data-name="Shape" style="opacity:.800000011920929;isolation:isolate"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path d="M11.012 2.002h2.9V30h-2.9z"/><path d="M16 4.326a11.576 11.637 0 0 0-11.576 11.64A11.576 11.637 0 0 0 16 27.601a11.576 11.637 0 0 0 11.576-11.637A11.576 11.637 0 0 0 16 4.326m.035 2.797A8.831 8.878 0 0 1 24.867 16a8.831 8.878 0 0 1-8.832 8.879A8.831 8.878 0 0 1 7.205 16a8.831 8.878 0 0 1 8.83-8.877"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.19 29.289c3.063-10.949 2.974-11 5.187-18.806l.532.308c.29.166.526.029.526-.3V6.763c.588-2.057 1.047-3.647 1.183-4.123h2.4L30 6.329 27.383 8.59l1.979 2.14-13.04 18.559c-.063.105-.152.081-.132 0m1.425-23.6c.119 0 .214.065.214.147v1.907c0 .08-.1.145-.214.145h-3.22c-.119 0-.215-.065-.215-.146V5.834c0-.081.1-.147.214-.147h3.221Zm3.976-2.113-3.543 2.045a.4.4 0 0 1 .066.213v1.909a.4.4 0 0 1-.1.259l3.579 2.066c.244.141.444.026.444-.255V3.832c-.003-.282-.202-.397-.446-.256M13.9 7.743V5.834a.4.4 0 0 1 .066-.213l-3.549-2.047c-.244-.14-.444-.025-.444.256v5.982c0 .281.2.4.445.255L14 8a.4.4 0 0 1-.1-.259Zm1.783 21.546h.132c-3.062-10.949-2.974-11-5.187-18.806l-.532.308c-.289.166-.526.029-.526-.3V6.763C8.976 4.708 8.517 3.116 8.381 2.64h-2.4L2 6.329 4.616 8.59l-1.979 2.141Zm.217-17.416a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.967m0 5.75a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.967m0 5.752a.967.967 0 1 0-.967-.967.967.967 0 0 0 .967.967"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.315 20.776c.726-.869.812-1.766.249-3.432-.356-1.054-.947-1.865-.513-2.521.463-.7 1.445-.021.627.911l.164.114c.983.114 1.467-1.232.733-1.616-1.937-1.011-3.631.933-2.884 3.183.32.954.769 1.965.406 2.77A1.8 1.8 0 0 1 3.773 21.3c-.847.043-.285-1.9.691-2.385.085-.043.206-.1.093-.242a2.134 2.134 0 0 0-2.314 1.2c-1.182 2.248 2.242 3.081 4.072.903M27.462 14.14c.278.684.7 1.36.449 1.958-.206.513-.477.726-.776.776-.42.071-.306-1.246.413-1.638.064-.036.157-.206.071-.306a1.64 1.64 0 0 0-1.7.961c-.8 1.687 1.823 2.15 3.112.491.513-.662.534-1.317.043-2.506-.313-.755-.79-1.317-.491-1.816.32-.527 1.089-.071.513.634l.128.071c.748.043 1.054-.954.484-1.2a1.834 1.834 0 0 0-2.246 2.575" style="fill:#333"/><path d="M17.95 12.338c-.52-.413-1.979.278-2.392 1.3a16.2 16.2 0 0 1-2.043 4.037c-.8.876-.876.2-.8-.306a15.3 15.3 0 0 1 1.985-4.717c-.235-.349-1.773-.3-2.841 1.36-.4.627-1.31 2.713-2.321 4.358-.221.356-.5.107-.285-.726a40 40 0 0 1 1.873-5.682 39 39 0 0 1 6.921-.819c.263-.071.441-.306 0-.32a47 47 0 0 0-6.593.441 4.9 4.9 0 0 1 1.445-1.944 1.787 1.787 0 0 0-2.264.719 12 12 0 0 0-.819 1.453 24 24 0 0 0-3.98.862c-.783.3-.7 1.246-.221 1.068a32 32 0 0 1 3.816-1.1 30.3 30.3 0 0 0-1.865 5.682c-.441 2.492 1.1 2.478 1.858 1.5.819-1.075 2.528-4.856 2.791-5.255.078-.135.185-.064.128.057-1.908 3.809-1.744 5.283-.2 4.956a4.93 4.93 0 0 0 2.214-1.965c.064-.15.2-.135.171-.071-1.21 3.14-2.748 5.682-3.781 6.479-.94.719-1.638-.84 1.687-3.076.491-.335.263-.79-.292-.634a29.8 29.8 0 0 0-8.786 3.325c-.164.114-.313.206-.306.441.007.135.242.085.356.014A22.8 22.8 0 0 1 11.1 20.9a.16.16 0 0 0 .114.007c.121-.028.114.036.036.085-.178.1-.356.192-.4.206-1.766.691-2.834 2.214-2.456 2.99.32.669 2.051.427 2.869-.014 2.008-1.089 3.468-3.225 4.464-6.173.873-2.615 1.966-5.577 2.223-5.663M29.62 18.369a48.2 48.2 0 0 0-13.429.968c-.926.242-.669.733-.2.641.007 0 .206-.05.214-.05a42.3 42.3 0 0 1 12.375-.242c.434.079 1.737-1.224 1.04-1.317M18.861 17.985c.911-.456 2.264-3.275 3.154-4.82.064-.114.178-.021.114.057-2.25 3.873-1.3 4.322-.406 4.265 1.189-.071 2.286-1.78 2.528-2.165.1-.15.157-.028.1.078-.057.178-.263.491-.456.919-.271.605.014.84.249.947.37.178 1.381.064 1.538-.555-1.011-.021 1.41-4.792 1.659-5.084a1.72 1.72 0 0 0-2.2.975c-1.018 2.015-1.873 3.638-2.407 3.667-1.04.057 1.2-4.493 1.559-4.635-.221-.32-1.638-.185-2.428 1.04-.285.441-2.022 3.517-2.449 4.023-.755.9-.812.128-.6-.769a11 11 0 0 1 .349-1.132 5.3 5.3 0 0 1 1.36-1.844c2.2-2.442 3.46-4.422 2.962-5.2-.441-.691-1.915-.384-2.862 1.04-1.744 2.613-3.354 6.195-3.56 7.832s.991 1.759 1.796 1.361m.926-4.792c.078-.178.128-.228.263-.527a25 25 0 0 1 2.442-4.386c.42-.441 1.011.157-.057 1.794a16.5 16.5 0 0 1-2.115 2.642v.007c-.2.221-.377.406-.456.513-.056.071-.12.056-.077-.043" style="fill:#333"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2A14 14 0 1 1 2 16 14 14 0 0 1 16 2m6.121 5.18a5.02 5.02 0 0 0-3.588 1.92 12.1 12.1 0 0 0-2.194 4.038 7.8 7.8 0 0 0-2.962-2.056 3.62 3.62 0 0 0-3.281.6 2.94 2.94 0 0 0-1 1.462 3.31 3.31 0 0 0 .837 3.034l.86.922a1.31 1.31 0 0 1 .4 1.328 1.59 1.59 0 0 1-2.021.93c-.406-.124-.989-.426-.858-.852a4 4 0 0 1 .245-.455 2 2 0 0 0 .109-.283 1.14 1.14 0 0 0-.641-1.427.954.954 0 0 0-1.319.659c-.244.792.135 2.231 2.167 2.857 2.38.731 4.393-.565 4.679-2.255.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3 1.3 0 0 1-.133-1.733 1.53 1.53 0 0 1 1.8-.441c1.285.349 1.858 1.241 2.814 1.96-.395 1.295-.653 2.594-.886 3.759l-.142.869c-.683 3.584-1.2 5.552-2.56 6.681a2.2 2.2 0 0 1-1.252.505.36.36 0 0 1-.412-.3c-.007-.217.175-.316.3-.413a.75.75 0 0 0 .437-.788 1.19 1.19 0 0 0-1.276-1.134 1.48 1.48 0 0 0-1.373 1.5c.033.99.956 1.732 2.347 1.685a5.62 5.62 0 0 0 4.041-2.274 14.16 14.16 0 0 0 2.828-6.648l.447-2.47q.371.046.8.057c2.373.05 3.559-1.179 3.577-2.073a.97.97 0 0 0-.868-1.061.99.99 0 0 0-.94.763c-.108.5.755.949.08 1.386a3.76 3.76 0 0 1-2.549.351l.22-1.216c.449-2.306 1-5.143 3.1-5.212.153-.008.713.007.726.377 0 .124-.027.155-.172.439a1 1 0 0 0-.2.625.984.984 0 0 0 1.116.952 1.207 1.207 0 0 0 1.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z" style="fill:#1a171b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12v8h3.256v-1.231H3.3v-5.538h1.956V12ZM26.744 12v1.231H28.7v5.538h-1.956V20H30v-8Z" style="fill:#201a26"/><path d="m17.628 16 5.21-2.769v5.538Z" style="fill:#30d475"/><ellipse cx="12.093" cy="16" rx="2.93" ry="2.769" style="fill:#30d475"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="2" x2="25.625" y1="26.221" y2="26.221" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a348f"/><stop offset="1" stop-color="#e5e9c6"/></linearGradient><linearGradient id="b" x1="6.375" x2="30" y1="5.779" y2="5.779" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e5e9c6"/><stop offset="1" stop-color="#1a348f"/></linearGradient></defs><path d="M13.264 17.289a4.4 4.4 0 0 0-.9-1.514 14 14 0 0 0-1.858-1.575A9 9 0 0 1 8.5 12.419a1.97 1.97 0 0 1-.337-1.113 2.23 2.23 0 0 1 .5-1.434 1.6 1.6 0 0 1 1.323-.642 1.65 1.65 0 0 1 1.323.648 4.5 4.5 0 0 1 .78 2.138l.035.223.28.079a.4.4 0 0 0 .22-.076l.121-.077.024-.187c.011-.09.028-.279.043-.884l.032-1.034q0-.12-.065-.913l-.013-.156-.096-.091a3.4 3.4 0 0 0-.955-.727 3.6 3.6 0 0 0-1.475-.279 3.06 3.06 0 0 0-2.511 1.192 4.64 4.64 0 0 0-.96 2.963 4.9 4.9 0 0 0 .278 1.72A5.9 5.9 0 0 0 8.113 15.5a13.7 13.7 0 0 0 1.821 1.529 6.8 6.8 0 0 1 1.747 1.7 2.8 2.8 0 0 1 .394 1.459 3.1 3.1 0 0 1-.263 1.2 2.14 2.14 0 0 1-.724.956 1.78 1.78 0 0 1-1.046.34 2.06 2.06 0 0 1-1.666-1.004 4.24 4.24 0 0 1-.83-2.3 1.1 1.1 0 0 0-.118-.475.346.346 0 0 0-.638.052 2.4 2.4 0 0 0-.093.813c-.005.567-.045 1.3-.117 2.18q-.018.221-.018.362a1.1 1.1 0 0 0 .2.642 2.06 2.06 0 0 0 .8.567 4.76 4.76 0 0 0 2.142.512 3.5 3.5 0 0 0 2.093-.583 3.97 3.97 0 0 0 1.296-1.75 6.5 6.5 0 0 0 .476-2.484 5.8 5.8 0 0 0-.305-1.927M25.409 8.4l-.147-.073a1.6 1.6 0 0 0-.671-.1l-3.6.037-.06.234-.039.216a.8.8 0 0 0 .136.435l.063.1.682.119a4 4 0 0 1 .571.122.54.54 0 0 1 .237.186.3.3 0 0 1 .046.113 21 21 0 0 1-.762 3.739c-.046.246-.073.391-.081.426l-.55 2.146q-.42 1.594-.834 3.009l-.3 1.043a261 261 0 0 0-1.106-3.96l-1.63-5.367a4.3 4.3 0 0 1-.239-1.242c.017-.018.122-.112.539-.164a5 5 0 0 1 .71-.05h.064a.45.45 0 0 0 .452-.288l.059-.43-.032-.1a.53.53 0 0 0-.185-.268l-.1-.038a24 24 0 0 0-1.029-.024 34 34 0 0 0-2.131.046h-.256q-.647-.023-1.295-.023h-.167l-.153.536.026.124a.72.72 0 0 0 .205.386 1.4 1.4 0 0 0 .367.145 3.1 3.1 0 0 1 .824.341 3 3 0 0 1 .317.712l2.435 7.93c.4 1.28.915 3.1 1.538 5.422l.049.181.133.041a.9.9 0 0 0 .252.044.48.48 0 0 0 .306-.146l.077-.069.26-1.122c.269-1.2.733-2.941 1.381-5.167l2.08-7.407a1.4 1.4 0 0 1 .252-.522 1.65 1.65 0 0 1 .712-.208 1.4 1.4 0 0 0 .4-.131l.1-.049.046-.14a1.3 1.3 0 0 0 .069-.436Z" style="fill:#2c087e"/><path d="M25.625 23.961c-4.462 6.4-18.148 5.853-20.732-1.52H2c2.062 9.602 19.439 9.998 23.625 1.52" style="fill:url(#a)"/><path d="M30 9.559c-2.062-9.6-19.439-10-23.625-1.52 4.462-6.4 18.148-5.853 20.732 1.52Z" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.115 9.432 25.701 7 15.562 17.216 11.7 13.324l-2.413 2.433 6.275 6.324z" style="fill:#36b6e5"/><path d="m19.425 19.151-1.194 1.05h4.181l3.584 3.299H5.986l3.584-3.299h3.136l-1.045-1.05H8.824L2 25h28l-6.841-5.849z" style="fill:#404142"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.4 24.383c-2.306-.538-3.109-3.31-1.771-6.111a11.9 11.9 0 0 1 2.956-3.706l.415-.345.012.475a9 9 0 0 0 1 3.233 19 19 0 0 1 .833 2.175 4.26 4.26 0 0 1-.1 2.611 3.56 3.56 0 0 1-1.488 1.45 3.7 3.7 0 0 1-1.857.218m.468-4.753c.166-.191.207-.443.218-1.335l.014-1.1-.269.211a2.24 2.24 0 0 0-.846 1.867c.093.285.382.6.548.594a.7.7 0 0 0 .336-.236ZM6.165 29.08A5.136 5.136 0 0 1 2.124 23c.339-1.427.269-1.344 7.635-9.049l6.941-7.26.984.938.984.938-4 4.176-4 4.176 3.345-.072 3.345-.072 2.364-2.466 2.364-2.466.98.943.98.943-6.951 7.24c-6.377 6.642-7.009 7.269-7.657 7.59a5.2 5.2 0 0 1-3.27.524Zm19.55-16.646c-.183-.11-2.061-1.862-4.173-3.895L17.7 4.844l-.012-.561a1.15 1.15 0 0 1 .259-.9 1.32 1.32 0 0 1 1.385-.494 92 92 0 0 1 8.37 8.031 1.339 1.339 0 0 1-1.99 1.511Z" style="fill:#fbc02d"/><path d="M4.1 23.621c-.353 2.277.959 3.823 3.439 3.486.255-.268 3.21-3.353 9.849-10.316-3.34.072-3.3-.074-6.641 0-6.681 6.926-6.814 6.876-6.647 6.83" style="fill:#fbc02d"/><path d="M23.4 26.737a3.11 3.11 0 0 0 2.813 1.732c1.182 0 1.936-.591 1.936-1.407 0-.978-.776-1.324-2.076-1.893l-.713-.306c-2.058-.877-3.425-1.975-3.425-4.3 0-2.139 1.63-3.767 4.176-3.767a4.22 4.22 0 0 1 4.056 2.283l-2.221 1.426a1.94 1.94 0 0 0-1.835-1.222 1.24 1.24 0 0 0-1.365 1.222c0 .856.53 1.2 1.753 1.732l.713.305c2.423 1.039 3.791 2.1 3.791 4.48C31 29.594 28.983 31 26.274 31a5.48 5.48 0 0 1-5.2-2.916Zm-10.074.247c.448.795.856 1.467 1.835 1.467.937 0 1.528-.367 1.528-1.792v-9.7h2.852V26.7c0 2.953-1.731 4.3-4.258 4.3A4.43 4.43 0 0 1 11 28.39Z" style="fill:#fbc02d;stroke:#000;stroke-miterlimit:10;stroke-width:.5px"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.333 13.122c-.128-1.562-.241-2.756-2.287-2.756H7.91v8.4h2.145v.611l-3.083-.029-3.082.029v-.611h2.144v-8.4h-1.15c-2.046 0-2.159 1.208-2.287 2.756H2l.284-3.367h9.362l.284 3.367h-.6Z"/><path d="M19.289 22.53H10.41v-.61h1.506v-8.453H10.41v-.611h8.637l.412 3.367h-.6c-.213-1.833-.682-2.756-2.855-2.756h-2.213V17.2h.838c1.364 0 1.505-.6 1.505-1.662h.6v3.935h-.6c0-1.08-.142-1.662-1.505-1.662h-.838v4.106h2.216c2.472 0 3-1.108 3.3-3.225h.6Z"/><path d="M27.727 19.186c-.54 0-1.96 0-2.415.029V18.6h1.179l-2.557-3.552-2.529 3.381a4.1 4.1 0 0 0 1.295.171v.611c-.355-.029-1.576-.029-2.017-.029-.4 0-1.548 0-1.875.029V18.6h.383a8 8 0 0 0 .824-.043c.5-.043.54-.085.667-.256l2.854-3.801-3.153-4.418H19V9.47c.384.028 1.79.028 2.273.028.582 0 1.918 0 2.429-.028v.611h-1.174l2.117 2.955 2.074-2.784a4.1 4.1 0 0 0-1.293-.17V9.47c.356.028 1.591.028 2.032.028.4 0 1.534 0 1.861-.028v.611h-.369a5 5 0 0 0-.838.043c-.469.043-.526.071-.667.256l-2.4 3.21 3.591 5.01H30v.611c-.355-.025-1.818-.025-2.273-.025"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#paint0_linear_20_533)" fill-rule="evenodd" d="M7.293 4.415c.176.123.28.326.28.543v7.596c0 .588-.699.883-1.109.467L3.191 9.703A.67.67 0 0 1 3 9.236V2.66c0-.532.588-.845 1.02-.543zm9.197 17.663a.643.643 0 0 1-.926.007l-6.828-6.923a.67.67 0 0 1-.19-.467V6.54c0-.533.588-.846 1.019-.544l2.537 1.78a.64.64 0 0 0 .369.117h7.155c.132 0 .26-.04.37-.117l2.469-1.733c.431-.302 1.02.011 1.02.543v7.92a.67.67 0 0 1-.185.46zm12.326-12.69A.67.67 0 0 0 29 8.926V2.732c0-.532-.588-.846-1.02-.543l-3.24 2.273a.66.66 0 0 0-.281.543v7.306c0 .592.709.885 1.116.46zM3.204 25.86A.67.67 0 0 1 3 25.38v-5.532c0-.585.694-.88 1.106-.47l3.006 3a.67.67 0 0 1 .194.475l-.035 5.373c-.004.577-.682.872-1.096.477zm13.026-2.307a.24.24 0 0 1-.088.058.4.4 0 0 1-.122.025.24.24 0 0 1-.172-.072l-1.506-1.526c-.41-.416-1.109-.121-1.109.467v4.691c0 .177.07.347.194.47l2.145 2.144a.643.643 0 0 0 .92-.008l1.925-1.99a.67.67 0 0 0 .186-.463V22.7c0-.592-.709-.885-1.115-.46zm9.557-3.342c-.406.42-1.11.13-1.113-.459l-.03-4.699a.67.67 0 0 1 .183-.464l3.056-3.191c.407-.425 1.116-.132 1.116.46v4.767c0 .173-.067.34-.186.463zM7.354 15.229a.67.67 0 0 0-.19-.471l-3.055-3.096C3.7 11.247 3 11.542 3 12.129v4.846c0 .177.07.347.194.47l3.023 3.017c.41.409 1.102.117 1.106-.466zm17.337 7.423a.67.67 0 0 1 .187-.468l3.008-3.104c.408-.421 1.113-.128 1.113.463v5.907a.67.67 0 0 1-.204.48l-2.972 2.843c-.413.396-1.092.1-1.096-.476z" clip-rule="evenodd" style="display:inline;fill:#222;fill-opacity:1"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#1bb91f" fill-rule="evenodd" d="M2 22.3h28v5.07A2.63 2.63 0 0 1 27.38 30H4.63A2.62 2.62 0 0 1 2 27.37zm0 0h28v5.25H2z"/><path fill="#3c3c3c" d="M16.52 14.25V2h-1.05v25.55h1.05V15.3H30v-1.05zM2 4.63A2.63 2.63 0 0 1 4.62 2h22.75A2.63 2.63 0 0 1 30 4.63v22.92H2z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m17.866 15.509-.98.98-.98-.978-1.957-1.957.977-.977 1.957 1.957 4.891-4.894.98.977z" style="fill:green"/><path d="M14.454 21.443h8.303v1.383h-8.303z" style="fill:#c00000"/><path d="M2 5.74v23.709h24.909V5.74Zm23.477 22.449-22.083-.058.023-20.974h22.077ZM6.151 10.951v5.534h5.534v-5.534ZM10.3 15.1H7.534v-2.766H10.3Zm-4.151 4.22v5.534h5.534v-5.531Zm4.151 4.154H7.534v-2.765H10.3ZM30 2.551V26.24h-1.431L28.549 4l-22.4-.029v-1.42z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M2 7.79A1 1 0 0 1 3 7h.3L14 9.59a7.2 7.2 0 0 0 4 0L28.71 7A1 1 0 0 1 29 7a1 1 0 0 1 .25 2l-10.77 2.58A1.86 1.86 0 0 0 17 13.39v1.31a3.3 3.3 0 0 0 .51 1.75l4.08 6.3a1.36 1.36 0 0 0 2.14.19l4.47-4.8a1 1 0 0 1 1.5 1.39l-4.47 4.8a3.41 3.41 0 0 1-5.36-.46l-3.71-5.74a.24.24 0 0 0-.31-.07.2.2 0 0 0-.07.07l-3.68 5.74a3.41 3.41 0 0 1-5.36.46l-4.46-4.8a1 1 0 0 1 .05-1.44 1 1 0 0 1 1.45.05l4.46 4.8a1.37 1.37 0 0 0 1.93.07 1.3 1.3 0 0 0 .21-.26l4.08-6.3A3.2 3.2 0 0 0 15 14.7v-1.3a1.87 1.87 0 0 0-1.45-1.82L2.79 9A1 1 0 0 1 2 7.79" style="fill:#231f20;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22.76 6.83v3.25h-5v15.09h-3.5V10.08h-5V6.83Z"/><path d="M2 2h6.2v3.09H5.34v21.8H8.2V30H2ZM30 30h-6.2v-3.09h2.86V5.11H23.8V2H30Z" style="fill:#7e7f7f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.021 2.022h1.997v27.955H3.021zM28.98 27.98H5.018v1.997H28.98zM21.99 18.995H5.019v1.997h16.973zM13.005 9.01H5.018v1.998h7.987z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-209.59" x2="-223.36" y1="167.02" y2="153.25" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></linearGradient></defs><path d="M16.1 6.9a9.1 9.1 0 1 0 9.1 9.1 9.11 9.11 0 0 0-9.1-9.1m0 13.81A4.71 4.71 0 1 1 20.81 16a4.71 4.71 0 0 1-4.71 4.71" style="fill:#000"/><path d="M16.86 5.41V2a14 14 0 0 1 0 28v-3.4a10.62 10.62 0 0 0 0-21.18ZM8.08 23a10.6 10.6 0 0 1-2.57-6.19h-3.4a13.93 13.93 0 0 0 3.56 8.59l2.4-2.4Zm7.26 7v-3.4A10.6 10.6 0 0 1 9.15 24l-2.4 2.4a13.93 13.93 0 0 0 8.59 3.6" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m26.357 22.819.013-.042a10 10 0 0 0 .294-.966q.087-.336.152-.68.037-.21.065-.42c.024-.17.052-.339.068-.512q.05-.495.051-.992c0-.362-.025-.722-.063-1.082-.015-.15-.038-.298-.06-.447a11 11 0 0 0-.099-.559q-.058-.296-.131-.587c-.021-.083-.05-.165-.073-.247A10.8 10.8 0 0 0 23 10.891V4.226a.33.33 0 0 0-.125-.255 11 11 0 0 0-3.424-1.822c-.005-.002-.007-.008-.013-.009q-.079-.024-.157-.047c-.095-.029-.186-.067-.282-.093v12.042c0 1.623-1.345 2.944-3 2.944s-3-1.32-3-2.944V2c-.097.027-.19.065-.285.095q-.077.022-.152.046-.006.005-.012.009a11 11 0 0 0-3.425 1.821.33.33 0 0 0-.125.255v6.665c-2.441 1.981-4 4.972-4 8.315 0 5.293 3.906 9.699 9.035 10.612l.002.001q.031.005.062.008c.3.052.601.096.909.123q.505.05.991.05.592-.002 1.17-.063c.102-.011.202-.032.303-.045a11 11 0 0 0 .841-.137c.12-.026.237-.061.358-.09.252-.062.501-.126.745-.204.132-.042.26-.093.39-.14.224-.082.446-.166.664-.261q.206-.092.408-.193a10.4 10.4 0 0 0 1.545-.916q.194-.136.381-.28.268-.21.522-.436c.11-.097.222-.191.328-.293.192-.182.372-.375.549-.57.061-.068.129-.128.19-.197.003-.004.002-.009.005-.013a10.7 10.7 0 0 0 1.952-3.337zm-.068-2.708c-.012.133-.031.266-.048.398a11 11 0 0 1-.178.98q-.02.077-.04.153a10 10 0 0 1-.188.655c-1.289-.486-2.166-1.715-2.166-3.089s.876-2.603 2.166-3.09c.138.418.239.841.321 1.266a10 10 0 0 1 .129.876c.03.313.052.627.052.947-.002.305-.022.606-.048.904M9.668 4.384a10.4 10.4 0 0 1 2.667-1.47v11.129c0 1.984 1.645 3.598 3.667 3.598s3.667-1.614 3.667-3.598V2.915a10.4 10.4 0 0 1 2.667 1.47v9.499c0 3.427-2.841 6.215-6.334 6.215s-6.334-2.788-6.334-6.215zM5.67 19.207c0-2.942 1.286-5.594 3.333-7.448v2.125c0 3.787 3.14 6.869 7 6.869s7-3.082 7-6.87v-2.124a10.2 10.2 0 0 1 2.609 3.756c-1.549.58-2.609 2.043-2.609 3.691 0 1.65 1.062 3.114 2.613 3.693-.369.922-.87 1.776-1.484 2.544a5.9 5.9 0 0 0-4.464-2.018c-3.216 0-5.836 2.533-5.91 5.673-4.621-1.008-8.088-5.056-8.088-9.891m17.873 6.91a11 11 0 0 1-.772.733q-.233.198-.476.381a10 10 0 0 1-.352.258q-.251.172-.513.329c-.121.074-.242.15-.367.219-.185.103-.376.195-.567.286-.121.058-.239.119-.363.172-.209.09-.423.166-.637.242-.113.04-.224.086-.339.122-.234.074-.475.133-.714.19-.103.025-.203.056-.306.077-.26.054-.524.09-.789.124-.09.012-.177.031-.268.04q-.486.048-.98.051c-.034 0-.065.005-.099.005a11 11 0 0 1-1.583-.132c.009-2.832 2.361-5.134 5.249-5.134a5.24 5.24 0 0 1 4.034 1.864 7 7 0 0 1-.158.173"/><path d="M10.337 21.096c-.983 0-1.783.785-1.783 1.75s.8 1.749 1.783 1.749 1.783-.784 1.783-1.749-.8-1.75-1.783-1.75m0 2.845c-.617 0-1.116-.49-1.117-1.095.001-.605.5-1.095 1.117-1.096a1.11 1.11 0 0 1 1.117 1.096 1.11 1.11 0 0 1-1.117 1.095"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.844 27.692a16.3 16.3 0 0 1-6.645 1.3q-6.364 0-10.013-3.243a11.3 11.3 0 0 1-3.649-8.9 13.72 13.72 0 0 1 3.785-9.898A12.72 12.72 0 0 1 16.9 3.008a11.68 11.68 0 0 1 8.425 3.006 10 10 0 0 1 3.142 7.533 10.2 10.2 0 0 1-2.318 7.114 7.53 7.53 0 0 1-5.817 2.547 2.61 2.61 0 0 1-1.845-.642 2.32 2.32 0 0 1-.764-1.6 4.9 4.9 0 0 1-4.148 2.243 4.6 4.6 0 0 1-3.507-1.479 5.7 5.7 0 0 1-1.384-4.063 9.9 9.9 0 0 1 2.2-6.357q2.2-2.763 4.8-2.763a5.06 5.06 0 0 1 4.256 1.716l.311-1.338h2.405l-2.081 9.08a10.7 10.7 0 0 0-.352 2.243q0 .972.744.972a4.82 4.82 0 0 0 3.877-2.047 8.93 8.93 0 0 0 1.621-5.681 7.98 7.98 0 0 0-2.675-6.175 9.9 9.9 0 0 0-6.919-2.432 10.6 10.6 0 0 0-8.158 3.467 12.07 12.07 0 0 0-3.2 8.495 9.56 9.56 0 0 0 3.06 7.573q3.06 2.7 8.586 2.7a13.8 13.8 0 0 0 5.675-1.054ZM19.466 12.25a3.98 3.98 0 0 0-3.6-1.716q-1.824 0-3.263 2.23a8.73 8.73 0 0 0-1.439 4.824q0 3.635 2.905 3.635a3.77 3.77 0 0 0 2.651-1.183 6.3 6.3 0 0 0 1.7-3.2Z" style="fill:#fbc02d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.288" x2="1.143" y1="32.55" y2="32.75" gradientTransform="matrix(114 0 0 -100 -113 3301)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></linearGradient></defs><path d="m16 3.719 14 24.562H2z" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z" style="fill:#424242"/><path d="M10 16v6h12V10H10Z" style="fill:#424242"/><path d="M24 20.5V24h-7v6h13V17h-6Z" style="fill:#424242"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 16v14h13v-6H8V8h7V2H2ZM17 5v3h4V6h5v5h-2v4h6V2H17Z" style="fill:#424242"/><path d="M10 16v6h12V10H10Z" style="fill:#424242"/><path d="M24 20.5V24h-7v6h13V17h-6Z" style="fill:#424242"/><path d="m26.088 26.787.675-.67c3.123.1 3.17-.008 3.308-.329l.858-2.089.064-.2-.071-.173c-.036-.092-.149-.365-2.1-2.224v-.978c2.25-2.167 2.2-2.278 2.071-2.595l-.855-2.111c-.128-.316-.177-.44-3.277-.355l-.675-.7a15 15 0 0 0-.106-3.079l-.088-.2-2.23-.976c-.329-.149-.444-.2-2.55 2.089l-.947-.013C18 9.878 17.9 9.917 17.576 10.051l-2.071.838c-.324.131-.439.179-.314 3.328l-.669.667c-3.121-.1-3.169.009-3.3.329l-.867 2.087-.068.2.071.174c.036.09.144.36 2.1 2.221v.976c-2.25 2.167-2.2 2.278-2.071 2.6l.854 2.113c.13.323.177.438 3.276.357l.675.7a15.2 15.2 0 0 0 .1 3.075l.088.2 2.244.981c.327.137.439.185 2.539-2.1l.946.011c2.171 2.317 2.283 2.272 2.6 2.145l2.071-.837c.325-.132.439-.184.308-3.329M17.19 21.9a3.718 3.718 0 1 1 4.866 2.118 3.76 3.76 0 0 1-4.866-2.119Z" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#2e1915" d="M24.099 2H8.837v28h20.91V7.888l-5.579-5.816z"/><path fill="#fd3316" d="M2.253 3.493H22.56v7.844H2.253zM24.099 2v5.888h5.648zm-7.568 12.811h-2.094a.087.087 0 0 0-.087.081l-.05.657-.003.017-2.895 10.105a.087.087 0 0 0 .084.111h1.518a.09.09 0 0 0 .084-.064l.815-2.99a.09.09 0 0 1 .084-.064h3.08c.039 0 .074.026.084.064l.834 2.991a.09.09 0 0 0 .084.064h1.678c.058 0 .1-.056.084-.112l-3.218-10.796a.084.084 0 0 0-.082-.064m-2.165 6.199 1.134-4.63 1.2 4.63zm6.305 4.772a.087.087 0 0 1-.087-.087l.009-6.521-.041-.884a.09.09 0 0 1 .054-.085c.299-.123 1.729-.682 3.125-.682 1.569 0 2.948.718 2.948 2.873v5.299a.087.087 0 0 1-.087.087h-1.627a.087.087 0 0 1-.087-.087v-5.324s.063-1.254-1.399-1.254c-.37 0-.85.11-1.027.162a.09.09 0 0 0-.063.084v6.332a.087.087 0 0 1-.087.087z"/><path fill="#2e1915" d="M11.265 5.131h-.996a.05.05 0 0 0-.046.032l-.522 1.43a.049.049 0 0 1-.092 0l-.522-1.43a.05.05 0 0 0-.045-.032h-1a.05.05 0 0 0-.045.068l.998 2.349a.05.05 0 0 1-.001.04L7.922 9.783a.05.05 0 0 0 .044.07h.975c.02 0 .038-.012.045-.031l.568-1.464c.016-.041.075-.042.091 0l.573 1.465a.05.05 0 0 0 .045.031h.978a.05.05 0 0 0 .045-.069l-1.029-2.317a.05.05 0 0 1 0-.041l1.052-2.226a.05.05 0 0 0-.044-.07m.537 0h2.296c.025 0 .046.019.048.043l.093.832a.05.05 0 0 1-.048.054h-1.396a.05.05 0 0 0-.049.049v.977a.05.05 0 0 0 .049.049h1.265a.05.05 0 0 1 .049.049v.808a.05.05 0 0 1-.049.049h-1.265a.05.05 0 0 0-.049.049v1.714a.05.05 0 0 1-.049.049h-.896a.05.05 0 0 1-.049-.049V5.18a.05.05 0 0 1 .05-.049m3.022 0h.913a.05.05 0 0 1 .049.049v3.726a.05.05 0 0 0 .049.049h1.434c.03 0 .053.027.048.056l-.121.8a.05.05 0 0 1-.048.041h-2.322a.05.05 0 0 1-.049-.049V5.18a.046.046 0 0 1 .047-.049"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="319.21" x2="657.65" y1="235.15" y2="269.49" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e54c18"/><stop offset="1" stop-color="#fec350"/></linearGradient></defs><path d="m4.854 27.775 8.578-11.216L4.601 4.228l5.676.004 7.037 9.697L6.792 27.775zm16.79.007-6.989-9.713L25.264 4.217h1.89l-8.612 11.268 8.778 12.297z"/><path fill="url(#a)" d="M486.41 143.83c-8.851 0-18.307.685-26.82 1.502 15.166 19.78 27.75 36.53 42.233 55.553-8.129-17.493-24.836-34.268-19.06-42.895 5.717-8.54 16.251-7.103 17.053-7.103 16.888 0 33.145 1.908 48.344 5.438l3.563-4.906c-20.271-5.219-42.288-7.59-65.312-7.59zm91.469 15.964-3.281 4.688c46.826 18.337 78.5 53.36 78.5 93.5 0 59.105-68.665 107.06-153.28 107.06-84.616 0-153.31-47.956-153.31-107.06 0-32.189 20.372-61.08 52.594-80.72l-9.906-15.094c-50.546 21.432-84.094 59.05-84.094 101.87 0 66.634 81.222 120.69 181.31 120.69 100.09 0 181.34-54.054 181.34-120.69 0-44.433-36.123-83.292-89.875-104.25z" transform="translate(-21.557 -2.391)scale(.07721)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038 2.761 2.758c.891-.906 1.8-1.794 2.7-2.7.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975-.754.022-1.511.007-2.266.007 1.223-1.209 2.431-2.433 3.658-3.637-1.321-1.304-2.63-2.62-3.948-3.927M12.7 12.218h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8-.089.08-.166.217-.305.194-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218M14.958 12.22c.47-.009.939 0 1.409 0 .836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536-.856-.835-1.687-1.695-2.532-2.541 0 1.594-.006 3.188.006 4.781-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57M23.259 12.217c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045.448.454.907.9 1.353 1.354q-3.371.007-6.741 0 .007-3.782-.001-7.565" style="fill:#fbc02d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="1.288" x2="1.143" y1="32.55" y2="32.75" gradientTransform="matrix(114 0 0 -100 -113 3301)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></linearGradient></defs><path d="m16 3.719 14 24.562H2z" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3 24.967c2.25 0 2.25-1.485 4.5-1.485s2.25 1.485 4.5 1.485 2.25-1.485 4.5-1.485 2.251 1.485 4.5 1.485 2.25-1.485 4.5-1.485c2.132 0 2.239 1.332 4.147 1.474A14.264 14.264 0 0 0 19.094 7.885 14 14 0 0 0 2.347 18.632a14.6 14.6 0 0 0-.011 6.281 5 5 0 0 0 .675.054Z" style="fill:#304ffe"/><path d="M14.626 9.316h3.643v3.44h-3.643Z" style="fill:#ffd54f"/><path d="M14.626 9.316h1.286v3.44h-1.286Z" style="fill:#fff176"/><ellipse cx="15.88" cy="10.167" rx=".857" ry="1.092" style="fill:#fff176"/><path d="M14.541 8.922a1.886 1.886 0 1 1 3.771 0" style="fill:#f4511e"/><path d="M14.412 8.857h4.007a.251.251 0 0 1 0 .5h-4.007a.244.244 0 0 1-.246-.251.25.25 0 0 1 .246-.249" style="fill:#f4511e"/><path d="m14.1 23.351.525-10.628h3.643l.472 10.1Z" style="fill:#c5cae9"/><path d="m18.323 13.542.139 2.818" style="fill:none"/><path d="m14.487 15.367-.139 2.949 4.114-1.956-.139-2.818Z" style="fill:#ff7043"/><path d="m18.6 19.124.139 2.818" style="fill:none"/><path d="m14.2 21.221-.15 2.949 4.693-2.228-.143-2.818Z" style="fill:#ff7043"/><path d="M14.069 11.161h4.7v1.573h-4.7Z" style="fill:#e64a19"/><path d="M14.069 11.161h3.086v1.573h-3.086Z" style="fill:#f4511e"/><path d="M22.352 10.725a.9.9 0 0 1 .353.076 1.484 1.484 0 0 1 2.872-.393 1.016 1.016 0 0 1 0 2.031h-3.225a.85.85 0 0 1-.847-.863.84.84 0 0 1 .847-.851" style="fill:#2979ff"/><path d="M12.762 18.938a.7.7 0 0 1 .3.066 1.253 1.253 0 0 1 2.432-.339.864.864 0 0 1 .086 1.726h-2.807a.717.717 0 0 1-.686-.754.7.7 0 0 1 .675-.7Z" style="fill:#448aff"/><circle cx="19.769" cy="9.042" r=".15" style="fill:#fdd835"/><circle cx="4.576" cy="21.363" r=".15" style="fill:#fdd835"/><circle cx="5.979" cy="18.239" r=".15" style="fill:#fdd835"/><circle cx="6.922" cy="17.431" r=".15" style="fill:#fdd835"/><circle cx="10.897" cy="13.816" r=".15" style="fill:#fdd835"/><circle cx="23.466" cy="14.252" r=".15" style="fill:#fdd835"/><circle cx="29.434" cy="20.718" r=".15" style="fill:#fdd835"/><circle cx="8.379" cy="13.346" r=".15" style="fill:#fdd835"/><circle cx="21.795" cy="20.784" r=".15" style="fill:#fdd835"/><circle cx="26.391" cy="16.907" r=".15" style="fill:#fdd835"/><path d="M14.691 9.261S7.565 8.245 7.544 8.245a15.7 15.7 0 0 0-4.715 4.806l11.851-1.769Z" style="fill:#ffe082;opacity:.5;isolation:isolate"/><path d="M12.033 25c2.25 0 2.25-1.485 4.5-1.485S18.784 25 21.034 25c1.907 0 2.2-1.07 3.621-1.4a17.16 17.16 0 0 0-8.068-1.769 17.2 17.2 0 0 0-8.111 1.791c1.371.34 1.671 1.378 3.557 1.378" style="fill:#00c853"/><path d="M12.044 24.978c2.25 0 2.25-1.485 4.5-1.485h.043l-.021-1.639A17.2 17.2 0 0 0 8.529 23.6c1.34.351 1.651 1.378 3.515 1.378" style="fill:#64dd17"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-347.632" cy="388.446" r="1" gradientTransform="matrix(3.568 0 0 -3.757 1255.663 1473.926)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff9d18"/><stop offset=".22" stop-color="#ffa117"/><stop offset=".44" stop-color="#ffac14"/><stop offset=".65" stop-color="#ffc00e"/><stop offset=".86" stop-color="#ffdb06"/><stop offset="1" stop-color="#fff100"/></radialGradient></defs><path d="M16 29.5c7.732 0 14-4.507 14-10.067S23.732 9.366 16 9.366 2 13.873 2 19.433 8.268 29.5 16 29.5" style="opacity:.75;isolation:isolate"/><path d="M15.877 29.113c7.664 0 13.877-4.507 13.877-10.067S23.542 8.979 15.877 8.979 2 13.486 2 19.046s6.213 10.067 13.877 10.067" style="fill:#80b48e"/><path d="M5.235 21.858c.781-3.041 4.994-7.422 4.994-7.422S8.017 6.7 9.106 4.775c2.3-.169 8.349 6.167 8.349 6.167s6.636-3.283 9.417-2.33c-.28 2.9-4.3 5.036-4.3 5.036s.949 8.688-.358 11.425c-2.212.421-6.994-4.768-6.994-4.768s-7.75 4.28-9.985 1.553" style="opacity:.75;isolation:isolate"/><path d="M5.485 21.5c.758-2.949 4.843-7.2 4.843-7.2S8.183 6.8 9.239 4.932c2.233-.164 8.055 5.205 8.055 5.205s6.476-2.409 9.172-1.484c-.266 2.818-4.166 4.886-4.166 4.886s.92 8.425-.347 11.079c-2.145.409-6.783-4.625-6.783-4.625S7.652 24.144 5.485 21.5" style="fill:#94a39d"/><path d="M14.028 24.556c2.83-1.342 5.634-4.8 5.634-4.8s6.081-2.148 7.769-4.4a20.46 20.46 0 0 0-7.77-5.386S19.5 4.556 17.826 2.5c-1.8 1.33-4.52 7.106-4.52 7.106S7.045 8.5 4.881 9.315c1.422 4.112 5.836 7.621 5.836 7.621a57 57 0 0 0 3.311 7.62" style="opacity:.75;isolation:isolate"/><path d="M14.005 24.144c2.724-1.292 5.424-4.711 5.424-4.711s5.853-1.98 7.477-4.142a18.2 18.2 0 0 0-7.467-5.044s-.164-5.356-1.777-7.335c-1.737 1.281-4.351 6.84-4.351 6.84S7.283 8.691 5.2 9.473c1.371 3.958 5.619 7.336 5.619 7.336a55 55 0 0 0 3.186 7.335" style="fill:#c8e5da"/><path d="M22.721 15.37c-.662-2.356-4.109-4.738-4.109-4.738S15.6 5.6 13.226 5.039C10.405 9.564 11.8 17.61 11.8 17.61s7.951 1.007 10.921-2.24" style="opacity:.75;isolation:isolate"/><path d="M22.4 15.195c-.633-2.259-3.942-4.539-3.942-4.539S15.571 5.837 13.29 5.3c-2.717 4.345-1.39 12.061-1.39 12.061s7.643.953 10.5-2.166" style="fill:#efe7e4"/><path d="m19.831 22.081.158-16.1a.15.15 0 0 0-.019-.075.14.14 0 0 0-.052-.055.13.13 0 0 0-.142 0l-13.75 9.063a.8.8 0 0 0-.28.321.86.86 0 0 0 .051.839.8.8 0 0 0 .317.281l12.932 6.252a.53.53 0 0 0 .269.052.54.54 0 0 0 .26-.09.6.6 0 0 0 .187-.209.6.6 0 0 0 .069-.278Z" style="opacity:.75;isolation:isolate"/><path d="m19.509 21.813.152-15.544a.15.15 0 0 0-.018-.072.14.14 0 0 0-.051-.053.13.13 0 0 0-.137 0L6.178 14.89a.8.8 0 0 0-.27.31.83.83 0 0 0 .049.809.76.76 0 0 0 .306.271l12.488 6.038a.51.51 0 0 0 .509-.036.55.55 0 0 0 .181-.2.6.6 0 0 0 .068-.268Z" style="fill:#f8ece7"/><path d="M15.29 18.221a3.666 3.666 0 0 0 3.568-3.757 3.666 3.666 0 0 0-3.568-3.757 3.666 3.666 0 0 0-3.568 3.757 3.666 3.666 0 0 0 3.568 3.757" style="fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.687 10.259Q11.114 7.8 15.54 5.348c-.029 3.372-.008 6.745-.025 10.117-3.015-1.68-6.008-3.393-9.026-5.065a2 2 0 0 1 .198-.141M16.286 5.735c2.979 1.633 5.941 3.3 8.922 4.928a3 3 0 0 1-.322.2c-2.877 1.551-5.731 3.147-8.617 4.68.009-3.268.008-6.543.017-9.808M6.218 11.1c2.936 1.647 5.864 3.309 8.806 4.947a2 2 0 0 1-.258.216q-3.714 2.12-7.426 4.246c-.381.223-.776.424-1.136.683.027-3.361-.004-6.726.014-10.092M16.811 16.129q4.485-2.455 8.979-4.894c0 3.189.006 6.378 0 9.568-2.981-1.584-5.99-3.114-8.979-4.674M6.894 21.645c2.868-1.689 5.766-3.326 8.641-5-.006 3.343 0 6.687 0 10.031q-4.325-2.513-8.641-5.031M16.287 16.652Q20.757 19 25.248 21.3c-2.978 1.817-5.976 3.6-8.956 5.418-.015-3.353-.004-6.709-.005-10.066" style="fill:#919c47"/><path d="M8.42 7.568C11.212 5.7 14.029 3.863 16.827 2c0 .709 0 1.428-.051 2.129 1.031.671 2.124 1.261 3.178 1.893C22.3 7.417 24.666 8.766 27 10.18c.144 1.844.04 3.7.162 5.544.037 1.22.006 2.441.1 3.659-.011.683.044 1.369.006 2.052-.739.613-1.571 1.116-2.341 1.694Q20.058 26.57 15.183 30a13.5 13.5 0 0 1-.125-1.846c-1.479-.917-2.991-1.781-4.489-2.666-1.939-1.175-3.912-2.291-5.84-3.482-.033-1.408.058-2.816.056-4.224q.045-2.493.054-4.987c.067-.967.043-1.937.076-2.9Q6.651 8.7 8.42 7.568m-.595 1.1q-1.193.8-2.458 1.495c.03 3.834.073 7.669.09 11.5 3.345 1.989 6.723 3.924 10.076 5.9 0 .44-.007.882 0 1.322 3.665-2.511 7.347-5 11.011-7.508.013-3.612.064-7.224.087-10.836a6 6 0 0 1-.873-.452c-3.159-1.831-6.307-3.681-9.47-5.5-.018-.494 0-.99-.013-1.484Q12.058 5.9 7.826 8.672Z" style="fill:#88ac29"/><path d="M7.826 8.672q4.227-2.784 8.454-5.565c.015.494 0 .99.013 1.484 3.163 1.824 6.31 3.674 9.47 5.5a6 6 0 0 0 .873.452c-.023 3.612-.073 7.224-.087 10.836-3.665 2.511-7.347 5-11.011 7.508-.011-.44-.006-.882 0-1.322-3.353-1.975-6.731-3.91-10.076-5.9-.017-3.835-.06-7.67-.09-11.5Q6.635 9.476 7.83 8.67m-1.143 1.589a2 2 0 0 0-.2.144c3.018 1.67 6.013 3.382 9.026 5.062.228.153.5.327.754.124v-.044c2.886-1.533 5.74-3.129 8.617-4.68a3 3 0 0 0 .322-.2c-2.981-1.632-5.943-3.295-8.922-4.928a5.3 5.3 0 0 0-.745-.388Q11.115 7.81 6.686 10.26m-.469.844c-.013 3.364.013 6.728-.013 10.092a2.8 2.8 0 0 0 .689.45q4.31 2.527 8.637 5.028c.006-3.344 0-6.688 0-10.031.1-.356-.282-.444-.51-.592-2.942-1.638-5.87-3.3-8.806-4.947m10.593 5.027a5 5 0 0 0-.506.269c0 .063-.013.19-.018.253 0 3.357-.009 6.713.006 10.069 2.98-1.816 5.978-3.6 8.956-5.418.183-.155.59-.2.538-.5.009-3.19 0-6.379 0-9.568q-4.492 2.428-8.972 4.893Z" style="fill:#fffffd"/><path d="M15.54 5.348a5.3 5.3 0 0 1 .745.388c-.008 3.27-.008 6.54-.017 9.81v.044c-.258.2-.526.029-.754-.124.019-3.373-.003-6.746.026-10.118M15.024 16.049c.228.148.613.236.51.592-2.874 1.677-5.773 3.314-8.641 5a2.8 2.8 0 0 1-.689-.45c.36-.259.755-.46 1.136-.683l7.426-4.246a2 2 0 0 0 .258-.213M16.3 16.4a5 5 0 0 1 .506-.269c2.991 1.559 6 3.09 8.976 4.674.052.3-.356.344-.538.5q-4.492-2.3-8.962-4.651c.009-.065.018-.192.018-.254" style="fill:#c8cea3"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#875430" d="M6.83 20c-1.45-3.08.84-5.32 2.45-5.32-.93-3.35 1.02-5.55 3.02-5.55.57 0-.11-.37-.11-1.32s1.36-2.53 1.36-3.2-.74-1.04-.42-1.36 7.7 2.67 6.46 7.28c0 0 4.28.28 2.94 4 0 0 4.59 1.23 2.41 5.55 0 0 3.44.41 3.44 3.66s-5.25 3.17-7.13 3.17c-5.25 0-5.4-.34-7.74-.34s-5.51.34-7.13.34c-3.51 0-3.91-6.24.45-6.91"/><path fill="#543119" d="M28.38 23.74c0-1.59-.82-2.5-1.66-3.01 1.89 3.45-4.42 5.31-12.1 5.87 1.46.08 2.35.3 6.62.3 1.9 0 7.14.08 7.14-3.16m-22 3.17c.81 0 2.02-.09 3.32-.18-2.3-.37-4.99-1.37-5.93-3.97-.47 1.93.51 4.15 2.6 4.15zm17.84-11.52c1.1 3.24-.84 6.12-2.9 7.52.87-.54 2.32-1.58 3.62-2.83 1.22-2.42.31-3.88-.73-4.69zm-1.66-.95c.62-1.8-.11-2.78-1-3.3.68 4.47-2.8 5.71-9.39 8.6 0 0 6.81-1.39 10.39-5.3m-12.67 5.3c-.72-.24-2.22.14-3.43-2.48a4.1 4.1 0 0 0 .3 2.57c1.48.15 3.13-.1 3.13-.1zm8.15-13.76c1.75 5.13-2.44 6.68-8.76 8.7 0 0 7.62-1.56 10.3-4.14.49-1.8-.33-3.35-1.54-4.56M15.6 7.16s-2.7 2.9-2.26-1.89c-.39.78-1.14 1.84-1.14 2.54 0 .49.18.82.28 1.03 2.65-.25 3.12-1.68 3.12-1.68"/><ellipse cx="12.05" cy="16.55" fill="#e9e8e5" rx="2.71" ry="3.34"/><ellipse cx="11.98" cy="16.65" fill="#0a0a0a" rx="1.36" ry="2.15"/><ellipse cx="20.22" cy="16.55" fill="#e9e8e5" rx="2.71" ry="3.34"/><ellipse cx="20.15" cy="16.65" fill="#0a0a0a" rx="1.36" ry="2.15"/><path fill="#ebebeb" d="M20.6 21.4c-.37-.53-1.5-.04-4.64-.04-3.13 0-4.27-.5-4.63.04-.46.66 1.65 2.64 4.63 2.7 2.98-.06 5.1-2.05 4.64-2.7"/><path fill="#bc2100" d="M28.98 10.73A13.9 13.9 0 0 0 25.9 6.1 13.95 13.95 0 0 0 16 2a13.95 13.95 0 0 0-9.9 4.1A13.95 13.95 0 0 0 2 16a13.95 13.95 0 0 0 4.1 9.9 13.9 13.9 0 0 0 4.63 3.07C12.41 29.66 14.18 30 16 30a13.95 13.95 0 0 0 9.9-4.1 13.9 13.9 0 0 0 3.07-4.63 13.94 13.94 0 0 0 0-10.54zM16 26.68c-2.85 0-5.53-1.11-7.55-3.13S5.32 18.85 5.32 16c0-2.3.72-4.47 2.04-6.29L22.3 24.63a10.6 10.6 0 0 1-6.3 2.05m8.63-4.4L9.71 7.37A10.6 10.6 0 0 1 16 5.33c2.85 0 5.53 1.11 7.55 3.13s3.13 4.7 3.13 7.55c0 2.3-.72 4.47-2.04 6.29z"/><linearGradient id="a" x1="16" x2="16" y1="3.54" y2="28.41" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fce7e2"/><stop offset=".02" stop-color="#fad6ce"/><stop offset=".07" stop-color="#f5b2a4"/><stop offset=".13" stop-color="#f0917c"/><stop offset=".19" stop-color="#ec745b"/><stop offset=".26" stop-color="#e85c3e"/><stop offset=".33" stop-color="#e64827"/><stop offset=".42" stop-color="#e43916"/><stop offset=".52" stop-color="#e22f09"/><stop offset=".66" stop-color="#e12902"/><stop offset="1" stop-color="#e12700"/></linearGradient><path fill="url(#a)" d="M16 29.36a13.3 13.3 0 0 1-9.45-3.91A13.3 13.3 0 0 1 2.65 16a13.3 13.3 0 0 1 3.9-9.45A13.3 13.3 0 0 1 16 2.65a13.3 13.3 0 0 1 9.45 3.9 13.32 13.32 0 0 1 3.9 9.45 13.3 13.3 0 0 1-3.9 9.45 13.3 13.3 0 0 1-9.45 3.9zM6.85 9.34A11.2 11.2 0 0 0 4.68 16c0 3.02 1.18 5.87 3.32 8a11.28 11.28 0 0 0 14.66 1.15l.6-.44L7.3 8.73l-.44.6zM16 4.68c-2.42 0-4.73.75-6.67 2.17l-.6.44 15.98 15.98.44-.6A11.22 11.22 0 0 0 27.32 16c0-3.02-1.18-5.87-3.32-8s-4.98-3.32-8-3.32"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m29.988 22.372-.748.048a5.2 5.2 0 0 1-2.99-.671 7.8 7.8 0 0 0-7.8 0 5.28 5.28 0 0 1-5.3.01A7.26 7.26 0 0 0 9.263 20.7a7.23 7.23 0 0 0-3.94 1.06 4.75 4.75 0 0 1-2.47.7h-.838c0 .889-.009 1.739-.015 2.515h.861a7.24 7.24 0 0 0 3.75-1.052 4.76 4.76 0 0 1 2.659-.7 4.84 4.84 0 0 1 2.634.718 7.8 7.8 0 0 0 7.8 0 5.29 5.29 0 0 1 5.319 0 7.7 7.7 0 0 0 4.4.989l.577-.042c-.005-.788-.009-1.639-.012-2.516M29.983 15.581l-.743.047a5.23 5.23 0 0 1-2.99-.671 7.8 7.8 0 0 0-7.8 0 5.28 5.28 0 0 1-5.3.01 7.3 7.3 0 0 0-3.887-1.057 7.3 7.3 0 0 0-3.941 1.06 4.74 4.74 0 0 1-2.469.7h-.828v2.515h.84a7.24 7.24 0 0 0 3.75-1.052 4.7 4.7 0 0 1 2.659-.7 4.8 4.8 0 0 1 2.634.718 7.8 7.8 0 0 0 7.8 0 5.29 5.29 0 0 1 5.319 0 7.7 7.7 0 0 0 4.4.989l.568-.037c-.012-.834-.012-1.679-.012-2.522M29.24 9.137a5.25 5.25 0 0 1-2.99-.671 7.8 7.8 0 0 0-7.8 0 5.28 5.28 0 0 1-5.3.009A7.16 7.16 0 0 0 9.263 7.42a7.16 7.16 0 0 0-3.94 1.059 4.74 4.74 0 0 1-2.469.7H2.02v2.517h.836a7.24 7.24 0 0 0 3.75-1.052 4.74 4.74 0 0 1 2.659-.706 4.8 4.8 0 0 1 2.634.719 7.79 7.79 0 0 0 7.8 0 5.29 5.29 0 0 1 5.319 0 7.73 7.73 0 0 0 4.4.988l.568-.037q-.002-1.29.007-2.516Z" style="fill:#004999"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.241 21.152a1.442 1.442 0 1 1-2.879.11l.055-5.133c0-1.783 1.877-3.727 4.427-3.755a1.469 1.469 0 0 0 0-2.938H11.457a1.774 1.774 0 0 0-2.023 1.878v8.515a1.441 1.441 0 1 1-2.879 0S6.5 13.34 6.5 11.149a4.763 4.763 0 0 1 4.869-4.715h14.409A4.1 4.1 0 0 1 30 10.686a4.41 4.41 0 0 1-3.92 4.609c-1.264 0-1.8.71-1.8 1.891Z" style="fill:#c40804"/><path d="M2.025 10.989 2 21.062a4.476 4.476 0 0 0 4.361 4.5l9.357-.09a4.12 4.12 0 0 0 4.028-4.289 4.137 4.137 0 0 0-4.319-4.283 1.47 1.47 0 1 1 0-2.938h4.239c1.928 0 1.879-3.055 0-3.055l-4.522.055a4.285 4.285 0 0 0-4.221 4.3 4.334 4.334 0 0 0 4.309 4.531 1.462 1.462 0 1 1 .019 2.922H6.94a1.807 1.807 0 0 1-1.972-1.987l-.055-9.714a1.453 1.453 0 1 0-2.888-.025" style="fill:#c40804"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5.504 2.007 8.986 2v19.746l1.773-1.759V3.755h1.738V18.24l1.756-1.753V3.755h1.744v10.974l1.738-1.767V3.755h1.726v7.47l1.784-1.764V3.755h1.727v3.968l1.766-1.748.001-2.22h1.744v1.727h1.726v1.785l-2.298.001-1.727 1.725h4.025v1.726h-5.771l-1.74 1.785h7.511v1.726h-9.248l-1.756 1.784h11.004v1.727H15.455l-1.74 1.755h14.494v1.756H11.98l-1.738 1.726h19.74l.007 3.511H8.986V30H5.504v-3.511H2.011v-3.511h3.493L5.503 2z" style="fill:#317eac"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m27.076 22.2-4.584-6.08a4.98 4.98 0 0 0-5.723-1.6l-.188-.251a4.57 4.57 0 0 0 .183-5.745L13.3 3.932A5 5 0 0 0 6.5 2.9l-.5.342A4.6 4.6 0 0 0 4.929 9.8l3.464 4.6a4.98 4.98 0 0 0 5.528 1.671l.247.33a4.574 4.574 0 0 0-.049 5.592l4.582 6.08A4.99 4.99 0 0 0 25.5 29.1l.5-.346a4.6 4.6 0 0 0 1.076-6.554M12.2 11.122a1.53 1.53 0 0 0-.359 2.187L12.9 14.7a3.29 3.29 0 0 1-3.184-1.23L6.251 8.882a3.065 3.065 0 0 1 .717-4.377l.5-.346A3.33 3.33 0 0 1 12 4.851l3.464 4.59a3.05 3.05 0 0 1 .129 3.5l-1.113-1.478a1.66 1.66 0 0 0-2.263-.351ZM25.048 27.5l-.495.344a3.326 3.326 0 0 1-4.533-.688l-4.58-6.08a3.04 3.04 0 0 1-.233-3.3l1.054 1.4a1.66 1.66 0 0 0 2.266.346 1.53 1.53 0 0 0 .357-2.187l-1.111-1.475a3.3 3.3 0 0 1 3.407 1.194l4.583 6.089a3.065 3.065 0 0 1-.715 4.357" style="fill:#d31900"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.137 30A1.854 1.854 0 0 0 30 28.168V9.454a1.854 1.854 0 0 0-1.863-1.835H9.956L17.253 30Z" style="fill:#d9d9d9"/><path d="m22.041 24.715-4.755 5.288-1.731-5.288z" style="fill:#4352b8"/><path d="M28.233 15.373v-1.094h-5.274v-1.767h-1.712v1.767h-3.366v1.094h6.7a9.7 9.7 0 0 1-1.922 3.38c-1.369-1.619-1.375-2.146-1.375-2.146h-1.422s.059.788 1.978 3.038a14 14 0 0 1-1.1 1.016l.438 1.366s.659-.567 1.487-1.445c.828.9 1.9 1.978 3.279 3.265l.9-.9c-1.481-1.344-2.567-2.41-3.364-3.265a9.9 9.9 0 0 0 2.385-4.315h2.368Z" style="fill:#617d8b"/><path d="M3.863 2A1.87 1.87 0 0 0 2 3.863v18.992a1.87 1.87 0 0 0 1.863 1.863h18.181L14.747 2Z" style="fill:#4f8bf5"/><path d="M16.989 7.619h11.148A1.854 1.854 0 0 1 30 9.454v11.227Z" style="fill:#fff;opacity:.200000002980232;isolation:isolate"/><path d="M7.055 13.808c.611-1.573 1.211-3.151 1.821-4.724h1.77c.1.242.189.487.282.73.447 1.153.887 2.309 1.334 3.463s.879 2.286 1.319 3.429l.356.923h-1.558q-.331-1.011-.658-2.024H7.8q-.326 1.013-.658 2.024H5.588l1.469-3.822m1.181.673h3.051c-.51-1.338-1.014-2.678-1.526-4.015-.514 1.335-1.017 2.678-1.528 4.016Z" style="fill:#f2f2f2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.4 27.6H2.5V4.5h26.9Zm-25.9-1h24.9V5.5H3.5Z" style="fill:#00bd02"/><path d="M2.5 5.5h26.9v1.9H2.5zM11.333 9.5H19.5v1h-8.167zM11.333 12.083h12.5v1h-12.5zM11.333 14.75H21.95v1H11.333zM11.333 17.583H25.5v1H11.333zM11.333 20.5h9.834v1h-9.834zM11.5 23.083h12.167v1H11.5zM5.5 9.5h4.333v1H5.5zM5.5 12.083h4.333v1H5.5z" style="fill:#00bd02"/><path d="M5.5 12.083h4.333v1H5.5zM5.5 14.667h4.333v1H5.5zM5.5 17.25h4.333v1H5.5zM5.5 20.5h4.333v1H5.5zM5.5 23.083h4.333v1H5.5z" style="fill:#00bd02"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.3 3.73a4 4 0 0 1 1.041-.62 8.4 8.4 0 0 1 .556 3.385 25 25 0 0 1-.643 5.019q-.553-.27-1.1-.554a11.8 11.8 0 0 0 .273-3.747 3 3 0 0 0-.255-.865 5.14 5.14 0 0 0-2.016 2.07 18 18 0 0 0-.985-.676A15.7 15.7 0 0 1 21.3 3.73" style="fill:#ededed"/><path d="M19.451 8.6a4.6 4.6 0 0 1 1.509-1.563 6.7 6.7 0 0 1 .09 2.671c-.533-.365-1.075-.721-1.599-1.108M16.461 10.076c-.038-1.134-.031-2.269-.026-3.4-.9.493-1.758 1.071-2.648 1.589-.453.27-.908.536-1.36.808.224-.163.457-.312.69-.462-.861-1.224-1.971-2.5-3.53-2.748a10.96 10.96 0 0 0-.365 5.147c.318-.195.633-.4.962-.572-.474.319-.964.615-1.446.92q-1.436.9-2.892 1.777a1.2 1.2 0 0 0-.391.32c-.1 1.395-.34 4.392-.34 4.392a809 809 0 0 1-.826 11c4.062.343 8.118.742 12.179 1.076-.01-6.623.004-13.233-.007-19.847" style="fill:#ededed"/><path d="M21.1 2.977A5.9 5.9 0 0 1 22.706 2a10.06 10.06 0 0 1 .772 4.606 24.6 24.6 0 0 1-.508 4.459c1.2.846 2.433 1.645 3.618 2.509q.44 6.38.907 12.758c.066.839.094 1.68.216 2.513-3.029.279-6.057.591-9.085.886a19 19 0 0 0-2.158.27v-.083c-.01-6.614 0-13.227-.007-19.841-.038-1.134-.031-2.269-.026-3.4v-.1c.406.292.826.562 1.243.839A16.3 16.3 0 0 1 21.1 2.977m.2.752a15.7 15.7 0 0 0-3.128 4.011c.334.217.666.437.985.676a5.14 5.14 0 0 1 2.016-2.07 3 3 0 0 1 .255.865 11.8 11.8 0 0 1-.273 3.747q.546.285 1.1.554a25 25 0 0 0 .643-5.019 8.4 8.4 0 0 0-.556-3.385 4 4 0 0 0-1.042.622ZM19.451 8.6c.524.383 1.066.739 1.6 1.108a6.7 6.7 0 0 0-.09-2.671 4.6 4.6 0 0 0-1.51 1.563M9.219 5.062a3.58 3.58 0 0 1 2.205.748 13 13 0 0 1 2.364 2.45c-.453.27-.908.536-1.36.808.224-.163.457-.312.69-.462-.861-1.224-1.971-2.5-3.53-2.748a10.96 10.96 0 0 0-.365 5.147c.318-.195.633-.4.962-.572-.474.319-.964.615-1.446.92a14.1 14.1 0 0 1 .48-6.291" style="fill:#8d2701"/><path d="M10.507 8.476a2.46 2.46 0 0 1 1.517.88l-.36.2A2.7 2.7 0 0 0 10.739 9a3.3 3.3 0 0 0-.165 1.281l-.344.11a7 7 0 0 1 .277-1.915M12.139 10.693a.49.49 0 0 1 .542.01 1.6 1.6 0 0 1 .062.6c-.039.784.024 1.573-.076 2.354a1.013 1.013 0 0 1-1.012.886c-.233-.05-.278-.341-.278-.541 0-.675.1-1.347.066-2.024a1.3 1.3 0 0 1 .696-1.285m.15 1.084a.89.89 0 0 0 .251-.866c-.322.15-.64.596-.251.866M14.5 13.728a18 18 0 0 1 1.928-.822l-.092.255c-.649.358-1.36.6-2.021.938a12.1 12.1 0 0 0-3.238 2.248A7.2 7.2 0 0 1 10 17.381a4.2 4.2 0 0 1 .98-1.246 12.7 12.7 0 0 1 3.52-2.407M7.628 13.231a1 1 0 0 1 .594-.152 18 18 0 0 1-.1 2.654.713.713 0 0 1-.892.658 21 21 0 0 1 .082-2.226 1.38 1.38 0 0 1 .316-.934m.179.831c.268-.112.319-.413.412-.654-.399-.096-.444.375-.412.654M10.823 17.094a13.9 13.9 0 0 1 4.612-1.968l-.039.274a14.3 14.3 0 0 0-4.475 1.914 2.6 2.6 0 0 1-.681.343c.06-.301.36-.408.583-.563M5.264 17.59A5.14 5.14 0 0 1 8 17.1a1.5 1.5 0 0 1 1.142.665 6.9 6.9 0 0 0-1.542-.487 7 7 0 0 0-2.484.564ZM10.578 17.725a9.6 9.6 0 0 1 3.61-.566c.24.021.321.2.313.424a3.24 3.24 0 0 0-1.956-.09 22 22 0 0 0-2.557.658c.007-.322.357-.342.59-.426M9.268 17.676c.149-.176.533-.332.664-.062a1.3 1.3 0 0 1-.516.993c-.148-.27-.443-.655-.148-.931M5.744 18.629a5.9 5.9 0 0 1 3.182-.618c-.182.235-.493.178-.751.208a5.7 5.7 0 0 0-1.72.33c-.344.128-.665.31-1.02.409a.6.6 0 0 1 .309-.329M6.9 19.114a9.7 9.7 0 0 1 2.2-.854c-.1.3-.441.338-.7.444a7.8 7.8 0 0 0-2.564 1.415c.102-.535.652-.75 1.064-1.005M11.635 19.7a3.1 3.1 0 0 0 1.91-1.383c.347-.1.273.275.26.494a2.06 2.06 0 0 1-.95 1.036 12.37 12.37 0 0 1-1.827 6.419A2.34 2.34 0 0 1 8.879 27.5a2.25 2.25 0 0 1-1.535-1.49 10.9 10.9 0 0 1-.69-4.665c-.157-.112-.369-.179-.46-.362-.13-.2.011-.425.047-.631.19.151.345.392.606.42a3.6 3.6 0 0 0 1.863-.4 1.6 1.6 0 0 0 .709-.662 4 4 0 0 0 .431.266 4.3 4.3 0 0 0 1.785-.276m-2.2.835a4.13 4.13 0 0 1-2.462.809 11 11 0 0 0 .358 3.526 3.2 3.2 0 0 1 .9-1.282 2.055 2.055 0 0 1 2.3-.2 2.3 2.3 0 0 1 .884 1.172 14.7 14.7 0 0 0 1.005-4.489 5.17 5.17 0 0 1-2.985.461Zm-.329 3.26a2.27 2.27 0 0 0-1.5 1.434c-.123.269.1.517.225.738.331.462.795 1 1.431.893a2.87 2.87 0 0 0 1.769-1.6 1.6 1.6 0 0 0-1.925-1.468Z" style="fill:#8d2701"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.556 14.485c-.024.3.137 2.121.2 3.181a37 37 0 0 0 .22 3.9 6.05 6.05 0 0 0 2.279 4.241 10.9 10.9 0 0 0 5.117 1.647 11.9 11.9 0 0 0 4.961-.671 5.37 5.37 0 0 0 3-3.22 5 5 0 0 0-.351-4.066 5.86 5.86 0 0 0-3.541-2.208 10.17 10.17 0 0 0-5.236.157 8.1 8.1 0 0 0-3.177 1.877.747.747 0 0 0-.115 1.113c.289.321.676.385 1.3 0 .487-.3.977-1.016 1.693-1.114.252-.026.316.149.21.351a3.34 3.34 0 0 0-.076 2.527 3.23 3.23 0 0 0 2.173 1.753 3.49 3.49 0 0 0 3.085-.911 2.92 2.92 0 0 0 .6-2.875.84.84 0 0 0-.771-.49.41.41 0 0 0-.316.315c-.025.124.193.237.14.351a.683.683 0 0 1-1.051.351.85.85 0 0 1-.175-1.051 1.51 1.51 0 0 1 1.4-.491 2.85 2.85 0 0 1 2.208 1.227 3.4 3.4 0 0 1-.141 3.225 4.9 4.9 0 0 1-3.225 1.823A9.1 9.1 0 0 1 13.374 25a4.71 4.71 0 0 1-3.19-3.295 25 25 0 0 1-.22-4.074A4.7 4.7 0 0 0 9.333 15a1.83 1.83 0 0 0-1.427-.763c-.22-.024-.371.083-.35.248" style="fill:#7fadb2"/><path d="M16.256 27.52a8 8 0 0 1-.886-.045 10.8 10.8 0 0 1-5.127-1.651 6.06 6.06 0 0 1-2.288-4.256A18 18 0 0 1 7.779 19a32 32 0 0 0-.044-1.333c-.023-.38-.059-.862-.093-1.328-.063-.851-.122-1.654-.108-1.855A.22.22 0 0 1 7.6 14.3a.37.37 0 0 1 .313-.082 1.86 1.86 0 0 1 1.441.771 4.65 4.65 0 0 1 .63 2.611v.029c.02.445.021.9.023 1.335a12.8 12.8 0 0 0 .2 2.735 4.69 4.69 0 0 0 3.176 3.279 9.07 9.07 0 0 0 4.583.42 4.73 4.73 0 0 0 3.21-1.813 3.36 3.36 0 0 0 .14-3.2 2.85 2.85 0 0 0-2.192-1.216 1.49 1.49 0 0 0-1.382.481.83.83 0 0 0 .168 1.023.7.7 0 0 0 .658.07.57.57 0 0 0 .362-.406c.024-.052-.018-.105-.061-.161a.25.25 0 0 1-.079-.189.44.44 0 0 1 .334-.332.85.85 0 0 1 .793.5 2.95 2.95 0 0 1-.6 2.9 3.53 3.53 0 0 1-3.1.917 3.24 3.24 0 0 1-2.188-1.765 3.5 3.5 0 0 1 .023-2.461.24.24 0 0 1 .051-.087.25.25 0 0 0 .018-.249.21.21 0 0 0-.211-.066 2.37 2.37 0 0 0-1.185.707 4 4 0 0 1-.5.4c-.578.358-1 .356-1.324 0a.77.77 0 0 1-.2-.554.85.85 0 0 1 .318-.588 8.1 8.1 0 0 1 3.181-1.883 10.26 10.26 0 0 1 5.248-.157A5.7 5.7 0 0 1 23 19.486a5 5 0 0 1 .353 4.084 5.38 5.38 0 0 1-3.012 3.23 12.3 12.3 0 0 1-4.085.72M7.843 14.257a.3.3 0 0 0-.217.074.18.18 0 0 0-.049.152c-.015.194.045 1 .108 1.85.034.466.07.948.093 1.328.026.445.035.9.044 1.335A18 18 0 0 0 8 21.562a6.02 6.02 0 0 0 2.27 4.228 10.76 10.76 0 0 0 5.107 1.643 11.9 11.9 0 0 0 4.951-.669 5.34 5.34 0 0 0 2.984-3.208 4.96 4.96 0 0 0-.349-4.048 5.66 5.66 0 0 0-3.528-2.2 10.2 10.2 0 0 0-5.225.157 8.1 8.1 0 0 0-3.168 1.873.81.81 0 0 0-.3.559.73.73 0 0 0 .19.524c.313.347.705.346 1.271 0a4 4 0 0 0 .493-.4A2.4 2.4 0 0 1 13.9 19.3a.25.25 0 0 1 .25.084.29.29 0 0 1-.019.3v.007h-.008a3.35 3.35 0 0 0-.058 2.5 3.2 3.2 0 0 0 2.158 1.741 3.48 3.48 0 0 0 3.066-.9 2.9 2.9 0 0 0 .592-2.853.82.82 0 0 0-.75-.478.39.39 0 0 0-.3.3c-.01.05.031.1.071.155s.1.129.068.2a.61.61 0 0 1-.386.433.74.74 0 0 1-.7-.073.88.88 0 0 1-.182-1.08 1.53 1.53 0 0 1 1.422-.5 2.9 2.9 0 0 1 2.225 1.237 3.4 3.4 0 0 1-.141 3.246 4.77 4.77 0 0 1-3.238 1.832 9.1 9.1 0 0 1-4.6-.422 4.73 4.73 0 0 1-3.2-3.309 13 13 0 0 1-.2-2.744c0-.438 0-.89-.023-1.334V17.6a4.6 4.6 0 0 0-.626-2.588 1.82 1.82 0 0 0-1.409-.755 1 1 0 0 0-.069 0" style="fill:#fff"/><path d="M10.31 6.11a1.266 1.266 0 0 0-.833 1.279 75 75 0 0 0 2.273 8.892 1.16 1.16 0 0 0 1.076.487c.353-.106.52-.572.589-.934a64 64 0 0 0-1.705-8.993 1.3 1.3 0 0 0-1.4-.731" style="fill:#7fadb2"/><path d="M12.653 16.814a1.33 1.33 0 0 1-.919-.52v-.007a76 76 0 0 1-2.278-8.895 1.29 1.29 0 0 1 .848-1.3 1.32 1.32 0 0 1 1.425.744 63.5 63.5 0 0 1 1.707 9v.007c-.058.3-.213.834-.6.951a.6.6 0 0 1-.183.02m-.884-.544a1.14 1.14 0 0 0 1.051.478c.368-.11.517-.619.574-.915a63.4 63.4 0 0 0-1.7-8.985 1.29 1.29 0 0 0-1.375-.717A1.25 1.25 0 0 0 9.5 7.388a76 76 0 0 0 2.269 8.882" style="fill:#fff"/><path d="M15 4.506c-.581.053-.948.758-1.016 1.288a85 85 0 0 0 1 9.729.866.866 0 0 0 1 .672c.437-.012.686-.469.716-.9a73 73 0 0 0-.421-9.754A1.34 1.34 0 0 0 15 4.506" style="fill:#7fadb2"/><path d="M15.792 16.245a.96.96 0 0 1-.829-.716 85 85 0 0 1-1-9.735c.065-.513.429-1.255 1.034-1.31a1.366 1.366 0 0 1 1.3 1.052 72 72 0 0 1 .421 9.758c-.03.448-.292.907-.733.921a.7.7 0 0 1-.193.03m-.71-11.723a1 1 0 0 0-.08 0c-.582.053-.933.774-1 1.27a85 85 0 0 0 1 9.723.847.847 0 0 0 .971.656h.006c.418-.012.666-.452.7-.881a72 72 0 0 0-.42-9.748 1.35 1.35 0 0 0-1.177-1.02" style="fill:#fff"/><path d="M20.019 5.875c-.525-.056-.976.506-1.13.966a77 77 0 0 0-.831 8.827c.051.425.356.817.769.774.39.066.693-.3.8-.675a66 66 0 0 0 1.348-8.746 1.22 1.22 0 0 0-.956-1.146" style="fill:#7fadb2"/><path d="M18.919 16.47a1 1 0 0 1-.092-.008c-.431.043-.738-.369-.789-.793a77 77 0 0 1 .831-8.832c.149-.445.6-1.041 1.152-.983a1.24 1.24 0 0 1 .971 1.167 65 65 0 0 1-1.349 8.75.85.85 0 0 1-.724.699m-.091-.05c.372.062.67-.284.772-.66a65 65 0 0 0 1.348-8.74 1.19 1.19 0 0 0-.931-1.12c-.526-.057-.964.523-1.107.951a77 77 0 0 0-.83 8.821c.048.4.34.794.745.753Z" style="fill:#fff"/><path d="M23.8 8.739c-.436-.1-.874.312-1.054.672a62 62 0 0 0-1.646 7.135.653.653 0 0 0 .564.714.67.67 0 0 0 .74-.469 53 53 0 0 0 2.076-7.015 1 1 0 0 0-.68-1.037" style="fill:#7fadb2"/><path d="M21.8 17.3a.5.5 0 0 1-.136-.02.676.676 0 0 1-.582-.735 63 63 0 0 1 1.645-7.141c.175-.35.624-.791 1.079-.687a1.03 1.03 0 0 1 .694 1.062 52 52 0 0 1-2.073 7.02.75.75 0 0 1-.627.501m1.867-8.556a1.18 1.18 0 0 0-.9.676 63 63 0 0 0-1.642 7.129.633.633 0 0 0 .544.689h.006a.65.65 0 0 0 .715-.457 52 52 0 0 0 2.07-7.01.98.98 0 0 0-.66-1.014.6.6 0 0 0-.132-.012Z" style="fill:#fff"/><path d="M10.029 2.02h15.517a4.2 4.2 0 0 1 2.546 1.088 6.3 6.3 0 0 1 1.818 3.775 8 8 0 0 0 .09.849v.489a.93.93 0 0 1-.409.649 1.6 1.6 0 0 1-.9.14H26.5v16.157a4.76 4.76 0 0 1-.709 2.516 4.83 4.83 0 0 1-2.506 2 5.8 5.8 0 0 1-1.278.3H7.262a5.37 5.37 0 0 1-3-1.068 6 6 0 0 1-2.122-3.598c-.07-.34-.1-.7-.14-1v-.549a1 1 0 0 1 .409-.6 1.48 1.48 0 0 1 .889-.18h2.237V6.823a4.77 4.77 0 0 1 1.5-3.475 4.85 4.85 0 0 1 3-1.328M7.492 5.715a6.1 6.1 0 0 0-.21 2.2V22.98h9.736a.87.87 0 0 1 .779.579 4 4 0 0 1 .07.759 4.55 4.55 0 0 0 1.378 3 3.55 3.55 0 0 0 2.407.869 3.056 3.056 0 0 0 3.115-3V7.152a2.6 2.6 0 0 1 0-.619 6.1 6.1 0 0 1 .759-1.857 3 3 0 0 1 .9-1H10.338a3.08 3.08 0 0 0-2.846 2.039" style="fill:#333"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.5 30-.011-.321c.4-.014.8-.045 1.19-.094l.039.319c-.406.048-.818.08-1.218.096m-1.222-.011c-.4-.021-.814-.061-1.216-.118l.045-.318c.393.055.793.094 1.188.115Zm3.642-.289-.067-.314c.387-.083.776-.184 1.155-.3l.094.307c-.388.118-.786.222-1.182.307m-6.063-.053q-.599-.137-1.177-.326l.1-.306c.377.122.764.23 1.15.319Zm8.4-.665-.121-.3c.364-.148.728-.314 1.08-.493h.006l.145.286c-.367.186-.741.356-1.114.507Zm-10.718-.088a14 14 0 0 1-1.1-.524l.15-.284c.35.186.713.358 1.078.512Zm12.893-1.021-.17-.273c.337-.21.668-.437.984-.675l.193.257c-.328.243-.667.476-1.011.691Zm-15.053-.122c-.341-.22-.676-.459-1-.708l.2-.253c.312.243.64.476.972.691Zm17-1.346-.215-.239q.443-.4.851-.836l.235.219c-.278.297-.571.585-.872.851Zm-18.925-.153c-.3-.276-.585-.569-.856-.87l.239-.215c.265.294.547.58.836.85Zm20.587-1.632-.253-.2c.244-.312.476-.639.692-.972l.27.175q-.333.516-.709.997M4.82 24.439a14 14 0 0 1-.692-1.007l.272-.17c.21.337.438.668.676.984Zm23.547-1.867-.284-.151c.186-.35.358-.713.513-1.078l.3.125a15 15 0 0 1-.528 1.104Zm-24.841-.2-.006-.012a13 13 0 0 1-.5-1.1l.3-.121c.147.362.312.724.491 1.074l.006.012Zm25.794-2.047-.306-.1c.122-.377.23-.764.319-1.15l.313.072c-.091.396-.2.792-.326 1.178m-26.712-.218c-.12-.388-.223-.786-.308-1.182l.314-.067c.083.387.184.776.3 1.155Zm27.262-2.161-.318-.045c.056-.393.094-.793.115-1.188l.321.017a14 14 0 0 1-.118 1.216M2.1 17.72c-.05-.4-.082-.812-.1-1.218l.321-.011c.014.4.046.8.094 1.19Zm27.582-2.2c-.014-.4-.045-.8-.093-1.19l.319-.039c.049.4.082.813.1 1.218ZM2.331 15.3l-.321-.02c.021-.405.061-.814.117-1.216l.318.045c-.055.391-.093.791-.114 1.191m27.057-2.144a14 14 0 0 0-.3-1.155l.312-.101c.119.388.223.786.307 1.183Zm-26.725-.222-.313-.072q.137-.599.326-1.177l.306.1c-.123.376-.23.763-.319 1.149m26.026-2.062a13 13 0 0 0-.5-1.086l.286-.146c.185.363.355.736.507 1.111ZM3.4 10.665l-.3-.125c.158-.374.334-.745.524-1.1l.284.15c-.184.347-.356.71-.508 1.075m1.113-2.108-.27-.174q.332-.513.707-1l.254.2c-.243.317-.476.641-.691.974m1.464-1.881-.235-.219c.276-.3.569-.585.87-.857l.215.239c-.294.261-.58.547-.85.837m1.77-1.6-.193-.257c.323-.244.662-.477 1.007-.692l.17.272c-.337.215-.668.442-.984.68Zm15.705-.558-.018-.012.175-.27.018.011Zm-1.047-.616a13 13 0 0 0-1.078-.512l.125-.3c.374.158.745.334 1.1.524ZM9.769 3.815l-.146-.286.018-.009c.356-.181.724-.349 1.093-.5l.121.3c-.361.147-.72.311-1.068.488Zm10.44-.838a13 13 0 0 0-1.151-.317l.072-.313q.6.137 1.178.325Zm-8.229-.06-.094-.307a14 14 0 0 1 1.182-.308l.067.314a14 14 0 0 0-1.155.301m5.9-.473a14 14 0 0 0-1.188-.113l.016-.321c.405.021.814.059 1.216.115Zm-3.572-.026-.04-.319c.4-.05.812-.083 1.218-.1l.012.321c-.392.017-.793.049-1.186.098Z" style="fill:gray"/><circle cx="16" cy="15.998" r="10.708" style="fill:navy"/><circle cx="20.435" cy="11.562" r="3.136" style="fill:#fff"/><circle cx="26.708" cy="5.29" r="3.137" style="fill:navy"/><path d="M13.1 21.352v-.79H9.629v-6.236h-.9v7.026zM17.916 21.352V16.3h-.8v2.785c0 1.031-.54 1.706-1.378 1.706A.95.95 0 0 1 14.7 19.8v-3.5h-.8v3.817c0 .838.626 1.378 1.609 1.378a1.86 1.86 0 0 0 1.687-.925v.781h.723M23.791 21.333v-.607a.7.7 0 0 1-.173.019c-.279 0-.434-.145-.434-.4v-2.809c0-.9-.655-1.378-1.9-1.378-1.224 0-1.976.472-2.024 1.638h.81c.067-.617.434-.9 1.185-.9.723 0 1.128.27 1.128.752v.212c0 .337-.2.482-.838.559a5.8 5.8 0 0 0-1.619.308 1.33 1.33 0 0 0-.887 1.311c0 .916.636 1.455 1.658 1.455a2.36 2.36 0 0 0 1.715-.742.855.855 0 0 0 .829.665 2 2 0 0 0 .549-.087m-1.407-1.725a1.366 1.366 0 0 1-1.513 1.185c-.626 0-.993-.222-.993-.771 0-.53.357-.761 1.214-.887a4 4 0 0 0 1.291-.279v.752" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M4.91 4.52h22.52v22.52H4.91z" style="fill:#00a2ff" transform="rotate(-75 16.172 15.784)"/><path d="M21.5 9.15H26v4.5h-4.5z" style="fill:#fff" transform="rotate(-75 23.756 11.406)"/><path d="m6.77 21.34 2.75.73-.17.63-3.52-.94L7.39 16l.76.2Zm5.93 1.8a1.6 1.6 0 0 1-1.39.17 1.4 1.4 0 0 1-1-.68 1.77 1.77 0 0 1 0-1.28l.75-2.81.74.2-.75 2.78c-.18.66 0 1.05.53 1.2a1.15 1.15 0 0 0 1.3-.33l.84-3.14.73.2-1.15 4.31-.7-.19Zm4.39 1.63a1.7 1.7 0 0 1 0-.48 1.7 1.7 0 0 1-1.37.21 1.64 1.64 0 0 1-1-.64 1.21 1.21 0 0 1-.16-1 1.23 1.23 0 0 1 .79-.9 2.44 2.44 0 0 1 1.54 0l.72.19.09-.34a.84.84 0 0 0-.07-.67.94.94 0 0 0-.62-.42 1.07 1.07 0 0 0-.71 0 .59.59 0 0 0-.4.41l-.74-.2a1.07 1.07 0 0 1 .39-.56 1.6 1.6 0 0 1 .75-.31 2.2 2.2 0 0 1 .91.05 1.7 1.7 0 0 1 1.07.69 1.35 1.35 0 0 1 .23 1.2l-.53 2a2.6 2.6 0 0 0-.1 1v.06ZM16 23.89a1.3 1.3 0 0 0 .7 0 1.13 1.13 0 0 0 .58-.34l.24-.89-.52-.16c-.9-.24-1.43-.1-1.57.43a.69.69 0 0 0 .09.6 1 1 0 0 0 .48.36m5.62 1.65a1.62 1.62 0 0 1-1.4.16 1.4 1.4 0 0 1-.92-.7 1.77 1.77 0 0 1 0-1.28l.75-2.8.73.19-.78 2.81c-.18.65 0 1 .53 1.19a1.14 1.14 0 0 0 1.29-.33l.84-3.13.74.2-1.15 4.31-.71-.16Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.027 2.893h1.82c0 1.558.012 3.118-.012 4.676.567-.3 1.149-.777 1.841-.628 1.393.213 2 1.655 2.829 2.621a6.87 6.87 0 0 1 5.167 1.494 6.33 6.33 0 0 1 2.03 6.788 6.7 6.7 0 0 1-2.969 3.694 2.58 2.58 0 0 1 .015 2.438 2.137 2.137 0 0 1-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7 9.7 0 0 1-3.935-.668c.006 2.475 0 4.953 0 7.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82 9.355-1.613 14.027-2.445" style="fill:#0071c5"/><path d="M18.219 8.718a1.265 1.265 0 0 1 2.158-.448c1.262 1.536 2.451 3.133 3.7 4.682a35 35 0 0 0-4.091.094 3.14 3.14 0 0 0-2.14 2.134c.015-1.332-.027-2.664.03-3.993.384-.165.771-.323 1.164-.485-.376-.602-1.047-1.202-.821-1.984" style="fill:#fff"/><path d="M23.044 10.422a6.07 6.07 0 0 1 4.469 1.68 5.47 5.47 0 0 1 1.027 6.3 5.9 5.9 0 0 1-3.191 2.789c.347.564.921 1.1.832 1.826a1.33 1.33 0 0 1-1.609 1 3.66 3.66 0 0 1-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5 24.5 0 0 0 4.228-.146 3.008 3.008 0 0 0 1.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788 11.2q.919-.046 1.847-.088v8.056c1.009.046 2.021.07 3.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845 0-9.679" style="fill:#fff"/><path d="M20.06 13.976a17.7 17.7 0 0 1 3.892-.088 2.116 2.116 0 0 1 1.106 3.545c-1.183.93-2.8.555-4.188.588A2.08 2.08 0 0 1 18.71 16a2.04 2.04 0 0 1 1.35-2.024M17.829 16.616c.744 1.85 2.335 3.161 3.46 4.77a6.4 6.4 0 0 1-3.447-.811c.005-1.32.02-2.639-.013-3.959" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><mask id="a" width="22.34" height="8.56" x="4.83" y="21.4" maskUnits="userSpaceOnUse"><path d="M4.83 25.5h22.34v4.47H4.83z" data-name="mask0 521 430" style="fill:#c4c4c4"/></mask></defs><g style="mask:url(#a)"><path d="M16 23.63a2.05 2.05 0 1 0 2 2.05 2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 16 21.4" style="fill-rule:evenodd;fill:#d2d2d2"/><path d="M23 23.63a2.05 2.05 0 1 0 2 2.05 2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 23 21.4M9 23.63a2.05 2.05 0 1 0 2 2.05 2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 9 21.4" style="fill-rule:evenodd;fill:#d2d2d2"/></g><circle cx="16" cy="12.65" r="10.61" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.313 18.654a.55.55 0 0 1-.6.233.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.345a1.23 1.23 0 0 1 .583-.971c.833-.479.254-.812.711-1.293s.357-.629.341-1.283a4.65 4.65 0 0 1-3.4-1.9 6 6 0 0 1-1.46-3.764 6.37 6.37 0 0 1 .649-3.8 5.3 5.3 0 0 1 2.565-2.522 7 7 0 0 1 3.489-.77 4.96 4.96 0 0 1 2.443.452 5.2 5.2 0 0 0 1.546.8 1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.98 1.317s-1.546-.371-2.427-.224a4.2 4.2 0 0 0-3.03 1.774A3.78 3.78 0 0 0 5.408 8.9a1.95 1.95 0 0 0 1.441 1.8c.5.008.61-.136 1.047-.421s2.665-3.043 3.426-3.663a3.52 3.52 0 0 1 2.322-.821 3.24 3.24 0 0 1 1.671.286A12 12 0 0 1 16.9 7.139a9 9 0 0 0 .684-.576 2.87 2.87 0 0 1 2.393-.718 3.64 3.64 0 0 1 1.819.8 14.3 14.3 0 0 1 2.013 2.425 3.6 3.6 0 0 0 1.621 1.489c.771.237 1.352-.762 1.437-1.316a6 6 0 0 0 .112-.935 4.4 4.4 0 0 0-.135-1.125 4 4 0 0 0-.455-1.016 3.6 3.6 0 0 0-1.3-1.25A4.1 4.1 0 0 0 23.7 4.5a14 14 0 0 0-1.4.2c-.584.04-1.628.171-2.086-.28a1.18 1.18 0 0 1-.378-.853.9.9 0 0 0 .469.19c.366.031.708-.268 1-.441a7 7 0 0 1 .908-.526 5.86 5.86 0 0 1 2.7-.232 6.3 6.3 0 0 1 2.2.725 6 6 0 0 1 1.634 1.48A5 5 0 0 1 29.781 6.9a9 9 0 0 1 .017 3.847 7.6 7.6 0 0 1-1.714 2.819 4.4 4.4 0 0 1-2.317 1.112 5 5 0 0 0 .086.488c.064.206.188.436.441.363a.236.236 0 0 1 .289.063c.133.116.064.567-.311.769a1.45 1.45 0 0 1-.695.131 6.6 6.6 0 0 1-1.11-.051c-.33-.058-.528-.32-.894-.361a3.6 3.6 0 0 1-1.452-.764 3 3 0 0 0-.362-.185c.059.18.138.368.177.541s.023.334.043.472.059.247.082.359c.09.081.119.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.26-.106.383-.083a.85.85 0 0 1 .34.193c.1.082.191.094.274.3a3.3 3.3 0 0 1 .171.9 1.9 1.9 0 0 1-.1.755 1.26 1.26 0 0 1-.381.541 6 6 0 0 1-.956.769 1.7 1.7 0 0 0 .2.3c.1.109.324.229.421.344a.47.47 0 0 1 .148.324.7.7 0 0 1-.109.433 1.9 1.9 0 0 1-.937.573 2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a4 4 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.492.4.4 0 0 0 .008.35c.049.15.214.368.261.544a1.1 1.1 0 0 1 .012.541.94.94 0 0 1-.269.46c-.15.157-.446.28-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867.93.93 0 0 0 .65-.048c-.015.246-.228.412-.367.576a2.2 2.2 0 0 0 1-.588 2.5 2.5 0 0 1-.752.955 3 3 0 0 1-.6.4 2.7 2.7 0 0 0 .99 0 2 2 0 0 1-.748.242 2.2 2.2 0 0 1-.85-.064 5.7 5.7 0 0 1-.951-.541.78.78 0 0 0 .217.442 3 3 0 0 0 .639.334 9 9 0 0 1-.963-.116 2.2 2.2 0 0 1-.555-.189 4 4 0 0 1-.449-.309 1.3 1.3 0 0 0 .215.411 2 2 0 0 0 .48.232 2 2 0 0 1-.5-.011 1.4 1.4 0 0 1-.517-.245 3.7 3.7 0 0 1-.52-.463 2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.318.21.4.4 0 0 0-.118.37 2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.389-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.257-.345a5 5 0 0 1-.466-.456c-.133-.173-.189-.408-.325-.573a3.4 3.4 0 0 0-.478-.407 6 6 0 0 1 .42.9.6.6 0 0 1-.139.5c-.083.126-.216.154-.343.231s-.323.017-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.084-.114-.214-.218-.232-.371a.54.54 0 0 1 .073-.422c.1-.137.371-.182.493-.287s.19-.173.183-.309-.14-.232-.253-.318a8 8 0 0 1-1.088-.815 1.1 1.1 0 0 1-.28-.443.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.256-.376.029-.5-.071.035-.311-.1-.427-.445-.051-.6-.176a.84.84 0 0 1-.281-.459 1 1 0 0 1-.024-.509c.038-.131.15-.154.217-.222s.127-.124.036-.225-.385.006-.555-.124-.066-.44-.186-.572-.336-.079-.449-.121-.159.106-.228-.128-.072-.93-.166-1.189-.278-.018-.363-.276a7 7 0 0 1-.043-1.06l-.175-1.061c-.609.409-2.53.935-2.7 1.233" style="fill:#fff"/><path d="M16.623 8.258a3.7 3.7 0 0 0 .077.942.9.9 0 0 0 .382.66c.462.343.758.286 1.114.485a1 1 0 0 1 .446.421.36.36 0 0 1-.17.422.36.36 0 0 0 .371-.48c-.052-.128-.3-.185-.373-.314a.5.5 0 0 1-.04-.393c.064-.236.531-.451.7-.637a.77.77 0 0 0 .208-.9 2.83 2.83 0 0 0-1.45-1.141 3 3 0 0 0-.5-.15 1.65 1.65 0 0 1 .875.807c.144.374.019.515.024.84 0 .151.2.226.289.322s.07.145.009.259a.3.3 0 0 0-.13-.236c-.13-.093-.271-.073-.341-.263-.106-.289.1-.563-.132-.888a1.03 1.03 0 0 0-.727-.522 1.3 1.3 0 0 0-.423.066l-.219-.258a4.6 4.6 0 0 0-1.34-.995 3.03 3.03 0 0 0-1.607-.3 3.07 3.07 0 0 0-2.2.771c-.808.7-2.892 3.367-3.4 3.7a1.7 1.7 0 0 1-1.248.453 2.124 2.124 0 0 1-1.657-2.002 4.04 4.04 0 0 1 .722-2.857 4.17 4.17 0 0 1 3.224-1.9 12 12 0 0 1 2.441.23c.771 0 1.534-.132 1.759-.745a1.04 1.04 0 0 1-.672.118A6.7 6.7 0 0 1 11 2.952a5.2 5.2 0 0 0-2.29-.377 6.3 6.3 0 0 0-3.215.669 5.77 5.77 0 0 0-2.582 2.475 5.87 5.87 0 0 0-.654 3.649 6.07 6.07 0 0 0 1.423 3.613 4.46 4.46 0 0 0 3.295 1.785l.329-1.45-.587.842.015-.937-.531.659-.233-.894-.43.716-.214-1-.623.5.2-.823-.825.092.379-.572-.752.009.438-.764-.667-.106L4 10.35l-.817-.242.676-.648-.659-.544.522-.406-.492-.65.521-.607-.194-.8L4 6.067l.132-.916.5-.249.427-.715.785-.087.39-.643.793.04.749-.407.778.181.883-.266.654.153.853.125.824.659L10.5 3.5l-.636.305-.526-.321-.362.246-.64.064-.574-.037-.419.511-.843.013-.3.688-.759.266-.071.791-.544.426L5 7.2l-.47.773.361.676-.355.619.472.308-.107.995.656.166.148.738.715-.075.444.506.549-.536a6.15 6.15 0 0 0 2.193-1.625 10.3 10.3 0 0 1 2.58-2.506 3.45 3.45 0 0 1 2.493-.477c.895.154 1.194.691 1.853 1.257a.6.6 0 0 1 .2-.253 4 4 0 0 0-.108.492Zm4.665 5.934a.7.7 0 0 1-.2.143 2.4 2.4 0 0 1-.344.083c.173.27.355.543.521.826s.31.594.469.892a5 5 0 0 0-.022-.511 5 5 0 0 0-.168-.537c-.071-.239-.159-.564-.26-.9Zm-.06-1.551a.5.5 0 0 1 .168.092.65.65 0 0 1 .255.269 1 1 0 0 1 .048.466c-.056-.016-.132-.005-.191-.055s-.092-.162-.167-.21a.44.44 0 0 0-.219-.048.7.7 0 0 1 .043.35.43.43 0 0 1-.409.387 1.3 1.3 0 0 1-.342-.036c.04.089.108.167.147.256a1.8 1.8 0 0 0 .439-.073 3 3 0 0 1 .345-.2 2 2 0 0 1 .395-.067c-.113.1-.188.2-.3.295l.25.728c.177.111.344.169.566.306a7 7 0 0 0 .781.515 3 3 0 0 0 .767.263c.3.057.545.3.844.343a6.4 6.4 0 0 0 1.087.025c.261-.025.6-.16.631-.447a.6.6 0 0 1-.723-.407c-.075-.183-.038-.52-.153-.737s-.274-.286-.466-.552a8.4 8.4 0 0 1-.679-1.045c-.175-.357-.217-.762-.365-1.082a5.3 5.3 0 0 0-.546-.826 2.9 2.9 0 0 0-1.308-1.18 6.4 6.4 0 0 0-.963-.249c-.131.059-.31.124-.342.276a.62.62 0 0 0 .14.493 2.1 2.1 0 0 1 .568.7 2.8 2.8 0 0 1 .03 1.029 1.15 1.15 0 0 1-.328.42Zm-1.451.173a2.5 2.5 0 0 1 .854-.242c.126-.008.321.012.448.017a1.7 1.7 0 0 0 .3-.466 2.5 2.5 0 0 0-.043-.826c-.172-.423-.34-.441-.577-.683a1.35 1.35 0 0 1-.231-.743c-.019-.11-.073-.249-.1-.363a4.6 4.6 0 0 0-1-.052 1.1 1.1 0 0 0 .39-.567 1.12 1.12 0 0 0-.132-.78 3 3 0 0 0-.576-.6c-.208-.182-.506-.332-.7-.482a6 6 0 0 1 .768-.275 2.5 2.5 0 0 1 1.842.448 4.6 4.6 0 0 1 1.053.833c.384.4.859 1.137 1.23 1.574a8 8 0 0 0 .997 1.043 5 5 0 0 0 .925.5l.481.51.389-.481.625.071.129-.7.574-.157-.093-.947.413-.293-.31-.589.315-.644-.411-.736.159-.708-.476-.405-.062-.753-.664-.253-.266-.655-.75-.01-.366-.486-.5.035-.56-.061-.316-.234-.46.3-.557-.29-1.106.42.721-.627.747-.119.569-.138.773.254.68-.172.656.388.694-.038.341.612.691.079.374.68.435.237.115.871.387.367-.17.762.456.577-.428.619.457.387-.585.518.592.616-.715.23.466.661-.584.1.383.727-.658-.009.331.545-.722-.087.173.783-.546-.48-.187.949-.377-.682-.2.85-.465-.627.012.891-.514-.8a3.6 3.6 0 0 0 .385 1.382 3.52 3.52 0 0 0 2.24-1.041 7.2 7.2 0 0 0 1.627-2.739 9.3 9.3 0 0 0 .011-3.618 5.45 5.45 0 0 0-1.045-2.109A8 8 0 0 0 26.9 3.405a6.2 6.2 0 0 0-3.2-.694 3.8 3.8 0 0 0-1.338.25c-.617.224-1.11.714-1.737.955a.6.6 0 0 1-.53 0 .99.99 0 0 0 .723.572 5.5 5.5 0 0 0 1.431-.013 9 9 0 0 1 1.451-.19 3.1 3.1 0 0 1 1.484.428 3.66 3.66 0 0 1 1.4 1.318 4 4 0 0 1 .448 1.079 5 5 0 0 1 .151 1.174 3.6 3.6 0 0 1-.112 1.035c-.212.781-.68 1.576-1.641 1.454-.588-.075-1.475-1.18-1.772-1.585a15.7 15.7 0 0 0-1.969-2.4 3.03 3.03 0 0 0-1.705-.757 2.58 2.58 0 0 0-2.384.829 5 5 0 0 1 .532.17 4 4 0 0 1 1.094.718 1.19 1.19 0 0 1 .5.968c.008.3-.239.541-.465.758-.139.133-.322.254-.434.357-.149.137-.333.286-.147.5a2 2 0 0 0 .3.22c.163.121.089.572-.127.691a.71.71 0 0 1-.832-.069c.287-.043.469-.081.461-.315 0-.136-.177-.249-.347-.326a5 5 0 0 1-1.125-.452c-.411-.3-.42-.458-.531-.922a2.6 2.6 0 0 0-.646.113c-.265.087-.558.3-.8.348a1.7 1.7 0 0 1-1.058.006 4.24 4.24 0 0 0-2.1.349 6 6 0 0 0-.975.121 6.4 6.4 0 0 0-1.7.995 9.1 9.1 0 0 0-1.98 4.059c-.051.57.112.955-.248 1.233s-.349.992-.471 1.193-.263.111-.525.392-.4.234-.389.766a1.84 1.84 0 0 1 .845-.332c.256-.009.259.328.916-.322.352-.348 1.027-.358 1.5-.512A4.73 4.73 0 0 0 11 16.152a5.6 5.6 0 0 0 1.415-3.381 4 4 0 0 1-.038 1.247 3.47 3.47 0 0 0 .151 2.442l.309.59a5.2 5.2 0 0 1-.652-.953l-.25-.674a5.1 5.1 0 0 1-1.463 1.662 2.9 2.9 0 0 0 .089 1.169c.128.373-.076.8.021 1.049s.321.106.394.355-.038.741.075.983.392.1.527.174a.8.8 0 0 1 .251.289c.073.1-.028.346.119.425s.376.012.529.088a.36.36 0 0 1 .139.422c-.036.163-.2.238-.272.4a.43.43 0 0 0 .023.434.9.9 0 0 0 .466.314c.19.077.457.034.653.14a1.5 1.5 0 0 1 .476.473.64.64 0 0 1 .127.425 1.2 1.2 0 0 1-.157.505c-.087.157-.278.347.021.647s.287.17.458.364c-.019-.336-.157-.609-.056-.862s.406-.3.566-.411a2.6 2.6 0 0 0 .379-.4 5 5 0 0 1 0 .491c-.041.266-.119.5.277.544a1.3 1.3 0 0 0 .535-.166c-.1.176-.269.318-.3.528a.92.92 0 0 0 .151.651 2.1 2.1 0 0 0 .582.487 2.2 2.2 0 0 0 .425.2c.007.207-.034.427-.01.621a1.13 1.13 0 0 0 .2.529 1.7 1.7 0 0 0 .465.373c-.094-.218-.283-.424-.281-.653a.73.73 0 0 1 .294-.594c.223-.2.746-.38.992-.577a1.2 1.2 0 0 0 .414-.51 2.2 2.2 0 0 0 .08-.673 2 2 0 0 1 .119.569 2 2 0 0 1-.221.794 1.22 1.22 0 0 0 .6-.612c.065.039.032.145.056.349.109-.108.232-.191.341-.293a.95.95 0 0 0 .284-.334.77.77 0 0 0-.008-.459 3 3 0 0 0-.324-.538c-.1-.181.017-.358.01-.576a1.7 1.7 0 0 0-.6-.1c-.229.033-.491.29-.725.293s-.365-.216-.557-.277a3.4 3.4 0 0 0-.579-.08 5.4 5.4 0 0 1 1.84-.451 12 12 0 0 1 1.715-.155 4.4 4.4 0 0 0 .769.03c.179-.051.141-.174.194-.307a1.73 1.73 0 0 0-.006-1.079A8.4 8.4 0 0 0 20.46 22c-.511.039-1.117.282-1.644.3a3.2 3.2 0 0 1-1.53-.328 3.6 3.6 0 0 1-.986-1.125c-.215-.329-.486-.975-.651-1.27a1.6 1.6 0 0 0-.339-.5 1.5 1.5 0 0 0-.488-.2c.188.019.392-.04.563.058.256.147.543.756.7 1.021.169-.566.129-.788.618-1.107a2.15 2.15 0 0 0-.5 1.295c.327.537.782 1.393 1.378 1.63a4 4 0 0 0 .817.168 5.9 5.9 0 0 0 2.132-.315 5.6 5.6 0 0 1 1.678-.04c.215.012.72-.117.825-.333a.38.38 0 0 0-.033-.386c-.081-.126-.3-.186-.414-.3a3 3 0 0 1-.274-.368 7.5 7.5 0 0 1-1.238.138c.257-.106.5-.167.771-.271a4.6 4.6 0 0 0 .787-.419 2.5 2.5 0 0 0 .51-.391 3 3 0 0 0 .471-.539 1.4 1.4 0 0 0 .139-.681 2 2 0 0 0-.1-.805.63.63 0 0 0-.433-.311c-.15-.048-.252.073-.408.09s-.3.115-.527.008a2 2 0 0 1-.72-.642c-.228-.32-.39-.844-.623-1.247a21 21 0 0 0-1.376-1.986 4 4 0 0 1-.118-.593 2.9 2.9 0 0 1 .076-1.13.99.99 0 0 1 .512-.69.56.56 0 0 1 .371-.026.25.25 0 0 1 .167.294c-.045.15-.15.155-.221.231a.8.8 0 0 0-.213.384 1.8 1.8 0 0 1 .412.016.48.48 0 0 1 .339.326.61.61 0 0 0-.456-.22 2 2 0 0 0-.316.048 2.3 2.3 0 0 1-.118.383c-.056.1-.163.075-.2.191a1.1 1.1 0 0 0-.022.455Zm.546.2c-.208.013-.258-.014-.424.1l.271.422a.65.65 0 0 1 .153-.525Zm-7.072-1.86a.8.8 0 0 1 .036-.194c-.3-.081-.423.115-.6.479-.066.136 0 .217-.072.306s-.185.077-.3.163-.23.251-.338.34a3.8 3.8 0 0 1-.777.418 2.5 2.5 0 0 0 .625-.513c.058-.1.05-.287.14-.377s.123-.152.24-.174.07-.159.108-.266a1.2 1.2 0 0 1 .193-.293.85.85 0 0 1 .339-.329c.158-.059.405 0 .525-.029s.051-.121.138-.173.257-.029.373-.085a1.14 1.14 0 0 0 .429-.442A2.26 2.26 0 0 1 14.187 11a1.48 1.48 0 0 1-.749.89 2.4 2.4 0 0 1-.426.16c.073-.1.177-.143.219-.3a4 4 0 0 0 .02-.6Zm1.931 1.493c.157-.014.351.028.5.02a3 3 0 0 0 .377-.07c-.023-.221 0-.627-.205-.774a1.8 1.8 0 0 0-.817.008 8 8 0 0 0-1.017.385 3.2 3.2 0 0 1 .923-.514 2.4 2.4 0 0 1 .948-.09c.1.028.123.07.185.156a1.8 1.8 0 0 1 .268.9 3 3 0 0 1 .157.229 1.1 1.1 0 0 1 .081.338c-.056-.081-.022-.183-.177-.243a1.5 1.5 0 0 0-.6.018.508.508 0 0 1-.231.934.54.54 0 0 1-.641-.333 1 1 0 0 1-.021-.4.8.8 0 0 0-.688.259 1.3 1.3 0 0 0 .523.508 1.7 1.7 0 0 0 .5.186 2.5 2.5 0 0 0 .676.032.73.73 0 0 0 .444-.216 1.04 1.04 0 0 0 .212-.47 1.4 1.4 0 0 1-.083.431.79.79 0 0 1-.778.412 2.9 2.9 0 0 1-1.019-.2 1.54 1.54 0 0 1-.73-.624 1.8 1.8 0 0 1-.02-.557c.332-.22.413-.166.806-.231.164-.027.277-.088.433-.1Zm.9-2.187a1.5 1.5 0 0 0 .524.212c.147 0 .185-.1.272-.154a6.6 6.6 0 0 0 .523 1.333c.1.169.159.09.232.26s.107.514.176.73a6 6 0 0 0 .242.564 8 8 0 0 1-.583-.9c-.114-.241-.041-.262-.133-.492s-.279-.588-.418-.882a.8.8 0 0 1-.3.008c-.076-.023-.061-.1-.129-.156s-.184-.032-.28-.115a.6.6 0 0 1-.127-.405Zm-1.964 7.762c.138-.112.511-.023.789 0l-.6.154c-.019.068-.01.147-.056.2s-.132.079-.2.119c.007-.179-.072-.363.066-.475Zm2.574-3.737a2.6 2.6 0 0 0 .205-.6c-.027.252.024.529-.1.712s-.339.151-.518.2c.139-.106.3-.153.411-.312Zm-.252 2.8a1 1 0 0 1 .5-.9 2.1 2.1 0 0 1 .706-.253 2.75 2.75 0 0 1 1.186.155 7 7 0 0 1 .7.459c.239.141.409.236.637.395.35.243.554.512.8.673a1.8 1.8 0 0 0 .435.113.73.73 0 0 1-.407.033 1.8 1.8 0 0 1-.513-.306 3.5 3.5 0 0 0-.579-.42c-.145-.084-.383-.183-.542-.287s-.435-.331-.587-.407a1.9 1.9 0 0 0-.759-.146 1.6 1.6 0 0 0-.959.267.65.65 0 0 0-.264.66 3 3 0 0 1 .23-.3.72.72 0 0 1 .607-.131.53.53 0 0 1 .459.415 1 1 0 0 0-.238-.159.57.57 0 0 0-.51.05c-.21.112-.153.278-.183.463a2 2 0 0 1-.069.231.45.45 0 0 1-.211-.113 1.5 1.5 0 0 0 .008.259 3 3 0 0 0 .1.319 1.9 1.9 0 0 1-.39-.47 1.24 1.24 0 0 1-.148-.6Zm1.889.318a1 1 0 0 1 .439.114 1.7 1.7 0 0 1 .314.223 1.86 1.86 0 0 1 .5.877 5 5 0 0 1 .077.745 5 5 0 0 0-.225-.687 1.68 1.68 0 0 0-.783-.8.42.42 0 0 0-.252-.032c.028.047.075.086.077.155a.27.27 0 0 1-.13.259.49.49 0 0 1-.541-.1.48.48 0 0 1-.12-.535c.091-.224.439-.224.644-.216Zm-10.406.644a.73.73 0 0 0-.6.4.55.55 0 0 1-.6.233.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.344a1.23 1.23 0 0 1 .583-.971c.832-.479.254-.812.71-1.293s.356-.629.342-1.283a4.65 4.65 0 0 1-3.4-1.9A6 6 0 0 1 2.036 9.4a6.36 6.36 0 0 1 .649-3.8 5.3 5.3 0 0 1 2.569-2.522 7 7 0 0 1 3.489-.769 4.96 4.96 0 0 1 2.443.452 5.2 5.2 0 0 0 1.545.8 1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.981 1.317s-1.546-.371-2.427-.223A4.2 4.2 0 0 0 6.078 6.2a3.78 3.78 0 0 0-.669 2.683 1.95 1.95 0 0 0 1.44 1.8c.5.008.61-.136 1.047-.421s2.665-3.041 3.426-3.662a3.52 3.52 0 0 1 2.321-.821 3.24 3.24 0 0 1 1.671.285A12 12 0 0 1 16.9 7.128a9 9 0 0 0 .684-.576 2.87 2.87 0 0 1 2.393-.718 3.64 3.64 0 0 1 1.819.8 14.3 14.3 0 0 1 2.014 2.425 3.6 3.6 0 0 0 1.621 1.489c.771.237 1.351-.762 1.437-1.316a6 6 0 0 0 .112-.932 4.4 4.4 0 0 0-.134-1.125 4 4 0 0 0-.455-1.016 3.6 3.6 0 0 0-1.3-1.25 4.1 4.1 0 0 0-1.391-.424 14 14 0 0 0-1.4.2c-.584.04-1.627.171-2.085-.28a1.18 1.18 0 0 1-.378-.854.9.9 0 0 0 .469.189c.366.031.708-.268 1-.441a7 7 0 0 1 .907-.526 5.86 5.86 0 0 1 2.7-.233 6.3 6.3 0 0 1 2.2.725 6 6 0 0 1 1.634 1.48 5 5 0 0 1 1.037 2.15 9 9 0 0 1 .017 3.847 7.6 7.6 0 0 1-1.713 2.819 4.4 4.4 0 0 1-2.317 1.112c.034.177.04.342.085.487.065.206.188.436.442.364a.236.236 0 0 1 .289.062c.133.117.063.567-.312.769a1.44 1.44 0 0 1-.695.131 6.5 6.5 0 0 1-1.11-.051c-.33-.058-.528-.319-.894-.361a3.6 3.6 0 0 1-1.452-.764 3 3 0 0 0-.362-.185c.059.18.137.368.177.541s.022.334.043.473.059.246.081.359c.091.081.12.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.261-.105.383-.083a.85.85 0 0 1 .341.193c.1.082.19.094.274.3a3.4 3.4 0 0 1 .17.9 1.9 1.9 0 0 1-.1.755 1.25 1.25 0 0 1-.381.541 6 6 0 0 1-.957.769 1.7 1.7 0 0 0 .2.3c.1.108.324.229.421.343a.47.47 0 0 1 .148.324.7.7 0 0 1-.109.434 1.9 1.9 0 0 1-.937.573 2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a3.8 3.8 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.491.4.4 0 0 0 .008.35c.049.15.215.369.261.544a1.1 1.1 0 0 1 .012.541.95.95 0 0 1-.269.461c-.15.157-.446.279-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867.93.93 0 0 0 .65-.047c-.015.246-.228.412-.367.575a2.2 2.2 0 0 0 1-.587 2.5 2.5 0 0 1-.752.954 3 3 0 0 1-.6.4 2.6 2.6 0 0 0 .991 0 2 2 0 0 1-.748.242 2.2 2.2 0 0 1-.85-.063 5.7 5.7 0 0 1-.951-.541.8.8 0 0 0 .216.442 3 3 0 0 0 .639.334 10 10 0 0 1-.963-.116 2.3 2.3 0 0 1-.555-.189 4 4 0 0 1-.449-.309 1.3 1.3 0 0 0 .215.411 2 2 0 0 0 .481.233 2 2 0 0 1-.5-.011 1.4 1.4 0 0 1-.517-.245 3.7 3.7 0 0 1-.521-.464 2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.319.209.4.4 0 0 0-.118.371 2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.39-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.256-.345a5 5 0 0 1-.466-.456c-.133-.174-.189-.408-.325-.574a3.4 3.4 0 0 0-.478-.406 6 6 0 0 1 .42.9.6.6 0 0 1-.139.5c-.083.126-.216.154-.342.231s-.324.016-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.085-.113-.214-.218-.232-.371a.54.54 0 0 1 .073-.423c.1-.136.371-.182.493-.287s.19-.173.183-.309-.139-.233-.253-.318a8.3 8.3 0 0 1-1.088-.815 1.1 1.1 0 0 1-.28-.443.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.257-.375.029-.5-.071.035-.311-.1-.427-.445-.051-.6-.176a.84.84 0 0 1-.281-.46.97.97 0 0 1-.024-.509c.037-.131.149-.153.217-.221s.127-.124.036-.226-.386.006-.556-.124-.066-.44-.186-.571-.336-.08-.449-.122-.158.106-.228-.127-.072-.929-.165-1.189-.278-.017-.364-.276a7 7 0 0 1-.043-1.061l-.175-1.061a3.74 3.74 0 0 1-1.666.654 10.8 10.8 0 0 0 .338 4.321c.543 1.777 1.643 2.824 3.128 4.328a9.1 9.1 0 0 1-3.478-4.188 9.8 9.8 0 0 1-.414-4.277" style="fill:#030303"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.75 2H4.35v28h23.3V9Zm4.6 25.7H6.75V4.3h11.7v7h7v16.4Z" style="fill:#c5c5c5"/><path d="m25.535 26.266.587-.583c2.715.089 2.756-.007 2.876-.286l.746-1.816.055-.171-.061-.151c-.032-.08-.13-.317-1.825-1.933v-.85c1.956-1.884 1.914-1.981 1.8-2.256l-.743-1.835c-.111-.275-.154-.383-2.849-.309l-.587-.606a13 13 0 0 0-.092-2.677l-.076-.171-1.939-.848c-.286-.13-.386-.177-2.217 1.816l-.823-.012c-1.88-2.012-1.97-1.978-2.252-1.862l-1.8.729c-.282.114-.382.155-.273 2.893l-.582.58c-2.713-.089-2.755.008-2.873.286l-.749 1.816-.059.174.061.151c.032.078.126.313 1.825 1.931v.848c-1.956 1.884-1.913 1.981-1.8 2.257l.742 1.837c.113.281.154.381 2.848.31l.587.61a13.2 13.2 0 0 0 .089 2.673l.076.173 1.951.853c.284.119.382.161 2.207-1.825l.823.01c1.887 2.014 1.984 1.975 2.26 1.864l1.8-.727c.282-.114.381-.159.267-2.893M17.8 22.013a3.232 3.232 0 1 1 4.23 1.841 3.27 3.27 0 0 1-4.23-1.842Z" style="fill:#40535b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.75 2H4.35v28h23.3V9Zm4.6 25.7H6.75V4.3h11.7v7h7v16.4Z" style="fill:#c5c5c5"/><path d="m25.535 26.265.587-.583c2.715.089 2.756-.007 2.876-.286l.746-1.816.055-.171-.061-.151c-.032-.08-.13-.317-1.825-1.933v-.85c1.956-1.884 1.914-1.981 1.8-2.256l-.743-1.835c-.111-.275-.154-.383-2.849-.309l-.587-.606a13 13 0 0 0-.092-2.676l-.076-.171-1.939-.848c-.286-.13-.386-.177-2.217 1.816l-.823-.012c-1.88-2.012-1.97-1.978-2.252-1.862l-1.8.729c-.282.114-.382.155-.273 2.892l-.582.58c-2.713-.089-2.755.008-2.873.286l-.749 1.816-.059.174.061.151c.032.078.126.313 1.825 1.931v.848c-1.956 1.884-1.913 1.981-1.8 2.257l.742 1.837c.113.281.154.381 2.848.31l.587.61a13.2 13.2 0 0 0 .089 2.672l.076.173 1.951.853c.284.119.382.161 2.207-1.825l.823.01c1.887 2.014 1.984 1.975 2.26 1.864l1.8-.727c.282-.114.381-.157.267-2.892M17.8 22.013a3.232 3.232 0 1 1 4.23 1.841 3.27 3.27 0 0 1-4.229-1.842Z" style="fill:#40535b"/><path d="M20.856 9.659a10.74 10.74 0 0 1 7.893 3.249A10.74 10.74 0 0 1 32 20.8a10.74 10.74 0 0 1-3.25 7.891 10.74 10.74 0 0 1-7.893 3.249 10.7 10.7 0 0 1-6.789-2.321l1.74-1.74a8.84 8.84 0 0 0 5.049 1.568 8.624 8.624 0 0 0 8.648-8.647 8.624 8.624 0 0 0-8.649-8.647 8.624 8.624 0 0 0-8.649 8.647h3.714l-4.99 4.934L6 20.8h3.713a10.74 10.74 0 0 1 3.25-7.891 10.76 10.76 0 0 1 7.893-3.25" style="fill:#99b8c4"/><path d="M23.353 20.8a2.518 2.518 0 1 1-.8-1.785l.045.045a2.38 2.38 0 0 1 .755 1.74" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.75 2H4.35v28h23.3V9Zm4.6 25.7H6.75V4.3h11.7v7h7v16.4Z" style="fill:#c5c5c5"/><path d="m25.535 26.266.587-.583c2.715.089 2.756-.007 2.876-.286l.746-1.816.055-.171-.061-.151c-.032-.08-.13-.317-1.825-1.933v-.85c1.956-1.884 1.914-1.981 1.8-2.256l-.743-1.835c-.111-.275-.154-.383-2.849-.309l-.587-.606a13 13 0 0 0-.092-2.677l-.076-.171-1.939-.848c-.286-.13-.386-.177-2.217 1.816l-.823-.012c-1.88-2.012-1.97-1.978-2.252-1.862l-1.8.729c-.282.114-.382.155-.273 2.893l-.582.58c-2.713-.089-2.755.008-2.873.286l-.749 1.816-.059.174.061.151c.032.078.126.313 1.825 1.931v.848c-1.956 1.884-1.913 1.981-1.8 2.257l.742 1.837c.113.281.154.381 2.848.31l.587.61a13.2 13.2 0 0 0 .089 2.673l.076.173 1.951.853c.284.119.382.161 2.207-1.825l.823.01c1.887 2.014 1.984 1.975 2.26 1.864l1.8-.727c.282-.114.381-.159.267-2.893M17.8 22.013a3.232 3.232 0 1 1 4.23 1.841 3.27 3.27 0 0 1-4.23-1.842Z" style="fill:#40535b"/><path d="m11 31 14.182-10L11 11Zm16.655-20v20H31V11Z" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 30a14 14 0 1 1 14-14 14 14 0 0 1-14 14m0-26.82A12.82 12.82 0 1 0 28.82 16 12.82 12.82 0 0 0 16 3.18" style="fill:#45d339"/><path d="M2.78 15.41h26.43v1.18H2.78zM16.32 10.47a44.8 44.8 0 0 1-11.9-1.55l.34-1.13c.11 0 11.28 3.32 22.43 0l.33 1.13a39.4 39.4 0 0 1-11.2 1.55M4.79 23.91l-.34-1.13c11.5-3.42 22.63-.14 23.1 0l-.34 1.13c-.11-.04-11.27-3.32-22.42 0" style="fill:#45d339"/><path d="M11.47 28.76a35.45 35.45 0 0 1-.74-25.71l1.08.46a34.23 34.23 0 0 0 .74 24.79ZM20.44 28.76l-1.08-.46a34.23 34.23 0 0 0 .74-24.78l1.08-.46a35.46 35.46 0 0 1-.74 25.7M15.41 2.78h1.18V29.7h-1.18z" style="fill:#45d339"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.386 6.7c-.433.014-.3.139-1.231.369a19 19 0 0 0-3.114.588c-3.035 1.273-3.644 5.624-6.4 7.182-2.063 1.165-4.143 1.258-6.014 1.844a11 11 0 0 0-3.688 2.136c-.865.745-.887 1.4-1.791 2.336-.966 1-3.841.017-5.143 1.547.42.424.6.543 1.431.433-.171.325-1.18.6-.983 1.075.208.5 2.648.843 4.866-.5 1.033-.624 1.856-1.523 3.465-1.737a26.7 26.7 0 0 1 6.89.526 10.7 10.7 0 0 1-1.65 2.623c-.178.192.357.213.968.1a9.6 9.6 0 0 0 2.72-.973c1.019-.593 1.173-2.114 2.423-2.443a2.8 2.8 0 0 0 3.766.467c-1.031-.292-1.316-2.487-.968-3.455.33-.916.656-2.381.988-3.591.357-1.3.488-2.939.92-3.6a8.5 8.5 0 0 1 1.99-1.9A2.79 2.79 0 0 0 30 7.336c-.006-.414-.22-.645-.614-.632Z" style="fill:#002b64"/><path d="M2.9 24.122a6.2 6.2 0 0 0 3.809-.55 34 34 0 0 1 3.4-1.842c1.872-.6 3.924 0 5.925.121a8.6 8.6 0 0 0 1.449-.022c.745-.458.73-2.172 1.455-2.329a8.26 8.26 0 0 1-2.038 5.24 5.84 5.84 0 0 0 4.351-3.319 12 12 0 0 0 .7-1.63c.311.239.135.965.291 1.358 1.5-.834 2.353-2.736 2.921-4.66.656-2.227.925-4.481 1.349-5.14a5.6 5.6 0 0 1 1.63-1.449 2.63 2.63 0 0 0 1.365-1.85c-.7-.065-.866-.228-.97-.582a2.1 2.1 0 0 1-1.042.252c-.317.01-.666 0-1.092.039-3.523.362-3.971 4.245-6.229 6.447a5 5 0 0 1-.53.45 11 11 0 0 1-2.653 1.352c-1.444.552-2.817.591-4.172 1.067A12.5 12.5 0 0 0 10 18.49c-.2.14-.4.283-.574.428a5.6 5.6 0 0 0-1.1 1.275 8.5 8.5 0 0 1-1.079 1.389c-.749.735-3.546.214-4.531.9a.8.8 0 0 0-.256.276c.537.244.9.094 1.514.163.081.587-1.275.935-1.075 1.205Z" style="fill:#c49a6c"/><path d="M25.231 9.216a.832.832 0 0 0 1.358-.776c-.775-.065-1.224.198-1.358.776M28.708 8.209a2.6 2.6 0 0 0-.387 1.345c0 .122-.092.2-.094.017a2.65 2.65 0 0 1 .385-1.385c.088-.16.145-.094.096.023M28.574 8.1a3.2 3.2 0 0 0-.6 1.455c-.012.121-.11.2-.095.009a3.26 3.26 0 0 1 .6-1.495c.106-.148.155-.077.095.031M28.453 7.965a3.8 3.8 0 0 0-.88 1.531c-.022.119-.126.186-.1 0a3.9 3.9 0 0 1 .885-1.57c.121-.142.163-.067.095.039M28.344 7.81a5.2 5.2 0 0 0-1.121 1.64c-.039.115-.151.167-.095-.012A5.2 5.2 0 0 1 28.26 7.76c.135-.126.167-.045.084.051Z" style="fill:#002b64"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.5 7.955h27v16.091h-27z" style="fill:none;stroke:#755838"/><path d="M5.909 20.636v-9.272h2.727l2.728 3.409 2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409-2.728-3.409v5.318zM22.955 20.636l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z" style="fill:#755838"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M9.4 0h109.23A15.4 15.4 0 0 1 128 9.34v109.31a14.49 14.49 0 0 1-9.35 9.35H9.35A15.4 15.4 0 0 1 0 118.64V9.42A16.1 16.1 0 0 1 9.4 0m.96 8.45c-2.06 1.02-2.48 3.4-2.37 5.48.03 33.72-.02 67.43.03 101.15a4.33 4.33 0 0 0 4.91 4.92c34.37-.03 68.74.05 103.1-.04 2.64.21 4.36-2.49 3.97-4.89-.03-34.37.06-68.73-.04-103.1.15-2.59-2.55-4.17-4.88-3.94-33.37-.08-66.74.02-100.12-.05a15.2 15.2 0 0 0-4.6.47" style="fill:#755838"/><path d="M80 16c5.33-.01 10.66 0 16 0 .01 8-.01 16 0 24 5.82.04 11.64-.08 17.46.06-8.18 8.8-16.89 17.12-25.41 25.6-8.52-8.48-17.21-16.82-25.42-25.6 5.79-.13 11.58-.02 17.37-.06.01-8-.01-16 0-24M16.04 24.9c-.38-3.11 3.26-6.14 6.03-4.08 4.97 4.12 9.09 9.19 13.93 13.48 4.63-4.16 8.68-8.91 13.34-13.03 2.26-2.39 6.63-.56 6.58 2.69.19 13.34.02 26.7.08 40.04h-8c-.04-10.05.07-20.09-.05-30.14-3.37 2.99-6.25 6.49-9.69 9.4a3.84 3.84 0 0 1-5.07-.47c-3.18-2.83-5.96-6.08-9.13-8.93-.14 10.05-.02 20.09-.06 30.14h-8c.03-13.03-.06-26.07.04-39.1" style="fill:#755838"/><path d="M16 72h8c.01 10.67-.01 21.33 0 32 2.67-.01 5.33.01 8 0v8H16ZM40 72h8v8h-8ZM96 76h8c-.02 4 .02 8 0 11.99 2.66 0 5.33.02 8 .01v7.99c-2.67 0-5.33.02-8 .02-.01 5.33 0 10.66 0 15.99h-8V96.01c-2.67 0-5.33-.02-8-.02V88c2.67.01 5.33-.01 8-.01C95.98 84 96.02 80 96 76M40 88h8v24h-8ZM56 88h24v24h-8V96h-8v16h-8Z" style="fill:#c1272d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 128 128"><path d="M9.4 0h109.23A15.4 15.4 0 0 1 128 9.34v109.31a14.49 14.49 0 0 1-9.35 9.35H9.35A15.38 15.38 0 0 1 0 118.64V9.42A16.1 16.1 0 0 1 9.4 0m1 8.45c-2.06 1-2.48 3.4-2.37 5.48C8 47.65 8 81.36 8 115.08a4.33 4.33 0 0 0 3.67 4.92 4.4 4.4 0 0 0 1.26 0h103.1c2.64.21 4.36-2.49 4-4.89 0-34.37.06-68.73 0-103.1.15-2.59-2.55-4.17-4.88-3.94C81.71 8 48.34 8.05 15 8a15.2 15.2 0 0 0-4.64.45Z" style="fill:#96231e"/><path d="M80 16h16v24c5.82 0 11.64-.08 17.46.06-8.18 8.8-16.89 17.12-25.41 25.6-8.52-8.48-17.21-16.82-25.42-25.6C68.42 39.93 74.21 40 80 40zM16 24.9c-.38-3.11 3.26-6.14 6-4.08 5 4.12 9.16 9.18 14 13.48 4.63-4.16 8.68-8.91 13.34-13 2.26-2.42 6.66-.59 6.58 2.7.19 13.34 0 26.7.08 40h-8c0-10 .07-20.09 0-30.14-3.37 3-6.25 6.49-9.69 9.4a3.83 3.83 0 0 1-5.07-.47c-3.18-2.83-6-6.08-9.13-8.93C23.92 43.91 24 54 24 64h-8c0-13-.06-26.07 0-39.1" style="fill:#96231e"/><path d="M16 72h8v32h8v8H16ZM40 72h8v8h-8ZM96 76h8v12h8v8h-8v16h-8V96h-8v-8h8zM40 88h8v24h-8ZM56 88h24v24h-8V96h-8v16h-8Z" style="fill:#755838"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="14.834" x2="14.834" y1="16.002" y2="11.058" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8ac23e"/><stop offset="1" stop-color="#8ac23e" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="16.475" x2="16.475" y1="8.375" y2="13.319" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#698932"/><stop offset="1" stop-color="#698932" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="19.504" x2="19.504" y1="8.375" y2="13.319" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffed01"/><stop offset="1" stop-color="#ffed01" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="24.861" x2="24.861" y1="8.375" y2="13.32" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e02a89"/><stop offset="1" stop-color="#e02a89" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="26.508" x2="26.508" y1="16.002" y2="20.945" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7f1e4f"/><stop offset="1" stop-color="#7f1e4f" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="21.149" x2="21.149" y1="16.002" y2="20.945" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e95506"/><stop offset="1" stop-color="#e95506" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="5.487" x2="5.487" y1="16.002" y2="11.061" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#88d0f1"/><stop offset="1" stop-color="#88d0f1" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="-357.383" x2="-357.383" y1="-453.915" y2="-458.855" gradientTransform="rotate(180 -175.126 -222.77)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00828b"/><stop offset=".833" stop-color="#00828b" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="7.13" x2="7.13" y1="23.628" y2="18.689" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2073ba"/><stop offset="1" stop-color="#2073ba" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="10.161" x2="10.161" y1="8.375" y2="13.315" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8ed0e1"/><stop offset="1" stop-color="#88d0f1" stop-opacity="0"/></linearGradient></defs><path d="M16.014 8.375h3.948c-1.455 2.38-3.062 5-4.668 7.627h-3.951c1.607-2.622 3.213-5.247 4.671-7.627" style="fill:#8dc220;fill-rule:evenodd"/><path d="M6.67 8.375h3.951q-1.172 1.91-2.338 3.816T5.948 16l2.332 3.817q1.164 1.906 2.338 3.81h-3.95q-1.172-1.9-2.338-3.81T2 16l2.332-3.81Q5.5 10.28 6.67 8.375" style="fill:#44bfef;fill-rule:evenodd"/><path d="M6.669 8.372C8.278 11 9.888 13.622 11.344 16h3.951l-4.674-7.625Z" style="fill:#00ac71;fill-rule:evenodd"/><path d="M19.962 8.375h-3.948l2.335 3.816q1.167 1.906 2.338 3.809-1.172 1.911-2.338 3.817l-2.335 3.81h3.951q1.168-1.9 2.335-3.81T24.638 16c-.784-1.269-1.559-2.538-2.338-3.81s-1.56-2.54-2.338-3.815" style="fill:#f9bc00;fill-rule:evenodd"/><path d="M18.326 11.058h-3.954l-1.512 2.471Q12.1 14.765 11.343 16h3.951l1.52-2.474q.76-1.236 1.512-2.468" style="fill-rule:evenodd;fill:url(#a)"/><path d="M12.987 13.319h3.951l1.512-2.471 1.512-2.473h-3.948q-.76 1.238-1.515 2.473Z" style="fill-rule:evenodd;fill:url(#b)"/><path d="M22.994 13.319h-3.95l-1.518-2.471-1.512-2.473h3.948q.756 1.238 1.515 2.473c.505.822 1.011 1.652 1.517 2.471" style="fill-rule:evenodd;fill:url(#c)"/><path d="M25.321 8.375H21.37l2.332 3.816q1.164 1.903 2.342 3.809-1.172 1.911-2.338 3.817t-2.335 3.81h3.951q1.168-1.9 2.335-3.81T29.994 16l-2.338-3.81q-1.168-1.902-2.335-3.815" style="fill:#df1b1c;fill-rule:evenodd"/><path d="M28.351 13.32H24.4q-.764-1.233-1.518-2.471T21.37 8.375h3.951l1.512 2.474q.756 1.236 1.518 2.471" style="fill-rule:evenodd;fill:url(#d)"/><path d="M23.017 20.945h3.951q.756-1.233 1.512-2.47T30 16h-3.956q-.76 1.238-1.515 2.473Z" style="fill-rule:evenodd;fill:url(#e)"/><path d="M17.66 20.945h3.951l1.512-2.471 1.515-2.473h-3.951q-.76 1.238-1.515 2.473Z" style="fill-rule:evenodd;fill:url(#f)"/><path d="M8.975 11.063H5.024q-.76 1.237-1.515 2.473C2.754 14.772 2.5 15.181 2 16h3.948c.5-.821 1.008-1.646 1.512-2.468s1.008-1.646 1.515-2.469" style="fill-rule:evenodd;fill:url(#g)"/><path d="M3.644 13.314h3.95q.76-1.237 1.515-2.473c.755-1.236 1.008-1.641 1.51-2.466H6.67c-.5.821-1.008 1.646-1.512 2.468s-1.007 1.647-1.514 2.471" style="fill-rule:evenodd;fill:url(#h)"/><path d="M3.641 18.691h3.951c.5.825 1.008 1.649 1.512 2.471s1.008 1.647 1.515 2.468H6.668q-.761-1.23-1.518-2.468c-.505-.822-1.005-1.648-1.509-2.471" style="fill-rule:evenodd;fill:url(#i)"/><path d="M13.648 13.314H9.7q-.76-1.237-1.515-2.473C7.43 9.605 7.174 9.2 6.673 8.375h3.948c.5.821 1.008 1.646 1.512 2.468s1.008 1.647 1.515 2.471" style="fill-rule:evenodd;fill:url(#j)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.014 8.375h3.948c-1.455 2.38-3.062 5-4.668 7.627h-3.951c1.607-2.622 3.213-5.247 4.671-7.627M6.67 8.375h3.951q-1.172 1.91-2.338 3.816T5.948 16l2.332 3.817q1.164 1.906 2.338 3.81h-3.95q-1.172-1.9-2.338-3.81T2 16l2.332-3.81Q5.5 10.28 6.67 8.375" style="fill:#888;fill-rule:evenodd"/><path d="M6.669 8.372C8.278 11 9.888 13.622 11.344 16h3.951l-4.674-7.625ZM19.962 8.375h-3.948l2.335 3.816q1.167 1.906 2.338 3.809-1.172 1.911-2.338 3.817l-2.335 3.81h3.951q1.168-1.9 2.335-3.81T24.638 16c-.784-1.269-1.559-2.538-2.338-3.81s-1.56-2.54-2.338-3.815" style="fill:#888;fill-rule:evenodd"/><path d="M18.326 11.058h-3.954l-1.512 2.471Q12.1 14.765 11.343 16h3.951l1.52-2.474q.76-1.236 1.512-2.468" style="fill:#888;fill-rule:evenodd"/><path d="M12.987 13.319h3.951l1.512-2.471 1.512-2.473h-3.948q-.76 1.238-1.515 2.473Z" style="fill:#888;fill-rule:evenodd"/><path d="M22.994 13.319h-3.95l-1.518-2.471-1.512-2.473h3.948q.756 1.238 1.515 2.473c.505.822 1.011 1.652 1.517 2.471" style="fill:#888;fill-rule:evenodd"/><path d="M25.321 8.375H21.37l2.332 3.816q1.164 1.903 2.342 3.809-1.172 1.911-2.338 3.817t-2.335 3.81h3.951q1.168-1.9 2.335-3.81T29.994 16l-2.338-3.81q-1.168-1.902-2.335-3.815" style="fill:#888;fill-rule:evenodd"/><path d="M28.351 13.32H24.4q-.764-1.233-1.518-2.471T21.37 8.375h3.951l1.512 2.474q.756 1.236 1.518 2.471M23.017 20.945h3.951q.756-1.233 1.512-2.47T30 16h-3.956q-.76 1.238-1.515 2.473ZM17.66 20.945h3.951l1.512-2.471 1.515-2.473h-3.951q-.76 1.238-1.515 2.473ZM8.975 11.063H5.024q-.76 1.237-1.515 2.473C2.754 14.772 2.5 15.181 2 16h3.948c.5-.821 1.008-1.646 1.512-2.468s1.008-1.646 1.515-2.469" style="fill:#888;fill-rule:evenodd"/><path d="M3.644 13.314h3.95q.76-1.237 1.515-2.473c.755-1.236 1.008-1.641 1.51-2.466H6.67c-.5.821-1.008 1.646-1.512 2.468s-1.007 1.647-1.514 2.471M3.641 18.691h3.951c.5.825 1.008 1.649 1.512 2.471s1.008 1.647 1.515 2.468H6.668q-.761-1.23-1.518-2.468c-.505-.822-1.005-1.648-1.509-2.471" style="fill:#888;fill-rule:evenodd"/><path d="M13.648 13.314H9.7q-.76-1.237-1.515-2.473C7.43 9.605 7.174 9.2 6.673 8.375h3.948c.5.821 1.008 1.646 1.512 2.468s1.008 1.647 1.515 2.471" style="fill:#888;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><defs><linearGradient id="b" x1=".5" x2=".5" y1="-1.054" y2="1.002" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#c8861c"/><stop offset=".323" stop-color="#e6a345"/><stop offset="1" stop-color="#f6db9b"/></linearGradient><linearGradient id="c" x1="21.397" x2="21.397" y1="-1.054" y2="1.002" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#c78a28"/><stop offset=".323" stop-color="#e6a345"/><stop offset="1" stop-color="#f6db9b"/></linearGradient><linearGradient id="d" x1=".156" x2=".754" y1="-.44" y2="1.009" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#fcdd98"/><stop offset=".232" stop-color="#fada94"/><stop offset=".407" stop-color="#f6d48b"/><stop offset=".564" stop-color="#efc87b"/><stop offset=".709" stop-color="#e6b864"/><stop offset=".847" stop-color="#d9a346"/><stop offset=".975" stop-color="#c98922"/><stop offset="1" stop-color="#e6a345"/></linearGradient><clipPath id="a"><path d="M0 0h32v32H0z"/></clipPath></defs><g clip-path="url(#a)"><path fill="url(#b)" d="M581.955 173.456c-.732-1.3-1.349-1.489-1.949-1.489-.882 0-1.495.815-1.887 1.539l-1.564 3.212.426.7a5.836 5.836 0 0 0 7.852 2.464l.407-.212Z" transform="translate(-555.24 -156.938)"/><path fill="url(#c)" d="M519.451 173.456c.732-1.3 1.348-1.489 1.95-1.489.882 0 1.494.815 1.886 1.539l1.564 3.212-.426.7a5.836 5.836 0 0 1-7.852 2.464l-.407-.212Z" transform="translate(-514.167 -156.938)"/><path fill="url(#d)" d="M546.924 152.989a3.231 3.231 0 0 0-5.725-.035l-1.686 3.23-1.687-3.23a3.231 3.231 0 0 0-5.725.035l-2.194 4.245c1.042-1.182 2.5-.486 3.137.717l2.366 4.356 1.21 2.315a3.2 3.2 0 0 0 1.378 1.4 3.35 3.35 0 0 0 3.026 0 3.2 3.2 0 0 0 1.378-1.4l1.21-2.315 2.366-4.356c.636-1.2 2.1-1.9 3.137-.717Z" transform="translate(-523.513 -142.84)"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="16.803" x2="15.013" y1="16.631" y2="22.411" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#512"/><stop offset=".23" stop-color="#523"/><stop offset=".36" stop-color="#534"/><stop offset=".51" stop-color="#645"/><stop offset=".66" stop-color="#568"/><stop offset=".84" stop-color="#29d"/></linearGradient><linearGradient id="b" x1="29.71" x2="11.71" y1="18.983" y2="14.563" gradientUnits="userSpaceOnUse"><stop offset=".081" stop-color="#c33"/><stop offset=".189" stop-color="#de5239"/><stop offset=".313" stop-color="#f06e3e"/><stop offset=".421" stop-color="#fa8042"/><stop offset=".5" stop-color="#fe8643"/><stop offset=".58" stop-color="#fa7f42"/><stop offset=".696" stop-color="#ef6c3e"/><stop offset=".833" stop-color="#dc4c37"/><stop offset=".916" stop-color="#cf3633"/></linearGradient></defs><path d="m2 17.55 7.97-3.22a20.7 20.7 0 0 1 2.72-2.95c.66-.35 1.9-.16 4.17-2.98 2.2-2.75 2.9-5.1 3.93-5.1 1.63 0 2.83 3.52 4.65 8.85A116 116 0 0 0 30 24.12c-1.9-1.77-3.52-3.68-5.37-3.63-1.72.04-3.63 2.08-5.72 4.7-1.66 2.1-3.86 3.54-4.72 3.51 0 0-2.22-6.28-4.08-7.3a2.64 2.64 0 0 0-2.39.2L2 17.54Z" style="fill:#49d"/><path d="M19.8 4.02c-.67.9-1.48 2.55-2.94 4.38-2.27 2.82-3.5 2.63-4.17 2.98a19.7 19.7 0 0 0-2.72 2.95l3.3 2.41c2.8-3.82 4.3-7.96 5.47-10.64a13.6 13.6 0 0 1 1.06-2.08" style="fill:url(#a)"/><path d="M20.8 3.3c-2.18 0-3.67 11.48-11.72 17.89 2.26-.37 4.22 5.24 5.12 7.51 4-.68 7.2-8.33 10.43-8.21 1.85.07 3.47 1.86 5.37 3.63C25.66 15 23.63 3.3 20.8 3.3" style="fill:url(#b)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="d" x1="-7274.8" x2="-7243.872" y1="2082.507" y2="2046.343" gradientTransform="matrix(-.023 -.116 -.116 .023 79.68 -889.484)" 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="-7503.689" x2="-7283.036" y1="2086.595" y2="2086.595" gradientTransform="matrix(-.023 -.116 -.116 .023 79.68 -889.484)" 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="-7477.053" x2="-7345.566" y1="2064.42" y2="2064.42" gradientTransform="matrix(-.023 -.116 -.116 .023 79.68 -889.484)" 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="-7491.296" x2="-7270.643" y1="2088.633" y2="2088.633"/><linearGradient xlink:href="#c" id="f" x1="-7475.203" x2="-7359.244" y1="2085.61" y2="2085.61"/><linearGradient xlink:href="#a" id="g" x1="-7491.296" x2="-7270.643" y1="2065.799" y2="2065.799"/><linearGradient xlink:href="#a" id="h" x1="-7504.984" x2="-7284.331" y1="2066.905" y2="2066.905"/><linearGradient xlink:href="#a" id="i" x1="-7491.296" x2="-7270.643" y1="2058.959" y2="2058.959"/><linearGradient xlink:href="#a" id="j" x1="-7491.296" x2="-7270.643" y1="2059.762" y2="2059.762"/><linearGradient xlink:href="#d" id="k" x1="-8307.632" x2="-8276.704" y1="2040.008" y2="2003.844" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="l" x1="-8536.521" x2="-8315.868" y1="2044.096" y2="2044.096" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#c" id="m" x1="-8509.885" x2="-8378.397" y1="2021.921" y2="2021.921" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="n" x1="-8524.128" x2="-8303.475" y1="2046.134" y2="2046.134" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#c" id="o" x1="-8508.035" x2="-8392.076" y1="2043.111" y2="2043.111" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="p" x1="-8524.128" x2="-8303.475" y1="2023.3" y2="2023.3" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="q" x1="-8537.816" x2="-8317.163" y1="2024.407" y2="2024.407" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="r" x1="-8524.128" x2="-8303.475" y1="2016.46" y2="2016.46" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/><linearGradient xlink:href="#a" id="s" x1="-8524.128" x2="-8303.475" y1="2017.263" y2="2017.263" gradientTransform="matrix(.074 -.112 -.112 -.074 864.083 -775.51)"/></defs><path d="M5.976 2.533a9.5 9.5 0 0 0-.4 2.655l1.427.691a18 18 0 0 1 .1-2.541l.011-.092c0 .031-.009.061-.011.092A16 16 0 0 0 7.1 5.845a28 28 0 0 0 2.114-2 3.04 3.04 0 0 0-1.593-1.701s-1.264-.51-1.645.389" style="fill:url(#d)"/><path d="M9.688 9.722a.02.02 0 0 0 .012-.013l-.08.071c0 .007-.009.013-.01.019ZM10.562 12.19q-.059.069-.128.136a2 2 0 0 0 .128-.136M9.741 19.776c0-.021-.014-.044-.018-.065l-.355-1.3q-.187-.712-.359-1.391a104 104 0 0 1-.647-2.75q-.116-.538-.221-1.047l-.066-.336q-.065-.332-.126-.647c-.061-.315-.073-.386-.109-.575q-.016-.098-.034-.186l-.006-.035-.069.062-.142-.07q.001.023.01.047.072.428.152.863.046.247.093.5c.088.465.181.926.282 1.393s.2.94.308 1.4.214.914.324 1.368.222.9.338 1.346a66 66 0 0 0 .45 1.674c.1.366.2.721.3 1.073l.229.115.076-.068a.1.1 0 0 0-.009-.029c-.149-.45-.277-.903-.401-1.342" style="fill:none"/><path d="M10.924 13.495a6 6 0 0 1-.206.211c.036-.033.073-.072.107-.108a1 1 0 0 0 .099-.103" style="fill:#be202e"/><path d="M10.924 13.495a6 6 0 0 1-.206.211c.036-.033.073-.072.107-.108a1 1 0 0 0 .099-.103" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M10.4 12.356q.017-.015.032-.03.07-.067.128-.136c-.05.055-.107.108-.161.166Z" style="fill:#be202e"/><path d="M10.4 12.356q.017-.015.032-.03.07-.067.128-.136c-.05.055-.107.108-.161.166Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M7.38 10.092q-.1-.712-.18-1.4-.083-.715-.131-1.408c0-.028-.005-.056 0-.081A23 23 0 0 1 7 5.878l-1.425-.687c0 .086-.01.175-.013.269q-.022.51-.028 1.085c0 .43 0 .878.008 1.347.01.432.028.882.051 1.34q.034.587.081 1.192v.046l1.906.965c-.063-.451-.133-.899-.2-1.343" style="fill:url(#a)"/><path d="M10.2 21.362q.152.536.328 1.095v.015c.016.054.029.105.049.157.076.251.149.474.307.984a1.93 1.93 0 0 1 1.094.262 1.56 1.56 0 0 0-1.041-.566 3.35 3.35 0 0 0 1.827-2.977 4 4 0 0 0-.047-.326 1.35 1.35 0 0 1-.766 1.152 3.77 3.77 0 0 0 .61-2.373q-.023-.29-.075-.619a3.06 3.06 0 0 1-1.772 2.462l-.578.532c.021.067.039.133.064.202" style="fill:url(#c)"/><path d="m9.453 19.735-.365-1.374q-.173-.665-.338-1.346c-.165-.681-.218-.911-.324-1.368s-.21-.934-.308-1.4-.19-.931-.282-1.393a29 29 0 0 1-.093-.5c-.053-.286-.1-.574-.152-.863a.2.2 0 0 0-.01-.047l-1.895-.967a1 1 0 0 1 .007.091c.038.429.075.865.126 1.3s.106.89.172 1.341q.084.568.179 1.138l.041.228a28 28 0 0 0 .639 2.707q.122.415.246.794c.072.212.15.425.225.635q.272.738.6 1.438l1.915.97q-.15-.528-.3-1.073z" style="fill:url(#e)"/><path d="M7.947 20.208a15 15 0 0 0 .881 1.627c.011.016.022.038.033.054a3.9 3.9 0 0 0-1.46-.113 5.37 5.37 0 0 1 2.353 1.371 2.47 2.47 0 0 1-1.112.558 2.46 2.46 0 0 0 1.22-.108 3 3 0 0 0-.742 1.447 3.1 3.1 0 0 1 1.205-1.276 140 140 0 0 0 2.034 6.14.58.58 0 0 0 .09-.541 131 131 0 0 1-2.095-6.468c-.03-.1-.056-.2-.089-.3l-.025-.084q-.16-.55-.326-1.132c-.024-.09-.05-.174-.074-.265l-1.915-.97a.4.4 0 0 0 .022.06" style="fill:url(#f)"/><path d="m7.806 11.476.034.186c.037.19.07.382.109.575q.062.316.126.647.03.166.066.336.105.51.221 1.047c.1.441.2.894.311 1.366.1.446.218.911.336 1.384.115.451.231.913.359 1.391.112.423.233.858.355 1.3 0 .021.014.044.018.065q.185.66.386 1.353a.1.1 0 0 0 .009.029l.578-.532c-.015 0-.026.013-.045.021a5.55 5.55 0 0 0 1.408-3.114 7.5 7.5 0 0 0-.018-1.737 12 12 0 0 0-.278-1.486 19 19 0 0 0-.425-1.456 3 3 0 0 1-.441.637l-.1.11c-.033.037-.07.069-.107.108a3.38 3.38 0 0 0 .416-2.507 3.2 3.2 0 0 1-.572.991q-.059.069-.128.136c-.012.009-.021.021-.036.033a3.5 3.5 0 0 0 .371-.814 2 2 0 0 0 .043-.17q.029-.13.047-.263c.005-.058.014-.112.019-.171a2.5 2.5 0 0 0 0-.413c0-.046 0-.087-.011-.13q-.015-.095-.031-.182c-.046-.267-.1-.5-.149-.7q-.038-.15-.076-.275c-.012-.033-.018-.065-.03-.1-.031-.091-.056-.175-.084-.245a3 3 0 0 0-.105-.242.5.5 0 0 1-.042.115 3.8 3.8 0 0 1-.65.934l.533-.487-.536.484a.02.02 0 0 0-.009.013A1 1 0 0 0 9.6 9.8c0-.007.009-.013.01-.019l-1.82 1.665c.015.013.017.023.016.03" style="fill:url(#g)"/><path d="M7.1 5.845q.034.6.1 1.344a1 1 0 0 0 .009.078c.041.433.094.9.162 1.409.058.439.122.9.2 1.4.065.433.145.886.227 1.367l1.82-1.667a3 3 0 0 0 .457-1.647c0-.143-.011-.293-.022-.447a14 14 0 0 0-.158-1.432 13 13 0 0 0-.271-1.287 7 7 0 0 0-.209-.653 8 8 0 0 0-.2-.454A29 29 0 0 1 7.1 5.845" style="fill:url(#h)"/><path d="M10.827 13.6c-.033.037-.07.069-.107.108a1 1 0 0 1 .107-.108" style="fill:#be202e"/><path d="M10.827 13.6c-.033.037-.07.069-.107.108a1 1 0 0 1 .107-.108" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M10.827 13.6c-.033.037-.07.069-.107.108a1 1 0 0 1 .107-.108" style="fill:url(#i)"/><path d="M10.4 12.359c.012-.009.021-.021.036-.033-.012.009-.021.021-.036.033" style="fill:#be202e"/><path d="M10.4 12.359c.012-.009.021-.021.036-.033-.012.009-.021.021-.036.033" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M10.4 12.359c.012-.009.021-.021.036-.033-.012.009-.021.021-.036.033" style="fill:url(#j)"/><path d="M24.627 2.891A10.8 10.8 0 0 0 22.2 4.713l.6 1.69a20 20 0 0 1 2.1-1.965l.082-.066c-.026.024-.056.042-.082.066a18 18 0 0 0-2 2.013 31 31 0 0 0 3.288.072 3.44 3.44 0 0 0 .071-2.639s-.612-1.414-1.632-.993" style="fill:url(#k)"/><path d="M21.9 11.627a.02.02 0 0 0 .017 0l-.121-.007c-.006 0-.017 0-.023.008ZM20.645 14.308q-.103.009-.212.008.11 0 .212-.008M13.958 19.763c.014-.02.023-.046.037-.067.255-.456.5-.9.75-1.331a126 126 0 0 1 1.645-2.781 82 82 0 0 1 1.703-2.687l.413-.621q.189-.278.369-.55.064-.092.12-.176l.021-.03h-.1l-.058-.169c-.008.015-.021.03-.029.046q-.285.4-.563.815-.158.236-.325.479c-.3.444-.591.889-.879 1.346s-.584.918-.867 1.375-.554.905-.826 1.359-.537.9-.8 1.352a76 76 0 0 0-.973 1.713c-.21.374-.413.738-.611 1.1l.093.274.116.006a.1.1 0 0 0 .016-.031c.242-.504.499-.971.748-1.422" style="fill:none"/><path d="M19.9 15.646q-.168.008-.334.006h.172a1 1 0 0 0 .162-.006" style="fill:#be202e"/><path d="M19.9 15.646q-.168.008-.334.006h.172a1 1 0 0 0 .162-.006" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M20.384 14.314h.05q.109.002.212-.008-.127-.001-.261.006Z" style="fill:#be202e"/><path d="M20.384 14.314h.05q.109.002.212-.008-.127-.001-.261.006Z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M19.751 10.091q.486-.652.968-1.272a36 36 0 0 1 2.073-2.423l-.6-1.685q-.107.1-.224.205-.426.395-.884.851-.517.515-1.064 1.091c-.335.356-.678.732-1.023 1.119q-.44.5-.882 1.024l-.034.039.767 2.291c.305-.413.604-.831.903-1.24" style="fill:url(#l)"/><path d="M13.063 21.4q-.299.554-.605 1.142c0 .005-.007.01-.008.015-.03.057-.06.108-.085.165-.138.262-.256.5-.534 1.036a2.2 2.2 0 0 1 .673 1.08 1.77 1.77 0 0 0-.388-1.282c1.558.3 2.973.1 3.836-.945q.114-.141.221-.3a1.52 1.52 0 0 1-1.532.318 4.26 4.26 0 0 0 2.376-1.429q.211-.25.431-.558a3.46 3.46 0 0 1-3.383.574l-.888-.031c-.038.076-.077.143-.114.215" style="fill:url(#m)"/><path d="M13.758 19.5q.393-.69.8-1.4.389-.675.8-1.352c.411-.677.549-.906.826-1.359s.573-.919.867-1.375.587-.9.879-1.346c.107-.162.213-.318.325-.479q.278-.408.563-.815c.008-.015.021-.03.029-.046l-.757-2.284a1 1 0 0 1-.067.079c-.31.376-.626.756-.934 1.149s-.622.8-.927 1.217c-.257.35-.508.7-.76 1.058-.049.07-.1.146-.148.217a29.335 29.335 0 0 0-2.069 3.522c-.111.228-.217.461-.323.69q-.367.81-.661 1.633l.771 2.3c.2-.365.406-.728.611-1.1.055-.099.117-.201.175-.309" style="fill:url(#n)"/><path d="M12.17 18.686a17 17 0 0 0-.583 2.01c0 .022-.013.048-.016.07a4.4 4.4 0 0 0-1.086-1.251 6.1 6.1 0 0 1 .805 2.973 2.8 2.8 0 0 1-1.339-.435 2.8 2.8 0 0 0 1.068.883 3.4 3.4 0 0 0-1.747.575 3.5 3.5 0 0 1 1.984-.069C10.2 25.432 9.12 27.645 8.015 30a.65.65 0 0 0 .5-.364c.2-.426 1.51-3.226 3.453-6.872.054-.1.113-.205.168-.314l.046-.087q.308-.57.637-1.17l.151-.272v-.005l-.771-2.3a.4.4 0 0 0-.029.07" style="fill:url(#o)"/><path d="m18.994 11.544-.12.176c-.121.182-.247.363-.369.55s-.271.409-.413.621q-.106.158-.214.323-.321.494-.654 1.018-.41.645-.835 1.346c-.27.443-.549.906-.829 1.381q-.4.68-.816 1.4-.368.646-.75 1.331c-.014.02-.023.046-.037.067q-.375.677-.765 1.4a.1.1 0 0 0-.016.031l.888.031c-.015-.008-.032-.01-.053-.019a6.27 6.27 0 0 0 3.607-1.389 8.5 8.5 0 0 0 1.368-1.411 14 14 0 0 0 .956-1.417q.41-.688.815-1.51a3.3 3.3 0 0 1-.861.162l-.168.009h-.172a3.82 3.82 0 0 0 2.326-1.688 3.6 3.6 0 0 1-1.248.344q-.103.009-.212.008h-.055a4 4 0 0 0 .945-.36 2 2 0 0 0 .17-.1q.127-.083.247-.174l.151-.122a3 3 0 0 0 .326-.335c.034-.039.066-.073.094-.114q.064-.088.119-.171a10 10 0 0 0 .597-.966c.016-.036.037-.067.054-.1.048-.1.094-.186.127-.264a3 3 0 0 0 .107-.278.6.6 0 0 1-.125.059 4.2 4.2 0 0 1-1.265.236l.816.031-.816-.031a.02.02 0 0 0-.017 0 1 1 0 0 0-.128 0c.006 0 .017 0 .023-.008l-2.79-.1c.005.018-.002.028-.008.033" style="fill:url(#p)"/><path d="M22.9 6.452q-.45.51-.986 1.164a1 1 0 0 0-.055.07q-.465.57-.989 1.263c-.3.4-.62.824-.954 1.29-.292.4-.587.829-.9 1.281l2.79.1a3.4 3.4 0 0 0 1.677-.962q.167-.177.338-.377A16 16 0 0 0 24.828 9a14 14 0 0 0 .8-1.251 8 8 0 0 0 .351-.691c.077-.183.141-.356.2-.525a33 33 0 0 1-3.279-.081" style="fill:url(#q)"/><path d="M19.738 15.655h-.172a2 2 0 0 1 .172 0" style="fill:#be202e"/><path d="M19.738 15.655h-.172a2 2 0 0 1 .172 0" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M19.738 15.655h-.172a2 2 0 0 1 .172 0" style="fill:url(#r)"/><path d="M20.378 14.313h.055z" style="fill:#be202e"/><path d="M20.378 14.313h.055z" style="fill:#be202e;opacity:.3499999940395355;isolation:isolate"/><path d="M20.378 14.313h.055z" style="fill:url(#s)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.4 7.568 20.212 2H7.273L4.848 7.536l9.557.032Zm-9.552-.032 6.844 2.6L14.4 7.568m-.013 3.622-2.7-1.053L5.263 16.1l6.286 5.823 2.808-1.1.043-13.255m0 0 12.8 8.376L20.212 2M27.2 15.944 14.391 11.19m-.035 9.636-.032 3.685M20.228 30l-8.679-8.073L4.8 24.464 7.257 30Zm0 0L27.2 15.944l-12.875 8.568M27.2 15.944l-12.843 4.882" style="fill:none;stroke:#1d1d1b;stroke-miterlimit:22.92558479309082;stroke-width:.028349999338388443px"/><path d="M14.391 11.19 27.2 15.944 14.405 7.568z" style="fill:#181b17;fill-rule:evenodd"/><path d="m27.2 15.944-12.843 4.882-.032 3.683.001.002z" style="fill:#1a1d1a;fill-rule:evenodd"/><path d="M14.405 7.568 27.2 15.944 20.212 2z" style="fill:#005f5e;fill-rule:evenodd"/><path d="m27.2 15.944-12.874 8.567L20.228 30z" style="fill:#004242;fill-rule:evenodd"/><path d="M14.357 20.826 27.2 15.944 14.391 11.19z" style="fill:#005152;fill-rule:evenodd"/><path d="m14.357 20.826.034-9.636-2.699-1.053-6.429 5.967 6.286 5.823z" style="fill:#00696b;fill-rule:evenodd"/><path d="m11.692 10.137 2.699 1.053.014-3.622z" style="fill:#1b2725;fill-rule:evenodd"/><path d="m14.357 20.826-2.808 1.101 2.776 2.582z" style="fill:#1c2624;fill-rule:evenodd"/><path d="M14.325 24.512 4.8 24.464 7.257 30h12.971l-5.902-5.489z" style="fill:#006466;fill-rule:evenodd"/><path d="m4.848 7.536 9.557.032L20.212 2H7.273z" style="fill:#00767a;fill-rule:evenodd"/><path d="m14.405 7.568-9.557-.032 6.844 2.601z" style="fill:#1e3938;fill-rule:evenodd"/><path d="M11.549 21.927 4.8 24.464l9.525.048v-.003z" style="fill:#20302e;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-611.348" x2="-600.272" y1="-67.488" y2="-65.335" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0f6067"/><stop offset=".5" stop-color="#05abac"/><stop offset="1" stop-color="#58bec4"/></linearGradient><linearGradient id="b" x1="-603.594" x2="-602.011" y1="-77.699" y2="-59.604" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#117c83"/><stop offset=".5" stop-color="#21b5b5"/><stop offset="1" stop-color="#7ed4d4"/></linearGradient><linearGradient id="c" x1="-612.757" x2="-616.934" y1="-59.906" y2="-72.76" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9accd3"/><stop offset=".5" stop-color="#72aeb3"/><stop offset="1" stop-color="#317d7f"/></linearGradient><linearGradient id="d" x1="-621.851" x2="-614.84" y1="-74.579" y2="-72.301" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#21626e"/><stop offset=".5" stop-color="#157c84"/><stop offset="1" stop-color="#03a3a5"/></linearGradient><linearGradient id="e" x1="-616.369" x2="-625.34" y1="-64.469" y2="-72.835" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0b7c81"/><stop offset=".5" stop-color="#068d90"/><stop offset="1" stop-color="#16b1b1"/></linearGradient><linearGradient id="f" x1="-608.072" x2="-603.488" y1="-74.678" y2="-70.966" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0a8a8f"/><stop offset=".5" stop-color="#0f7c82"/><stop offset="1" stop-color="#1a5964"/></linearGradient><linearGradient id="g" x1="-601.134" x2="-606.008" y1="-70.113" y2="-67.067" gradientTransform="matrix(1.437 0 0 -1.437 894.417 -82.292)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#256a77"/><stop offset=".5" stop-color="#0d9499"/><stop offset="1" stop-color="#06a0a2"/></linearGradient></defs><path d="M21.6 3.462H30L18.767 24.211s-1.893-5.5-2.706-7.459" style="fill:url(#a)"/><path d="M23.669 29.118H30V3.462c-.005 13.407-5.64 25.656-6.331 25.656" style="fill:url(#b)"/><path d="M18.767 24.211h-5.226L2 3.462c2.047-.26 6.135-.611 8.16-.776Z" style="fill:url(#c)"/><path d="M8.693 16.019C6.96 22.866 1.995 29.32 2 29.314c5.752 0 6.991-.835 6.991-1.276V16.54c-.101-.17-.197-.346-.298-.521" style="fill:url(#d)"/><path d="M2 3.462v25.852c3.147-5.2 4.981-8.6 6.6-13.45C4.6 8.794 2 3.462 2 3.462" style="fill:url(#e)"/><path d="m23.233 28.102.436 1.016V15.647l-.436.728" style="fill:url(#f)"/><path d="M23.647 15.673v13.4l.016.043c.452 0 6.332-14.5 6.332-25.656 0 .002-3.589 7.487-6.348 12.213" style="fill:url(#g)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.3 16.5-3.9 3.9-4-3.9 1.1-1.1 2.1 2.1v-5.7h1.5v5.8l2.1-2.1Zm-16.8-.8 2.7 2.7L9 15.7v4.4h1.5V12l-4.3 4.3L2 12v8.1h1.5Z" style="fill:#d2d2d2"/><path d="m28.8 20-3.1-3.1-3.1 3.1-1-1.1 3.1-3.1-3.2-3.2 1.1-1 3.1 3.2 3.2-3.2 1.1 1-3.2 3.2 3.1 3.1Z" style="fill:#f9ac00"/><path d="m27.075 25.107.363-.361c1.68.055 1.706 0 1.78-.177l.462-1.124.034-.107-.038-.093c-.02-.049-.081-.2-1.13-1.2v-.526c1.211-1.166 1.185-1.226 1.116-1.4l-.46-1.136c-.069-.17-.1-.237-1.763-.191l-.364-.367a8 8 0 0 0-.057-1.657l-.047-.106-1.2-.525c-.177-.081-.239-.11-1.372 1.124l-.509-.008c-1.167-1.245-1.222-1.223-1.4-1.152l-1.115.452c-.175.071-.236.1-.169 1.79l-.36.359c-1.68-.055-1.7 0-1.778.177L18.606 20l-.036.108.038.094c.02.048.078.194 1.13 1.2v.525c-1.211 1.166-1.184 1.226-1.115 1.4l.459 1.137c.07.174.1.236 1.763.192l.363.377a8 8 0 0 0 .055 1.654l.047.107 1.208.528c.176.073.236.1 1.366-1.13l.509.006c1.168 1.247 1.228 1.223 1.4 1.154l1.113-.45c.176-.075.237-.102.169-1.795m-4.788-2.632a2 2 0 1 1 2.618 1.14 2.023 2.023 0 0 1-2.618-1.14" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.3 16.5-3.9 3.9-4-3.9 1.1-1.1 2.1 2.1v-5.7h1.5v5.8l2.1-2.1Zm-16.8-.8 2.7 2.7L9 15.7v4.4h1.5V12l-4.3 4.3L2 12v8.1h1.5Z" style="fill:#d2d2d2"/><path d="m28.8 20-3.1-3.1-3.1 3.1-1-1.1 3.1-3.1-3.2-3.2 1.1-1 3.1 3.2 3.2-3.2 1.1 1-3.2 3.2 3.1 3.1Z" style="fill:#f9ac00"/></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" x2="1" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0a00b2" stop-opacity=".65"/><stop offset=".5" stop-color="red" stop-opacity=".65"/><stop offset="1" stop-color="#fffc00" stop-opacity=".65"/></linearGradient><linearGradient xlink:href="#a" id="c" x2="1" gradientTransform="matrix(25 -25 25 25 0 25)" gradientUnits="userSpaceOnUse"/></defs><g fill="url(#c)" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" transform="translate(2.03 2.026)scale(1.1248)"><path d="M7.068 4.359A3.87 3.87 0 0 0 8.2 7.024a3 3 0 0 0 1.973.787.92.92 0 0 0 .628-.281 3 3 0 0 0 .7-2.876C10.97 2.815 9.5 1.8 7.7.915a8 8 0 0 0-.632 3.444"/><path d="M4.4 7.031a3.85 3.85 0 0 0 2.068 2.025c.687.25 1.443.239 2.122-.031a.92.92 0 0 0 .473-.5A3 3 0 0 0 8.617 5.6C7.42 4.1 5.678 3.728 3.676 3.607A8 8 0 0 0 4.4 7.031"/><path d="M2.959 10.524A3.83 3.83 0 0 0 5.638 11.6a3 3 0 0 0 1.949-.844.93.93 0 0 0 .246-.645A3 3 0 0 0 6.306 7.58c-1.675-.919-3.428-.6-5.324.06a8 8 0 0 0 1.977 2.884"/><path d="M2.956 14.307a3.83 3.83 0 0 0 2.885-.035 3 3 0 0 0 1.479-1.529.93.93 0 0 0-.02-.691A2.98 2.98 0 0 0 4.926 10.3c-1.9-.2-3.394.766-4.9 2.1a7.95 7.95 0 0 0 2.93 1.907"/><path d="M4.394 17.8a3.83 3.83 0 0 0 2.653-1.141 3.02 3.02 0 0 0 .784-1.981.93.93 0 0 0-.28-.631 2.97 2.97 0 0 0-2.863-.706c-1.831.54-2.844 2.013-3.722 3.824a7.9 7.9 0 0 0 3.428.635"/><path d="M7.054 20.479A3.85 3.85 0 0 0 9.07 18.4a3.02 3.02 0 0 0-.031-2.132.93.93 0 0 0-.5-.476 2.97 2.97 0 0 0-2.914.449c-1.486 1.2-1.86 2.953-1.982 4.964a7.9 7.9 0 0 0 3.411-.726"/><path d="M10.531 21.93a3.87 3.87 0 0 0 1.069-2.692 3.02 3.02 0 0 0-.841-1.958.92.92 0 0 0-.642-.248A2.98 2.98 0 0 0 7.6 18.567c-.914 1.683-.594 3.443.06 5.348a7.96 7.96 0 0 0 2.871-1.985"/><path d="M14.3 21.933a3.87 3.87 0 0 0-.035-2.9 3 3 0 0 0-1.522-1.486.92.92 0 0 0-.687.018 3 3 0 0 0-1.745 2.387c-.2 1.906.763 3.409 2.093 4.918a8 8 0 0 0 1.896-2.937"/><path d="M17.776 20.489a3.86 3.86 0 0 0-1.136-2.665 3 3 0 0 0-1.973-.788.92.92 0 0 0-.628.281 3 3 0 0 0-.7 2.876c.538 1.839 2 2.857 3.807 3.739a8 8 0 0 0 .63-3.443"/><path d="M20.441 17.817a3.85 3.85 0 0 0-2.065-2.025 2.98 2.98 0 0 0-2.122.031.92.92 0 0 0-.473.5 3 3 0 0 0 .447 2.927c1.2 1.493 2.94 1.869 4.942 1.991a8 8 0 0 0-.729-3.424"/><path d="M21.885 14.324a3.83 3.83 0 0 0-2.679-1.077 3 3 0 0 0-1.949.844.93.93 0 0 0-.246.645 3 3 0 0 0 1.528 2.533c1.675.919 3.428.6 5.324-.06a8 8 0 0 0-1.978-2.885"/><path d="M21.888 10.541a3.82 3.82 0 0 0-2.888.035 3 3 0 0 0-1.479 1.529.93.93 0 0 0 .018.691 2.98 2.98 0 0 0 2.376 1.753c1.9.2 3.394-.767 4.9-2.1a7.95 7.95 0 0 0-2.927-1.908"/><path d="M20.451 7.046c-.998.02-1.95.43-2.651 1.141a3 3 0 0 0-.784 1.982.93.93 0 0 0 .28.631 2.97 2.97 0 0 0 2.863.706c1.831-.54 2.844-2.013 3.722-3.824a7.9 7.9 0 0 0-3.43-.636"/><path d="M17.791 4.369a3.85 3.85 0 0 0-2.016 2.074 3.02 3.02 0 0 0 .031 2.132.93.93 0 0 0 .5.476 2.97 2.97 0 0 0 2.912-.451C20.7 7.4 21.079 5.649 21.2 3.638a7.9 7.9 0 0 0-3.409.731"/><path d="M14.313 2.918a3.87 3.87 0 0 0-1.072 2.692c.032.733.331 1.429.84 1.958a.92.92 0 0 0 .642.248 2.98 2.98 0 0 0 2.522-1.536c.914-1.683.594-3.443-.06-5.348a7.95 7.95 0 0 0-2.872 1.986"/><path d="M10.548 2.915a3.87 3.87 0 0 0 .035 2.9A3 3 0 0 0 12.105 7.3a.92.92 0 0 0 .687-.018 3 3 0 0 0 1.745-2.387c.2-1.906-.763-3.409-2.093-4.918a8 8 0 0 0-1.896 2.938"/></g></svg>
|