@lvce-editor/server 0.39.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +105 -429
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.042 23.172c4.989-8.3-1.054-21.751-12.1-20.384C5.955 4.022 5.794 14.53 14.593 17.026c7.614 2.162 1.573 6.992 1.749 10.208s6.62 4.382 11.7-4.063" style="fill:#1b1b1b"/><circle cx="9.784" cy="24.257" r="4.332" style="fill:#1b1b1b"/><circle cx="4.835" cy="15.099" r="2.835" style="fill:#1b1b1b"/><path d="M28.231 22.835c4.989-8.3-1.054-21.751-12.1-20.384-9.987 1.235-10.148 11.743-1.35 14.239 7.614 2.162 1.573 6.992 1.749 10.208s6.62 4.382 11.7-4.063" style="fill:#bfbfbf"/><circle cx="9.972" cy="23.921" r="4.332" style="fill:#bfbfbf"/><circle cx="5.023" cy="14.762" r="2.835" style="fill:#bfbfbf"/><path d="M17.811 28.168a.669.669 0 0 1 .635-.994 7 7 0 0 0 3.7-.746c3.247-1.841 8.244-10.7 5.731-16.285A12.8 12.8 0 0 0 25.049 5.7c-.236-.249-.1-.236.059-.152a10.1 10.1 0 0 1 2.857 3.676 14.58 14.58 0 0 1 1.1 10.279c-.494 1.817-2.2 5.928-4.691 7.706s-5.424 2.8-6.563.955m-2.263-11.491c-1.7-.5-3.894-1.208-5.163-2.867a8.1 8.1 0 0 1-1.531-3.316c-.043-.27-.08-.5 0-.558a22 22 0 0 0 1.688 2.723 6.5 6.5 0 0 0 3.526 2.256 12.4 12.4 0 0 1 3.867 1.37c.739.629.8 1.989.552 2.142s-.759-1.1-2.938-1.749m-8.155 10.4c3.369 3.121 8.439-1.166 6.207-4.954-.251-.425-.576-.749-.469-.423.714 2.178.054 3.9-1.176 4.788a4.06 4.06 0 0 1-4.192.328c-.39-.2-.551.092-.37.261m-3.93-10.16c.018.2.292.458.722.576a2.97 2.97 0 0 0 2.55-.413 2.76 2.76 0 0 0 .81-3.452c-.172-.308-.4-.533-.218-.041a2.68 2.68 0 0 1-1.18 2.946 2.44 2.44 0 0 1-2.1.164c-.391-.119-.6.016-.58.223"/><path d="M19.056 28.407c-.033.389.414.466 1.016.376a6.8 6.8 0 0 0 2.313-.648 9.54 9.54 0 0 0 3.314-2.63c2.662-3.473 3.6-7.582 3.46-8.173A16.2 16.2 0 0 1 27 22.692c-1.888 2.968-3.256 4.548-6.413 5.314-.879.213-1.485-.112-1.529.4m-7-13.5a8 8 0 0 0 2.542 1.183 12.2 12.2 0 0 1 2.96 1.31c.378.253.618.819.642.317s-.285-.934-.976-1.164a15 15 0 0 0-2.009-.674c-.485-.1-1.273-.285-1.949-.493-.371-.114-.748-.313-1.214-.483m-2.017 12.816c.429-.09 2.924-.736 3.51-2.788.183-.64.215-.511.164-.165a3.8 3.8 0 0 1-3.358 3.123c-.289.03-.668-.1-.315-.17M5.046 17.2a8 8 0 0 0 1.195-.336 2.38 2.38 0 0 0 1.232-1.741c.064-.505.083-.378.109-.1a2.63 2.63 0 0 1-2.147 2.324c-.2.028-.56.011-.389-.143" style="fill:#fff"/><path d="M27.54 17.446c2.124-6.123-2.321-15.37-11.315-14.258-8.126 1-8.257 9.557-1.1 11.59 8.112 1.228 3.227 7.347 2.535 10.433-.621 2.766 6.555 3.221 9.876-7.765M7.219 26.2a2.03 2.03 0 0 1 1.332.442 3.53 3.53 0 0 0 3.755-.983A4.15 4.15 0 0 0 12.869 22c-.806-2.319-4.229-2.278-5.758-.353-1.654 2.15-.4 4.539.108 4.548M2.676 15.451a1.17 1.17 0 0 0 .908.863c.731.1.88.434 1.743.263A2.46 2.46 0 0 0 7.1 14.916a1.77 1.77 0 0 0-.824-2.14 2.69 2.69 0 0 0-3.047.363 2.26 2.26 0 0 0-.558 2.312" style="fill:#999"/><path d="M21.981 22.228c-2.2-.272-5.36 4.69-2.378 4.109a5.65 5.65 0 0 0 3.683-1.932 23.1 23.1 0 0 0 4.055-7.2c.5-1.861.251-4.745-.269-2.036-.533 2.781-2.893 7.336-5.091 7.064m-11.458 4.129A2.78 2.78 0 0 0 12.5 22.99c-.165-1.276-.861 1.584-2.15 2.012-1.953.648-1.733 1.861.176 1.361m-4.978-10.2c.663-.173 1.54-1.077 1.1-1.767-.537-.85-2.033-.122-2.084.824s.277 1.127.979.943" style="fill:#f3f3f3"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fd366e" d="M29.973 4.478A14.24 14.24 0 0 0 16 13.842c-2.107-5.82-7.787-9.628-13.973-9.364a14.25 14.25 0 0 0 6.2 12.36 7.65 7.65 0 0 1 3.316 6.32v4.376h8.916V23.16a7.65 7.65 0 0 1 3.315-6.32 14.25 14.25 0 0 0 6.2-12.36z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.969 30C9.415 29.973 2 26.44 2 26.44 2.427 9.574 14.919 2.592 15.965 2.037V2l.035.02.035-.02v.04C17.081 2.6 29.573 9.578 30 26.443c0 0-7.463 3.557-14.031 3.557" style="fill:#39207c"/><path d="M17.8 23.1c.638.353.567 1.343.567 1.343-6.024.919-7.512-7.706-7.512-7.706a.9.9 0 0 1-1.346-.353c2.338-5.994 10.417-2.757 10.417-2.757-.443-.585.921-1.038.921-1.038C24.815 17.439 17.8 23.1 17.8 23.1" style="fill:#f7f7f7"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m2 2.273 23.979 25.4a1.12 1.12 0 0 0 1.442-.1 1.064 1.064 0 0 0 .144-1.344zM9.593 4.674l18.26 19.686a1.12 1.12 0 0 0 1.442-.1 1.064 1.064 0 0 0 .144-1.344zM4.259 9.811 22.519 29.5a1.12 1.12 0 0 0 1.442-.1 1.064 1.064 0 0 0 .144-1.344zM16.011 6.738l12.758 13.754a.78.78 0 0 0 1.007-.067.74.74 0 0 0 .1-.939zM6.016 15.765l12.757 13.753a.78.78 0 0 0 1.007-.067.74.74 0 0 0 .1-.939zM22.567 9.715l5.782 6.252a.4.4 0 0 0 .5-.031.335.335 0 0 0 .05-.44l-6.33-5.781ZM9.208 22.1l5.782 6.252a.4.4 0 0 0 .5-.031.335.335 0 0 0 .05-.44z" style="fill:#df4f4f"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path fill="#fff" stroke="#f7394a" stroke-width=".75" d="M4 4h24v24H4z"/><path fill="#f7394a" fill-rule="nonzero" d="m21.765 13.008-4.181 5.825a1.95 1.95 0 0 1-1.613.835q-.483 0-.904-.221a2.05 2.05 0 0 1-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784 0 1.498.368c.714.368.871.586 1.186 1.02l4.32 6.022 4.285-6.009q.46-.664 1.181-1.033c.721-.369.984-.368 1.514-.368H24v12.276h-2.235z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4.365 3.769a6 6 0 0 1 1.926-.158q5.875.007 11.745 0a3.37 3.37 0 0 1 3.151 2.011 3.3 3.3 0 0 1-3.151 4.549q-6.325-.007-12.65 0a3.3 3.3 0 0 1-3.357-2.928 3.23 3.23 0 0 1 2.336-3.474M25.81 3.746a3.34 3.34 0 0 1 3.975 2.081 3.214 3.214 0 0 1-2.014 4.12 3.31 3.31 0 0 1-4.429-2.734 3.23 3.23 0 0 1 2.468-3.467M12.941 13.033a9 9 0 0 1 1.93-.111c3.923.009 7.849 0 11.772.007a3.248 3.248 0 1 1-.014 6.494c-4.3 0-8.6.009-12.9 0a3.2 3.2 0 0 1-3.172-2.941 3.24 3.24 0 0 1 2.384-3.449M4.539 21.956a7.4 7.4 0 0 1 1.318-.079c4.142.016 8.282-.007 12.422.011a3.255 3.255 0 0 1 3.176 3.4 3.3 3.3 0 0 1-3.2 3.093q-6.545.007-13.09 0a3.25 3.25 0 0 1-.63-6.418ZM25.589 22.031a3.363 3.363 0 0 1 4.163 1.937 3.305 3.305 0 1 1-6.418 1.1 3.18 3.18 0 0 1 2.255-3.037" style="fill:#f75d3c"/><path d="M4.361 13a3.322 3.322 0 1 1-1.91 4.851A3.338 3.338 0 0 1 4.361 13" style="fill:#f93748"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 25.583h-4.243V15.378a8.27 8.27 0 0 0-.832-4.261A3.06 3.06 0 0 0 22.118 9.8a3.38 3.38 0 0 0-2.826 1.664 6.8 6.8 0 0 0-1.161 3.987v10.132h-4.262V15.031q0-5.231-3.694-5.231a3.33 3.33 0 0 0-2.826 1.573 6.94 6.94 0 0 0-1.106 4.078v10.132H2V6.856h4.243v2.962h.073a6.49 6.49 0 0 1 5.907-3.4 5.57 5.57 0 0 1 3.393 1.07 5.33 5.33 0 0 1 1.984 2.806 6.68 6.68 0 0 1 6.218-3.877Q30 6.417 30 14.043Z" style="fill:#cfcfcf"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.573 23.545 16.751 29.8a1.49 1.49 0 0 1-1.5 0L4.427 23.545a1.5 1.5 0 0 1-.751-1.293V9.748a1.48 1.48 0 0 1 .751-1.293L15.249 2.2a1.49 1.49 0 0 1 1.5 0l10.824 6.255a1.5 1.5 0 0 1 .751 1.293v12.5a1.57 1.57 0 0 1-.751 1.293Z" style="fill:#8d6748"/><path d="M22.772 12.994a.653.653 0 0 0-.651-.651H9.879a.653.653 0 0 0-.651.651c0 2.214.326 9.833 3.581 13.544a.6.6 0 0 0 .456.2h5.47a.6.6 0 0 0 .456-.2c3.256-3.647 3.581-11.265 3.581-13.544m-4.819 11.851h-3.841a.6.6 0 0 1-.456-.2c-2.214-2.6-2.474-7.814-2.54-9.637a.653.653 0 0 1 .651-.651h8.6a.653.653 0 0 1 .651.651c0 1.823-.326 6.967-2.54 9.637a.87.87 0 0 1-.525.2M17.237 11.04a2.716 2.716 0 0 0 .912-3.84c-.847-1.3-1.237-2.409-.912-2.865-.847 1.042-2.279 2.149-.716 4.493a3.67 3.67 0 0 1 .716 2.212M14.633 11.236a1.83 1.83 0 0 0 .586-2.6c-.586-.847-.847-1.628-.586-1.888-.586.716-1.5 1.433-.456 3.06a2.63 2.63 0 0 1 .456 1.428" style="fill:#fff"/><path d="M19.972 18.789a10.45 10.45 0 0 1-1.888 5.079.56.56 0 0 1-.391.2h-3.256a.46.46 0 0 1-.391-.2 9.3 9.3 0 0 1-1.628-3.647s3.777.521 5.926-.26c1.563-.586 1.628-1.172 1.628-1.172" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 22.72v-4.48h4.48v-4.48h4.48V9.28h4.48v13.44M16.56 9.28A13.44 13.44 0 0 1 30 22.72H16.56z" style="fill:#d91b77"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="#ff4d1f" fill-rule="nonzero" d="M15.29 2c0 1.75.52 4.68-.68 6.14-.62.74-1.18.19-1.87.47-.71.29-1.14 1.65-1.36 2.31a13.8 13.8 0 0 0-.7 3.9c-.02.6.2 1.6-.26 2.07-1.91 1.96-2.8-1.4-2.93-2.79-2.64 2.12-2.87 6.43-1.4 9.23.55 1.08 1.76 1.95 2.12 3.08-.73 0-1.27-.2-1.95-.41.92 2.29 6.24 3.77 8.51 4h2.77c1.03-.09 1.45-.32 2.05-.5 1.79-.5 4.03-1.32 5.03-2.99-.31.03-1.42.26-1.17-.4.36-.94 1.86-1.63 2.41-2.57 1.72-2.94.88-6.85-.73-9.64-.25.55-.65 2.35-1.62 1.75-.53-.33-.64-1.09-.7-1.65-.18-1.5.13-2.94-.37-4.41-1.02-3.05-4.3-6.2-7.15-7.59"/><path fill="#ff9d46" fill-rule="nonzero" d="M16.52 6.82c-.03 2.01-1.2 3.46-2.12 5.13a23.4 23.4 0 0 0-2.04 5.13c-.35 1.26-.45 2.97-1.8 3.63-1 .5-2.02-.66-2.76-1.17-.9 2.68.55 5.59 2.05 7.59a8.8 8.8 0 0 0 2.56 2.05c.36.2 2.36.82 2.36.82h2.77c2.63-1.6 5.52-3.87 6.46-6.97-3 .94-.12-2.29-.84-3.9-.45-.98-2.3.8-2.94-.72-.33-.8.1-1.92.1-2.77 0-2.46-.4-4.88-1.79-6.97-.5-.75-1.1-1.64-2.01-1.85m4.3 0 .1.1z"/><path fill="#ff4d1f" fill-rule="nonzero" d="M8.2 8.15c-.15.95-.85 1.37-1.29 2.16a5.9 5.9 0 0 0-.55 2.87c1.79-.73 2.93-3.3 1.85-5.03Z"/><path fill="#ffdd57" fill-rule="nonzero" d="M11.18 23.74c.03 2.19 1.16 5.94 3.6 6.26h2.76c1.75-1.34 2.58-4.39 3.08-6.46l-1.03.51c.5-.94.83-2.06 1.13-3.08-.37.34-.59.73-1.02.99-3.46 2.09-2.73-4.38-2.57-6.22-2.02.69-3.65 2.95-3.98 5.03-.12.78.16 2.18-.24 2.84-.4.67-1.18.33-1.73.13"/><path fill="#fbfacc" d="M14.77 30h2.77c.45-1.46 1.16-3.04 1.64-4.51-2.1 1.5-2.73-1.96-3.28-3.29-.35 1.23-1.06 4.65-2.77 3.5.1 1.8.72 2.86 1.64 4.3"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M13.985 23.11a6.7 6.7 0 0 1-4.075-1.416 6.3 6.3 0 0 1-2.708.815 4.93 4.93 0 0 1-4.138-1.38 3.5 3.5 0 0 1-1.036-2.834 3.8 3.8 0 0 1 1.45-2.28 5 5 0 0 1 1.084-.709 4.93 4.93 0 0 1 .025-3.206c.853-2.26 3.358-3.24 5.325-3.193a6.14 6.14 0 0 1 4.047 1.764 5.8 5.8 0 0 1 2.385-1.5 5.7 5.7 0 0 1 4.673.523 5.4 5.4 0 0 1 1.778 1.848c2.721-.668 5.233-.053 6.446 1.594a3.5 3.5 0 0 1 .73 2.566c-.251 1.731-2.022 3.141-4.346 3.489a4.4 4.4 0 0 1-1.147 2.3 4.51 4.51 0 0 1-3.564 1.3 5.13 5.13 0 0 1-2.884-1.075 6.7 6.7 0 0 1-3.989 1.393Z"/><path d="m9.969 20.916.176.149a5.94 5.94 0 0 0 7.681 0l.207-.175.206.176a4.52 4.52 0 0 0 2.7 1.09 3.9 3.9 0 0 0 3.079-1.1 3.8 3.8 0 0 0 1.008-2.183l.029-.25.25-.029c2.156-.249 3.815-1.475 4.033-2.98a2.88 2.88 0 0 0-.613-2.1c-1.092-1.483-3.451-1.991-6.009-1.3l-.246.067-.119-.225a4.8 4.8 0 0 0-1.677-1.827 5.06 5.06 0 0 0-4.14-.456 5.2 5.2 0 0 0-2.33 1.566l-.232.269-.242-.26A5.58 5.58 0 0 0 9.9 9.541a4.87 4.87 0 0 0-4.714 2.781 4.4 4.4 0 0 0 .073 3.043l.109.289-.286.117a4.3 4.3 0 0 0-1.185.724 3.2 3.2 0 0 0-1.236 1.889 2.89 2.89 0 0 0 .872 2.316 4.33 4.33 0 0 0 3.631 1.174 5.65 5.65 0 0 0 2.609-.837Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 24.137a5.022 5.022 0 1 1-9.17-2.827l-2.669-2.538a4.047 4.047 0 0 1-6.136-1.452l-3.179 1.4a3.484 3.484 0 1 1-.454-1.1l3.308-1.212a4.074 4.074 0 0 1 3.991-4.962 4 4 0 0 1 1.248.215l1.672-3.169a2.828 2.828 0 1 1 .8.3L18 12.167a4.06 4.06 0 0 1 .971 5.784l2.851 2.308A5 5 0 0 1 30 24.137" style="fill:#3cafce"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#6e45e2" d="M9.03 9.03A6.97 6.97 0 0 0 2.06 16a6.97 6.97 0 0 0 6.97 6.97V9.03m0 6.97A6.97 6.97 0 0 0 16 22.97 6.97 6.97 0 0 0 22.97 16 6.97 6.97 0 0 0 16 9.03 6.97 6.97 0 0 0 9.03 16m13.941 0v6.969A6.97 6.97 0 0 0 29.94 16a6.97 6.97 0 0 0-6.969-6.97z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-645.732" x2="-654.59" y1="839.188" y2="839.25" gradientTransform="matrix(-.977 -.323 -.29 .877 -375.944 -928.287)" gradientUnits="userSpaceOnUse"><stop offset=".231" stop-color="#999875"/><stop offset=".563" stop-color="#9b9977"/><stop offset=".683" stop-color="#a09f7e"/><stop offset=".768" stop-color="#a9a889"/><stop offset=".837" stop-color="#b7b69a"/><stop offset=".896" stop-color="#c9c7b0"/><stop offset=".948" stop-color="#deddcb"/><stop offset=".994" stop-color="#f8f6eb"/><stop offset="1" stop-color="#fbf9ef"/></linearGradient><linearGradient id="b" x1="-644.287" x2="-657.028" y1="823.405" y2="845.476" gradientTransform="matrix(-.977 -.323 -.29 .877 -375.944 -928.287)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#48a547"/><stop offset="1" stop-color="#3f9143"/></linearGradient><linearGradient id="c" x1="-643.386" x2="-652.418" y1="839.485" y2="833.417" gradientTransform="matrix(-.977 -.323 -.29 .877 -375.944 -928.287)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#41a247"/><stop offset=".352" stop-color="#4ba74b"/><stop offset=".956" stop-color="#67b554"/><stop offset="1" stop-color="#69b655"/></linearGradient></defs><path d="m16.62 30-.751-.249s.1-3.8-1.275-4.067c-.9-1.048.133-44.741 3.423-.149a2.7 2.7 0 0 0-1.333 1.523A14 14 0 0 0 16.62 30" style="fill:url(#a)"/><path d="M17.026 26.329a13.22 13.22 0 0 0 5-13.225c-1.47-6.485-4.951-8.617-5.326-9.431a10 10 0 0 1-.825-1.6l.277 18.069s-.574 5.522.874 6.187" style="fill:url(#b)"/><path d="M15.487 26.569S9.366 22.4 9.72 15.025a15.54 15.54 0 0 1 5.519-11.648A1.73 1.73 0 0 0 15.846 2c.381.82.319 12.243.359 13.579.155 5.197-.289 10.009-.718 10.99" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.243 6.619C21.083 4.646 14.63-.635 8.976 4.7S2.842 7.526 2.309 7.633 2.84 8.894 4.336 8.7c3.68-.48 6.134-5.067 9.547-5.014a6.8 6.8 0 0 1 5.28 3.04Z" style="fill:#aa56ff"/><path d="M4 8.891a2.08 2.08 0 0 1-1.995-1.054.314.314 0 0 1 .271-.371.6.6 0 0 1 .459.174c.528.383 1.626 1.18 6.125-3.064a7.67 7.67 0 0 1 8.368-1.816c2.356.905 4.1 2.753 4.185 3.846l.014.174-2.355.12-.053-.085a6.68 6.68 0 0 0-5.139-2.96c-1.7-.028-3.157 1.142-4.7 2.379-1.47 1.177-2.989 2.394-4.82 2.633a3 3 0 0 1-.36.024M2.344 7.8a.64.64 0 0 0 .184.236 2.3 2.3 0 0 0 1.786.5C6.051 8.3 7.533 7.118 8.966 5.97c1.594-1.277 3.1-2.483 4.919-2.454a6.99 6.99 0 0 1 5.365 3.035l1.793-.092c-.236-.92-1.731-2.536-3.938-3.384a7.35 7.35 0 0 0-8.013 1.747C4.389 9.26 3.137 8.351 2.535 7.914a.7.7 0 0 0-.191-.114"/><path d="M13.877 3.161A6.77 6.77 0 0 0 9.109 5.37a17.2 17.2 0 0 1-3.333 2.764V8.3c2.924-1.243 5.158-4.66 8.107-4.614a6.8 6.8 0 0 1 5.279 3.04l.8-.04a7.15 7.15 0 0 0-6.085-3.525" style="fill-opacity:.31372499465942383"/><path d="M28.871 15.046c0 4.828-5.238 13.708-8.747 13.708-3.608 0-8.747-8.879-8.747-13.708a8.747 8.747 0 1 1 17.494 0" style="fill:#aa56ff"/><path d="M20.123 28.923c-1.7 0-3.9-1.915-5.871-5.124-1.85-3.009-3.046-6.445-3.046-8.753a8.917 8.917 0 1 1 17.833 0c0 2.293-1.21 5.729-3.083 8.754-1.985 3.208-4.166 5.123-5.833 5.123m0-22.455a8.59 8.59 0 0 0-8.578 8.578c0 2.25 1.176 5.616 3 8.576 1.91 3.107 4 4.962 5.582 4.962 1.525 0 3.65-1.9 5.546-4.963 1.842-2.975 3.032-6.341 3.032-8.575a8.587 8.587 0 0 0-8.582-8.577Z"/><path d="M28.753 13.618c.021.247.032.5.032.749 0 4.828-5.236 13.71-8.745 13.71-3.291 0-7.857-7.386-8.634-12.349.433 4.935 5.275 13.027 8.719 13.027 3.51 0 8.745-8.881 8.745-13.71a9 9 0 0 0-.117-1.427" style="fill-opacity:.31372499465942383"/><path d="M26.2 21.958a4.027 4.027 0 1 0-4.427-4.006 4 4 0 0 0 .026.463" style="fill:#aa56ff"/><path d="M26.2 22.128a.169.169 0 0 1-.016-.338 3.857 3.857 0 1 0-4.241-3.837 4 4 0 0 0 .025.444.169.169 0 1 1-.337.039 4 4 0 0 1-.028-.483 4.2 4.2 0 1 1 4.613 4.175Z"/><path d="M18.17 18.461a4 4 0 0 0 .032-.508 4.026 4.026 0 1 0-4.273 4.019" style="fill:#aa56ff"/><path d="M13.929 22.141h-.01a4.2 4.2 0 1 1 4.453-4.188 4 4 0 0 1-.033.53.169.169 0 0 1-.339-.043 4 4 0 0 0 .03-.487 3.856 3.856 0 1 0-4.094 3.85.169.169 0 0 1-.01.339ZM21.09 26.92a1.36 1.36 0 0 1-.94 1.141 1.31 1.31 0 0 1-.94-1.141c0-.519.421-.46.94-.46s.94-.06.94.46M18.257 23.447a.8.8 0 0 1-.667.88.915.915 0 0 1 0-1.761.8.8 0 0 1 .667.881"/><path d="M17.59 24.412a.68.68 0 0 1-.539-.291 1.175 1.175 0 0 1 0-1.347.644.644 0 0 1 1.078 0 1.175 1.175 0 0 1 0 1.347.68.68 0 0 1-.539.291m0-1.761a.51.51 0 0 0-.4.224 1.01 1.01 0 0 0 0 1.143.476.476 0 0 0 .808 0 .95.95 0 0 0 .178-.571.95.95 0 0 0-.178-.571.51.51 0 0 0-.408-.225M23.057 23.447a.8.8 0 0 1-.667.88.915.915 0 0 1 0-1.761.8.8 0 0 1 .667.881"/><path d="M22.39 24.412a.68.68 0 0 1-.539-.291 1.175 1.175 0 0 1 0-1.347.644.644 0 0 1 1.078 0 1.175 1.175 0 0 1 0 1.347.68.68 0 0 1-.539.291m0-1.761a.51.51 0 0 0-.4.224 1.01 1.01 0 0 0 0 1.143.476.476 0 0 0 .808 0 .95.95 0 0 0 .178-.571.95.95 0 0 0-.178-.571.51.51 0 0 0-.408-.225"/><path d="M17.857 23.242c0 .167-.084.3-.187.3s-.187-.135-.187-.3.084-.3.187-.3.187.135.187.3M22.523 23.322c0 .167-.084.3-.187.3s-.187-.135-.187-.3.084-.3.187-.3.187.135.187.3" style="fill:#fff"/><path d="M25.814 14.5a3.56 3.56 0 0 0-3.273 2.648 4.68 4.68 0 0 1 2.569-.748 4.14 4.14 0 0 1 4.056 2.648 3.525 3.525 0 0 0-3.177-4.548zM21.889 26.558a.121.121 0 0 1-.051-.231c3.889-1.813 5.7-.2 5.775-.129a.121.121 0 1 1-.165.178c-.017-.016-1.778-1.568-5.508.171a.1.1 0 0 1-.051.011"/><path d="M26.788 28.357a.12.12 0 0 1-.093-.043 5.7 5.7 0 0 0-1.548-1.214 3.35 3.35 0 0 0-3.565.111.121.121 0 0 1-.13-.2c2.877-1.836 5.4 1.119 5.428 1.149a.121.121 0 0 1-.093.2Z"/><path d="M25.006 29.782a.12.12 0 0 1-.12-.1 3.37 3.37 0 0 0-1.315-2.252 2.15 2.15 0 0 0-2 .169.121.121 0 0 1-.109-.216 2.37 2.37 0 0 1 2.221-.167 3.55 3.55 0 0 1 1.442 2.433.12.12 0 0 1-.1.137ZM18.358 26.558a.1.1 0 0 1-.051-.011c-3.743-1.745-5.491-.187-5.508-.171a.121.121 0 1 1-.165-.178c.075-.07 1.886-1.684 5.775.129a.121.121 0 0 1-.051.231"/><path d="M13.459 28.357a.121.121 0 0 1-.093-.2c.025-.03 2.551-2.985 5.428-1.149a.121.121 0 1 1-.13.2A3.35 3.35 0 0 0 15.1 27.1a5.7 5.7 0 0 0-1.547 1.211.12.12 0 0 1-.094.046"/><path d="M15.241 29.782h-.017a.12.12 0 0 1-.1-.137 3.55 3.55 0 0 1 1.442-2.433 2.37 2.37 0 0 1 2.221.167.121.121 0 1 1-.109.216 2.14 2.14 0 0 0-2-.169 3.37 3.37 0 0 0-1.315 2.252.12.12 0 0 1-.122.104M14.332 14.5a3.56 3.56 0 0 1 3.268 2.645 4.68 4.68 0 0 0-2.568-.747 4.14 4.14 0 0 0-4.056 2.648 3.525 3.525 0 0 1 3.182-4.546z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><linearGradient id="a" x1="285.901" x2="307.339" y1="422.94" y2="415.156" gradientTransform="translate(-281.5 -403)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#eb4a54"/><stop offset="1" style="stop-color:#9e2990"/></linearGradient><path fill="url(#a)" fill-rule="evenodd" d="M10.2 6.2c-1.1-1.4-3.3-.6-3.5 1.2L5.5 21.2c-.2 2.1 1.4 4 3.5 4.2l12.1 1c2.1.2 4-1.4 4.2-3.5l1.2-13.8c.2-1.8-2-2.9-3.4-1.8l-3.4 2.8c-.4.3-.6.5-.7.7s-.1.4-.1.6c.1.2.2.4.6.7l.7.8c3.2 3.7.2 9.3-4.7 8.9h-.6c-4.8-.5-6.7-6.5-3.1-9.6l.8-.7c.4-.3.6-.5.7-.7s.1-.4.1-.6c-.1-.2-.2-.4-.6-.7zm7.5 1.3c-.4.3-.6.5-.7.6-.2 0-.4 0-.6-.1s-.4-.3-.7-.7L12.9 4C9.8.3 3.7 2.2 3.3 7.1L2 21c-.4 4 2.6 7.5 6.6 7.9l12.1 1c4 .4 7.5-2.6 7.9-6.6L30 9.4c.5-4.8-5.2-7.7-8.9-4.7zm-.6 6.9c-.3-.4-.5-.6-.7-.7s-.4-.1-.6-.1c-.2.1-.4.2-.7.6l-.8.7c-1.4 1.1-.7 3.4 1.1 3.5l.7.1c1.8.2 2.9-2 1.8-3.4z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.62 19.85v-7.7h2.264l2.266 2.831 2.264-2.831h2.265v7.7h-2.265v-4.416l-2.264 2.831-2.266-2.831v4.416zM21.775 19.85l-3.397-3.737h2.264V12.15h2.265v3.963h2.264z" style="fill:#755838"/><path d="M2 15.042a2.35 2.35 0 0 0 1.464-.484 2.22 2.22 0 0 0 .752-1.269 14.3 14.3 0 0 0 .2-2.75q.011-1.948.07-2.566a4.9 4.9 0 0 1 .39-1.573 2.8 2.8 0 0 1 .705-.951 2.85 2.85 0 0 1 1.076-.542A6.3 6.3 0 0 1 8.1 4.789h.654V6.62h-.362a2.18 2.18 0 0 0-1.61.437 3.18 3.18 0 0 0-.4 1.954 34 34 0 0 1-.128 3.861A4.4 4.4 0 0 1 5.54 14.8 4.3 4.3 0 0 1 3.948 16a3.56 3.56 0 0 1 1.861 1.639 8.3 8.3 0 0 1 .577 3.611q0 2.275.047 2.709a1.64 1.64 0 0 0 .471 1.1 2.47 2.47 0 0 0 1.487.315h.362v1.834H8.1a5.3 5.3 0 0 1-1.656-.187 2.8 2.8 0 0 1-1.237-.869 3.13 3.13 0 0 1-.636-1.523 23 23 0 0 1-.154-3.021 15.4 15.4 0 0 0-.2-2.9 2.25 2.25 0 0 0-.752-1.271A2.33 2.33 0 0 0 2 16.947ZM30 16.944a2.33 2.33 0 0 0-1.464.49 2.25 2.25 0 0 0-.752 1.271 15.4 15.4 0 0 0-.2 2.9 23 23 0 0 1-.158 3.021 3.13 3.13 0 0 1-.636 1.523 2.8 2.8 0 0 1-1.237.869 5.3 5.3 0 0 1-1.656.187h-.654v-1.83h.362a2.47 2.47 0 0 0 1.487-.315 1.64 1.64 0 0 0 .473-1.108q.047-.432.047-2.709a8.3 8.3 0 0 1 .577-3.611A3.56 3.56 0 0 1 28.051 16a4.3 4.3 0 0 1-1.588-1.2 4.4 4.4 0 0 1-.717-1.924 34 34 0 0 1-.128-3.861 3.18 3.18 0 0 0-.4-1.954 2.18 2.18 0 0 0-1.61-.437h-.362V4.789h.654a6.3 6.3 0 0 1 1.439.117 2.85 2.85 0 0 1 1.073.543 2.8 2.8 0 0 1 .705.951 4.9 4.9 0 0 1 .39 1.575q.058.618.07 2.566a14.3 14.3 0 0 0 .2 2.753 2.22 2.22 0 0 0 .752 1.266 2.35 2.35 0 0 0 1.464.484Z" style="fill:#fbc02d"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 21.555a17 17 0 0 1 .217-2.83 5.15 5.15 0 0 1 .816-2.111 3.8 3.8 0 0 1 1.64-1.31 7 7 0 0 1 2.718-.442 18 18 0 0 1 1.939.112 18 18 0 0 0 1.864.112 4.4 4.4 0 0 0 1.789-.314 2.7 2.7 0 0 0 1.145-.928 3.9 3.9 0 0 0 .629-1.482 13.4 13.4 0 0 0 .27-1.917h1.932a13 13 0 0 0 .307 1.954 4.1 4.1 0 0 0 .621 1.46 2.7 2.7 0 0 0 1.175.936 4.6 4.6 0 0 0 1.729.292 18 18 0 0 0 1.887-.112 18 18 0 0 1 1.932-.112 6.8 6.8 0 0 1 2.62.442 3.87 3.87 0 0 1 1.692 1.31 5.2 5.2 0 0 1 .846 2.126A15.7 15.7 0 0 1 30 21.555h-1.228a13 13 0 0 0-.157-1.388 4 4 0 0 0-.382-1.253 2.2 2.2 0 0 0-.951-.873 3.9 3.9 0 0 0-1.759-.334h-3.5a7.7 7.7 0 0 1-2.605-.374 4 4 0 0 1-1.677-1.111 5.1 5.1 0 0 1-.951-1.607 12 12 0 0 1-.561-2.069h-.469a13.6 13.6 0 0 1-.554 2.031 5 5 0 0 1-.958 1.645 4.17 4.17 0 0 1-1.662 1.1 7.5 7.5 0 0 1-2.62.389H6.477a4 4 0 0 0-1.722.314 2.25 2.25 0 0 0-1 .893 3.6 3.6 0 0 0-.419 1.29q-.105.739-.135 1.35Z" style="fill:#cfcfcf"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M4 4h24v24H4z"/><path fill="#fff" fill-rule="nonzero" d="m21.765 13.008-4.181 5.825a1.95 1.95 0 0 1-1.613.835q-.483 0-.904-.221a2.05 2.05 0 0 1-.708-.614l-4.205-5.825v9.13H8V9.862h1.002q.784 0 1.498.368c.714.368.871.586 1.186 1.02l4.32 6.022 4.285-6.009q.46-.664 1.181-1.033c.721-.369.984-.368 1.514-.368H24v12.276h-2.235z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M3 2h22v22H3z"/><path fill="#fff" fill-rule="nonzero" d="m19.285 10.257-3.833 5.34a1.79 1.79 0 0 1-1.478.766q-.444 0-.829-.203c-.385-.203-.474-.323-.65-.563l-3.854-5.34v8.37H6.667V7.373h.918q.719 0 1.373.338c.654.338.799.537 1.088.935l3.959 5.52 3.928-5.509q.423-.608 1.083-.946c.66-.338.902-.338 1.388-.338h.929v11.254h-2.048z"/><g fill-rule="nonzero"><path fill="#1572b6" d="m17.992 29.292-1.274-14.291h14l-1.275 14.288-5.734 1.59z"/><path fill="#33a9dc" d="m23.718 29.664 4.633-1.284 1.09-12.211h-5.723z"/><path fill="#fff" d="M23.718 21.347h2.319l.16-1.795h-2.479v-1.753h4.395l-.042.47-.431 4.831h-3.922z"/><path fill="#ebebeb" d="m23.729 25.899-.008.002-1.952-.527-.125-1.398h-1.759l.245 2.752 3.59.997.009-.003z"/><path fill="#fff" d="m25.888 23.025-.211 2.347-1.955.528v1.824l3.593-.996.027-.296.305-3.407z"/><path fill="#ebebeb" d="M23.724 17.799v1.753H19.49l-.035-.394-.08-.889-.042-.47zM23.718 21.347V23.1H21.79l-.035-.394-.079-.889-.042-.47z"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path fill="#f7394a" d="M3 2h22v22H3z"/><path fill="#fff" fill-rule="nonzero" d="m19.285 10.257-3.833 5.34a1.79 1.79 0 0 1-1.478.766q-.444 0-.829-.203c-.385-.203-.474-.323-.65-.563l-3.854-5.34v8.37H6.667V7.373h.918q.719 0 1.373.338c.654.338.799.537 1.088.935l3.959 5.52 3.928-5.509q.423-.608 1.083-.946c.66-.338.902-.338 1.388-.338h.929v11.254h-2.048z"/><g fill-rule="nonzero"><path fill="#f7df1e" d="M16 15.788h14v14H16z"/><path d="m17.617 25.205 1.249-.756c.242.428.461.789.987.789.505 0 .823-.197.823-.964v-5.219h1.534v5.24c0 1.59-.931 2.314-2.291 2.314-1.228 0-1.941-.636-2.302-1.404m5.427-.164 1.25-.724c.329.538.757.932 1.513.932.636 0 1.042-.318 1.042-.756 0-.526-.417-.713-1.119-1.02l-.383-.164c-1.108-.472-1.842-1.064-1.842-2.314 0-1.151.877-2.028 2.247-2.028.976 0 1.678.34 2.182 1.228l-1.195.767c-.263-.471-.548-.657-.987-.657-.449 0-.734.285-.734.657 0 .461.285.647.942.932l.384.165c1.305.559 2.039 1.129 2.039 2.412 0 1.381-1.085 2.138-2.543 2.138-1.425 0-2.346-.68-2.796-1.568"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.785 6.865a3 3 0 0 0-.785.1V7h.038a6.5 6.5 0 0 0 .612.785c.154.306.288.611.441.917l.038-.039a1.07 1.07 0 0 0 .4-.957 4 4 0 0 1-.23-.4c-.115-.191-.364-.287-.517-.44" style="fill:#5d87a1;fill-rule:evenodd"/><path d="M27.78 23.553a8.85 8.85 0 0 0-3.712.536c-.287.115-.745.115-.785.478.154.153.172.4.307.613a4.5 4.5 0 0 0 .995 1.167c.4.306.8.611 1.225.879.745.461 1.588.728 2.314 1.187.422.268.842.612 1.264.9.21.153.343.4.611.5v-.058a4 4 0 0 0-.291-.613c-.191-.19-.383-.363-.575-.554a9.1 9.1 0 0 0-1.99-1.932c-.613-.422-1.953-1-2.2-1.7l-.039-.039a7.7 7.7 0 0 0 1.321-.308c.65-.172 1.243-.133 1.912-.3.307-.077.862-.268.862-.268v-.3c-.342-.34-.587-.795-.947-1.116a25.3 25.3 0 0 0-3.122-2.328c-.587-.379-1.344-.623-1.969-.946-.226-.114-.6-.17-.737-.36a7.6 7.6 0 0 1-.776-1.457 47 47 0 0 1-1.551-3.293 20 20 0 0 0-.965-2.157A19.1 19.1 0 0 0 11.609 5a9 9 0 0 0-2.421-.776c-.474-.02-.946-.057-1.419-.075a7.6 7.6 0 0 1-.869-.664C5.818 2.8 3.038 1.328 2.242 3.277 1.732 4.508 3 5.718 3.435 6.343A9 9 0 0 1 4.4 7.762c.133.322.171.663.3 1a23 23 0 0 0 .987 2.538 9 9 0 0 0 .7 1.172c.153.209.417.3.474.645a5.4 5.4 0 0 0-.436 1.419 8.34 8.34 0 0 0 .549 6.358c.3.473 1.022 1.514 1.987 1.116.851-.34.662-1.419.908-2.364.056-.229.019-.379.132-.53v.184s.483 1.061.723 1.6a10.8 10.8 0 0 0 2.4 2.59A3.5 3.5 0 0 1 14 24.657V25h.427a1.05 1.05 0 0 0-.427-.788 9.4 9.4 0 0 1-.959-1.16 25 25 0 0 1-2.064-3.519c-.3-.6-.553-1.258-.793-1.857-.11-.231-.11-.58-.295-.7a7.3 7.3 0 0 0-.884 1.313 11.4 11.4 0 0 0-.517 2.921c-.073.02-.037 0-.073.038-.589-.155-.792-.792-1.014-1.332a8.76 8.76 0 0 1-.166-5.164c.128-.405.683-1.681.461-2.068-.111-.369-.48-.58-.682-.871a8 8 0 0 1-.663-1.237C5.912 9.5 5.69 8.3 5.212 7.216a10.4 10.4 0 0 0-.921-1.489A9.6 9.6 0 0 1 3.276 4.22c-.092-.213-.221-.561-.074-.793a.3.3 0 0 1 .259-.252c.238-.212.921.058 1.16.174a9.2 9.2 0 0 1 1.824.967c.258.194.866.685.866.685h.18c.612.133 1.3.037 1.876.21a12.3 12.3 0 0 1 2.755 1.32 17 17 0 0 1 5.969 6.545c.23.439.327.842.537 1.3.4.94.9 1.9 1.3 2.814a12.6 12.6 0 0 0 1.36 2.564c.286.4 1.435.612 1.952.822a14 14 0 0 1 1.32.535c.651.4 1.3.861 1.913 1.3.305.23 1.262.708 1.32 1.091" style="fill:#00758f;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.2 12.2c-.8-.1-1.3.3-1.4 1-.1.9.3 1.3 1.1 1.4s1.2-.3 1.4-1c.1-.7-.3-1.3-1.1-1.4" style="fill:#3790b0"/><path d="M16 2c-1.4 0-2.8.2-4.1.6.2.7.5 1.3.9 1.9.9 1.5 2.3 2.2 4 2.3.8.1 1.6.1 2.4.1 2.1 0 3.8 2.4 2.9 4.6-.5 1.2-1.1 1.9-2.4 2.1-1.6.2-2.8-.3-3.6-1.7-.1-.3-.3-.6-.4-.9-.2-.6-.4-1.3-.7-1.9-.8-2.3-3.4-3.6-5.7-3.1-.8.1-1.8-.1-2.5-.5C3.8 8.1 2 11.8 2 16c0 7.7 6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m5.8 21.3c-.5 1.2-1.1 1.9-2.4 2.1-1.6.2-2.8-.3-3.6-1.7-.1-.3-.3-.6-.4-.9-.2-.6-.4-1.3-.7-1.9-.9-2.4-3.5-3.6-5.8-3.2-1.3.2-3.2-.5-3.8-1.6-.8-1.3-.7-3.1.1-4.1.5-.6 1.3-1 2.1-1.2h.9c1.5.2 2.4.9 2.9 2.4.3 1.1.7 2.1 1.3 3.1.9 1.5 2.3 2.2 4 2.3.8.1 1.6.1 2.4.1 2.1 0 3.8 2.5 3 4.6" style="fill:#3790b0"/><path d="M18.4 21.8c-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.1.3 1.5-.3.1-.1.4-1 .2-1.3-.2-.5-1.4-.8-1.6-.8M20.1 12.1c.1-.1.4-1 .2-1.3-.2-.4-1.4-.7-1.6-.7-.6.1-.8.6-.8 1.1s.4 1 .7 1.3c.5.3 1.2.3 1.5-.4" style="fill:#3790b0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.517 12.25a.477.477 0 0 0-.483.469v2.812h-.965v-2.812a.483.483 0 0 0-.966 0v2.812h-3.4A7.64 7.64 0 0 0 16 8.5a7.64 7.64 0 0 0-7.708 7.031H4.9v-2.812a.483.483 0 0 0-.966 0v2.812h-.968v-2.812a.483.483 0 0 0-.966 0v6.562a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-2.812h3.395A7.64 7.64 0 0 0 16 23.5a7.64 7.64 0 0 0 7.708-7.031h3.4v2.812a.483.483 0 0 0 .966 0v-2.812h.965v2.812a.483.483 0 0 0 .966 0v-6.562a.476.476 0 0 0-.488-.469M16 22.563A6.67 6.67 0 0 1 9.241 16 6.67 6.67 0 0 1 16 9.438 6.67 6.67 0 0 1 22.759 16 6.67 6.67 0 0 1 16 22.563m3.611-9.7a.5.5 0 0 1 .01.092v3.516a.483.483 0 0 1-.966 0v-2.386L13.2 19.378a.49.49 0 0 1-.682 0 .46.46 0 0 1 0-.663l5.451-5.293h-2.452a.469.469 0 1 1 0-.938h3.627a.4.4 0 0 1 .088.009l.042.012.049.014.045.023q.019.01.038.02a1 1 0 0 1 .073.058.4.4 0 0 1 .06.071l.021.036q.012.02.024.045c.012.025.01.031.015.047l.012.042Z" style="fill:#559"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2af598"/><stop offset="1" stop-color="#009efd"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2af598"/><stop offset="1" stop-color="#009efd"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6f86d6"/><stop offset="1" stop-color="#4a86d6"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6f86d6"/><stop offset="1" stop-color="#4a86d6"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f6c765"/><stop offset="1" stop-color="#fda085"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f6c765"/><stop offset="1" stop-color="#fda085"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#96deda"/><stop offset="1" stop-color="#50c9c3"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#96deda"/><stop offset="1" stop-color="#50c9c3"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d4d491"/><stop offset="1" stop-color="#c1c12e"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d4d491"/><stop offset="1" stop-color="#c1c12e"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cc5ec5"/><stop offset="1" stop-color="#6e45e2"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cc5ec5"/><stop offset="1" stop-color="#6e45e2"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3cba92"/><stop offset="1" stop-color="#0ba360"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3cba92"/><stop offset="1" stop-color="#0ba360"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffb199"/><stop offset="1" stop-color="#ff0844"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffb199"/><stop offset="1" stop-color="#ff0844"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#80d0c7"/><stop offset="1" stop-color="#13547a"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#80d0c7"/><stop offset="1" stop-color="#13547a"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9bc5c3"/><stop offset="1" stop-color="#616161"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="929" y2="957" gradientTransform="matrix(1 0 0 -1 0 959)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9bc5c3"/><stop offset="1" stop-color="#616161"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#537895"/><stop offset="1" stop-color="#09203f"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="m14.64 27.114 1.67-1a1.51 1.51 0 0 0 1.31 1.07c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-2.435 3.087 3 3 0 0 1-.625 0 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36L25 24.6c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.718c.081 0 .161 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-.993.773 1 1 0 0 0-.007.107c0 .61.38.86 1.26 1.24l.51.22C28 23.654 29 24.414 29 26.134s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.997" x2="15.997" y1="993" y2="1021" gradientTransform="matrix(1 0 0 -1 0 1023)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#537895"/><stop offset="1" stop-color="#09203f"/></linearGradient></defs><path d="M18.488 2a1.8 1.8 0 0 0-.564.1c1.611 1.058-.28 2.594.6 3.9A2.23 2.23 0 0 1 19.6 3.765c.285-.237.467-.322.406-.714C19.91 2.409 19.054 2 18.488 2m2.3.414c-.222 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.528 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.851 2-3.268 2.481-.916.313-1.816.221-2.388 1.129a1.41 1.41 0 0 0 .056 1.832c.17.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.146.121.652.239.738.368.107.161-.173.8.062.9.159.073.622-.744.667-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8.36 8.36 0 0 1 9.739 7.506c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.911 7.05 7.05 0 0 1-.646 4.79 6.9 6.9 0 0 1-1.23 1.668c-.3.3-.894.63-1.089.941a13.4 13.4 0 0 0 3.525-.968A11.65 11.65 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.7 11.7 0 0 1 .209 3.5A12.42 12.42 0 0 0 29.53 13.91a15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.941-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.266-3.5 5.311-6.431 4.463a5 5 0 0 0 4.56-4.288 4.99 4.99 0 0 0-3.381-5.315Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M26.4 18.6a2.8 2.8 0 0 1 1.41.81 3.8 3.8 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.1.7 1 1 0 0 0-.022.212.8.8 0 0 0 .1.42 2.22 2.22 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76 3 3 0 0 1-2.51 1.84 7 7 0 0 1-1.72 0 4.14 4.14 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.74 3.74 0 0 0-1.55-.9 5.6 5.6 0 0 1-2.18-1.38 3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.712.048m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.487 2a1.8 1.8 0 0 0-.564.1c1.615 1.062-.29 2.6.6 3.9A2.235 2.235 0 0 1 19.6 3.765c.285-.237.468-.322.407-.714C19.908 2.409 19.052 2 18.487 2m2.3.414c-.223 1.123-.5 1.164-1.323 1.887a1.82 1.82 0 0 0-.527 2.191c-3.4-1.32-7.758-2.118-10.953.166-1.149.821-1.85 2-3.267 2.481-.916.314-1.816.221-2.39 1.129a1.41 1.41 0 0 0 .056 1.832c.171.175.5.287.636.465.079.1.077.2.152.333a2.6 2.6 0 0 0 .564.828c.147.121.652.239.738.368.108.161-.172.8.063.9.158.073.621-.744.666-.816-.092.643-.213 1.784.51.834.343-.451.364-.6.941-.7a8 8 0 0 1 1.117-.116 8.36 8.36 0 0 1 8.622 7.622c-.108-.5-.761-1.3-1.369-1.11-.259.08-.355.527-.525.786a3.8 3.8 0 0 1-.785.868 4.7 4.7 0 0 0-.072-1.452c-.182.748-.547 1.989-1.466 1.788a1.65 1.65 0 0 1-1.328-1.142c-.119-.76.684-1.651-.607-1.714-2.59-.127-1.991 3.682-.462 4.675a3.3 3.3 0 0 0-1.015.283 6.893 6.893 0 0 0 10.276-4.922 7.06 7.06 0 0 1-.015 3.085 7.2 7.2 0 0 1-.554 1.559 6.8 6.8 0 0 1-1.3 1.81c-.314.311-.89.624-1.088.941a13.4 13.4 0 0 0 3.52-.968A11.64 11.64 0 0 1 15.1 30a11.59 11.59 0 0 0 9.3-5.909 11.66 11.66 0 0 1-1.945 4.668 11.53 11.53 0 0 0 4.975-7.783 11.6 11.6 0 0 1 .209 3.5 12.42 12.42 0 0 0 1.889-10.566 15.8 15.8 0 0 0-1.689-3.962 15 15 0 0 0-.939-1.394c-.133-.173-.844-.806-.844-1q-.009.029-.015 0c0 3.248-3.5 5.333-6.431 4.463a5 5 0 0 0 4.546-4.167 5 5 0 0 0-3.369-5.436" style="fill:#ea2845;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M29.39 13.98 18.02 2.61l-.42-.42-.47-.19h-2.26l-.47.2-.42.41L2.61 13.98l-.42.42-.19.47v2.26l.2.47.41.42 11.37 11.37.42.42.47.19h2.26l.47-.2.42-.41 11.37-11.37.42-.42.19-.47v-2.26l-.2-.47z"/><path fill="#05BDBA" d="M14.99 27.38v-5.46l.14-.15h1.74l.14.15v5.46l-.14.14h-1.74zm0-17.3V4.62l.14-.14h1.74l.14.14v5.46l-.14.15h-1.74zM10.4 23.33h-.24l-1.2-1.2v-.23l1.6-1.6h1.26l.17.18v1.26l-1.6 1.6ZM8.96 10.16v-.24l1.2-1.2h.24l1.59 1.6v1.26l-.17.17h-1.26zm-4.8 4.82h6.14l.14.15v1.74l-.14.14H4.16L4 16.87v-1.74l.15-.15Z"/><path fill="#014847" d="M19.26 19.62h-1.74l-.15-.15v-4.06c0-.73-.28-1.29-1.15-1.3-.45-.02-.97 0-1.51.02l-.09.08v5.26l-.14.15h-1.74l-.14-.15v-6.94l.14-.15h3.9a2.75 2.75 0 0 1 2.76 2.75v4.34l-.15.15Z"/><path fill="#05BDBA" d="M27.84 17.02H21.7l-.14-.15v-1.74l.14-.14h6.14l.15.14v1.74z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.874 13.964A14.06 14.06 0 0 0 20.3 2.653a14.7 14.7 0 0 0-2.915-.61c-.263-.027-2.072-.057-2.3-.035-.06 0-.252.024-.424.038A14.03 14.03 0 0 0 4.6 7.848a13.86 13.86 0 0 0-2.471 6.116A10.7 10.7 0 0 0 2 16a10.7 10.7 0 0 0 .126 2.039A14.06 14.06 0 0 0 11.7 29.352a14.8 14.8 0 0 0 2.956.613 26 26 0 0 0 2.682 0 14.1 14.1 0 0 0 5.045-1.475c.24-.123.287-.156.254-.183s-1.048-1.393-2.28-3.057l-2.239-3.024-2.8-4.152c-1.544-2.282-2.814-4.148-2.825-4.148s-.022 1.841-.027 4.094a32 32 0 0 1-.06 4.2.5.5 0 0 1-.241.249c-.088.044-.165.052-.578.052h-.473l-.126-.079a.5.5 0 0 1-.184-.2l-.057-.123.005-5.487.009-5.49.084-.107a.8.8 0 0 1 .2-.167c.112-.054.156-.06.629-.06.559 0 .652.022.8.181.041.044 1.56 2.331 3.377 5.087s4.3 6.519 5.524 8.366L23.59 27.8l.112-.074a14.4 14.4 0 0 0 2.877-2.526 13.93 13.93 0 0 0 3.295-7.156A10.7 10.7 0 0 0 30 16a10.7 10.7 0 0 0-.126-2.036m-8.761 1.855-.008 4.921-.868-1.33-.87-1.33V14.5c0-2.312.011-3.612.027-3.675a.56.56 0 0 1 .271-.345c.112-.058.153-.063.583-.063.4 0 .476.005.566.055a.55.55 0 0 1 .277.323c.022.074.027 1.595.022 5.024" style="fill:#d2d2d2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g fill="#0dc09d"><path d="M2 7.161c4.418.294 7.959 3.843 8.236 8.266h5.16C15.11 8.151 9.272 2.303 2 2zM10.266 16.604C9.972 21.022 6.423 24.562 2 24.84V30c7.276-.287 13.124-6.124 13.427-13.396zM21.734 15.396c.294-4.418 3.843-7.959 8.266-8.237V2c-7.276.287-13.124 6.125-13.427 13.397zM30 24.84c-4.418-.294-7.959-3.843-8.236-8.266h-5.16C16.89 23.85 22.728 29.698 30 30z"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m18.59 28.34-1.12-12.6h12.35l-1.13 12.6-5.05 1.4z" style="fill:#1572b6"/><path d="m23.64 28.67 4.09-1.14.96-10.76h-5.05z" style="fill:#33a9dc"/><path d="M23.64 21.33h2.05l.14-1.58h-2.19V18.2h3.88l-.04.42-.38 4.26h-3.46z" style="fill:#fff"/><path d="m23.65 25.35-1.72-.47-.11-1.23h-1.56l.22 2.43 3.16.88.01-.01z" style="fill:#ebebeb"/><path d="m25.56 22.81-.19 2.07-1.72.47v1.61l3.17-.88.02-.26.27-3.01z" style="fill:#fff"/><path d="M23.65 18.2v1.5499999999999998h-3.73l-.03-.35-.08-.78-.03-.42zM23.64 21.33v1.5499999999999998h-1.7l-.03-.35-.07-.78-.03-.42z" style="fill:#ebebeb"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#de3641"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#b13138"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m18.69 28.21-1.11-12.47H29.8l-1.11 12.47-5.01 1.39z" style="fill:#e44f26"/><path d="m23.69 28.54 4.05-1.12.95-10.66h-5z" style="fill:#f1662a"/><path d="M23.69 21.39h-2.02l-.14-1.57h2.16v-1.53h-3.84l.04.41.38 4.22h3.42zM23.69 25.36h-.01l-1.7-.46-.11-1.22h-1.5299999999999998l.21 2.4 3.13.87h.01z" style="fill:#ebebeb"/><path d="M23.69 21.39v1.53h1.88l-.18 1.98-1.7.46v1.59l3.13-.87.03-.26.35-4.02.04-.41h-3.5500000000000003M23.69 18.29v1.5299999999999998h3.69l.03-.35.07-.77.04-.41z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.604 2 2.57 6.648l1.988 17.234L15.604 30l11.046-6.118 1.988-17.234z" style="fill:#dd0031"/><path d="M15.604 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#c3002f"/><path d="m15.6 5.094-8.144 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M24.816 27.57a2.49 2.49 0 0 0 2.251 1.385c.945 0 1.549-.472 1.549-1.125 0-.782-.62-1.059-1.661-1.514l-.57-.245c-1.646-.7-2.74-1.58-2.74-3.437a3.05 3.05 0 0 1 3.341-3.014 3.37 3.37 0 0 1 3.245 1.827l-1.777 1.141a1.55 1.55 0 0 0-1.468-.978.993.993 0 0 0-1.092.978c0 .684.424.961 1.4 1.385l.57.244c1.942.831 3.036 1.683 3.036 3.583 0 2.054-1.614 3.179-3.78 3.179a4.38 4.38 0 0 1-4.157-2.333Zm-8.059.2c.358.636.684 1.173 1.468 1.173.75 0 1.222-.293 1.222-1.434V19.75h2.281v7.788a3.1 3.1 0 0 1-3.407 3.437 3.54 3.54 0 0 1-3.421-2.083Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-.645" x2="-.645" y1="1211.11" y2="1220.94" gradientTransform="translate(19.71 -1191.11)" gradientUnits="userSpaceOnUse"><stop offset=".15" stop-color="#2a4f84"/><stop offset=".39" stop-color="#294e82"/><stop offset="1" stop-color="#172e4e"/></linearGradient></defs><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M28.93 27.94a1.9 1.9 0 0 1-1.9 1.9H11.1a1.9 1.9 0 0 1-1.9-1.9v-6A1.9 1.9 0 0 1 11.06 20H27a1.9 1.9 0 0 1 1.9 1.9Z" style="fill:url(#a)"/><path d="M25.6 24.79a1.56 1.56 0 0 1 1.25 1.5 1.34 1.34 0 0 1-.52 1.11 2.32 2.32 0 0 1-1.47.44 3.6 3.6 0 0 1-1.77-.49 1.6 1.6 0 0 1 .13-.53 1.5 1.5 0 0 1 .28-.46 2.9 2.9 0 0 0 1.31.39.76.76 0 0 0 .4-.09.27.27 0 0 0 .14-.24q0-.28-.43-.42l-.52-.2q-1.17-.43-1.17-1.39a1.39 1.39 0 0 1 .49-1.12 2 2 0 0 1 1.28-.51 4 4 0 0 1 .91.12 3.6 3.6 0 0 1 .82.37 1.3 1.3 0 0 1-.1.57 1 1 0 0 1-.3.44 3.4 3.4 0 0 0-1.33-.35.43.43 0 0 0-.29.08.27.27 0 0 0-.1.21q0 .22.36.35l.58.21ZM21.44 24.79a1.56 1.56 0 0 1 1.25 1.5 1.34 1.34 0 0 1-.52 1.11 2.33 2.33 0 0 1-1.47.44 3.6 3.6 0 0 1-1.77-.49 1.6 1.6 0 0 1 .13-.53 1.4 1.4 0 0 1 .28-.46 2.9 2.9 0 0 0 1.31.39.76.76 0 0 0 .4-.09.27.27 0 0 0 .14-.24q0-.28-.43-.42l-.52-.2q-1.17-.43-1.17-1.39a1.39 1.39 0 0 1 .49-1.12 2 2 0 0 1 1.33-.51 4 4 0 0 1 .91.12 3.6 3.6 0 0 1 .82.37 1.3 1.3 0 0 1-.1.57 1 1 0 0 1-.3.44 3.4 3.4 0 0 0-1.31-.35.43.43 0 0 0-.29.08.27.27 0 0 0-.1.21q0 .22.36.35ZM18.4 24.85a2.2 2.2 0 0 0-.14-.79 1.8 1.8 0 0 0-.39-.62 1.8 1.8 0 0 0-.62-.41 2.2 2.2 0 0 0-.81-.25 2.2 2.2 0 0 0-.93.29 1.8 1.8 0 0 0-.66.51 2.2 2.2 0 0 0-.39.77 3.5 3.5 0 0 0-.13 1 4.5 4.5 0 0 0 .1 1 2.1 2.1 0 0 0 .35.79 1.7 1.7 0 0 0 .65.52 2.3 2.3 0 0 0 1 .22 3.13 3.13 0 0 0 1.84-.56 1.48 1.48 0 0 0-.38-.86 5 5 0 0 1-.68.21 2.5 2.5 0 0 1-.52.06.81.81 0 0 1-.65-.23.94.94 0 0 1-.21-.61h2.44a3.5 3.5 0 0 0 .13-1.04m-2.57.06a1.9 1.9 0 0 1 .17-.79.5.5 0 0 1 .44-.21.52.52 0 0 1 .46.22 1.4 1.4 0 0 1 .15.68v.1Z" style="fill:#f6f6f6"/><path d="M29.42 25.54a1.27 1.27 0 0 0-.42 1v1.62a1.43 1.43 0 0 1-.54 1.23 2.22 2.22 0 0 1-1.31.43h-.3V29a1 1 0 0 0 .47-.26 1.08 1.08 0 0 0 .33-.83v-1.3a2 2 0 0 1 .2-1 2 2 0 0 1 1-.66 2 2 0 0 1-1-.93 2.3 2.3 0 0 1-.11-.92v-1.2a1.15 1.15 0 0 0-.29-.83.9.9 0 0 0-.51-.25V20h.73a1.33 1.33 0 0 1 .81.35 1.6 1.6 0 0 1 .53.8 1.8 1.8 0 0 1 .07.55v1.4a1.46 1.46 0 0 0 .4 1.09 1.7 1.7 0 0 0 .68.38v.63a1.54 1.54 0 0 0-.65.34ZM10.75 20h-.26a1.32 1.32 0 0 0-.81.35 1.35 1.35 0 0 0-.53.8 3 3 0 0 0 0 .55v1.4a1.48 1.48 0 0 1-.43 1.1 2.3 2.3 0 0 1-.78.38v.63a2 2 0 0 1 .75.34 1.3 1.3 0 0 1 .46 1v1.62a1.41 1.41 0 0 0 .5 1.23 2.22 2.22 0 0 0 1.31.44h.33V29a1.16 1.16 0 0 1-.51-.26 1.07 1.07 0 0 1-.29-.83v-1.29a2 2 0 0 0-.24-1 2 2 0 0 0-1-.66 2 2 0 0 0 1-.93 2.3 2.3 0 0 0 .14-.92v-1.2a1.16 1.16 0 0 1 .31-.91 1 1 0 0 1 .46-.21h.34V20Z" style="fill:#f6f6f6;stroke:#404040;stroke-miterlimit:10;stroke-width:.25px"/><path d="M13.87 26.59h-.25c-.28 0-.38-.14-.38-.44v-5.34a1 1 0 0 0-.21-.68c-.12-.13-.33-.13-.63-.13h-.64v6.42a1.48 1.48 0 0 0 .28 1 1.14 1.14 0 0 0 .91.31 6 6 0 0 0 1-.09 1.8 1.8 0 0 0 0-.4 1.8 1.8 0 0 0-.11-.62Z" style="fill:#f6f6f6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><ellipse cx="20.76" cy="23.75" rx="11.51" ry="7.75" style="fill:#fff" transform="rotate(-12.605 20.761 23.748)"/><path d="M27.7 24.32a3.5 3.5 0 0 0-1.53.35 3.2 3.2 0 0 1-.34-.79 2.1 2.1 0 0 1 0-.66 6 6 0 0 1 .2-.72s0-.18-.38-.18-.63.06-.66.15a4 4 0 0 0-.14.5 12 12 0 0 1-1 2 1.92 1.92 0 0 1-.26-1.24 6 6 0 0 1 .2-.72s0-.18-.38-.18-.63.06-.66.15-.07.3-.14.5-.89 2-1.11 2.51c-.11.24-.21.44-.27.57l-.09.18a.21.21 0 0 1-.12.16 1 1 0 0 1 0-.52c.12-.64.42-1.63.41-1.66s.06-.19-.19-.28a.31.31 0 0 0-.35.06v.05s.27-1.11-.51-1.11a2.32 2.32 0 0 0-1.49 1l-1.13.62-.55.3c-.95-1-2.69-1.72-2.61-3.07 0-.49.2-1.78 3.35-3.36 2.59-1.28 4.66-.92 5-.14.51 1.12-1.1 3.2-3.78 3.5a2 2 0 0 1-1.69-.43c-.14-.15-.16-.16-.22-.13s0 .18 0 .26a1.58 1.58 0 0 0 1 .76 5.15 5.15 0 0 0 3.14-.31c1.63-.63 2.89-2.37 2.52-3.83s-2.84-2-5.17-1.14a11.7 11.7 0 0 0-4 2.28c-1.28 1.2-1.49 2.24-1.4 2.68.3 1.55 2.44 2.56 3.29 3.31l-.12.06a6.07 6.07 0 0 0-2.47 2 1.324 1.324 0 0 0 .4 1.83l.033.02a2.63 2.63 0 0 0 2.84-1.15 2.84 2.84 0 0 0 .25-2.62l.33-.2.62-.35a4 4 0 0 0-.22 1.12 2.34 2.34 0 0 0 .5 1.63.55.55 0 0 0 .41.13c.36 0 .53-.3.71-.66s.42-.94.42-.94-.25 1.37.43 1.37c.25 0 .5-.32.61-.48v-.06c.1-.17.32-.56.65-1.21.42-.84.83-1.88.83-1.88a5 5 0 0 0 .16.68 6 6 0 0 0 .35.79l-.16.22c-.08.1-.17.22-.26.33a10 10 0 0 0-.79 1 .27.27 0 0 0 .07.36.67.67 0 0 0 .41.07 1.9 1.9 0 0 0 .62-.14 2 2 0 0 0 .53-.28 1.19 1.19 0 0 0 .51-1 2.1 2.1 0 0 0-.19-.74l.09-.13a14 14 0 0 0 .8-1.77 5 5 0 0 0 .16.68 4.6 4.6 0 0 0 .3.68 2.9 2.9 0 0 0-.9 1.16c-.19.56 0 .81.24.87a.86.86 0 0 0 .45-.09 2 2 0 0 0 .57-.29 1.28 1.28 0 0 0 .63-1 2 2 0 0 0-.14-.62A3.2 3.2 0 0 1 28 24.9c1.47.17 1.75 1.09 1.7 1.47a1 1 0 0 1-.47.66c-.1.06-.14.09-.13.13s.06.06.15.05a1.14 1.14 0 0 0 .8-1 2.09 2.09 0 0 0-2.273-1.887l-.067.007Zm-11.3 3.81c-.49.53-1.16.73-1.46.56s-.19-1 .41-1.52a8 8 0 0 1 1.14-.85l.3-.18h.07a2.1 2.1 0 0 1-.51 2.06Zm3.54-2.41c-.17.41-.52 1.47-.74 1.41s-.3-.85 0-1.64a3.7 3.7 0 0 1 .58-1.06c.26-.3.56-.39.63-.27a5.5 5.5 0 0 1-.43 1.56Zm2.92 1.4c-.07 0-.14.06-.17 0s0-.06 0-.06.37-.39.51-.57l.29-.37c0 .47-.46.79-.66.92Zm2.25-.51c-.05 0 0-.16.13-.55a2.05 2.05 0 0 1 .5-.65.9.9 0 0 1 0 .28.93.93 0 0 1-.68.91Z" style="fill:#cd6799"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M22.65 15.29a7.35 7.35 0 1 1-7.35 7.35 7.35 7.35 0 0 1 7.35-7.35" style="fill:#c69"/><path d="M27.26 18.44c-.33-1.31-2.5-1.73-4.55-1a10.3 10.3 0 0 0-3.49 2c-1.13 1.06-1.31 2-1.23 2.36.26 1.36 2.12 2.24 2.88 2.9-.22.11-1.87.95-2.26 1.8a1.19 1.19 0 0 0 .38 1.63 2.31 2.31 0 0 0 2.49-1 2.53 2.53 0 0 0 .25-2.25 3 3 0 0 1 1.13-.06c1.29.15 1.54 1 1.49 1.29a.85.85 0 0 1-.41.58c-.09.06-.12.08-.11.12s.05.06.13 0a1 1 0 0 0 .7-.9 1.82 1.82 0 0 0-1.966-1.662q-.052 0-.1.012a3.5 3.5 0 0 0-1.15.16l-.06-.06c-.83-.88-2.36-1.51-2.3-2.7 0-.43.17-1.57 2.94-3 2.27-1.13 4.09-.82 4.4-.13.45 1-1 2.82-3.33 3.08a1.77 1.77 0 0 1-1.49-.38c-.12-.14-.14-.14-.19-.12s0 .16 0 .23a1.4 1.4 0 0 0 .85.67 4.5 4.5 0 0 0 2.74-.2c1.466-.55 2.586-2.09 2.256-3.37m-6.08 6.66a1.9 1.9 0 0 1 0 1.1v.22a2 2 0 0 1-.34.5 1.25 1.25 0 0 1-1.28.49c-.28-.15-.14-.82.36-1.34a5 5 0 0 1 1.3-.93Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#de3641"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#b13138"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.63 2 2.596 6.648l1.988 17.234L15.63 30l11.046-6.118 1.988-17.234z" style="fill:#dd0031"/><path d="M15.63 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#c3002f"/><path d="m15.63 5.094-8.148 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M28.385 20.525a2.84 2.84 0 0 1 1.426.822 3.8 3.8 0 0 1 .547.731c.007.029-.985.7-1.586 1.068-.022.014-.109-.08-.206-.224a1.3 1.3 0 0 0-1.072-.644c-.692-.047-1.137.315-1.133.92a.84.84 0 0 0 .1.427c.152.315.434.5 1.321.887 1.633.7 2.332 1.166 2.766 1.825a3.31 3.31 0 0 1 .264 2.781 3.06 3.06 0 0 1-2.523 1.807 7 7 0 0 1-1.738-.018 4.2 4.2 0 0 1-2.322-1.207 4 4 0 0 1-.594-.88 2 2 0 0 1 .21-.134l.847-.489.655-.38.138.2a3.1 3.1 0 0 0 .865.829 2.12 2.12 0 0 0 2.219-.112.99.99 0 0 0 .127-1.264c-.177-.253-.539-.467-1.568-.912a5.65 5.65 0 0 1-2.147-1.321 3 3 0 0 1-.626-1.14 4.6 4.6 0 0 1-.04-1.455 2.78 2.78 0 0 1 2.339-2.165 5.8 5.8 0 0 1 1.731.048m-5.355.952.007.934h-2.968v8.436h-2.1v-8.436H15V21.5a9 9 0 0 1 .025-.941c.011-.014 1.817-.022 4.008-.018l3.986.011Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m3.927 24.707 12.246 6.731 12.309-6.823 2.295-19.031L16.158.563 1.631 5.675z" style="fill:#b3b3b3"/><path d="m16.124 29.829 11.066-6.124 2.138-17.021-13.204-4.503z" style="fill:#a6120d"/><path d="M16.123 29.829V2.181L3.261 6.765l1.967 17.021z" style="fill:#dd1b16"/><path d="m19.758 16.9-3.635 1.7h-3.83l-1.8 4.5-3.35.062 8.981-19.98Zm-.351-.856-3.259-6.452-2.673 6.341h2.649Z" style="fill:#f2f2f2"/><path d="M19.181 15.938H16.13l-.007 2.657 4.219.004 1.972 4.567 3.205.06-9.396-20.041.025 6.407z" style="fill:#b3b3b3"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m3.927 24.707 12.246 6.731 12.309-6.823 2.295-19.031L16.158.563 1.631 5.675z" style="fill:#b3b3b3"/><path d="m16.124 29.829 11.066-6.124 2.138-17.021-13.204-4.503z" style="fill:#a6120d"/><path d="M16.123 29.829V2.181L3.261 6.765l1.967 17.021z" style="fill:#dd1b16"/><path d="m19.758 16.9-3.635 1.7h-3.83l-1.8 4.5-3.35.062 8.981-19.98Zm-.351-.856-3.259-6.452-2.673 6.341h2.649Z" style="fill:#f2f2f2"/><path d="M19.181 15.938H16.13l-.007 2.657 4.219.004 1.972 4.567 3.205.06-9.396-20.041.025 6.407z" style="fill:#b3b3b3"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#1dbf34"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#168f27"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#1dbf34"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#168f27"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.604 2 2.57 6.648l1.988 17.234L15.604 30l11.046-6.118 1.988-17.234z" style="fill:#00d131"/><path d="M15.604 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#00ba30"/><path d="m15.6 5.094-8.144 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M24.816 27.57a2.49 2.49 0 0 0 2.251 1.385c.945 0 1.549-.472 1.549-1.125 0-.782-.62-1.059-1.661-1.514l-.57-.245c-1.646-.7-2.74-1.58-2.74-3.437a3.05 3.05 0 0 1 3.341-3.014 3.37 3.37 0 0 1 3.245 1.827l-1.777 1.141a1.55 1.55 0 0 0-1.468-.978.993.993 0 0 0-1.092.978c0 .684.424.961 1.4 1.385l.57.244c1.942.831 3.036 1.683 3.036 3.583 0 2.054-1.614 3.179-3.78 3.179a4.38 4.38 0 0 1-4.157-2.333Zm-8.059.2c.358.636.684 1.173 1.468 1.173.75 0 1.222-.293 1.222-1.434V19.75h2.281v7.788a3.1 3.1 0 0 1-3.407 3.437 3.54 3.54 0 0 1-3.421-2.083Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#1dbf34"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#168f27"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.63 2 2.596 6.648l1.988 17.234L15.63 30l11.046-6.118 1.988-17.234z" style="fill:#00d131"/><path d="M15.63 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#00ba30"/><path d="m15.63 5.094-8.148 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M28.385 20.525a2.84 2.84 0 0 1 1.426.822 3.8 3.8 0 0 1 .547.731c.007.029-.985.7-1.586 1.068-.022.014-.109-.08-.206-.224a1.3 1.3 0 0 0-1.072-.644c-.692-.047-1.137.315-1.133.92a.84.84 0 0 0 .1.427c.152.315.434.5 1.321.887 1.633.7 2.332 1.166 2.766 1.825a3.31 3.31 0 0 1 .264 2.781 3.06 3.06 0 0 1-2.523 1.807 7 7 0 0 1-1.738-.018 4.2 4.2 0 0 1-2.322-1.207 4 4 0 0 1-.594-.88 2 2 0 0 1 .21-.134l.847-.489.655-.38.138.2a3.1 3.1 0 0 0 .865.829 2.12 2.12 0 0 0 2.219-.112.99.99 0 0 0 .127-1.264c-.177-.253-.539-.467-1.568-.912a5.65 5.65 0 0 1-2.147-1.321 3 3 0 0 1-.626-1.14 4.6 4.6 0 0 1-.04-1.455 2.78 2.78 0 0 1 2.339-2.165 5.8 5.8 0 0 1 1.731.048m-5.355.952.007.934h-2.968v8.436h-2.1v-8.436H15V21.5a9 9 0 0 1 .025-.941c.011-.014 1.817-.022 4.008-.018l3.986.011Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#f6ea1c"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#7f8006"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#f6ea1c"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#7f8006"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#f6ea1c"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#7f8006"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#7a9"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#5b8275"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#7a9"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#5b8275"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#7a9"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#5b8275"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#a2006e"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#510037"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#a2006e"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#510037"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.604 2 2.57 6.648l1.988 17.234L15.604 30l11.046-6.118 1.988-17.234z" style="fill:#a300d8"/><path d="M15.604 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#a300bf"/><path d="m15.6 5.094-8.144 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M24.816 27.57a2.49 2.49 0 0 0 2.251 1.385c.945 0 1.549-.472 1.549-1.125 0-.782-.62-1.059-1.661-1.514l-.57-.245c-1.646-.7-2.74-1.58-2.74-3.437a3.05 3.05 0 0 1 3.341-3.014 3.37 3.37 0 0 1 3.245 1.827l-1.777 1.141a1.55 1.55 0 0 0-1.468-.978.993.993 0 0 0-1.092.978c0 .684.424.961 1.4 1.385l.57.244c1.942.831 3.036 1.683 3.036 3.583 0 2.054-1.614 3.179-3.78 3.179a4.38 4.38 0 0 1-4.157-2.333Zm-8.059.2c.358.636.684 1.173 1.468 1.173.75 0 1.222-.293 1.222-1.434V19.75h2.281v7.788a3.1 3.1 0 0 1-3.407 3.437 3.54 3.54 0 0 1-3.421-2.083Z" style="fill:#f5de19"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#a2006e"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#510037"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="M27.41 19.65a2.8 2.8 0 0 1 1.41.81 3.7 3.7 0 0 1 .54.72s-1 .69-1.57 1.06a.5.5 0 0 1-.2-.22 1.28 1.28 0 0 0-1.06-.64.92.92 0 0 0-1.12.91.83.83 0 0 0 .1.42 2.23 2.23 0 0 0 1.31.88c1.62.7 2.31 1.16 2.74 1.81a3.28 3.28 0 0 1 .26 2.76A3 3 0 0 1 27.31 30a7 7 0 0 1-1.72 0 4.15 4.15 0 0 1-2.3-1.2 4 4 0 0 1-.59-.87l.21-.13.84-.48.65-.38.14.2a3 3 0 0 0 .86.82 2.1 2.1 0 0 0 2.2-.11 1 1 0 0 0 .13-1.25 3.7 3.7 0 0 0-1.55-.9A5.6 5.6 0 0 1 24 24.32a3 3 0 0 1-.62-1.13 4.5 4.5 0 0 1 0-1.44 2.76 2.76 0 0 1 2.32-2.15 5.7 5.7 0 0 1 1.71.05m-5.31.94v.93h-2.94v8.36h-2.08v-8.36h-2.94v-.91a9 9 0 0 1 0-.93h8v.92Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.63 2 2.596 6.648l1.988 17.234L15.63 30l11.046-6.118 1.988-17.234z" style="fill:#a300d8"/><path d="M15.63 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#a300bf"/><path d="m15.63 5.094-8.148 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M28.385 20.525a2.84 2.84 0 0 1 1.426.822 3.8 3.8 0 0 1 .547.731c.007.029-.985.7-1.586 1.068-.022.014-.109-.08-.206-.224a1.3 1.3 0 0 0-1.072-.644c-.692-.047-1.137.315-1.133.92a.84.84 0 0 0 .1.427c.152.315.434.5 1.321.887 1.633.7 2.332 1.166 2.766 1.825a3.31 3.31 0 0 1 .264 2.781 3.06 3.06 0 0 1-2.523 1.807 7 7 0 0 1-1.738-.018 4.2 4.2 0 0 1-2.322-1.207 4 4 0 0 1-.594-.88 2 2 0 0 1 .21-.134l.847-.489.655-.38.138.2a3.1 3.1 0 0 0 .865.829 2.12 2.12 0 0 0 2.219-.112.99.99 0 0 0 .127-1.264c-.177-.253-.539-.467-1.568-.912a5.65 5.65 0 0 1-2.147-1.321 3 3 0 0 1-.626-1.14 4.6 4.6 0 0 1-.04-1.455 2.78 2.78 0 0 1 2.339-2.165 5.8 5.8 0 0 1 1.731.048m-5.355.952.007.934h-2.968v8.436h-2.1v-8.436H15V21.5a9 9 0 0 1 .025-.941c.011-.014 1.817-.022 4.008-.018l3.986.011Z" style="fill:#007acc"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.75 6.668 15.85 2v27.987L4.787 23.87Z" style="fill:#dc7200"/><path d="m15.85 2 13.4 4.588-2.187 17.2-11.213 6.2Z" style="fill:#a55600"/><path d="m15.85 5.138 8.517 18.222H21.46l-1.817-4.16H15.85v-2.477h2.766L15.85 11l-2.326 5.727h2.326V19.2h-3.465l-1.628 4.16H7.623Z" style="fill:#fff"/><path d="m29.035 22.675-1.744-1.7-.009-.009a3.07 3.07 0 0 0-1.585-.744l-.443-1.061a.3.3 0 0 0-.059-.088l-1.421-1.415a.86.86 0 0 0-.562-.247h-.034a.83.83 0 0 0-.561.218l-3.6 2.071a.275.275 0 0 0-.223.23l-2.062 3.554a.83.83 0 0 0 .028 1.152l1.77 1.763a.3.3 0 0 0 .094.061l.749.294a3.05 3.05 0 0 0 .717 1.42l.009.009 1.709 1.74a.28.28 0 0 0 .2.083H26.9a.276.276 0 0 0 .271-.223l.286-1.491 1.438-.273a.274.274 0 0 0 .224-.27v-4.873a.27.27 0 0 0-.084-.201" style="fill:#fff"/><path d="m19.094 19.968-2.136 3.68a.57.57 0 0 0-.163.394.56.56 0 0 0 .166.4l1.77 1.764 6.921 2.713 1.565-.866-.043-.043h-.011l-4.343-4.33Z" style="fill:#215896"/><path d="M23.178 17.69a.56.56 0 0 0-.394.162l-3.7 2.129 3.687 3.674L27.2 28.08l.845-1.517L25 19.274l-1.421-1.415a.56.56 0 0 0-.4-.166Z" style="fill:#66c3fa"/><path d="m19.069 19.974 3.771 3.762 4.341 4.331 1.653-.314V22.88l-1.744-1.7a2.8 2.8 0 0 0-1.56-.693v-.019Z" style="fill:#235997"/><path d="m19.1 19.994 3.773 3.76 4.342 4.328-.315 1.651h-4.892l-1.708-1.74a2.8 2.8 0 0 1-.694-1.555h-.019Z" style="fill:#58b6f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.73 6.67 15.85 2v28L4.77 23.88Z" style="fill:#dc7200"/><path d="m15.85 2 13.42 4.59-2.19 17.21L15.85 30Z" style="fill:#a55600"/><path d="m15.85 5.14 8.53 18.23h-2.91l-1.82-4.16h-3.8v-2.48h2.77L15.85 11l-2.33 5.73h2.33v2.48h-3.47l-1.63 4.16H7.61Z" style="fill:#fff"/><path d="m15.64 27.93 1.67-1A1.51 1.51 0 0 0 18.62 28c.67 0 1.1-.26 1.1-1.29v-7h2v7a2.78 2.78 0 0 1-3.06 3.09 3.18 3.18 0 0 1-3.07-1.87m7.29-.22 1.67-1a2.23 2.23 0 0 0 2 1.24 1.18 1.18 0 0 0 1.431-.859q.011-.045.019-.091c0-.7-.56-1-1.49-1.36l-.51-.22c-1.48-.63-2.46-1.42-2.46-3.09a2.74 2.74 0 0 1 2.76-2.722q.121 0 .242.012a3 3 0 0 1 2.91 1.64l-1.59 1a1.39 1.39 0 0 0-1.32-.88.89.89 0 0 0-1 .88c0 .61.38.86 1.26 1.24l.51.22C29 24.47 30 25.23 30 26.95s-1.45 2.85-3.39 2.85a3.93 3.93 0 0 1-3.73-2.09" style="fill:#f7df1e"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.604 2 2.57 6.648l1.988 17.234L15.604 30l11.046-6.118 1.988-17.234z" style="fill:#db6300"/><path d="M15.604 2v3.108-.014V30l11.046-6.118 1.988-17.234z" style="fill:#bf6400"/><path d="m15.6 5.094-8.144 18.27h3.038l1.638-4.088h6.916l1.638 4.088h3.038zm2.38 11.662h-4.76l2.38-5.726Z" style="fill:#fff"/><path d="M24.816 27.57a2.49 2.49 0 0 0 2.251 1.385c.945 0 1.549-.472 1.549-1.125 0-.782-.62-1.059-1.661-1.514l-.57-.245c-1.646-.7-2.74-1.58-2.74-3.437a3.05 3.05 0 0 1 3.341-3.014 3.37 3.37 0 0 1 3.245 1.827l-1.777 1.141a1.55 1.55 0 0 0-1.468-.978.993.993 0 0 0-1.092.978c0 .684.424.961 1.4 1.385l.57.244c1.942.831 3.036 1.683 3.036 3.583 0 2.054-1.614 3.179-3.78 3.179a4.38 4.38 0 0 1-4.157-2.333Zm-8.059.2c.358.636.684 1.173 1.468 1.173.75 0 1.222-.293 1.222-1.434V19.75h2.281v7.788a3.1 3.1 0 0 1-3.407 3.437 3.54 3.54 0 0 1-3.421-2.083Z" style="fill:#f5de19"/></svg>
|