@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" data-name="Layer 2" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-280.55" cy="436.76" r=".04" gradientTransform="matrix(550.5 601.5 467.21 -427.59 -49609.89 355512.47)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0029ff"/><stop offset="1" stop-color="#bd00ff"/></radialGradient></defs><path d="M5.1 11h21.49v12.52H5.1z" style="fill:#fff"/><path d="M11.13 16.06a.85.85 0 1 1-.84-.9.87.87 0 0 1 .84.9M20.8 16.06a.85.85 0 1 0 .85-.9.88.88 0 0 0-.85.9" style="fill:url(#a)"/><path d="M3.52 14.8C3.4 7.28 5.06 1.91 6.37 1.91c1 0 3 1.23 4.83 4.11a14.45 14.45 0 0 1 9.54 0c1.85-2.86 3.82-4.09 4.82-4.09 1.29 0 2.92 5.18 2.86 12.5a9.7 9.7 0 0 1 .16 1.72c0 6-.87 14-12.58 14s-12.58-7.92-12.58-14a10 10 0 0 1 .1-1.35m6.35 3.95a2.79 2.79 0 0 0 2.65-2.9A2.79 2.79 0 0 0 9.87 13a2.79 2.79 0 0 0-2.64 2.9 2.79 2.79 0 0 0 2.64 2.85m5.66 2.38a.28.28 0 0 1 .12-.16c-.88-.32-1.56-1.5-1.15-1.67a5.07 5.07 0 0 1 3.13 0c.32.13-.36 1.48-1.3 1.71a.4.4 0 0 1 .08.12 1.3 1.3 0 0 0 1.37.78 2.1 2.1 0 0 0 .84-.21 1 1 0 0 0 .47-.41.37.37 0 0 1 .49-.17.38.38 0 0 1 .17.5 1.74 1.74 0 0 1-.8.74 2.75 2.75 0 0 1-1.15.28 2.14 2.14 0 0 1-1.8-.79 2.17 2.17 0 0 1-1.84.79 2.7 2.7 0 0 1-1.16-.28 1.77 1.77 0 0 1-.81-.74.39.39 0 0 1 .17-.5.38.38 0 0 1 .5.17 1 1 0 0 0 .46.41 2.1 2.1 0 0 0 .85.21 1.32 1.32 0 0 0 1.36-.78m6.53-2.38a2.78 2.78 0 0 1-2.64-2.9A2.78 2.78 0 0 1 22.06 13a2.78 2.78 0 0 1 2.64 2.9 2.78 2.78 0 0 1-2.64 2.85" style="fill-rule:evenodd;fill:url(#a)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.25 13.8a6.9 6.9 0 0 0-.742-2.268 1 1 0 0 0-.172-.233 9.5 9.5 0 0 1-1.725-2.4 8.6 8.6 0 0 0-1.395-2.382A6.9 6.9 0 0 1 24.1 4.644a4.57 4.57 0 0 0-2.11-2.917 1 1 0 0 0-.1-.054 9 9 0 0 0-1.3-.468 1 1 0 0 0-.263-.035 1 1 0 0 0-.2.021 6 6 0 0 1-.807.107c-.05 0-.1-.006-.149-.006a2.84 2.84 0 0 0-1.416.453c-.094.052-.188.106-.284.149q-.041.018-.078.039a1.6 1.6 0 0 1-.327.067 3 3 0 0 0-.772.194 1 1 0 0 0-.508.483 2.2 2.2 0 0 1-.469.5 4.4 4.4 0 0 0-.762.823 1 1 0 0 0-.116.234 4.7 4.7 0 0 1-1.574 2.2 6.5 6.5 0 0 0-.8.613 2.73 2.73 0 0 0-.627-1.634l-.053-.056v-.014a2.4 2.4 0 0 0-.135-.586 1 1 0 0 0-.132-.236 5.2 5.2 0 0 0-1.607-1.408 1 1 0 0 0-.346-.119 2 2 0 0 1-.148-.077 2.06 2.06 0 0 0-1-.311 1.5 1.5 0 0 0-.681.166 1 1 0 0 0-.274.206 1 1 0 0 1-.125.063 1.9 1.9 0 0 0-.908.778 2.5 2.5 0 0 0-.541.106 1.7 1.7 0 0 1-.383.057 2.3 2.3 0 0 0-1.5.545l-.106.1a2.53 2.53 0 0 0-1 2.525 1 1 0 0 0 .068.165 2.3 2.3 0 0 0 1.879 1.161c-.1.238-.2.473-.314.7a1 1 0 0 0-.087.293A11 11 0 0 0 4 12.039q-.002.03.007.06a5 5 0 0 1 .041.547 2.93 2.93 0 0 0 .931 2.4l.052.039.008.031a3 3 0 0 0 .151.447 1.19 1.19 0 0 0 .632.617 1.3 1.3 0 0 0 .248.571 1 1 0 0 0 .332.279 2.5 2.5 0 0 0 .465.176l.064.018a1 1 0 0 0 .192.171 6 6 0 0 1 .75.605 1.13 1.13 0 0 0 1.351.427 1.5 1.5 0 0 0 .765.215 1.4 1.4 0 0 0 .624-.145l.114-.026q.036.613.028 1.223a1 1 0 0 0 .026.242 11 11 0 0 1 .266 1.828 1 1 0 0 0 .031.2 8.5 8.5 0 0 1 .268 1.815q-.002.047.008.094a6.1 6.1 0 0 1-.61 3.575 1 1 0 0 0-.089.261 1 1 0 0 0-.234.079l-.05.022a2.01 2.01 0 0 0-1.2 1.065 1.32 1.32 0 0 0 .074 1.054 1 1 0 0 0 .324.371 3.55 3.55 0 0 0 3.509.3 1.55 1.55 0 0 0 .829-1.653l-.005-.067a1 1 0 0 0 .056-.158 11 11 0 0 0 .288-2.068 9 9 0 0 1 .259-1.822 4.7 4.7 0 0 0 .389-1.588l.042.048a13 13 0 0 0 1.255 1.129 10 10 0 0 1 1.1.989l-.011.038a.53.53 0 0 1-.342.359l-.049.017a1.92 1.92 0 0 0-1.184 1.334 1.31 1.31 0 0 0 .452 1.234 1 1 0 0 0 .441.222 4.9 4.9 0 0 0 2.735-.181 1.6 1.6 0 0 0 .266-.124 1.4 1.4 0 0 0 .97.372 2.3 2.3 0 0 0 1-.274c.049-.023.1-.045.14-.062a1 1 0 0 0 .637-.864 4.55 4.55 0 0 0-.468-2.343 1.56 1.56 0 0 0-.51-.6 10.8 10.8 0 0 1 1.3-2.15 2.2 2.2 0 0 0 .451-2.026 2.5 2.5 0 0 1-.043-.394 1 1 0 0 0 0-.148 5.8 5.8 0 0 1 .012-1.279 7.2 7.2 0 0 0 .951 1.793 8 8 0 0 1 .133 1.1 11 11 0 0 0 .133 1.186 9.4 9.4 0 0 1-.224 3.9 1 1 0 0 0-.032.34 1 1 0 0 0-.1.179 2.24 2.24 0 0 0-.312 1.235 1 1 0 0 0 .039.2 1.315 1.315 0 0 0 1.328.963q.13-.001.268-.014h.019l.038.013a2.11 2.11 0 0 0 2.517-1.088 1 1 0 0 0 .058-.735 5.3 5.3 0 0 1-.208-1.027 1 1 0 0 0-.046-.217 6.5 6.5 0 0 1-.221-3.22 1 1 0 0 0 .015-.114 4 4 0 0 1 .074-.443 2.74 2.74 0 0 0-.193-2.1 4 4 0 0 1 .021-.476c.011-.147.023-.3.027-.463a1.6 1.6 0 0 0 .862-.851 13 13 0 0 0 .947-2.23 1.72 1.72 0 0 0 .172-1.185 1.2 1.2 0 0 0 .111-.251 1.47 1.47 0 0 0-.215-1.236m-10.387 8.968c-.026 0-.053-.008-.08-.01h-.024a3 3 0 0 1-.236-.323 9 9 0 0 0-.178-.258 2 2 0 0 0 .208-.234 1.25 1.25 0 0 0 .629-.321 3.2 3.2 0 0 1-.319 1.146" style="fill:#ededed"/><path d="M19.289 2.3c-.548-.065-.961.3-1.419.506-.368.206-.815.152-1.185.309-.282.579-.941.908-1.3 1.443a5.7 5.7 0 0 1-1.942 2.694 5.46 5.46 0 0 0-2.368 3.394c-.145.3-.122.746-.277 1-.511.143-.239-.516-.3-.825-.074-.47.341-.77.373-1.226a1.83 1.83 0 0 0 .209-1.053c-.056-.814.189-1.807-.393-2.477-.349-.2-.239-.623-.366-.947a4.2 4.2 0 0 0-1.3-1.139c-.419-.041-.806-.542-1.232-.323-.266.309-.763.305-.922.713-.1.516-.688.374-1.068.5-.488.185-1.118.006-1.518.382-.411.41-1.034.961-.835 1.606.457.882 1.645.438 2.317.974a18 18 0 0 1-.727 1.779 10 10 0 0 0-.044 2.332c.123.773-.083 1.772.606 2.319.38.137.357.572.5.887.134.29.427-.113.543.193.338.184.037.561.22.8.263.137.639.128.822.426a7 7 0 0 1 .975.806c.23.467.531-.454.783-.109.17.285.506.522.819.285a3 3 0 0 0 1.324-.556 18 18 0 0 1 .171 2.718 12 12 0 0 1 .29 2 9.4 9.4 0 0 1 .3 2.03 7.1 7.1 0 0 1-.709 4.16 1.01 1.01 0 0 1-.807.8c-.291.13-.9.366-.692.776a2.55 2.55 0 0 0 2.52.214c.51-.243.073-.858.334-1.226.343-1.3.174-2.691.575-3.985a3.76 3.76 0 0 0 .3-2.1c.079-.44-.105-.969.187-1.329a1.8 1.8 0 0 1 .483-1.2 15 15 0 0 0 .144-2.026 3.2 3.2 0 0 1 1.267-.127c.018.375-.272.812-.19 1.234A1.95 1.95 0 0 1 15.5 20.3a2.85 2.85 0 0 0 .168 2.308c.782.839 1.8 1.432 2.536 2.327.314.205.2.517.038.784a1.53 1.53 0 0 1-.987 1.034c-.308.121-.806.566-.442.882a3.9 3.9 0 0 0 2.178-.144c.476-.171.3-.738.488-1.088.3.233.423.765.711 1.069.3.433.807.073 1.156-.062a3.55 3.55 0 0 0-.372-1.842c-.167-.378-.8-.385-.77-.852a11.8 11.8 0 0 1 1.712-3c.51-.479.13-1.191.158-1.8a6.77 6.77 0 0 1 1.084-4.416 16 16 0 0 0 .692 2.14 6.2 6.2 0 0 0 1.1 2.246c.237.811.176 1.71.331 2.551a10.4 10.4 0 0 1-.242 4.347c.04.518-.457.9-.415 1.408.14.469.7.093.99.29a1.11 1.11 0 0 0 1.324-.572 6.2 6.2 0 0 1-.247-1.223 7.45 7.45 0 0 1-.255-3.719c.046-.669.457-1.5-.073-2.072-.148-.619.1-1.285-.049-1.915a12.9 12.9 0 0 1-.122-4.933c.093-.227.013-.649.247-.775a1.85 1.85 0 0 1 .315 1.232 3.7 3.7 0 0 1 .079 2.081c-.424.531-.163 1.248-.109 1.85.068.422.516.118.589-.144a12 12 0 0 0 .944-2.241c.269-.356.014-.77 0-1.142.413-.049.256-.506.035-.7a5.9 5.9 0 0 0-.667-2.2 10.5 10.5 0 0 1-1.941-2.723c-.528-1.639-2.042-2.726-2.556-4.379a3.56 3.56 0 0 0-1.652-2.317 8 8 0 0 0-1.156-.42 6.5 6.5 0 0 1-1.031.13m.4 14.66a39 39 0 0 1 .5 4.291 4.18 4.18 0 0 1-.76 2.517c-.12.425-.486.012-.751-.016-.643-.018-.882-.683-1.232-1.107-.36-.344-.1-.8.133-1.131.252-.179.35-.579.708-.548.4-.007.316-.487.26-.743.238-.362.092-.892.328-1.283.419-.182.294-.82.442-1.18.115-.256.017-.749.334-.854q.054-.009.042.052Z" style="fill:#3a3c5b"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 16A14 14 0 1 1 16 2a14 14 0 0 1 14 14" style="fill:#3a3c5b"/><path d="M25.753 17.035c-.472-2.976-3.595-4.9-5.92-6.359-1.016-.635-2.663-1.463-2.876-2.8a14 14 0 0 1-.1-1.68c-.007-.219-.011-.439-.03-.657-.025-.282-.312.065-.469-.18-.389-.609-.239.184-.2.5a18 18 0 0 1 .19 2.263 17.3 17.3 0 0 1-.608 4.241c-.848 3.276-1.517 6.633-.678 9.986a12 12 0 0 0 .7 2.032c.09.2.262.747.509.813a4.5 4.5 0 0 1 2.275.969c.442.411.773.187 1.295-.022a10 10 0 0 0 4.074-2.734 7.6 7.6 0 0 0 1.845-6.378m-1.673 3a6.3 6.3 0 0 1-1.692 3.23 6 6 0 0 1-2.18 1.815c-.3.108.056-.5.1-.566a14 14 0 0 1 .881-1.1 6.6 6.6 0 0 0 1.083-1.75 7.49 7.49 0 0 0-.607-6.716 13.4 13.4 0 0 0-2.6-2.769 10.3 10.3 0 0 1-1.319-1.239c-.09-.109-.884-1.149-.637-1.3.08-.05 1.816 1.777 2 1.919.718.542 1.456 1.043 2.121 1.654a9.5 9.5 0 0 1 2.339 2.874 7.44 7.44 0 0 1 .5 3.952" style="fill:#fff"/><path d="M15.484 2.377c.261.174.318 1.187.318 2.114a42 42 0 0 1-.2 6 11.5 11.5 0 0 1-1.68 3.3 9.8 9.8 0 0 0-1.535 4.6 11.1 11.1 0 0 0 1.413 4.52c.61.93 1.647 2.227 1.419 2.52-.405.521-2.056-1.274-2.925-2.317a8.93 8.93 0 0 1-1.767-4.808 7.25 7.25 0 0 1 1.573-4.112 37 37 0 0 0 2.317-3.244 7.6 7.6 0 0 0 .84-2.52c.116-1.014 0-4.634 0-4.634s-.029-1.593.232-1.419" style="fill:#fff"/><path d="M14.789 4.086c.261.116.29.434.29.753s-.087 1.622-.174 2.9a5.33 5.33 0 0 1-1.854 3.1 48 48 0 0 0-3.736 4.257 6.5 6.5 0 0 0-1.129 3.968A6.07 6.07 0 0 0 9.808 23a9.7 9.7 0 0 0 2.692 2.315c.637.318 1.274.55 1.13.84s-.753.087-1.419-.145a11.3 11.3 0 0 1-4.228-2.635 7.8 7.8 0 0 1-1.911-5.329 5.93 5.93 0 0 1 1.448-3.881 19 19 0 0 1 4.026-3.475A9.7 9.7 0 0 0 13.8 8.807a2.82 2.82 0 0 0 .724-2.027c-.029-.869.058-1.651.029-1.94s-.029-.869.232-.753M14.862 26.788c.118 0 .043.506-.165.759s-.565.405-.609.3.258-.161.479-.407c.2-.226.149-.65.294-.656M17.206 26.774c-.118 0-.043.505.165.759s.565.406.608.3-.258-.16-.479-.407c-.2-.226-.149-.65-.294-.655M16.164 27.328c0 .446.023.807-.075.807-.12 0-.075-.361-.075-.807s-.041-.807.075-.807.075.361.075.807" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><filter id="a"><feGaussianBlur in="SourceAlpha" result="blur" stdDeviation="4"/><feOffset dx=".1" dy=".1" in="blur" result="offsetBlur"/><feFlood flood-color="#C4C7CE" result="offsetColor"/><feComposite in="offsetColor" in2="offsetBlur" operator="in" result="offsetBlur"/></filter></defs><g style="filter:url(#a)"><path d="M12.481 24.606a4.47 4.47 0 0 1-6.273-.595 4.47 4.47 0 0 1 1.33-6.155 4.467 4.467 0 0 1 6.269.591 4.47 4.47 0 0 1-1.326 6.159"/><path d="M9.508 25.671q-.222 0-.444-.021a3.928 3.928 0 0 1-3.553-4.85 5.194 5.194 0 0 1 5.706-3.953 3.92 3.92 0 0 1 3.29 4.821 5.05 5.05 0 0 1-1.988 2.994 5.1 5.1 0 0 1-3.011 1.009m1.012-8.75a5 5 0 0 0-2.943.987 4.92 4.92 0 0 0-1.938 2.915 3.8 3.8 0 0 0 3.438 4.7q.216.02.431.02a4.98 4.98 0 0 0 2.934-.988 4.92 4.92 0 0 0 1.937-2.916 3.79 3.79 0 0 0-3.179-4.666 4.5 4.5 0 0 0-.68-.052"/><path d="M11.322 7.644c2.61 1.909 3.349 5.337 1.648 7.655s-5.189 2.648-7.8.739-3.345-5.338-1.648-7.66 5.19-2.647 7.8-.734"/><path d="M8.868 17.388a6.38 6.38 0 0 1-3.758-1.262 6.3 6.3 0 0 1-2.483-3.741 4.91 4.91 0 0 1 4.444-6.069 6.32 6.32 0 0 1 4.315 1.24 6.3 6.3 0 0 1 2.543 4.067 4.9 4.9 0 0 1-4.506 5.739q-.277.026-.555.026M7.619 6.512A4.89 4.89 0 0 0 3.61 8.443a4.8 4.8 0 0 0-.771 3.9 6.1 6.1 0 0 0 2.4 3.611 6.16 6.16 0 0 0 3.63 1.221q.268 0 .534-.025a4.686 4.686 0 0 0 4.312-5.489 6.1 6.1 0 0 0-2.456-3.924 6.18 6.18 0 0 0-3.64-1.225M24.788 17.89a4.47 4.47 0 0 1 1.322 6.159 4.47 4.47 0 0 1-6.273.6 4.47 4.47 0 0 1-1.322-6.159 4.47 4.47 0 0 1 6.273-.6"/><path d="M22.808 25.71A5.1 5.1 0 0 1 19.8 24.7a4.54 4.54 0 0 1-1.336-6.25 4 4 0 0 1 2.909-1.6 5.194 5.194 0 0 1 5.44 3.985 3.935 3.935 0 0 1-3.557 4.857q-.225.018-.448.018m-.989-8.754q-.218 0-.435.021a3.88 3.88 0 0 0-2.816 1.55 4.41 4.41 0 0 0 1.308 6.073 5 5 0 0 0 2.935.982 3.96 3.96 0 0 0 3.247-1.566 3.87 3.87 0 0 0 .626-3.151 4.92 4.92 0 0 0-1.934-2.917 4.97 4.97 0 0 0-2.931-.992"/><path d="M16.091 21.468a5.1 5.1 0 0 1-3.184-1.055 3.3 3.3 0 0 1-1.333-2.583c0-2.006 2.026-3.638 4.517-3.638s4.517 1.632 4.517 3.638a3.3 3.3 0 0 1-1.333 2.583 5.1 5.1 0 0 1-3.184 1.055m0-7.015c-2.347 0-4.256 1.515-4.256 3.377s1.909 3.377 4.256 3.377 4.256-1.515 4.256-3.377-1.91-3.378-4.256-3.378Z"/><path d="M13.083 17.94a1.906 1.906 0 1 1 1.91-1.906 1.91 1.91 0 0 1-1.91 1.906m0-3.508a1.6 1.6 0 1 0 1.6 1.6 1.6 1.6 0 0 0-1.6-1.599ZM26.845 16.25c-2.591 1.9-6.061 1.568-7.746-.735s-.955-5.708 1.636-7.61 6.061-1.568 7.746.735.955 5.712-1.636 7.61"/><path d="M23.175 17.592q-.277 0-.553-.026a4.885 4.885 0 0 1-4.417-6.03 6.45 6.45 0 0 1 6.753-4.948 4.886 4.886 0 0 1 4.417 6.032 6.27 6.27 0 0 1-2.465 3.716 6.34 6.34 0 0 1-3.735 1.256M24.4 6.78a6.1 6.1 0 0 0-3.6 1.213c-2.539 1.863-3.263 5.209-1.613 7.458a4.76 4.76 0 0 0 3.456 1.9 6.05 6.05 0 0 0 4.138-1.187c2.539-1.86 3.263-5.205 1.613-7.458a4.76 4.76 0 0 0-3.456-1.9q-.266-.026-.538-.026"/><path d="M18.89 17.94a1.906 1.906 0 1 1 1.91-1.906 1.91 1.91 0 0 1-1.91 1.906m0-3.508a1.6 1.6 0 1 0 1.6 1.6 1.6 1.6 0 0 0-1.6-1.599ZM15.393 14.3a7 7 0 0 1 .027-1.053 3.46 3.46 0 0 0-.171-1.812v-.008l-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153 0 0 1-.1-.228l.477-.8a.153.153 0 0 1 .272.019l.366.871a3.75 3.75 0 0 1 .2 1.965 7 7 0 0 0-.031 1.011ZM16.766 14.3l-.3-.023a7 7 0 0 0-.028-1.01 3.73 3.73 0 0 1 .2-1.963l.362-.867a.153.153 0 0 1 .272-.019l.477.8a.153.153 0 0 1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6v.008a3.45 3.45 0 0 0-.168 1.808 7 7 0 0 1 .018 1.053M15.691 23.605l-.621-1.03a.13.13 0 0 1-.019-.068v-1.132h.262v1.1l.6 1ZM17.074 23.609l-.621-1.03a.13.13 0 0 1-.019-.068v-1.136h.266v1.1l.6 1Z"/></g><path d="M11.248 16.782h.174v.14h-.174z"/><path d="M11.437 16.937h-.2v-.17h.2Zm-.174-.03h.144V16.8h-.144Z"/><path d="M12.481 24.606a4.47 4.47 0 0 1-6.273-.595 4.47 4.47 0 0 1 1.33-6.155 4.467 4.467 0 0 1 6.269.591 4.47 4.47 0 0 1-1.326 6.159"/><path d="M9.508 25.671q-.222 0-.444-.021a3.928 3.928 0 0 1-3.553-4.85 5.194 5.194 0 0 1 5.706-3.953 3.92 3.92 0 0 1 3.29 4.821 5.05 5.05 0 0 1-1.988 2.994 5.1 5.1 0 0 1-3.011 1.009m1.012-8.75a5 5 0 0 0-2.943.987 4.92 4.92 0 0 0-1.938 2.915 3.8 3.8 0 0 0 3.438 4.7q.216.02.431.02a4.98 4.98 0 0 0 2.934-.988 4.92 4.92 0 0 0 1.937-2.916 3.79 3.79 0 0 0-3.179-4.666 4.5 4.5 0 0 0-.68-.052"/><path d="M11.322 7.644c2.61 1.909 3.349 5.337 1.648 7.655s-5.189 2.648-7.8.739-3.345-5.338-1.648-7.66 5.19-2.647 7.8-.734"/><path d="M8.868 17.388a6.38 6.38 0 0 1-3.758-1.262 6.3 6.3 0 0 1-2.483-3.741 4.91 4.91 0 0 1 4.444-6.069 6.32 6.32 0 0 1 4.315 1.24 6.3 6.3 0 0 1 2.543 4.067 4.9 4.9 0 0 1-4.506 5.739q-.277.026-.555.026M7.619 6.512A4.89 4.89 0 0 0 3.61 8.443a4.8 4.8 0 0 0-.771 3.9 6.1 6.1 0 0 0 2.4 3.611 6.16 6.16 0 0 0 3.63 1.221q.268 0 .534-.025a4.686 4.686 0 0 0 4.312-5.489 6.1 6.1 0 0 0-2.456-3.924 6.18 6.18 0 0 0-3.64-1.225"/><path d="M9.038 13.439a2.46 2.46 0 0 1-.125-3.462 2.456 2.456 0 0 1 3.42-.553 2.454 2.454 0 0 1 .125 3.462 2.46 2.46 0 0 1-3.42.553" style="fill:#0f0"/><path d="M9.038 13.439a2.46 2.46 0 0 1-.125-3.462 2.456 2.456 0 0 1 3.42-.553 2.454 2.454 0 0 1 .125 3.462 2.46 2.46 0 0 1-3.42.553" style="fill:none"/><path d="M8.219 13.238a2.463 2.463 0 0 1-.129-3.466 2.464 2.464 0 0 1 3.424-.553 2.46 2.46 0 0 1 .125 3.466 2.46 2.46 0 0 1-3.42.553"/><path d="M8.219 13.238a2.463 2.463 0 0 1-.129-3.466 2.464 2.464 0 0 1 3.424-.553 2.46 2.46 0 0 1 .125 3.466 2.46 2.46 0 0 1-3.42.553" style="fill:none"/><path d="M10.08 15.942c-.475-.316-1.023-.62-1.553-.914A9.06 9.06 0 0 1 5.3 12.586c-.146-.218-.3-.406-.44-.587-.521-.655-1.013-1.273-.2-2.281a14 14 0 0 0 .512-.682A3.2 3.2 0 0 1 7.21 7.408a.3.3 0 0 1 .094 0l.056.007c1.247.167 2.324.311 3.188 1.813a.33.33 0 0 1 .041.2c-.018.161-.02.369-.023.609-.011.935-.025 2.217-.973 2.95l-.041.027-1.646.913c.307.181.624.357.938.531.541.3 1.1.611 1.6.941ZM7.267 8.061c-.679.127-1.07.672-1.562 1.357-.167.232-.339.472-.536.713-.484.6-.311.816.2 1.462.146.183.311.39.471.631a5.6 5.6 0 0 0 1.716 1.492l-.146-.263 1.8-1a3.06 3.06 0 0 0 .7-2.426c0-.2 0-.394.017-.563-.691-1.14-1.479-1.245-2.656-1.4Z" style="fill:#00f"/><path d="M7.587 12.3a1.6 1.6 0 1 1 1.633-1.6 1.617 1.617 0 0 1-1.633 1.6" style="fill:#f36"/><path d="M7.587 12.3a1.6 1.6 0 1 1 1.633-1.6 1.617 1.617 0 0 1-1.633 1.6" style="fill:none"/><path d="M8.314 11.606a.806.806 0 1 1 .1-1.125.8.8 0 0 1-.1 1.125" style="fill:#00f"/><path d="M8.314 11.606a.806.806 0 1 1 .1-1.125.8.8 0 0 1-.1 1.125" style="fill:none"/><path d="M10.22 16.048a8.7 8.7 0 0 0-2.131-.9 5.1 5.1 0 0 1-2.861-1.641c-.1-.145-.2-.295-.315-.453a7.6 7.6 0 0 1-.938-1.581 1.7 1.7 0 0 1 .186-1.754 3.89 3.89 0 0 1 3.2-2.175h.042a5.9 5.9 0 0 1 1.875.538A2.26 2.26 0 0 1 10.505 9.4a.3.3 0 0 1 .013.132c-.015.138-.022.3-.03.464a3.24 3.24 0 0 1-1.067 2.671l-1.714 1.361-.407-.511 1.716-1.367a2.63 2.63 0 0 0 .816-2.185q.009-.227.026-.431C9.613 8.872 8.68 8.376 7.343 8.2A3.32 3.32 0 0 0 4.7 10.083l-.023.032c-.519.639-.01 1.465.765 2.562.115.163.224.316.325.468a4.6 4.6 0 0 0 2.523 1.382 9.2 9.2 0 0 1 2.292.978Z" style="fill:#00f"/><path d="M11.11 16.185c-.11.193-.58.129-1.045-.14s-.758-.644-.648-.837.58-.129 1.049.14.757.644.644.837" style="fill:#00f"/><path d="M11.11 16.185c-.11.193-.58.129-1.045-.14s-.758-.644-.648-.837.58-.129 1.049.14.757.644.644.837" style="fill:none"/><path d="M24.788 17.89a4.47 4.47 0 0 1 1.322 6.159 4.47 4.47 0 0 1-6.273.6 4.47 4.47 0 0 1-1.322-6.159 4.47 4.47 0 0 1 6.273-.6"/><path d="M22.808 25.71A5.1 5.1 0 0 1 19.8 24.7a4.54 4.54 0 0 1-1.336-6.25 4 4 0 0 1 2.909-1.6 5.194 5.194 0 0 1 5.44 3.985 3.935 3.935 0 0 1-3.557 4.857q-.225.018-.448.018m-.989-8.754q-.218 0-.435.021a3.88 3.88 0 0 0-2.816 1.55 4.41 4.41 0 0 0 1.308 6.073 5 5 0 0 0 2.935.982 3.96 3.96 0 0 0 3.247-1.566 3.87 3.87 0 0 0 .626-3.151 4.92 4.92 0 0 0-1.934-2.917 4.97 4.97 0 0 0-2.931-.992"/><path d="M16.091 21.337c-2.424 0-4.386-1.568-4.386-3.508s1.962-3.508 4.386-3.508 4.386 1.572 4.386 3.508-1.962 3.508-4.386 3.508" style="fill:#ff0"/><path d="M16.091 21.468a5.1 5.1 0 0 1-3.184-1.055 3.3 3.3 0 0 1-1.333-2.583c0-2.006 2.026-3.638 4.517-3.638s4.517 1.632 4.517 3.638a3.3 3.3 0 0 1-1.333 2.583 5.1 5.1 0 0 1-3.184 1.055m0-7.015c-2.347 0-4.256 1.515-4.256 3.377s1.909 3.377 4.256 3.377 4.256-1.515 4.256-3.377-1.91-3.378-4.256-3.378Z"/><path d="M13.083 17.788a1.754 1.754 0 1 1 1.758-1.754 1.755 1.755 0 0 1-1.758 1.754" style="fill:#fff"/><path d="M13.083 17.94a1.906 1.906 0 1 1 1.91-1.906 1.91 1.91 0 0 1-1.91 1.906m0-3.508a1.6 1.6 0 1 0 1.6 1.6 1.6 1.6 0 0 0-1.6-1.599ZM26.845 16.25c-2.591 1.9-6.061 1.568-7.746-.735s-.955-5.708 1.636-7.61 6.061-1.568 7.746.735.955 5.712-1.636 7.61"/><path d="M23.175 17.592q-.277 0-.553-.026a4.885 4.885 0 0 1-4.417-6.03 6.45 6.45 0 0 1 6.753-4.948 4.886 4.886 0 0 1 4.417 6.032 6.27 6.27 0 0 1-2.465 3.716 6.34 6.34 0 0 1-3.735 1.256M24.4 6.78a6.1 6.1 0 0 0-3.6 1.213c-2.539 1.863-3.263 5.209-1.613 7.458a4.76 4.76 0 0 0 3.456 1.9 6.05 6.05 0 0 0 4.138-1.187c2.539-1.86 3.263-5.205 1.613-7.458a4.76 4.76 0 0 0-3.456-1.9q-.266-.026-.538-.026"/><path d="M27.417 14.776a2.447 2.447 0 0 1-3.4-.553 2.446 2.446 0 0 1 .121-3.443 2.444 2.444 0 0 1 3.4.553 2.446 2.446 0 0 1-.121 3.443" style="fill:#0f0"/><path d="M27.417 14.776a2.447 2.447 0 0 1-3.4-.553 2.446 2.446 0 0 1 .121-3.443 2.444 2.444 0 0 1 3.4.553 2.446 2.446 0 0 1-.121 3.443" style="fill:none"/><path d="M26.606 14.776a2.447 2.447 0 0 1-3.4-.553 2.44 2.44 0 0 1 .121-3.439 2.446 2.446 0 0 1 3.4.549 2.45 2.45 0 0 1-.121 3.443"/><path d="M26.606 14.776a2.447 2.447 0 0 1-3.4-.553 2.44 2.44 0 0 1 .121-3.439 2.446 2.446 0 0 1 3.4.549 2.45 2.45 0 0 1-.121 3.443" style="fill:none"/><path d="M21.985 15.774a1.5 1.5 0 0 1-1.2-.724 4.2 4.2 0 0 1-.894-1.855 2.62 2.62 0 0 1 .365-1.963l.162-.243a4.44 4.44 0 0 1 1.836-1.819l.387-.257a5 5 0 0 1 3.928-.648A2.24 2.24 0 0 1 28 9.774l-.624.193a1.57 1.57 0 0 0-1.027-1.086A4.41 4.41 0 0 0 23 9.457l-.389.258-.092.061 1.02.7.014.01a7.1 7.1 0 0 1 1.547 1.566 2.37 2.37 0 0 1 .451 2.074c-.36 1.167-.878 1.235-2.13 1.4h-.011a7 7 0 0 0-.733.141 3.2 3.2 0 0 1-.692.107m.1-5.7a3.56 3.56 0 0 0-1.127 1.278l-.163.244a2.665 2.665 0 0 0 .493 3.045c.463.573.613.539 1.242.393a8 8 0 0 1 .794-.152h.011c1.2-.158 1.354-.179 1.591-.945.337-1.093-.957-2.3-1.763-2.92l-1.171-.817Z" style="fill:#00f"/><path d="M22.519 14.394a1.459 1.459 0 1 1 1.432-1.458 1.445 1.445 0 0 1-1.432 1.458" style="fill:#f36"/><path d="M22.519 14.394a1.459 1.459 0 1 1 1.432-1.458 1.445 1.445 0 0 1-1.432 1.458" style="fill:none"/><path d="M23.023 13.772a.8.8 0 1 1 .095-1.121.8.8 0 0 1-.095 1.121" style="fill:#00f"/><path d="M23.023 13.772a.8.8 0 1 1 .095-1.121.8.8 0 0 1-.095 1.121" style="fill:none"/><path d="M22.18 15.995a1.91 1.91 0 0 1-1.6-.85 5.5 5.5 0 0 1-1.012-2.093 2.88 2.88 0 0 1 .24-2.23l.243-.366a4.4 4.4 0 0 1 1.842-1.775l.271-.18a4.8 4.8 0 0 1 1.957-.615 5.5 5.5 0 0 1 2.437.208 2.5 2.5 0 0 1 1.652 1.612l-.624.193a1.85 1.85 0 0 0-1.25-1.19 5.15 5.15 0 0 0-3.813.334l-.272.181a3.88 3.88 0 0 0-1.659 1.591l-.244.369c-.57.854-.07 2.555.736 3.548.58.717.939.665 1.9.525.125-.018.253-.037.393-.055l.293-.037c.987-.124 1.192-.15 1.408-.842a2.97 2.97 0 0 0-.753-3.138l-2.27-.949.252-.6 2.311.966a.3.3 0 0 1 .074.043 3.07 3.07 0 0 1 1.1 1.8 4.1 4.1 0 0 1-.092 2.078c-.341 1.094-.912 1.166-1.95 1.3l-.289.037-.384.054a6 6 0 0 1-.897.081" style="fill:#00f"/><path d="M18.89 17.788a1.754 1.754 0 1 1 1.754-1.754 1.76 1.76 0 0 1-1.754 1.754" style="fill:#fff"/><path d="M18.89 17.94a1.906 1.906 0 1 1 1.91-1.906 1.91 1.91 0 0 1-1.91 1.906m0-3.508a1.6 1.6 0 1 0 1.6 1.6 1.6 1.6 0 0 0-1.6-1.599ZM13.136 16.905a.879.879 0 1 1 .875-.879.88.88 0 0 1-.875.879"/><path d="M13.136 16.905a.879.879 0 1 1 .875-.879.88.88 0 0 1-.875.879" style="fill:none"/><path d="M18.955 16.807a.875.875 0 1 1 .875-.875.876.876 0 0 1-.875.875"/><path d="M18.955 16.807a.875.875 0 1 1 .875-.875.876.876 0 0 1-.875.875" style="fill:none"/><path d="M16.518 20.245a2.9 2.9 0 0 1-1.429-.409 1.16 1.16 0 0 1-.689-1.1l.388.056c-.049.336.336.61.5.712a1.96 1.96 0 0 0 1.831.2.605.605 0 0 0 .174-.689.2.2 0 0 1 0-.043v-.1h.392v.081a.96.96 0 0 1-.332 1.071 1.42 1.42 0 0 1-.835.221" style="fill:#f36"/><path d="M15.393 14.3a7 7 0 0 1 .027-1.053 3.46 3.46 0 0 0-.171-1.812v-.008l-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153 0 0 1-.1-.228l.477-.8a.153.153 0 0 1 .272.019l.366.871a3.75 3.75 0 0 1 .2 1.965 7 7 0 0 0-.031 1.011ZM16.766 14.3l-.3-.023a7 7 0 0 0-.028-1.01 3.73 3.73 0 0 1 .2-1.963l.362-.867a.153.153 0 0 1 .272-.019l.477.8a.153.153 0 0 1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6v.008a3.45 3.45 0 0 0-.168 1.808 7 7 0 0 1 .018 1.053"/><path d="M7.818 23.712a2.59 2.59 0 0 1-.076-3.636 2.59 2.59 0 0 1 3.583-.633 2.584 2.584 0 0 1 .072 3.633 2.583 2.583 0 0 1-3.579.636" style="fill:#f36"/><path d="M7.818 23.712a2.59 2.59 0 0 1-.076-3.636 2.59 2.59 0 0 1 3.583-.633 2.584 2.584 0 0 1 .072 3.633 2.583 2.583 0 0 1-3.579.636" style="fill:none"/><path d="m15.691 23.605-.621-1.03a.13.13 0 0 1-.019-.068v-1.132h.262v1.1l.6 1ZM17.074 23.609l-.621-1.03a.13.13 0 0 1-.019-.068v-1.136h.266v1.1l.6 1Z"/><path d="M9 22.367c-.455-.371-.383-1.212.163-1.875s1.352-.9 1.811-.527.379 1.212-.163 1.879-1.357.898-1.811.523" style="fill:#00f"/><path d="M9 22.367c-.455-.371-.383-1.212.163-1.875s1.352-.9 1.811-.527.379 1.212-.163 1.879-1.357.898-1.811.523" style="fill:none"/><path d="M24.314 23.716a2.59 2.59 0 0 1-3.583-.636 2.587 2.587 0 0 1 .076-3.633 2.59 2.59 0 0 1 3.583.633 2.59 2.59 0 0 1-.076 3.636" style="fill:#f36"/><path d="M24.314 23.716a2.59 2.59 0 0 1-3.583-.636 2.587 2.587 0 0 1 .076-3.633 2.59 2.59 0 0 1 3.583.633 2.59 2.59 0 0 1-.076 3.636" style="fill:none"/><path d="M23 22.473c-.455.371-1.265.136-1.807-.523s-.617-1.5-.159-1.875 1.261-.14 1.807.523.61 1.502.159 1.875" style="fill:#00f"/><path d="M23 22.473c-.455.371-1.265.136-1.807-.523s-.617-1.5-.159-1.875 1.261-.14 1.807.523.61 1.502.159 1.875" style="fill:none"/><path d="M28.322 10.53c-.231.159-.731-.163-1.121-.724s-.523-1.14-.3-1.3.731.163 1.121.723.527 1.142.3 1.301" style="fill:#00f"/><path d="M28.322 10.53c-.231.159-.731-.163-1.121-.724s-.523-1.14-.3-1.3.731.163 1.121.723.527 1.142.3 1.301" style="fill:none"/><path d="M20.523 16.922h.174v.14h-.174z"/><path d="M20.712 17.077h-.2v-.17h.2Zm-.174-.03h.144v-.11h-.144Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.507 18.773a1.38 1.38 0 0 0-1.144-.921 2.6 2.6 0 0 0-.913.051 8 8 0 0 1-1.406.185 27.1 27.1 0 0 0 2.872-6.83c.953-3.689.444-5.369-.151-6.13A8.24 8.24 0 0 0 22.121 2a11.8 11.8 0 0 0-3.453.484 13 13 0 0 0-2.02-.184 6.57 6.57 0 0 0-3.518.867 16 16 0 0 0-2.484-.624 7.7 7.7 0 0 0-5.819.924C3.093 4.691 2.289 6.819 2.438 9.792a36.4 36.4 0 0 0 1.406 6.538 22.6 22.6 0 0 0 1.514 3.863A4.79 4.79 0 0 0 7.8 22.742a2.4 2.4 0 0 0 2.379-.516 2.1 2.1 0 0 0 .5.43 3.3 3.3 0 0 0 .944.4 5.07 5.07 0 0 0 3.3-.2c.006.171.011.335.014.477.006.229.013.454.021.665a11.6 11.6 0 0 0 .441 3.3c.016.043.037.107.059.176a4 4 0 0 0 .991 1.745 2.96 2.96 0 0 0 2.09.777 4.7 4.7 0 0 0 .977-.109 4.6 4.6 0 0 0 3.091-1.787c.811-1.155 1.206-2.894 1.277-5.635l.026-.222.017-.145.191.017h.049a7.6 7.6 0 0 0 3.163-.548c.631-.293 2.654-1.361 2.177-2.8"/><path d="M27.689 19.053c-3.163.652-3.38-.418-3.38-.418 3.339-4.955 4.735-11.245 3.53-12.784-3.286-4.2-8.975-2.213-9.07-2.162l-.031.006a11.3 11.3 0 0 0-2.11-.22 5.2 5.2 0 0 0-3.34 1S3.14.294 3.612 9.733c.1 2.008 2.878 15.194 6.191 11.211 1.211-1.456 2.381-2.688 2.381-2.688a3.07 3.07 0 0 0 2.006.512l.057-.048a2.2 2.2 0 0 0 .023.567c-.854.954-.6 1.121-2.309 1.472-1.726.356-.712.989-.05 1.155a3.51 3.51 0 0 0 3.915-1.272l-.05.2c.334.268.569 1.742.53 3.079a8.5 8.5 0 0 0 .2 2.971c.264.717.526 2.329 2.769 1.849a3.31 3.31 0 0 0 2.98-3.179c.1-1.234.313-1.052.326-2.155l.174-.522c.2-1.673.032-2.213 1.186-1.962l.281.025a6.4 6.4 0 0 0 2.615-.44c1.406-.652 2.239-1.742.853-1.455" style="fill:#336791"/><path d="M13.882 10.631a.98.98 0 0 0-.674.1.25.25 0 0 0-.1.164.48.48 0 0 0 .117.314.88.88 0 0 0 .559.349 1 1 0 0 0 .09.006.725.725 0 0 0 .687-.467c.035-.248-.326-.414-.676-.463m9.442.008c-.027-.195-.374-.25-.7-.2s-.647.194-.62.389a.67.67 0 0 0 .62.411 1 1 0 0 0 .083-.006.8.8 0 0 0 .451-.247.5.5 0 0 0 .169-.343" style="fill:#fff"/><path d="M28.741 18.979c-.121-.365-.509-.482-1.154-.349-1.915.4-2.6.121-2.826-.044a26.3 26.3 0 0 0 3.373-7.565 14.4 14.4 0 0 0 .5-3.253 3.5 3.5 0 0 0-.509-2.2 7.48 7.48 0 0 0-6.049-2.825 10.4 10.4 0 0 0-3.5.551 8.7 8.7 0 0 0-1.968-.253 5.7 5.7 0 0 0-3.372.929 15 15 0 0 0-2.74-.718 6.98 6.98 0 0 0-5.242.805c-1.5 1.064-2.2 2.966-2.061 5.653a35.5 35.5 0 0 0 1.373 6.348c1.07 3.505 2.233 5.49 3.457 5.9a1.6 1.6 0 0 0 .491.081 2.05 2.05 0 0 0 1.563-.886q1.042-1.25 2.155-2.438a3.5 3.5 0 0 0 1.55.417v.042q-.14.166-.273.338c-.375.475-.452.574-1.658.823-.343.071-1.254.259-1.267.9-.014.7 1.077.991 1.2 1.022a5.1 5.1 0 0 0 1.249.162 3.63 3.63 0 0 0 2.5-.934 23.7 23.7 0 0 0 .381 5.684 2.854 2.854 0 0 0 2.729 2.1 4.4 4.4 0 0 0 .917-.1 3.46 3.46 0 0 0 3.156-3.212c.177-1.026.481-3.475.624-4.789a3.9 3.9 0 0 0 1.11.137 6.6 6.6 0 0 0 2.519-.48c.712-.331 2-1.141 1.763-1.846Zm-4.69-8.879a8 8 0 0 1-.116 1.107 10 10 0 0 0-.14 1.3 10 10 0 0 0 .1 1.47 5.24 5.24 0 0 1-.229 2.986 4 4 0 0 1-.207-.426c-.058-.141-.185-.368-.359-.681-.68-1.22-2.274-4.078-1.458-5.244.243-.347.86-.7 2.408-.512Zm-1.877-6.569a6.62 6.62 0 0 1 5.334 2.522c.975 1.245-.1 6.912-3.205 11.8l-.094-.119-.039-.049a5.52 5.52 0 0 0 .506-3.8 9 9 0 0 1-.1-1.352 10 10 0 0 1 .131-1.206 7.6 7.6 0 0 0 .123-1.493.6.6 0 0 0 .013-.21 8.4 8.4 0 0 0-1.912-3.6 8.6 8.6 0 0 0-3.039-2.284 10.3 10.3 0 0 1 2.28-.214ZM9.479 20.654c-.627.754-1.061.61-1.2.562-.928-.31-2.006-2.272-2.955-5.384a35 35 0 0 1-1.34-6.159c-.12-2.4.462-4.074 1.73-4.974 2.063-1.463 5.456-.587 6.819-.143q-.03.028-.059.057c-2.237 2.259-2.184 6.119-2.178 6.355 0 .091.007.22.018.4a16 16 0 0 1-.081 3.226 4.08 4.08 0 0 0 1.067 3.413q.133.138.278.262a56 56 0 0 0-2.1 2.385Zm2.39-3.19a3.3 3.3 0 0 1-.865-2.764 16.7 16.7 0 0 0 .087-3.381l-.014-.243A4.3 4.3 0 0 1 14 10.223a1.19 1.19 0 0 1 .918 1.026c.646 2.989.085 4.234-.365 5.235-.093.206-.181.4-.255.6l-.058.156a10 10 0 0 0-.368 1.109 2.79 2.79 0 0 1-2-.887Zm.113 4.03a1.7 1.7 0 0 1-.523-.225 2.6 2.6 0 0 1 .557-.166c1.418-.292 1.637-.5 2.116-1.105.11-.139.234-.3.406-.489.256-.287.374-.238.586-.15a.83.83 0 0 1 .408.525.59.59 0 0 1-.05.491 3.1 3.1 0 0 1-3.499 1.12Zm7.424 6.906a2.113 2.113 0 0 1-2.754-1.526 31 31 0 0 1-.3-6.853.4.4 0 0 0-.017-.124 2 2 0 0 0-.048-.23 1.59 1.59 0 0 0-.862-1.034 1.2 1.2 0 0 0-.793-.1 10 10 0 0 1 .342-1.022l.058-.157c.066-.177.148-.36.235-.554.471-1.047 1.117-2.482.416-5.722a2.044 2.044 0 0 0-2.468-1.669 5.7 5.7 0 0 0-1.887.591q-.117.06-.216.115a8.24 8.24 0 0 1 1.918-4.952 4.71 4.71 0 0 1 3.57-1.336 7.57 7.57 0 0 1 5.781 2.763 8.8 8.8 0 0 1 1.582 2.71c-1.463-.149-2.458.14-2.962.861-1.1 1.568.6 4.612 1.416 6.075.15.268.279.5.319.6a5.4 5.4 0 0 0 .861 1.387c.077.1.152.189.208.271-.443.128-1.239.423-1.166 1.9-.058.74-.474 4.205-.686 5.43-.279 1.617-.874 2.22-2.548 2.579Zm7.242-8.288a5.7 5.7 0 0 1-1.931.4 2.4 2.4 0 0 1-1.3-.167c-.045-.919.3-1.015.66-1.117q.085-.023.166-.05a1 1 0 0 0 .11.08c.639.422 1.78.467 3.39.135h.018a4.3 4.3 0 0 1-1.116.72Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.167 3.517h25.666v24.966H3.167Z" style="fill:#0c0824"/><path d="M3.167 3.517h25.666v24.966H3.167ZM2 29.65h28V2.35H2Zm18.877-16.1c-.922 0-1.237.467-1.237.852 0 .42.21.712 1.447 1.353 1.832.887 2.4 1.738 2.4 2.987 0 1.867-1.423 2.87-3.348 2.87a5.1 5.1 0 0 1-2.392-.5c-.082-.035-.093-.093-.093-.187v-1.717c0-.117.058-.152.14-.093a4.33 4.33 0 0 0 2.345.688c.922 0 1.307-.385 1.307-.91 0-.42-.268-.793-1.447-1.4-1.657-.793-2.345-1.6-2.345-2.94 0-1.505 1.178-2.753 3.22-2.753a5.4 5.4 0 0 1 2.088.327.26.26 0 0 1 .117.233v1.6c0 .093-.058.152-.175.117a3.94 3.94 0 0 0-2.03-.525Zm-10.034 1.388c.268.023.478.023.945.023 1.365 0 2.648-.478 2.648-2.333 0-1.482-.922-2.228-2.473-2.228-.467 0-.91.023-1.12.035Zm-2.077-6.2c0-.082.163-.14.257-.14a70 70 0 0 1 3.01-.058c3.232 0 4.492 1.773 4.492 4.037 0 2.963-2.147 4.235-4.783 4.235-.443 0-.595-.023-.91-.023v4.48c0 .093-.035.14-.14.14H8.907c-.093 0-.14-.035-.14-.14V8.743Z" style="fill:#31c5f0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.099 2H8.837v28h20.91V7.888l-5.579-5.816z" style="fill:#070444"/><path d="M2.253 3.493H22.56v7.844H2.253zM24.099 2v5.888h5.648z" style="fill:#5bc3f6"/><path d="M7.1 4.987a6 6 0 0 1 1.242-.1 1.58 1.58 0 0 1 1.187.392 1.71 1.71 0 0 1 .429 1.207A1.95 1.95 0 0 1 9.6 7.712a1.57 1.57 0 0 1-1.254.518 2 2 0 0 1-.246-.015v1.7h-1Zm1 2.206a2 2 0 0 0 .228.015.62.62 0 0 0 .641-.7.546.546 0 0 0-.569-.618 1.2 1.2 0 0 0-.3.03ZM11.083 8.578a1.85 1.85 0 0 0 .975.311c.345 0 .513-.156.513-.407S12.4 8.1 11.98 7.9a1.59 1.59 0 0 1-1.053-1.5 1.454 1.454 0 0 1 1.5-1.562 1.93 1.93 0 0 1 1.02.259l-.207 1.067a1.6 1.6 0 0 0-.819-.237c-.306 0-.474.148-.474.37 0 .252.2.355.674.592a1.54 1.54 0 0 1 .981 1.5 1.494 1.494 0 0 1-1.6 1.6 2.1 2.1 0 0 1-1.1-.311ZM15.62 8.98h-.1V5.755h.014a1.1 1.1 0 0 1 .629.113 1.3 1.3 0 0 1 .341.422 1.4 1.4 0 0 1 .149.553c.01.231 0 .417 0 .578a3 3 0 0 1-.035.539 1.9 1.9 0 0 1-.178.529 1.2 1.2 0 0 1-.382.379.7.7 0 0 1-.437.111m.192-4.141c-.117 0-.23.009-.31.012l-.247.007h-.82v5.054h.964a2.8 2.8 0 0 0 1.082-.184 1.8 1.8 0 0 0 .718-.517 2 2 0 0 0 .392-.788 4 4 0 0 0 .12-1 4.6 4.6 0 0 0-.092-1.186 1.9 1.9 0 0 0-.425-.771 1.7 1.7 0 0 0-.563-.422 2.5 2.5 0 0 0-.577-.188 1.4 1.4 0 0 0-.24-.018" style="fill:#070444"/><path d="M16 19.651a7 7 0 0 1-.9-.031v-3.49c.111-.016.5-.031 1.04-.031 1.3 0 1.873.546 1.873 1.791 0 1.556-.916 1.761-2.012 1.761m.139-5.031c-1.054 0-2.095.016-2.622.031-.069 0-.083.031-.083.109v9.93c0 .078.028.109.1.109H15c.069 0 .1-.031.1-.125V21.13h.86c2.039 0 3.718-.658 3.718-3.132-.014-1.805-.818-3.378-3.538-3.378M23.075 17.218a2.266 2.266 0 0 0-2.539 2.257c0 1.136.5 1.743 1.928 2.4 1 .451 1.249.685 1.249 1.089 0 .342-.222.7-.86.7a4.07 4.07 0 0 1-2.247-.841.06.06 0 0 0-.034-.012c-.033 0-.063.032-.063.09v1.432a.16.16 0 0 0 .083.156 3.94 3.94 0 0 0 2.15.607 2.317 2.317 0 0 0 2.594-2.4c0-1.121-.61-1.7-2.039-2.35-1.04-.467-1.221-.669-1.221-1.043 0-.3.18-.654.86-.654a3.8 3.8 0 0 1 1.928.591.1.1 0 0 0 .052.018c.043 0 .073-.043.073-.112v-1.274a.22.22 0 0 0-.083-.2 3.37 3.37 0 0 0-1.831-.451" style="fill:#5bc3f6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-16.114" cy="20.532" r="18.384" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="16" cy="16" rx="14" ry="7.365" style="fill:url(#a)"/><ellipse cx="16" cy="16" rx="13.453" ry="6.818" style="fill:#6280b6"/><path d="m18.725 18.2.667-3.434a1.75 1.75 0 0 0-.372-1.719 2.93 2.93 0 0 0-2-.525h-1.153l.331-1.7a.22.22 0 0 0-.215-.26h-1.6a.22.22 0 0 0-.215.177l-.709 3.646a2.05 2.05 0 0 0-.477-1.054 2.78 2.78 0 0 0-2.2-.807H7.7a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.603a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2 3.1 3.1 0 0 0 1.15-.689 3.5 3.5 0 0 0 .68-.844l-.287 1.475a.22.22 0 0 0 .215.26h1.6a.22.22 0 0 0 .215-.177l.787-4.051h1.094c.466 0 .6.093.64.133s.1.165.025.569l-.635 3.265a.22.22 0 0 0 .215.26h1.62a.22.22 0 0 0 .207-.18m-7.395-2.834a1.75 1.75 0 0 1-.561 1.092 2.17 2.17 0 0 1-1.315.321h-.712l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .093.972M25.546 13.332a2.78 2.78 0 0 0-2.2-.807h-3.091a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.608a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2 3.1 3.1 0 0 0 1.15-.689 3.43 3.43 0 0 0 1.076-1.927 2.51 2.51 0 0 0-.439-2.232m-1.667 2.034a1.75 1.75 0 0 1-.561 1.092 2.17 2.17 0 0 1-1.318.32h-.71l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .094.973" style="fill:#fff"/><path d="M10.178 13.908a1.65 1.65 0 0 1 1.221.338 1.34 1.34 0 0 1 .145 1.161 1.95 1.95 0 0 1-.642 1.223 2.36 2.36 0 0 1-1.448.37h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191 2.84 2.84 0 0 0 1.07-.642 3.2 3.2 0 0 0 1.01-1.808 2.3 2.3 0 0 0-.385-2.044 2.57 2.57 0 0 0-2.035-.732H7.7ZM14.387 10.782h1.6l-.387 1.962h1.421a2.77 2.77 0 0 1 1.85.468 1.55 1.55 0 0 1 .305 1.516l-.667 3.434H16.89l.635-3.265a.89.89 0 0 0-.08-.76 1.12 1.12 0 0 0-.8-.2H15.37l-.822 4.228h-1.6ZM22.727 13.908a1.65 1.65 0 0 1 1.221.338 1.34 1.34 0 0 1 .145 1.161 1.95 1.95 0 0 1-.642 1.223A2.36 2.36 0 0 1 22 17h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191 2.84 2.84 0 0 0 1.07-.642 3.2 3.2 0 0 0 1.01-1.808 2.3 2.3 0 0 0-.385-2.044 2.57 2.57 0 0 0-2.035-.732h-3.092Z" style="fill:#000004"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-134.514" x2="-134.455" y1="-206.113" y2="-206.235" gradientTransform="matrix(247.636 0 0 -153.765 33318.948 -31686.704)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8a9fe0"/><stop offset=".588" stop-color="#7182b8"/><stop offset="1" stop-color="#576490"/></linearGradient></defs><path d="M14.486 20.381a17.4 17.4 0 0 1-.046 3.133.84.84 0 0 1-.439.709c-.831.617-3.616.765-3.963-.546-.128-.005-.026-.429-.148-.413a1.56 1.56 0 0 1-1.2-.735c.005-1.434.163-6.607-2.4-5.214a2.5 2.5 0 0 0-1.168 1.429 4.9 4.9 0 0 0-.24 1.643c-.02.714.158 1.495.184 2.352.01.383.071.48-.214.806-.459.525-1.26.082-1.693-.495a1.9 1.9 0 0 1-.291-.969 31.1 31.1 0 0 1 1-11.148c.367-1.23.495-1.408 1.663-1.684a13 13 0 0 1 4.05-.24c1.051-.342 3.545-2.194 4.621-.724a12.53 12.53 0 0 1 9.579 1.75 37 37 0 0 0 4.259.077c.2-.128.434-.265.638-.383a1.4 1.4 0 0 1 .495-.209c.23-.036.53-.046.6.24a3.3 3.3 0 0 1 .061.893.81.81 0 0 1-.643.76 4 4 0 0 1-1.148-.372c-1.3.036-2.1-.036-3.4 0 .209.224.2.372.352.668a6.38 6.38 0 0 1-.775 5.979c-.092 1.49.02 2.995.031 4.49.005.515.041 1.005-.444 1.347a3.26 3.26 0 0 1-2.867.24 2.5 2.5 0 0 1-.668-.556 3 3 0 0 1-.5.01 1.2 1.2 0 0 1-.689-.505 3.6 3.6 0 0 1-.235-.525c0-.7-.026-.974-.026-1.673a10.7 10.7 0 0 1-4.346-.122Z" style="fill:#ccc"/><path d="M12.095 24.839a3.8 3.8 0 0 1-1.217-.184 1.45 1.45 0 0 1-.972-.864.46.46 0 0 1-.1-.322v-.045a1.8 1.8 0 0 1-1.25-.811l-.024-.039v-.26c.009-1.182.032-4.323-1.034-4.962a1.1 1.1 0 0 0-1.128.1 2.36 2.36 0 0 0-1.1 1.349 4.8 4.8 0 0 0-.228 1.588 8.5 8.5 0 0 0 .085 1.2c.043.366.087.746.1 1.145q-.002.088.007.156a.85.85 0 0 1-.26.76.82.82 0 0 1-.665.288 1.85 1.85 0 0 1-1.276-.792 1.97 1.97 0 0 1-.322-1.053 31.1 31.1 0 0 1 1.008-11.206c.375-1.255.54-1.5 1.779-1.793a13.1 13.1 0 0 1 4.068-.247 8 8 0 0 0 .875-.4c1.232-.616 2.91-1.453 3.831-.334a12.63 12.63 0 0 1 9.567 1.768A36 36 0 0 0 28 9.953c.2-.123.412-.251.606-.363l.056-.032a1.4 1.4 0 0 1 .494-.2c.444-.069.7.053.777.361a3.5 3.5 0 0 1 .065.939.97.97 0 0 1-.791.909h-.026l-.025-.007a8 8 0 0 0-.26-.062A3.1 3.1 0 0 1 28 11.2c-.633.016-1.155.007-1.659 0-.433-.007-.878-.015-1.394-.007.032.063.055.124.08.186a3 3 0 0 0 .112.256 6.53 6.53 0 0 1-.761 6.126c-.056.966-.027 1.957 0 2.916.015.491.03 1 .033 1.5v.086a1.45 1.45 0 0 1-.513 1.393 3.4 3.4 0 0 1-3.02.257 1.8 1.8 0 0 1-.564-.437q-.052-.054-.106-.106c-.049 0-.1.006-.145.011a1 1 0 0 1-.33-.006 1.38 1.38 0 0 1-.783-.571 1.8 1.8 0 0 1-.171-.361 3 3 0 0 0-.076-.188l-.014-.031v-.034c0-.347-.006-.594-.013-.832-.005-.2-.01-.4-.012-.659a10.8 10.8 0 0 1-4-.092 17.6 17.6 0 0 1-.065 2.931.98.98 0 0 1-.5.813 3.75 3.75 0 0 1-2.004.488m-1.969-1.318h.036l.03.114a1.1 1.1 0 0 0 .791.718 3.9 3.9 0 0 0 2.922-.259.69.69 0 0 0 .375-.6 17 17 0 0 0 .055-2.976l-.085-.024.35-.694.041.463a10.7 10.7 0 0 0 4.169.088l.181-.024v.182c0 .347.006.594.013.832s.012.473.013.807q.037.089.069.171a1.5 1.5 0 0 0 .139.3 1.06 1.06 0 0 0 .6.44.7.7 0 0 0 .216 0 2 2 0 0 1 .244-.013h.06l.044.041q.081.076.162.16a1.5 1.5 0 0 0 .46.366 3.1 3.1 0 0 0 2.712-.224c.388-.274.383-.65.377-1.127v-.087c0-.5-.018-1-.033-1.492-.029-.987-.059-2.008 0-3.009v-.066l.05-.044a6.18 6.18 0 0 0 .739-5.785 3 3 0 0 1-.126-.287.9.9 0 0 0-.2-.346l-.241-.259.353-.01c.654-.018 1.188-.009 1.706 0s1.045.018 1.691 0h.047l.04.025a2.7 2.7 0 0 0 .835.289q.123.028.242.057a.67.67 0 0 0 .471-.609 3.1 3.1 0 0 0-.058-.847c-.014-.061-.041-.176-.416-.117a1.1 1.1 0 0 0-.384.158l-.056.032c-.2.114-.429.253-.631.379l-.037.023h-.043a36 36 0 0 1-4.278-.077h-.042l-.035-.024a12.35 12.35 0 0 0-9.461-1.725l-.1.018-.059-.08c-.747-1.02-2.334-.227-3.493.352a8 8 0 0 1-.95.43l-.032.01h-.033a12.8 12.8 0 0 0-4 .236c-1.121.264-1.2.4-1.547 1.574a30.8 30.8 0 0 0-1 11.09 1.7 1.7 0 0 0 .258.884 1.55 1.55 0 0 0 1.033.666.5.5 0 0 0 .413-.179.55.55 0 0 0 .182-.532c0-.049-.006-.1-.007-.164a12 12 0 0 0-.1-1.118 9 9 0 0 1-.087-1.243 5 5 0 0 1 .251-1.7 2.67 2.67 0 0 1 1.24-1.509 1.4 1.4 0 0 1 1.444-.1c1.223.733 1.2 3.89 1.19 5.238v.167a1.4 1.4 0 0 0 1.028.622.2.2 0 0 1 .15.045.4.4 0 0 1 .1.3c.009.023.01.052.012.073m-.216-.1" style="fill:#ccc"/><path d="M13.891 19.981a17.4 17.4 0 0 1-.046 3.133.84.84 0 0 1-.439.709c-.831.617-3.616.765-3.963-.546-.128-.005-.026-.429-.148-.413a1.56 1.56 0 0 1-1.2-.735c.005-1.434.163-6.607-2.4-5.214a2.5 2.5 0 0 0-1.168 1.429 4.9 4.9 0 0 0-.24 1.643c-.02.714.158 1.495.184 2.352.01.383.071.48-.214.806-.459.525-1.26.082-1.693-.495a1.9 1.9 0 0 1-.291-.969 31.1 31.1 0 0 1 1-11.148c.367-1.23.495-1.408 1.663-1.684a13 13 0 0 1 4.05-.24c1.051-.342 3.545-2.194 4.621-.724a12.53 12.53 0 0 1 9.579 1.75 37 37 0 0 0 4.259.077c.2-.128.434-.265.638-.383a1.4 1.4 0 0 1 .495-.209c.23-.036.53-.046.6.24a3.3 3.3 0 0 1 .061.893.81.81 0 0 1-.643.76 4 4 0 0 1-1.148-.372c-1.3.036-2.1-.036-3.4 0 .209.224.2.372.352.668a6.38 6.38 0 0 1-.775 5.979c-.092 1.49.02 2.995.031 4.49.005.515.041 1.005-.444 1.347a3.26 3.26 0 0 1-2.867.24 2.5 2.5 0 0 1-.668-.556 3 3 0 0 1-.5.01 1.2 1.2 0 0 1-.689-.505 3.6 3.6 0 0 1-.235-.525c0-.7-.026-.974-.026-1.673a10.7 10.7 0 0 1-4.346-.122Z" style="fill:#373435"/><path d="M11.5 24.439a3.8 3.8 0 0 1-1.217-.184 1.45 1.45 0 0 1-.972-.864.46.46 0 0 1-.1-.322v-.045a1.8 1.8 0 0 1-1.25-.811l-.024-.039v-.26c.009-1.182.032-4.323-1.034-4.962a1.1 1.1 0 0 0-1.128.1 2.36 2.36 0 0 0-1.1 1.349 4.8 4.8 0 0 0-.228 1.588 8.5 8.5 0 0 0 .085 1.2c.043.367.087.746.1 1.146q-.002.088.007.156a.85.85 0 0 1-.26.76.82.82 0 0 1-.665.288 1.85 1.85 0 0 1-1.276-.792 1.97 1.97 0 0 1-.322-1.053 31.1 31.1 0 0 1 1.008-11.207c.375-1.255.54-1.5 1.779-1.793a13.1 13.1 0 0 1 4.068-.247 8 8 0 0 0 .875-.4c1.232-.616 2.91-1.454 3.831-.334a12.63 12.63 0 0 1 9.567 1.769 36 36 0 0 0 4.156.074c.195-.121.413-.252.606-.363l.056-.032a1.4 1.4 0 0 1 .494-.2c.444-.069.7.053.777.361a3.5 3.5 0 0 1 .065.939.97.97 0 0 1-.791.909h-.026l-.025-.007a8 8 0 0 0-.26-.062 3.1 3.1 0 0 1-.889-.3c-.633.016-1.155.007-1.659 0-.433-.007-.878-.015-1.394-.007.032.063.055.124.08.186a3 3 0 0 0 .112.256 6.53 6.53 0 0 1-.761 6.126c-.056.966-.027 1.957 0 2.915.014.492.029 1 .033 1.5v.086a1.45 1.45 0 0 1-.512 1.393 3.4 3.4 0 0 1-3.02.257 1.8 1.8 0 0 1-.564-.437q-.052-.055-.106-.106c-.049 0-.1.006-.145.011a1 1 0 0 1-.33-.006 1.38 1.38 0 0 1-.783-.571 1.8 1.8 0 0 1-.171-.361 3 3 0 0 0-.076-.188l-.014-.031v-.034c0-.347-.006-.594-.013-.832-.005-.2-.011-.4-.012-.659a10.8 10.8 0 0 1-4-.092A17.6 17.6 0 0 1 14 23.135a.98.98 0 0 1-.5.813 3.75 3.75 0 0 1-2 .491m-1.969-1.318h.036l.03.114a1.1 1.1 0 0 0 .791.718 3.9 3.9 0 0 0 2.922-.259.69.69 0 0 0 .375-.6 17 17 0 0 0 .055-2.976l-.085-.024.345-.689.041.463a10.7 10.7 0 0 0 4.169.088l.181-.024v.182c0 .347.006.594.013.832s.012.473.013.807q.037.088.069.172a1.5 1.5 0 0 0 .139.3 1.06 1.06 0 0 0 .6.44.7.7 0 0 0 .216 0 2 2 0 0 1 .244-.013h.06l.044.041c.054.05.108.1.162.16a1.5 1.5 0 0 0 .46.366 3.1 3.1 0 0 0 2.712-.224c.388-.274.383-.65.377-1.127v-.087c0-.5-.018-1-.033-1.493-.029-.987-.059-2.007 0-3.008v-.066l.05-.044a6.19 6.19 0 0 0 .739-5.785 3 3 0 0 1-.126-.287.9.9 0 0 0-.2-.346l-.241-.259.353-.01c.654-.018 1.188-.009 1.706 0s1.045.018 1.691 0h.047l.04.025a2.7 2.7 0 0 0 .835.289q.123.028.242.057a.67.67 0 0 0 .471-.609 3.1 3.1 0 0 0-.058-.847c-.014-.061-.041-.175-.416-.117a1.1 1.1 0 0 0-.384.158l-.057.032c-.2.115-.431.254-.631.379l-.028.02h-.043a36 36 0 0 1-4.278-.077h-.042l-.037-.026a12.35 12.35 0 0 0-9.461-1.725l-.1.018-.059-.08c-.747-1.02-2.334-.227-3.493.352a8 8 0 0 1-.95.43l-.032.01h-.033a12.8 12.8 0 0 0-4 .236c-1.121.264-1.2.4-1.547 1.574a30.8 30.8 0 0 0-1 11.09 1.7 1.7 0 0 0 .258.884 1.55 1.55 0 0 0 1.033.666.5.5 0 0 0 .413-.179.55.55 0 0 0 .182-.532c0-.049-.006-.1-.007-.164a12 12 0 0 0-.1-1.118 9 9 0 0 1-.087-1.243 5 5 0 0 1 .251-1.7 2.67 2.67 0 0 1 1.24-1.509 1.4 1.4 0 0 1 1.444-.1c1.223.733 1.2 3.89 1.19 5.238v.167a1.4 1.4 0 0 0 1.038.618.2.2 0 0 1 .15.045.4.4 0 0 1 .1.3 1 1 0 0 0 .001.076m-.216-.1" style="fill:#373435"/><path d="M18.572 19.946a4.8 4.8 0 0 0 .946-.189 11.6 11.6 0 0 1 .137 2.749 1.18 1.18 0 0 1-1.134-.663 8.8 8.8 0 0 1 .051-1.897" style="fill:#6978ab"/><path d="M19.622 22.666a1.33 1.33 0 0 1-1.242-.749l-.015-.028v-.032a9 9 0 0 1 .052-1.932l.016-.124.124-.014a4.7 4.7 0 0 0 .915-.182l.164-.053.04.168a10.2 10.2 0 0 1 .147 2.484l-.008.459h-.154Zm-.944-.87a1 1 0 0 0 .821.545v-.144a11 11 0 0 0-.1-2.238 5 5 0 0 1-.683.13 8.6 8.6 0 0 0-.039 1.711Z" style="fill:#373435"/><path d="M4.052 22.683c-.225-1.474-.454-4.075.6-5.315a4 4 0 0 1 .27-.321c1.663-1.566 3.112-.219 3.505 1.515a27 27 0 0 1 .051 3.295 1.11 1.11 0 0 0 1.051.6c.153.316.112.551.286.76a2.5 2.5 0 0 0 2.7.694 8 8 0 0 0 .913-.454 10.1 10.1 0 0 0-.1-4.045c0-.184-.061-.306-.061-.49a.63.63 0 0 1 .311.138c-.2.734 2.556 1.239 5.771.352.036-.128-.026-.286.051-.332a.4.4 0 0 1 .337-.041c.015.235.02.464.036.7a4.7 4.7 0 0 0 .75.01.84.84 0 0 1-.6.214c.056 0-.031.107.02.117.148.036.429-.02.546.031-.219.128-.464.056-.612.2.036.78.056 1.617.087 2.4a2.59 2.59 0 0 0 3.311-.148 28.6 28.6 0 0 0-.1-4.7c-.117-.015-.235-.036-.352-.051 1.827-2.458 2.179-4.973.648-7.243-.015-.1-.082-.2-.1-.3 1.332-.051 2.7.087 4.036.036a6.5 6.5 0 0 0 1.112.311c.393-.138.464-1.229.077-1.107s-.6.367-1.015.52c-1.531 0-3.23-.061-4.76-.061a9.5 9.5 0 0 0-9-1.551 8.37 8.37 0 0 1 .26 6.427c-.087.286-1.408 1.122-.327.209 1.092-.928.408-7.375-.934-7.386a6.33 6.33 0 0 0-4.25 1.7c-.209-.224-.194-.133-.1-.449a9.9 9.9 0 0 0-3.4.3 1.43 1.43 0 0 0-1.3.949 34 34 0 0 0-1.2 11.094 4.6 4.6 0 0 0 .352 1.3c.6.658.924.469 1.123.122Z" style="fill:url(#a)"/><path d="M6.446 10.422a2.2 2.2 0 0 0-1.063-.149.144.144 0 0 0-.153.1.2.2 0 0 0-.02.154c.031.087.036.082.112.1a.65.65 0 0 0 .3-.026.88.88 0 0 1 .746-.036c.112-.005.123-.051.087-.139Z" style="fill:#373435"/><path d="M5.406 10.791a.6.6 0 0 1-.118-.012h-.013a.25.25 0 0 1-.217-.2.37.37 0 0 1 .031-.284.29.29 0 0 1 .283-.18 2.34 2.34 0 0 1 1.1.149h.082l.041.1a.237.237 0 0 1-.227.359h-.024l-.027-.008a.72.72 0 0 0-.62.022l-.018.011-.02.005a1 1 0 0 1-.253.038m-.044-.323a.5.5 0 0 0 .2-.02l.054-.027c-.07 0-.141 0-.213.011h-.026l-.006.012a.1.1 0 0 0-.009.024M5.622 11.687a.55.55 0 0 1 .507-.311c.02-.128 0-.2-.164-.2a1.54 1.54 0 0 0-.578.51 1.05 1.05 0 0 0-.077.6.54.54 0 0 0 .2.352.67.67 0 0 0 .752-.031c.358-.209.716-.806.087-1.031a.96.96 0 0 0-.732.153c-.01.005-.015-.015 0-.041Z" style="fill:#373435"/><path d="M5.816 12.906a.62.62 0 0 1-.408-.142.7.7 0 0 1-.256-.458 1.15 1.15 0 0 1 .1-.7 1.7 1.7 0 0 1 .635-.568l.035-.021h.038a.34.34 0 0 1 .269.095.35.35 0 0 1 .058.289.68.68 0 0 1 .564.524.98.98 0 0 1-.508.823 1.07 1.07 0 0 1-.527.158m-.323-1.066a1.1 1.1 0 0 0-.024.432.38.38 0 0 0 .145.248c.193.161.506-.011.567-.047a.67.67 0 0 0 .352-.518c-.009-.1-.089-.172-.237-.225a.82.82 0 0 0-.593.138l-.013.007-.107.054-.088-.089Z" style="fill:#373435"/><path d="M5.9 12.381a.4.4 0 0 0 .021.107.2.2 0 0 0 .021.046.22.22 0 0 1-.2.02c-.221-.1-.205-.41-.092-.578a.67.67 0 0 1 .529-.292c.118.061.154.118.092.133a.3.3 0 0 0-.1.036.18.18 0 0 0-.1.113c.051.015.077 0 .123.02v.159a.24.24 0 0 0-.159-.02c-.1.031-.139.174-.139.261Z" style="fill:#fefefe"/><path d="M6.323 16.459A2.19 2.19 0 0 0 8 13.834a1.1 1.1 0 0 1-.511-.138c-.01-.066-.015-.133-.026-.2.414.2 1 .26.924-.373.056-.015.143-.02.2-.036-.02.444-.1.485-.373.674a3.01 3.01 0 0 1-.9 2.666.9.9 0 0 0 .036.414 1.23 1.23 0 0 0-1.026-.373Z" style="fill:#373435"/><path d="m7.632 17.391-.4-.442a1.08 1.08 0 0 0-.906-.32h-.162v-.28l.113-.045a2.02 2.02 0 0 0 1.584-2.327 1 1 0 0 1-.458-.147l-.062-.039-.011-.071-.014-.105-.012-.094-.046-.3.273.132a.73.73 0 0 0 .625.08q.096-.068.071-.291l-.015-.136.132-.036a1 1 0 0 1 .119-.022 1 1 0 0 0 .08-.014l.212-.058-.01.219c-.021.456-.121.571-.361.742a3.17 3.17 0 0 1-.925 2.669 1 1 0 0 0 .035.252Zm-.7-1.008a1.2 1.2 0 0 1 .21.09.4.4 0 0 1 .021-.1l.011-.032.023-.025q.128-.137.237-.275a2.6 2.6 0 0 1-.502.342" style="fill:#373435"/><path d="M22.157 23.213c-.025-.377-.071-.708-.082-1.086-.025-.866-.683-1.055-.719-.189-.02.454 0 .882 0 1.31a2.2 2.2 0 0 0 .801-.035" style="fill:#8093d0"/><path d="M21.739 23.32q-.148-.001-.289-.012l-.15-.008v-.475c0-.286-.009-.582 0-.887.019-.453.2-.614.361-.614.213 0 .447.283.463.8.006.231.026.442.046.665q.02.203.035.418v.043l-.041.012a1.5 1.5 0 0 1-.425.058m-.329-.12h.048a2 2 0 0 0 .643-.029q-.015-.191-.032-.372c-.021-.225-.04-.437-.047-.672-.013-.431-.2-.7-.357-.7-.108 0-.239.134-.255.512-.014.3-.009.6 0 .881q-.001.19 0 .38" style="fill:#373435"/><path d="M21.368 23.257a6.4 6.4 0 0 1-.081-1.317c.056-.8-.7-1.643-.751-.158a8 8 0 0 0 .051 1.3 5 5 0 0 0 .781.175" style="fill:#8093d0"/><path d="m21.429 23.321-.069-.011a5 5 0 0 1-.79-.175l-.032-.011v-.033a8 8 0 0 1-.051-1.31c.016-.479.1-.763.263-.845a.22.22 0 0 1 .234.023 1.2 1.2 0 0 1 .361.985A5.5 5.5 0 0 0 21.4 23.1Zm-.794-.277a5 5 0 0 0 .671.15l-.01-.083a5.7 5.7 0 0 1-.063-1.174 1.1 1.1 0 0 0-.313-.889.12.12 0 0 0-.126-.018c-.055.028-.185.159-.206.754a8 8 0 0 0 .047 1.26" style="fill:#373435"/><path d="m20.588 23.15-.107-1.7c-.077-1.269-.587-1.121-.628-.076-.02.494.02.764-.026 1.259.24.163.49.484.761.51Z" style="fill:#8093d0"/><path d="M20.583 23.2a1.1 1.1 0 0 1-.555-.331 3 3 0 0 0-.23-.188l-.026-.018v-.031a6 6 0 0 0 .021-.72v-.536c.021-.533.162-.879.359-.881.2 0 .338.357.374.956l.107 1.7h-.054Zm-.7-.589c.072.052.144.116.215.178a1.3 1.3 0 0 0 .432.293l-.1-1.624c-.038-.629-.181-.856-.268-.856-.09 0-.233.249-.253.779-.009.2-.006.371 0 .531a6 6 0 0 1-.026.697Z" style="fill:#373435"/><path d="M11.865 24.028a7 7 0 0 0-.061-1.191c-.214-.92-.484-1.033-.8-.353v1.528a3.5 3.5 0 0 0 .862.01Z" style="fill:#8093d0"/><path d="M11.542 24.1c-.166 0-.332-.015-.495-.03l-.1-.009v-1.6q.228-.492.448-.466c.182.019.326.282.453.829l.01.087a6.6 6.6 0 0 1 .053 1.118h-.052l.007.046a2 2 0 0 1-.324.025m-.486-.136a3.4 3.4 0 0 0 .757.013 6.6 6.6 0 0 0-.054-1.053l-.009-.081c-.146-.627-.288-.734-.359-.741-.055 0-.168.039-.335.395Z" style="fill:#373435"/><path d="M10.3 23.776c.005-.586.01-.974.01-1.56.214-.862.433-.775.647.26.005.556.01.918.01 1.473a1.65 1.65 0 0 1-.673-.173Z" style="fill:#8093d0"/><path d="m11.017 24.009-.09-.01a1.6 1.6 0 0 1-.663-.177l-.175-.1h.154v-.3c0-.41.007-.749.007-1.211v-.013c.108-.434.214-.628.345-.628.1 0 .241.105.4.89v.346c0 .385.007.7.007 1.139Zm-.667-.262a1.5 1.5 0 0 0 .561.142c0-.406 0-.711-.007-1.078v-.335c-.157-.753-.277-.794-.3-.794s-.109.012-.241.54c0 .459 0 .8-.007 1.206Z" style="fill:#373435"/><path d="M9.5 22.623c.031-.49.133-.985.163-1.475-.2-.97-.418-1.143-.647-.51-.01.628-.015 1.261-.025 1.889a.7.7 0 0 0 .51.1Z" style="fill:#8093d0"/><path d="M9.373 22.7a.8.8 0 0 1-.348-.1l-.084-.038v-.035q.008-.471.013-.944t.013-.945v-.017c.1-.287.206-.416.326-.408s.259.121.424.926v.014c-.015.247-.049.5-.082.741s-.066.49-.081.732v.046l-.042.009a.7.7 0 0 1-.139.019m-.324-.2.02.009a.6.6 0 0 0 .385.082c.016-.235.048-.474.08-.705s.065-.486.081-.727c-.157-.763-.289-.831-.326-.834-.02 0-.1.017-.215.33q-.008.466-.013.935t-.012.902Z" style="fill:#373435"/><path d="M19.021 22.468c.041-.521-.015-.955 0-1.465.015-.618.626-.439.652.128s.056.858.087 1.424a1.3 1.3 0 0 1-.733-.087Z" style="fill:#8093d0"/><path d="M19.463 22.618a.9.9 0 0 1-.451-.1h-.044v-.057a7 7 0 0 0 .006-.836c-.006-.2-.013-.407-.006-.626.008-.322.167-.438.313-.439.2 0 .427.215.442.566.015.289.03.5.044.721s.028.423.043.7v.054l-.155.006a2 2 0 0 1-.192.011m-.387-.184a1.1 1.1 0 0 0 .579.072h.048l-.04-.648c-.014-.217-.028-.433-.044-.723s-.183-.465-.336-.465c-.125 0-.2.127-.208.336s0 .421.006.62a8 8 0 0 1-.005.808" style="fill:#373435"/><path d="M18.989 22.487c-.015-.382-.01-.841-.025-1.223.036-.525-.326-1.3-.468-.438a9 9 0 0 0-.081.963 4 4 0 0 0 .574.698" style="fill:#b9c5ea"/><path d="m19.046 22.595-.089-.064A2.6 2.6 0 0 1 18.5 22a6 6 0 0 0-.128-.174l-.013-.016v-.02c.007-.1.012-.2.016-.28a6 6 0 0 1 .066-.688c.018-.112.074-.452.253-.43.2.024.343.558.321.88.008.186.01.4.013.607s.005.42.013.61Zm-.578-.822q.053.068.119.162a3.6 3.6 0 0 0 .345.433c0-.158-.007-.327-.009-.491 0-.206-.005-.42-.013-.61.025-.372-.14-.763-.227-.773-.019-.006-.088.054-.136.341a5 5 0 0 0-.065.676l-.014.261ZM14.443 15.459c.26-1.24.515-2.48.775-3.725.041-.291.117-.551.423-.577h.372c.224 0 .352.133.372.4l-.076.551c.01.225.148.352.423.373.372.015.75.036 1.122.051.561.036.938.276.9.975l-.352 1.847a.73.73 0 0 1-.474.648c-.168-.01-.357.01-.525 0-.291.015-.459-.092-.352-.475.107-.485.24-1.092.352-1.577.041-.577-.173-.607-.4-.648-.194-.026-.382 0-.576-.026-.286.041-.393.316-.474.623-.122.515-.25 1.031-.372 1.551-.056.281-.117.464-.326.551h-.622q-.352-.077-.2-.551Z" style="fill:#373435"/><path d="M17.509 16.11H17.4a.47.47 0 0 1-.415-.137.51.51 0 0 1-.039-.473l.061-.278c.093-.422.2-.893.288-1.286.031-.465-.094-.488-.3-.526-.186-.025-.365 0-.565-.024-.2.036-.291.235-.373.542l-.166.689-.206.86c-.068.288-.123.514-.389.625l-.02.008h-.666a.4.4 0 0 1-.276-.185.62.62 0 0 1 0-.5l.033-.1.4-1.939.345-1.661c.028-.2.087-.625.519-.661h.381c.164 0 .445.064.478.5v.011l-.077.552c.007.113.054.242.324.262l.561.025.557.025a.928.928 0 0 1 1 1.087v.014l-.352 1.848a.83.83 0 0 1-.543.728l-.02.007h-.275c-.051-.015-.104-.013-.156-.013m-.108-.216h.509a.63.63 0 0 0 .385-.557l.351-1.844c.031-.562-.208-.818-.8-.855l-.556-.025-.563-.026c-.44-.033-.518-.311-.525-.474V12.1l.076-.549c-.023-.256-.154-.289-.265-.289h-.372c-.184.016-.27.143-.318.485l-.347 1.668q-.214 1.033-.43 2.064l-.04.193-.012-.012a.26.26 0 0 0 .023.151.19.19 0 0 0 .126.081h.587c.143-.068.192-.2.244-.466l.207-.865.166-.691c.061-.228.172-.648.563-.7h.029c.182.024.372 0 .576.026h.014c.286.052.519.145.476.759v.017c-.091.394-.2.868-.289 1.292l-.063.284q-.06.216 0 .289c.06.073.157.061.243.057Z" style="fill:#fefefe"/><path d="M9.624 16.894c.255-1.322.515-2.644.771-3.961a.426.426 0 0 1 .449-.449h2.348a1.23 1.23 0 0 1 1.107.623 1.6 1.6 0 0 1 .189.934 2.35 2.35 0 0 1-.694 1.465 2.2 2.2 0 0 1-1.148.5c-.4.01-.8.015-1.2.026-.23-.02-.459.041-.515.225-.071.25-.122.5-.194.745a.42.42 0 0 1-.265.23c-.23.005-.464.005-.694.01-.246.004-.195-.142-.154-.348m1.638-2.266c.066-.347.148-.74.209-1.046a.45.45 0 0 1 .449-.3 1.8 1.8 0 0 1 .715.092.766.766 0 0 1 .383 1.082 1.44 1.44 0 0 1-.852.7 1.7 1.7 0 0 1-.51.051c-.439-.046-.475-.163-.4-.582Z" style="fill:#373435"/><path d="M9.766 17.348a.28.28 0 0 1-.232-.085c-.076-.091-.05-.214-.023-.344l.009-.045q.211-1.092.425-2.184l.343-1.762a.5.5 0 0 1 .138-.377.56.56 0 0 1 .423-.173h2.343a1.33 1.33 0 0 1 1.2.681 1.7 1.7 0 0 1 .2.99 2.46 2.46 0 0 1-.724 1.532l-.012.011a2.3 2.3 0 0 1-1.2.521q-.308.008-.607.013l-.6.013h-.012c-.161-.014-.364.016-.4.15s-.065.244-.1.367-.062.25-.1.377a.51.51 0 0 1-.326.3l-.019.008h-.02l-.345.005-.349.005Zm-.067-.22a.2.2 0 0 0 .076.007l.352-.005h.322q.162-.072.187-.154c.035-.123.065-.245.1-.368s.062-.25.1-.376c.065-.214.3-.329.621-.3l.594-.013.6-.013a2.1 2.1 0 0 0 1.08-.474 2.25 2.25 0 0 0 .659-1.392 1.5 1.5 0 0 0-.178-.879 1.14 1.14 0 0 0-1.018-.564h-2.35a.34.34 0 0 0-.263.107.28.28 0 0 0-.08.226v.03l-.346 1.777-.425 2.184-.01.047a.5.5 0 0 0-.02.166Zm2.052-1.812h-.106a.64.64 0 0 1-.458-.179c-.089-.119-.081-.277-.035-.528l.036-.2.007.007c.035-.179.073-.363.108-.536l.073-.343a.555.555 0 0 1 .552-.36 1.9 1.9 0 0 1 .745.1.8.8 0 0 1 .472.449 1 1 0 0 1-.03.776l-.007.013a1.54 1.54 0 0 1-.911.745 2 2 0 0 1-.447.056Zm-.413-.512a.3.3 0 0 0 .021.2c.035.046.133.076.308.095a1.6 1.6 0 0 0 .476-.049 1.32 1.32 0 0 0 .781-.645.78.78 0 0 0 .025-.6.6.6 0 0 0-.351-.331 1.7 1.7 0 0 0-.674-.085.34.34 0 0 0-.35.23l-.061.3c-.048.236-.1.493-.145.729Z" style="fill:#fefefe"/><path d="M18.545 16.894c.255-1.322.515-2.644.771-3.961a.426.426 0 0 1 .449-.449h2.348a1.23 1.23 0 0 1 1.107.623 1.6 1.6 0 0 1 .189.934 2.35 2.35 0 0 1-.694 1.465 2.2 2.2 0 0 1-1.148.5c-.4.01-.8.015-1.2.026-.23-.02-.459.041-.515.225-.071.25-.122.5-.194.745a.42.42 0 0 1-.265.23c-.23.005-.464.005-.694.01-.246.004-.199-.142-.154-.348m1.638-2.266c.066-.347.148-.74.209-1.046a.45.45 0 0 1 .449-.3 1.8 1.8 0 0 1 .715.092.766.766 0 0 1 .383 1.082 1.44 1.44 0 0 1-.852.7 1.7 1.7 0 0 1-.51.051c-.439-.046-.475-.163-.4-.582Z" style="fill:#373435"/><path d="M18.687 17.348a.28.28 0 0 1-.232-.085c-.076-.091-.05-.214-.023-.344l.009-.045q.21-1.089.423-2.176l.345-1.77a.5.5 0 0 1 .138-.377.56.56 0 0 1 .423-.173h2.343a1.33 1.33 0 0 1 1.2.681 1.7 1.7 0 0 1 .2.99 2.46 2.46 0 0 1-.724 1.532l-.012.011a2.3 2.3 0 0 1-1.2.521q-.308.008-.607.013l-.6.013h-.012c-.162-.014-.364.016-.4.15s-.065.244-.1.366-.062.251-.1.377a.51.51 0 0 1-.326.3l-.019.008h-.02l-.345.005-.349.005Zm-.067-.22a.2.2 0 0 0 .076.007l.352-.005h.322q.162-.072.187-.154.05-.185.1-.368c.05-.183.062-.249.1-.375.065-.214.3-.329.621-.3l.594-.013.6-.013a2.1 2.1 0 0 0 1.08-.474 2.25 2.25 0 0 0 .659-1.392 1.5 1.5 0 0 0-.178-.879 1.14 1.14 0 0 0-1.018-.564h-2.35a.34.34 0 0 0-.263.107.28.28 0 0 0-.08.226v.03l-.347 1.785-.423 2.176-.01.047a.5.5 0 0 0-.02.166Zm2.052-1.812h-.106a.64.64 0 0 1-.458-.179c-.089-.119-.081-.277-.035-.528l.036-.2.007.007c.035-.18.073-.365.108-.539l.073-.341a.55.55 0 0 1 .552-.36 1.9 1.9 0 0 1 .745.1.8.8 0 0 1 .472.449 1 1 0 0 1-.03.776l-.007.013a1.54 1.54 0 0 1-.911.745 2 2 0 0 1-.446.057m-.414-.511a.3.3 0 0 0 .021.2c.035.046.133.076.308.095a1.6 1.6 0 0 0 .476-.049 1.32 1.32 0 0 0 .781-.645.78.78 0 0 0 .025-.6.6.6 0 0 0-.351-.331 1.7 1.7 0 0 0-.674-.085.34.34 0 0 0-.35.23l-.061.3c-.048.237-.1.495-.145.731Z" style="fill:#fefefe"/><path d="M3.425 22.906a1.6 1.6 0 0 1-.3-.393 1.4 1.4 0 0 1-.173-.735c-.26-4.433-.031-8.31 1.382-11.478.173-.388.2-.505.561-.684a7.4 7.4 0 0 1 3.452-.4c.036-.1.107-.2.076-.3a10 10 0 0 0-3.146.25c-.7.112-1.382.235-1.55 1.347-1.412 3.739-1.31 7.28-1.163 10.759a2.4 2.4 0 0 0 .112.74c.275.877.541.847.75.893ZM8.848 22.351c0-.923-.076-1.846-.076-2.773a5.4 5.4 0 0 0-.341-1.545 7.5 7.5 0 0 0-.7-1.025 7.4 7.4 0 0 1 .7 4.92c.142.142.269.285.417.423" style="fill:#ebefff"/><path d="m8.924 22.534-.071-.027a1.54 1.54 0 0 1-.66-.542l-.069-.087h.065c.015-.331.009-.634 0-.928-.006-.31-.013-.63.005-.982v-.059l.059.009a.79.79 0 0 1 .69.6v.016l-.013.955-.013.97Zm-.631-.614a1.5 1.5 0 0 0 .526.458c0-.316.008-.6.012-.891 0-.3.008-.607.013-.947a.67.67 0 0 0-.544-.505c-.014.324-.008.623 0 .913 0 .307.01.624-.007.972" style="fill:#373435"/><path d="M10.252 23.657a1.02 1.02 0 0 1-.5-.423q-.052-2.474-.1-4.949l.251.25a6 6 0 0 1 .077 1.051l.077.2a38 38 0 0 0 .195 3.871" style="fill:#ebefff"/><path d="m10.335 24.023-.07-.023a1.2 1.2 0 0 1-.673-.586l-.007-.014v-.02c0-.549.01-1.117.01-1.673v-.014l.007-.012c.151-.275.281-.452.423-.424.111.022.236.151.32.935 0 .583-.01 1.177-.01 1.758Zm-.643-.65a1.12 1.12 0 0 0 .537.5c0-.557.005-1.124.01-1.674-.078-.729-.19-.829-.234-.838s-.13.047-.3.359c-.005.55-.005 1.111-.013 1.654Zm-.044.009" style="fill:#373435"/><path d="M8.5 18.057a.7.7 0 0 0-.036-.25c.041.01.082.015.122.026l.647.526a.38.38 0 0 0 .2-.2.27.27 0 0 1 .214.1c.01.419-.02.832-.01 1.25a.36.36 0 0 1 .122.225 7 7 0 0 1 .8.077c.015.066.036.107.051.174a4 4 0 0 0-.9 0v.189a2.8 2.8 0 0 1 .7.051l.025.138a2.8 2.8 0 0 0-.749.01 44 44 0 0 1 0 3.088c-.082-.194-.239-.383-.326-.577a19.6 19.6 0 0 0 .061-3.976 2.75 2.75 0 0 0-.921-.851" style="fill:#373435"/><path d="M9.544 23.524a2 2 0 0 0-.155-.274 2.4 2.4 0 0 1-.17-.3l-.019-.041.006-.045a19.4 19.4 0 0 0 .062-3.9 2.7 2.7 0 0 0-.852-.767l-.09-.058.02-.106a.3.3 0 0 0-.018-.113l-.018-.079-.046-.245.242.06.052.011c.023 0 .047.009.07.015l.034.009.584.474a.2.2 0 0 0 .039-.057l.039-.1h.111a.43.43 0 0 1 .345.171l.027.039v.048c.005.213 0 .427-.005.633 0 .183-.009.372-.006.558a.6.6 0 0 1 .086.131c.166.007.33.029.49.049l.206.025.112.013.025.11.021.072q.016.045.03.1l.049.212-.217-.017h-.039l.073.4-.211-.022a3 3 0 0 0-.569-.009 47 47 0 0 1 0 2.954Zm-.014-.664.019.036v-.219q-.007.092-.019.183m-.215-4.36a2 2 0 0 1 .175.215v-.346a.6.6 0 0 1-.175.131" style="fill:#373435"/><path d="M9.121 8.964a3.5 3.5 0 0 0 1.307-.449 5.95 5.95 0 0 1 2.593-.75 1.8 1.8 0 0 0-1.2-.1 7.2 7.2 0 0 0-2.7 1.299M14.114 8.41a10.4 10.4 0 0 1 6.65.3 9.77 9.77 0 0 0-6.624-.447c-.001.102-.026.051-.026.147" style="fill:#ebefff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.6 13.791a2.35 2.35 0 0 1 1.745.483 1.92 1.92 0 0 1 .207 1.66 2.78 2.78 0 0 1-.918 1.748 3.38 3.38 0 0 1-2.07.529h-1.4l.86-4.411ZM2 22.677h2.3l.545-2.8h1.967a7 7 0 0 0 2.144-.277 4.1 4.1 0 0 0 1.53-.918A4.6 4.6 0 0 0 11.93 16.1a3.29 3.29 0 0 0-.55-2.922 3.67 3.67 0 0 0-2.91-1.049H4.057ZM13.617 9.323H15.9l-.553 2.8h2.031a3.96 3.96 0 0 1 2.645.669 2.21 2.21 0 0 1 .436 2.167l-.954 4.909h-2.31l.908-4.667a1.27 1.27 0 0 0-.114-1.086 1.6 1.6 0 0 0-1.144-.286h-1.823l-1.175 6.044h-2.288ZM25.539 13.791a2.35 2.35 0 0 1 1.745.483 1.92 1.92 0 0 1 .207 1.66 2.78 2.78 0 0 1-.918 1.748 3.38 3.38 0 0 1-2.074.529H23.1l.858-4.416Zm-5.6 8.886h2.3l.545-2.8h1.968A7 7 0 0 0 26.9 19.6a4.1 4.1 0 0 0 1.53-.918 4.6 4.6 0 0 0 1.439-2.582 3.29 3.29 0 0 0-.55-2.922 3.67 3.67 0 0 0-2.909-1.046h-4.42Z" style="fill:#8993be"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="11.813" x2="19.304" y1="29.627" y2="1.668" gradientUnits="userSpaceOnUse"><stop offset=".162" stop-color="#ccb37e"/><stop offset=".171" stop-color="#c8ad7f"/><stop offset=".199" stop-color="#c1a282"/><stop offset=".239" stop-color="#bc9b84"/><stop offset=".35" stop-color="#bb9984"/><stop offset=".356" stop-color="#b89580"/><stop offset=".397" stop-color="#aa826a"/><stop offset=".445" stop-color="#9f7359"/><stop offset=".505" stop-color="#97684e"/><stop offset=".588" stop-color="#926247"/><stop offset=".82" stop-color="#916045"/><stop offset=".825" stop-color="#875f48"/><stop offset=".837" stop-color="#765c4d"/><stop offset=".852" stop-color="#6b5a50"/><stop offset=".872" stop-color="#645952"/><stop offset=".93" stop-color="#625953"/></linearGradient></defs><path d="M19.659 20.747c.01-.018 2.27-3.474 1.328-4.934.13.256-3.24 2.235-4.351 2.784.085-.042 4.946-2.9 4.512-3.68a18.7 18.7 0 0 0-4.134 2.014h-.02a11.8 11.8 0 0 1 3.775-2.031c1.424-1.283 2.817-5.766 2.172-6.965a5.9 5.9 0 0 1-2.6.993c.886-.356 2.759-.928 2.425-2.094 0 0-1.519 1-2.263.871 2.588-1.147 2.28-1.3 2.256-1.842-.063-1.393-1.3-4.4-2.721-3.781-2.747 1.192-4.469 3.218-2.292 4.262-1.331-.219-1.705-.749-1.616-.885-1.853 2.082-3.389 2.345-.475 3.853a2.97 2.97 0 0 1-1.946-.9s-5.815 4.957-.777 7.457a5.2 5.2 0 0 1-2.1-1.461 3.5 3.5 0 0 0-1.356 1.341c.38.43.391.795 1.143 1.367l-.02.008A2.94 2.94 0 0 1 9.4 15.98c-.12.56.158 1.222 1.2 2.022a1.93 1.93 0 0 1-1.3-.7 5.2 5.2 0 0 0-.4 2.218 11.4 11.4 0 0 1 1.175 1.27.48.48 0 0 0 .227.261l-.019.008a.6.6 0 0 1-.291-.252c-.2-.288-.763-.6-1.068-.993a3.94 3.94 0 0 0 1.413 2.631.96.96 0 0 1-.719-.141 2.4 2.4 0 0 0 2.39 2.074h.126c-.168 1.3-.367 4.594.952 5.58.132.1.587.015.521-.1-.674-1.185-.857-2.01-.68-5.518.14-.01.171-.014.278-.028 4.365-1.065 6.035-2.791 6.454-3.565m-3.824 1.807-.017-.006c1.847-1.064 2.472-1.671 3.3-2.146h.02a14.2 14.2 0 0 1-3.303 2.152m4.832-4.754.018.006a18 18 0 0 1-2.949 1.894l-.017-.006c1.402-.826 1.981-1.453 2.948-1.894m-1.759 2.264.017.006a11.5 11.5 0 0 1-3.442 1.83l-.011-.009c1.808-.649 2.147-1.304 3.436-1.827m-8.16-5.042h.023c.473.415.573.957 1.847 1.452l-.017.01c-1.208-.363-1.846-.969-1.854-1.462Zm-1.327 5.714s0-.007.011-.008a.03.03 0 0 1 .017 0h.006l.011.028a5.5 5.5 0 0 0 1.582 1.715l-.019.009a2.7 2.7 0 0 1-1.608-1.744m1.9 3.169s-.043-.011-.114-.033a1.75 1.75 0 0 1-1.232-1.242h.024c.32.607.637.715 1.274 1.215q.065.053.065.055Z" style="fill:url(#a)"/><path d="M20.322 11.523a1.5 1.5 0 1 1-.439-1.061 1.5 1.5 0 0 1 .439 1.061M17.047 11.523a1.5 1.5 0 1 1-.439-1.061 1.5 1.5 0 0 1 .439 1.061" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m6.405 24.179-.636 1.506a1.01 1.01 0 0 0 .547 1.269 1.03 1.03 0 0 0 1.316-.348l.218-.521Z" style="fill:#232323"/><path d="M16.08 4.6a7.47 7.47 0 0 1 4.47 1.5.41.41 0 0 0 .536 0 .385.385 0 0 0 .029-.538 1.75 1.75 0 0 0-.9-.593 3.11 3.11 0 0 1 2.531-.961c2.323 0 7.258 3.374 7.258 9.7 0 6.074-3.977 7.383-5.058 7.383-1.645 0-3.351-1.7-3.351-2.781a4.89 4.89 0 0 0 2.363-3.32s.087-2.591 0-4.786a.46.46 0 0 0-.138-.254.46.46 0 0 0-.261-.121.41.41 0 0 0-.294.117.42.42 0 0 0-.126.292c0 .245.108 1.762.027 4.486a3.66 3.66 0 0 1-2.086 2.87 16 16 0 0 0 .528-1.827c.051-.239 0-.405-.159-.473a.35.35 0 0 0-.4.08.4.4 0 0 0-.076.123c-.107.215-3.885 12.5-9.111 12.5-4.415 0-6.96-6.3-6.96-7.745a1.884 1.884 0 0 1 1.734-2.126A3.33 3.33 0 0 1 8.688 19.2c.135.26-.582.883-.582.883l-.625-.5a.384.384 0 0 0-.488.014.364.364 0 0 0-.01.511c.159.16 4.932 4.006 4.932 4.006a.445.445 0 0 0 .568.037.377.377 0 0 0 .017-.529l-1.344-1.083 1.432-4.03s-2.2-.982-3.632.1a2.79 2.79 0 0 0-2.261-1.261 2.5 2.5 0 0 0-1.738.666 2.54 2.54 0 0 0-.808 1.686A8.65 8.65 0 0 1 2 13.741c0-4.378 3.467-9.735 7.487-9.735a3.92 3.92 0 0 1 2.488.889l-.888.675a.407.407 0 0 0-.03.558.377.377 0 0 0 .507.051A6.49 6.49 0 0 1 16.08 4.6" style="fill:#516cb3"/><path d="m9.853 21.5 1.273-2.884a9.5 9.5 0 0 0 1.543.16 5.887 5.887 0 0 0 5.761-5.939 6 6 0 0 0-12-.194 5.83 5.83 0 0 0 2.7 5.14l-1.024 2.309ZM19.761 13.01a.32.32 0 0 1-.27-.149.32.32 0 0 1-.018-.309 1.5 1.5 0 0 1 1.244-.849 1.48 1.48 0 0 1 1.241.8.32.32 0 0 1 .025.248.32.32 0 0 1-.159.191.32.32 0 0 1-.432-.148.85.85 0 0 0-.675-.452c-.433 0-.666.481-.67.481a.32.32 0 0 1-.286.186Z" style="fill:#232323"/><path d="M12.425 16.7a3.86 3.86 0 1 0-3.832-3.86 3.846 3.846 0 0 0 3.832 3.86" style="fill:#d2d2d2"/><path d="M12.425 14.834a1.992 1.992 0 1 0-1.978-1.992 1.985 1.985 0 0 0 1.978 1.992" style="fill:#232323"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="15.996" x2="15.996" y1="2.953" y2="29.043" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#808dff"/><stop offset=".298" stop-color="#838fff"/><stop offset=".478" stop-color="#8b96ff"/><stop offset=".626" stop-color="#99a2ff"/><stop offset=".756" stop-color="#adb2ff"/><stop offset=".875" stop-color="#c7c8ff"/><stop offset=".9" stop-color="#cecdff"/></linearGradient></defs><path d="M21.265 30a2.6 2.6 0 0 1-.889-.157L3.731 23.8a2.617 2.617 0 0 1-1.566-3.358L8.273 3.719a2.62 2.62 0 0 1 3.351-1.562L28.27 8.2a2.617 2.617 0 0 1 1.566 3.358l-.525 1.437a1.16 1.16 0 0 1-.888.748 1.14 1.14 0 0 1-1.077-.379 3.5 3.5 0 0 0-2.667-1.2h-.013a3.39 3.39 0 0 0-3.446 3.322 3.39 3.39 0 0 0 3.456 3.3h.013a3.6 3.6 0 0 0 .672-.065 1.13 1.13 0 0 1 1.087.384 1.17 1.17 0 0 1 .209 1.16l-2.932 8.028A2.62 2.62 0 0 1 21.265 30M10.734 2.872a1.75 1.75 0 0 0-1.641 1.146L2.984 20.746a1.745 1.745 0 0 0 1.044 2.238l16.646 6.038a1.747 1.747 0 0 0 2.234-1.042l2.932-8.028a.3.3 0 0 0-.054-.295.26.26 0 0 0-.258-.093 4.5 4.5 0 0 1-.835.081h-.016a4.26 4.26 0 0 1-4.328-4.167 4.263 4.263 0 0 1 4.315-4.2h.016a4.38 4.38 0 0 1 3.328 1.508.27.27 0 0 0 .26.09.29.29 0 0 0 .225-.189l.525-1.436a1.745 1.745 0 0 0-1.044-2.239L11.327 2.977a1.7 1.7 0 0 0-.593-.105"/><path d="M24.678 17.5a2.035 2.035 0 0 1-.007-4.071 2 2 0 0 1 1.441.591 2.036 2.036 0 0 1-1.427 3.48zm0-3.053a1.018 1.018 0 0 0 0 2.035 1.018 1.018 0 0 0 0-2.035"/><path d="M21.29 29.224a1.8 1.8 0 0 1-.606-.107L3.96 23.042a1.78 1.78 0 0 1-1.06-2.284L9.027 3.943a1.784 1.784 0 0 1 2.281-1.064l16.724 6.075a1.78 1.78 0 0 1 1.068 2.284l-.535 1.462a.326.326 0 0 1-.554.1 4.38 4.38 0 0 0-3.332-1.515 4.26 4.26 0 0 0-4.325 4.18 4.26 4.26 0 0 0 4.325 4.18 4.5 4.5 0 0 0 .856-.082.326.326 0 0 1 .369.432l-2.939 8.06a1.785 1.785 0 0 1-1.675 1.169M10.7 3.135a1.42 1.42 0 0 0-1.333.932l-6.13 16.816a1.417 1.417 0 0 0 .847 1.817l16.724 6.075a1.42 1.42 0 0 0 1.816-.847l2.917-8a5 5 0 0 1-.861.077 4.623 4.623 0 0 1-4.689-4.543 4.623 4.623 0 0 1 4.689-4.542 4.74 4.74 0 0 1 3.566 1.594l.51-1.4a1.417 1.417 0 0 0-.848-1.814L11.184 3.22a1.4 1.4 0 0 0-.484-.085" style="fill:#6873cf"/><path d="M20.173 15.463A4.436 4.436 0 0 1 24.68 11.1a4.56 4.56 0 0 1 3.47 1.579.144.144 0 0 0 .245-.046l.532-1.459a1.6 1.6 0 0 0-.956-2.051L11.247 3.05A1.6 1.6 0 0 0 9.2 4L3.066 20.82a1.6 1.6 0 0 0 .956 2.051l16.724 6.075a1.6 1.6 0 0 0 2.049-.955l2.939-8.06a.145.145 0 0 0-.163-.192 4.7 4.7 0 0 1-.891.086 4.436 4.436 0 0 1-4.507-4.362" style="fill:url(#a)"/><path d="m27.3 17.186.51-1.046 1.483.723-.51 1.045z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="18.968" x2="21.935" y1="19.819" y2="18.739" gradientUnits="userSpaceOnUse"><stop offset=".33" stop-color="#f60"/><stop offset="1" stop-color="#ffb800"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="18.996" x2="30.06" y1="13.493" y2="12.525"/><linearGradient id="c" x1="13.867" x2="25.287" y1="16.752" y2="6.103" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7e7e7"/><stop offset=".024" stop-color="#eaeaea"/><stop offset=".178" stop-color="#f5f5f5"/><stop offset=".396" stop-color="#fcfcfc"/><stop offset="1" stop-color="#fefefe"/></linearGradient><linearGradient id="d" x1="16.345" x2="17.597" y1="29.317" y2="5.432" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#05588c"/><stop offset="1" stop-color="#3db5ff"/></linearGradient><linearGradient id="e" x1="8.012" x2="21.637" y1="25.566" y2="1.967" gradientUnits="userSpaceOnUse"><stop offset=".4" stop-color="#005082"/><stop offset="1" stop-color="#2d9bdf"/></linearGradient></defs><path d="M19.455 6.767a2.241 2.241 0 1 1-1.16.789 2.25 2.25 0 0 1 1.16-.789m1.036.551a.787.787 0 1 0 .943.491.786.786 0 0 0-.943-.491"/><path d="M22.462 20.323a2.1 2.1 0 0 0-.327-.87 6 6 0 0 0-.721-.906c-.186-.218-.407-.4-.593-.623-.148-.183-.334-.332-.486-.512-.115.252-.229.5-.342.757l-.807 1.789-.091.2a7.3 7.3 0 0 0 1.884.368 7 7 0 0 0 .865 0q.267-.014.534-.049a1 1 0 0 0 .081-.027.3.3 0 0 0 .003-.127" style="fill:url(#a)"/><path d="M28.15 6.631a9.4 9.4 0 0 0-2.08-2.045l-.053.12-.518 1.161c-.046.1-.093.208-.139.312l-.131.295-.76 1.7-.654 1.468-.449 1.007q-.182.412-.366.823a2 2 0 0 1-.727.875 4.5 4.5 0 0 1-1.273.482 2.8 2.8 0 0 0-1.1.516 2.32 2.32 0 0 0-.733 1.36 2.27 2.27 0 0 0 .17 1.277 5.4 5.4 0 0 0 .995 1.431c.152.18.337.329.486.512.186.218.406.4.593.623a6 6 0 0 1 .721.906 2.1 2.1 0 0 1 .327.87.3.3 0 0 1 0 .133 1 1 0 0 1-.081.027l.091-.011a1.75 1.75 0 0 1-.364 1.035 9.4 9.4 0 0 0 2.464-.755c.238-.108.469-.231.7-.358.294-.16.57-.352.846-.539v-.014a.6.6 0 0 0 .123-.082 9.5 9.5 0 0 0 1.617-1.56 9.4 9.4 0 0 0 2.045-4.608 9.42 9.42 0 0 0-1.75-6.961" style="fill:url(#b)"/><path d="M24.52 5.672A7.8 7.8 0 0 0 21 4.729a7.6 7.6 0 0 0-2.116.24q-.327.085-.644.2a9 9 0 0 0-.625.26 7.9 7.9 0 0 0-1.575 1.029 8.3 8.3 0 0 0-1.1 1.117 9 9 0 0 0-.635.888 9 9 0 0 0-.316.546 9 9 0 0 0-.437.963q-.139.368-.245.747a8 8 0 0 0-.255 1.4c0 .043-.008.087-.012.131a6.8 6.8 0 0 0 .125 1.872 10 10 0 0 0 .445 1.558 7.2 7.2 0 0 0 1.379 2.273A6.7 6.7 0 0 0 16.6 19.24a8.4 8.4 0 0 0 2.5.922l.091-.2.807-1.789q.17-.38.342-.757a5.4 5.4 0 0 1-.995-1.431 2.27 2.27 0 0 1-.17-1.277 2.32 2.32 0 0 1 .733-1.36 2.8 2.8 0 0 1 1.1-.516 4.5 4.5 0 0 0 1.272-.478 2 2 0 0 0 .72-.878l.366-.823.449-1.007q.326-.735.654-1.468.379-.852.76-1.7.066-.151.131-.295c-.281-.172-.551-.358-.84-.511m-3.073 5.011a2.237 2.237 0 1 1 .829-1.383 2.24 2.24 0 0 1-.829 1.383" style="fill:url(#c)"/><path d="M23.636 29.54q-.631-.519-1.212-1.094a13.6 13.6 0 0 1-2.575-3.465h-.019.018a9 9 0 0 1-.745-2.015 6.5 6.5 0 0 1-.17-1.793 4.8 4.8 0 0 1 .162-1.007 8.4 8.4 0 0 1-2.5-.922 6.7 6.7 0 0 1-1.611-1.289 7.2 7.2 0 0 1-1.379-2.273 10 10 0 0 1-.445-1.558 6.8 6.8 0 0 1-.125-1.872c0-.044.007-.088.012-.131a8 8 0 0 1 .255-1.4q.107-.378.245-.747a9 9 0 0 1 .437-.963c.1-.185.2-.369.316-.546a9 9 0 0 1 .635-.888 8.3 8.3 0 0 1 1.1-1.117 7.9 7.9 0 0 1 1.578-1.025 3 3 0 0 0-.463.16 14 14 0 0 0-1.926.953 12 12 0 0 0-1.037.694 11.4 11.4 0 0 0-1.433 1.255c-.173.17-.331.355-.492.537a9 9 0 0 0-.27.328c-.164.2-.314.413-.462.626a11 11 0 0 0-.617 1.009q-.097.18-.187.362c-.133.26-.248.53-.358.8-.081.2-.15.4-.22.6l-.056.164a11 11 0 0 0-.323 1.247c-.044.208-.077.417-.11.627q-.076.522-.1 1.049c-.02.258-.016.517-.023.775.014.3.019.592.047.887a12.4 12.4 0 0 0 .985 3.876 10 10 0 0 0 .616 1.235 12.7 12.7 0 0 0 1.444 2.026c.182.251.434.439.623.684.071.084.166.141.243.218.231.24.492.448.744.666a14.3 14.3 0 0 0 2.781 1.777 17.3 17.3 0 0 0 3.184 1.158 19.5 19.5 0 0 0 2.953.5 6 6 0 0 1 .588.064l.068-.008a1.4 1.4 0 0 0-.176-.164" style="fill:url(#d)"/><path d="M20.941 2.342a14.4 14.4 0 0 0-3.335-.328 14 14 0 0 0-2.24.217c-.666.122-1.327.276-1.982.449-.773.2-1.539.428-2.3.662-.806.246-1.61.5-2.416.747-.683.2-1.369.4-2.062.574a14.5 14.5 0 0 1-2 .36A6 6 0 0 1 3.141 5 3 3 0 0 1 2 4.584a6.85 6.85 0 0 0 1.254 2.91 6.9 6.9 0 0 0 2.065 1.84 15 15 0 0 0-.624 1.6 14 14 0 0 0-.383 1.419v.025l-.007-.01a13.5 13.5 0 0 0-.29 2.991 13.64 13.64 0 0 0 1.906 6.684 15.4 15.4 0 0 0 3.537 4.111 16.9 16.9 0 0 0 6.345 3.231 18.5 18.5 0 0 0 7.938.319 6 6 0 0 0-.588-.064 19.5 19.5 0 0 1-2.953-.5 17.3 17.3 0 0 1-3.184-1.158 14.3 14.3 0 0 1-2.781-1.777c-.252-.218-.513-.426-.744-.666-.078-.077-.173-.134-.243-.218-.189-.245-.441-.433-.623-.684a12.7 12.7 0 0 1-1.444-2.026 10 10 0 0 1-.616-1.235 12.4 12.4 0 0 1-.978-3.876c-.028-.295-.034-.591-.047-.887.007-.258 0-.517.023-.775q.026-.527.1-1.049c.033-.209.065-.419.11-.627a11 11 0 0 1 .323-1.247l.056-.164c.07-.2.138-.4.22-.6a10 10 0 0 1 .545-1.162 11 11 0 0 1 .617-1.009 11 11 0 0 1 .732-.954c.161-.182.319-.367.492-.537q.342-.352.711-.676c.236-.2.472-.4.722-.579a12 12 0 0 1 1.037-.694 14 14 0 0 1 1.926-.953 3 3 0 0 1 .463-.16q.307-.143.625-.26c.318-.117.426-.146.644-.2A7.6 7.6 0 0 1 21 4.729a7.8 7.8 0 0 1 3.517.943c.289.153.559.339.839.508.046-.1.093-.208.139-.312l.518-1.161.053-.12a14.3 14.3 0 0 0-5.125-2.245" style="fill:url(#e)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.008 28H3.233c-.429 0-.873.053-1.131-.407-.266-.475.045-.8.294-1.151q1.88-2.624 3.75-5.255a1.9 1.9 0 0 1 .633-.581q2.034-1.133 4.05-2.293a.54.54 0 0 1 .71.029 2.15 2.15 0 0 0 2.51.131.435.435 0 0 1 .564 0q1.589 1.179 3.2 2.329a.67.67 0 0 1 .249.55 2.294 2.294 0 0 0 4.532.3.88.88 0 0 1 .487-.652c.5-.266.99-.538 1.457-.85.3-.2.469-.2.693.119 1.481 2.111 2.981 4.209 4.48 6.307.223.312.41.61.193 1.008s-.559.418-.946.418q-6.476-.009-12.95-.002" style="fill:#078340"/><path d="M12.891 14.2a2.225 2.225 0 0 0-2.26 2 .87.87 0 0 1-.537.781c-.753.4-1.486.836-2.228 1.254a1.18 1.18 0 0 1-1.349-.415.8.8 0 0 1 .034-1.106q2.274-3.161 4.531-6.332L15.2 4.609c.575-.806 1.054-.813 1.62-.017l8.5 11.931c.589.827.532 1.081-.343 1.6-.8.471-1.613.928-2.408 1.411a.467.467 0 0 1-.682-.048A2.224 2.224 0 0 0 19 19.318a.456.456 0 0 1-.648-.007q-1.394-1.05-2.819-2.055a.74.74 0 0 1-.352-.71 2.274 2.274 0 0 0-2.29-2.346" style="fill:#00b353"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="17.649" x2="28.104" y1="8.845" y2="19.301" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="b" x1="10.011" x2="20.363" y1="22.109" y2="11.758" gradientTransform="matrix(1 0 0 -1 0 32.257)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-.155" x2="10.301" y1="8.846" y2="19.301"/></defs><path d="m24.989 7.936-.028-.009c-5.58 0-5.15 2.794-5.15 2.794v10.605s-.006 2.749 2.562 2.749h.018c2.513 0 2.51-2.747 2.51-2.747V16.52h2.972C30 16.52 30 15.159 30 15.159v-4.913s.333-2.31-5.011-2.31m3.7 2.541a.914.914 0 1 1-.89-.936l-.024.007a.914.914 0 0 1 .914.914z" style="fill:url(#a)"/><path d="M16.01 24.073h-.017c-2.561 0-2.561-3.585-2.561-3.585v-8.78s-.007-3.531 2.561-3.524h.018c2.51 0 2.51 3.524 2.51 3.524v8.78s0 3.584-2.511 3.585m.947-2.3a.914.914 0 1 0-.89.937l-.024-.007a.914.914 0 0 0 .914-.914Z" style="fill:url(#b)"/><path d="m7.186 7.936-.028-.012c-5.58 0-5.15 2.794-5.15 2.794v10.608s-.008 2.75 2.56 2.75h.018c2.513 0 2.51-2.747 2.51-2.747V16.52h2.971c2.129 0 2.124-1.361 2.124-1.361v-4.913s.335-2.31-5.005-2.31m3.7 2.541A.914.914 0 1 1 10 9.54l-.024.007a.914.914 0 0 1 .914.914v.015Z" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#f57f17" d="M20 23h-8.14a4.2 4.2 0 0 0-.43-1L22 11.43a3.86 3.86 0 0 0 2 .57 4 4 0 1 0-3.86-5h-8.28a4 4 0 1 0 0 2h8.28c.099.35.244.687.43 1L10 20.57A3.86 3.86 0 0 0 8 20a4 4 0 1 0 3.86 5H20v3h8v-8h-8zM8 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4m16-4a2 2 0 1 1 0 4 2 2 0 0 1 0-4M8 26a2 2 0 1 1 0-4 2 2 0 0 1 0 4m14-4h4v4h-4z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="e" x1="-33.423" x2="-33.353" y1="-250.911" y2="-250.858" gradientTransform="matrix(37.134 26.001 13.575 -19.387 4673.473 -3982.019)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#767676"/><stop offset="1"/></linearGradient><linearGradient id="a" x1="-32.107" x2="-32.028" y1="-242.563" y2="-242.586" gradientTransform="matrix(81.081 56.774 17.306 -24.715 6804.021 -4149.644)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0079b9"/><stop offset="1"/></linearGradient><linearGradient xlink:href="#a" id="f" x1="-33.282" x2="-33.224" y1="-243.423" y2="-243.455" gradientTransform="matrix(60.003 42.015 34.184 -48.82 10343.005 -10469.084)"/><linearGradient id="c" x1="12.356" x2="14.011" y1="26.268" y2="26.268" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#595959"/><stop offset=".087" stop-color="#6e6e6e"/><stop offset=".242" stop-color="#8c8c8c"/><stop offset=".405" stop-color="#a4a4a4"/><stop offset=".577" stop-color="#b5b5b5"/><stop offset=".765" stop-color="#bfbfbf"/><stop offset="1" stop-color="#c2c2c2"/></linearGradient><linearGradient xlink:href="#c" id="g" x1="18.291" x2="19.946" y1="26.171" y2="26.171"/><linearGradient xlink:href="#c" id="h" x1="24.44" x2="26.096" y1="26.171" y2="26.171"/></defs><path d="m20.305 17.872 6.855 4.546-5.44 3.075-6.859-4.494z" style="fill:#1c0a42"/><path d="m21.716 25.619-.055-.036-7.005-4.59 5.653-3.247 7.056 4.68Zm-6.65-4.613 6.658 4.362 5.231-2.957L20.3 18Z"/><path d="m26.401 11.909 3.017 1.683-2.348 1.496-2.857-1.841z" style="fill:url(#e)"/><path d="m27.069 15.215-3.058-1.97 2.387-1.46 3.228 1.8Zm-2.654-1.966 2.655 1.711 2.138-1.36-2.8-1.565Z"/><path d="m14.498 17.807 6.856 4.547-5.44 3.075-6.859-4.494z" style="fill:#ffbd3f"/><path d="m15.91 25.554-.055-.036-7.005-4.589 5.65-3.248 7.056 4.68Zm-6.65-4.613 6.658 4.359 5.231-2.957-6.654-4.413Z"/><path d="m7.99 17.966 6.964 4.4-5.377 3.138-7.359-4.655z" style="fill:#a11f40"/><path d="M9.575 25.629 2 20.838l6-3 7.164 4.527ZM2.436 20.86l7.144 4.518 5.168-3.016-6.764-4.273Z"/><path d="m2.111 21.021 7.332 4.494v3.548l-7.332-4.731z" style="fill:url(#a)"/><path d="M9.55 29.26 2 24.391v-3.562l7.55 4.626Zm-7.332-4.986 7.118 4.592v-3.291l-7.118-4.362Z"/><path d="m24.071 13.343 2.938 1.879v6.909l-2.938-1.884z" style="fill:url(#f)"/><path d="m27.063 22.229-3.045-1.953v-7.031l3.045 1.947Zm-2.938-2.012 2.831 1.815v-6.781l-2.831-1.81Z"/><path d="M27.149 22.526v-7.332l2.365-1.419v15.374H9.646v-3.548l5.44-3.075.699 3.075h.011l5.676-3.075.419 3.075h.054z" style="fill:#fff"/><path d="M29.621 29.256H9.539v-3.718l5.62-3.177.7 3.083 5.7-3.087.422 3.1 5.061-2.991v-7.333l2.58-1.548Zm-19.868-.215h19.654V13.964l-2.151 1.29v7.332l-.053.031-5.229 3.09H21.8l-.411-3.014-5.564 3.014H15.7l-.686-3.018-5.26 2.973Z"/><rect width="1.656" height="1.656" x="12.356" y="25.44" rx=".215" ry=".215" style="fill:url(#c)"/><path d="M13.8 27.2h-1.23a.32.32 0 0 1-.322-.322v-1.223a.32.32 0 0 1 .322-.322h1.23a.32.32 0 0 1 .322.322v1.226a.32.32 0 0 1-.322.319m-1.23-1.653a.11.11 0 0 0-.107.107v1.226a.11.11 0 0 0 .107.107h1.23a.11.11 0 0 0 .107-.107v-1.225a.11.11 0 0 0-.107-.107Z"/><rect width="1.656" height="1.656" x="18.291" y="25.343" rx=".215" ry=".215" style="fill:url(#g)"/><path d="M19.732 27.106h-1.227a.32.32 0 0 1-.322-.322v-1.226a.32.32 0 0 1 .322-.322h1.226a.32.32 0 0 1 .322.322v1.226a.32.32 0 0 1-.321.322m-1.226-1.656a.11.11 0 0 0-.107.107v1.226a.11.11 0 0 0 .107.107h1.226a.11.11 0 0 0 .107-.107v-1.225a.11.11 0 0 0-.107-.107Z"/><rect width="1.656" height="1.656" x="24.44" y="25.343" rx=".215" ry=".215" style="fill:url(#h)"/><path d="M25.881 27.106h-1.226a.32.32 0 0 1-.322-.322v-1.226a.32.32 0 0 1 .322-.322h1.226a.32.32 0 0 1 .322.322v1.226a.32.32 0 0 1-.322.322m-1.226-1.656a.11.11 0 0 0-.107.107v1.226a.11.11 0 0 0 .107.107h1.226a.11.11 0 0 0 .107-.107v-1.225a.11.11 0 0 0-.107-.107Z"/><path d="M27.215 11.23c-.052.069-.417-.262-.653-.526a4.4 4.4 0 0 1-.516-.73A2.6 2.6 0 0 1 25.7 9.2a2.4 2.4 0 0 1-.052-.682 3 3 0 0 1 .129-.749 3.14 3.14 0 0 1 .787-1.207 16 16 0 0 0 1.283-1.4 3 3 0 0 0 .479-.927 4 4 0 0 0 .151-.855c.019-.364-.025-.593.023-.613s.215.274.287.564a3.17 3.17 0 0 1-.458 2.1 7 7 0 0 1-1.094 1.448 2.8 2.8 0 0 0-.849 1.234 2.5 2.5 0 0 0-.086.687 3.5 3.5 0 0 0 .476 1.542c.288.572.48.833.439.888" style="fill:#ea2d2e"/><path d="M27.193 11.266c-.124 0-.492-.365-.651-.544a4.5 4.5 0 0 1-.52-.734 2.6 2.6 0 0 1-.346-.781 2.4 2.4 0 0 1-.053-.69 3 3 0 0 1 .13-.756 3.2 3.2 0 0 1 .793-1.216c.294-.331.5-.528.659-.686a4.4 4.4 0 0 0 .622-.711 3 3 0 0 0 .476-.919 4 4 0 0 0 .15-.849c.008-.159 0-.294 0-.393 0-.159-.006-.225.038-.243a.05.05 0 0 1 .043 0 1.2 1.2 0 0 1 .28.579 3.17 3.17 0 0 1-.46 2.121 7 7 0 0 1-1.1 1.453q-.083.09-.162.171a2.3 2.3 0 0 0-.681 1.052 2.5 2.5 0 0 0-.082.673 3.46 3.46 0 0 0 .473 1.53c.114.231.215.415.289.549.129.235.178.323.142.369a.05.05 0 0 1-.04.02ZM28.512 2.8a1 1 0 0 0 0 .19c0 .1.007.236 0 .4a4 4 0 0 1-.152.861 3.1 3.1 0 0 1-.483.934 4.4 4.4 0 0 1-.629.719c-.162.158-.364.354-.657.683a3.2 3.2 0 0 0-.782 1.2 3 3 0 0 0-.128.743 2.3 2.3 0 0 0 .052.675 2.6 2.6 0 0 0 .341.767 4.4 4.4 0 0 0 .513.725 2 2 0 0 0 .611.526 1.2 1.2 0 0 0-.147-.31 13 13 0 0 1-.29-.551 3.5 3.5 0 0 1-.483-1.562 2.5 2.5 0 0 1 .084-.688 2.4 2.4 0 0 1 .694-1.075q.078-.082.161-.171a6.9 6.9 0 0 0 1.09-1.442 3.12 3.12 0 0 0 .456-2.083 1.3 1.3 0 0 0-.251-.541"/><path d="M29.972 6.087c-.019-.088-.432-.04-.766.073a2.6 2.6 0 0 0-1.059.722 2.8 2.8 0 0 0-.916 1.855 3 3 0 0 0 .258 1.06c.221.572.455.773.444 1.225-.007.3-.114.484-.048.549s.314-.1.462-.313a1.8 1.8 0 0 0 .259-1.022c-.046-.815-.6-1.015-.608-1.8a1.9 1.9 0 0 1 .129-.676c.443-1.251 1.881-1.508 1.845-1.673" style="fill:#ea2d2e"/><path d="M27.934 11.617a.1.1 0 0 1-.069-.026c-.046-.046-.03-.122-.005-.237a1.7 1.7 0 0 0 .045-.331 1.37 1.37 0 0 0-.214-.72 5 5 0 0 1-.228-.495 3 3 0 0 1-.259-1.07 2.8 2.8 0 0 1 .923-1.874 2.64 2.64 0 0 1 1.07-.729 1.5 1.5 0 0 1 .766-.1.07.07 0 0 1 .037.046c.015.07-.092.121-.306.224a2.73 2.73 0 0 0-1.542 1.463 1.8 1.8 0 0 0-.127.667 1.65 1.65 0 0 0 .291.885 1.9 1.9 0 0 1 .317.914 1.8 1.8 0 0 1-.264 1.039.8.8 0 0 1-.421.342Zm1.889-5.549a2.1 2.1 0 0 0-.608.117 2.6 2.6 0 0 0-1.048.715 2.76 2.76 0 0 0-.909 1.837 2.9 2.9 0 0 0 .256 1.05 5 5 0 0 0 .225.49 1.43 1.43 0 0 1 .22.745 2 2 0 0 1-.047.341c-.019.091-.035.163-.009.188a.05.05 0 0 0 .038.01.77.77 0 0 0 .382-.32 1.8 1.8 0 0 0 .254-1.005 1.84 1.84 0 0 0-.31-.89 1.7 1.7 0 0 1-.3-.911 1.9 1.9 0 0 1 .13-.686 2.78 2.78 0 0 1 1.573-1.492c.126-.061.283-.136.277-.164l-.008-.007a.3.3 0 0 0-.116-.018"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m21.357 8.222.843-2.937a1.656 1.656 0 0 0 1.539-1.627 1.691 1.691 0 0 0-3.381 0 1.62 1.62 0 0 0 .821 1.4L20.35 7.94a18.6 18.6 0 0 0-4.361-.54l-.37.16v22.321l.37.119c2.23 0 11.987-6.516 12.011-13.509 0-5.01-3.444-7.259-6.643-8.269" style="fill:#d06e35"/><path d="M19.008 22.6c-1.9-2.94-1.1-9.783 3.873-10.761a3.24 3.24 0 0 1 3.524 2.579c1.241 4.082-6.064 9.795-7.397 8.182" style="fill:#fff"/><path d="M21.992 16.3a1.49 1.49 0 1 0 1.54 1.489 1.517 1.517 0 0 0-1.54-1.489" style="fill:#d06e35"/><path d="M22.452 17.674a.376.376 0 1 1 .389-.376.383.383 0 0 1-.389.375Z" style="fill:#fff"/><path d="m11.61 8.008-.823-2.995a1.62 1.62 0 0 0 .784-1.378 1.691 1.691 0 0 0-3.381 0 1.66 1.66 0 0 0 1.682 1.634l.825 3C7.485 9.3 4 11.558 4 16.491 4.071 23.622 13.759 30 15.989 30V7.4a19 19 0 0 0-4.379.608" style="fill:#f17b36"/><path d="M13.31 22.6c-1.333 1.616-8.639-4.1-7.4-8.182a3.24 3.24 0 0 1 3.53-2.579c4.972.978 5.776 7.821 3.873 10.764Z" style="fill:#fff"/><path d="M10.23 16.345a1.49 1.49 0 1 0 1.54 1.489 1.517 1.517 0 0 0-1.54-1.489" style="fill:#f17b36"/><path d="M9.77 17.719a.376.376 0 1 1 .389-.376.38.38 0 0 1-.388.376Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.735 12.971a2.67 2.67 0 0 1 1.732 1.538l1.068.3a3.02 3.02 0 0 0-2.027-2.609 2.78 2.78 0 0 0-2.975 1.169 2.5 2.5 0 0 1 2.2-.4Zm8.5 1.548a2.78 2.78 0 0 0-2.974 1.167 2.5 2.5 0 0 1 2.2-.395 2.67 2.67 0 0 1 1.739 1.538l1.07.3a3.03 3.03 0 0 0-2.028-2.615ZM23.176 20l-8.885-2.484a4 4 0 0 0 .465 1.119l7.481 2.091a4 4 0 0 0 .939-.726m-6.16 5.346c-7.035-1.886-6.185-10.85-5.046-15.1a25.5 25.5 0 0 1 1.35-3.924c-.238-.049-.436.077-.631.473a24 24 0 0 0-1.489 4.23c-1.138 4.247-1.989 13.211 5.046 15.1 3.316.888 5.9-.462 7.825-2.582a7.23 7.23 0 0 1-7.052 1.81Z" style="fill:#2d4552"/><path d="M13.129 20.608V18.8L8.1 20.224a4 4 0 0 1 2.992-2.9 4.35 4.35 0 0 1 2.033-.116v-7.42h2.516a15 15 0 0 0-.762-1.951c-.368-.75-.746-.253-1.6.464a11.9 11.9 0 0 1-4.425 2.2 11.9 11.9 0 0 1-4.926.321c-1.1-.189-1.672-.43-1.618.4a18.3 18.3 0 0 0 .624 3.387c.869 3.266 3.743 9.559 9.173 8.1a5.46 5.46 0 0 0 3.114-2.1h-2.092Zm-8.11-5.952 3.859-1.016a2.17 2.17 0 0 1-1.559 1.866 2.215 2.215 0 0 1-2.3-.85" style="fill:#e2574c"/><path d="M27.653 9.874a15.4 15.4 0 0 1-6.384-.4 15.4 15.4 0 0 1-5.731-2.845c-1.109-.929-1.6-1.574-2.076-.6a24 24 0 0 0-1.492 4.224c-1.138 4.247-1.988 13.211 5.046 15.1s10.778-6.3 11.916-10.552a24 24 0 0 0 .819-4.4c.072-1.085-.673-.77-2.1-.52Zm-14.134 3.514a2.8 2.8 0 0 1 2.989-1.19 3.02 3.02 0 0 1 2.027 2.614Zm4.59 7.737a5.16 5.16 0 0 1-3.817-3.606L23.176 20a4.89 4.89 0 0 1-5.067 1.122Zm3.141-5.42a2.8 2.8 0 0 1 2.987-1.187 3.03 3.03 0 0 1 2.028 2.615z" style="fill:#2ead33"/><path d="m11.373 19.3-3.273.924a3.97 3.97 0 0 1 2.767-2.824l-1.852-6.949-.16.049a11.9 11.9 0 0 1-4.926.321c-1.1-.189-1.672-.43-1.618.4a18.3 18.3 0 0 0 .624 3.387c.869 3.266 3.743 9.559 9.173 8.1l.16-.05Zm-6.354-4.644 3.859-1.016a2.17 2.17 0 0 1-1.559 1.866 2.215 2.215 0 0 1-2.3-.85" style="fill:#d65348"/><path d="m18.258 21.162-.15-.036a5.16 5.16 0 0 1-3.817-3.606l4.581 1.28L21.3 9.479l-.029-.008a15.4 15.4 0 0 1-5.731-2.845c-1.109-.929-1.6-1.574-2.076-.6a24 24 0 0 0-1.492 4.224c-1.138 4.247-1.988 13.211 5.046 15.1l.144.032Zm-4.739-7.773a2.8 2.8 0 0 1 2.989-1.19 3.02 3.02 0 0 1 2.027 2.614ZM.094-.542" style="fill:#1d8d22"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006M8.562 21.961a15.6 15.6 0 0 0 2.6.741 25 25 0 0 0 4.838.453 25 25 0 0 0 4.838-.452 15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348 11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351q-.08-.032-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30" style="fill:red"/><ellipse cx="16" cy="5.894" rx="9.963" ry="3.894" style="fill:red"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.61 3.093c2.078-.019 4.159 0 6.238-.008-.493 2.123-.966 4.252-1.457 6.376H2.9c-.3 0-.6.01-.9-.012 1.864-2.124 3.749-4.23 5.61-6.356M18.163 3.086h6.22C26.251 5.212 28.137 7.32 30 9.449c-1.2.025-2.4 0-3.6.011h-6.8c-.467-2.127-.971-4.246-1.437-6.374" style="fill:#f2e6c9"/><path d="M13.848 3.086h4.315c.466 2.128.969 4.247 1.444 6.373h-7.216c.491-2.122.964-4.25 1.457-6.373" style="fill:#efc75e"/><path d="M2 9.448c.3.022.6.011.9.012h9.491q0 3.367.007 6.735a2 2 0 0 0 .256.018H19.4a2 2 0 0 0 .2-.014c.019-2.247 0-4.494.009-6.741h6.8c1.2-.006 2.4.014 3.6-.011v19.466H2z" style="fill:#e7bf55"/><path d="M12.391 9.462h7.216c-.008 2.247.011 4.494-.009 6.741a3 3 0 0 1-.2.014h-6.743a2 2 0 0 1-.255-.017c-.014-2.248 0-4.494-.009-6.738" style="fill:#dbb551"/><path d="M4.044 22.581h9.37v3.608h-9.37z" style="fill:#f2f2f2"/><path d="M17.922 19.942a15.9 15.9 0 0 0 5.578.895 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504M17.922 24.971a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:red"/><path d="M23.5 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C16.028 29.692 19.375 31 23.5 31" style="fill:red"/><ellipse cx="23.5" cy="12.921" rx="7.472" ry="2.921" style="fill:red"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.123 2.051c2.078-.019 4.159 0 6.238-.008-.493 2.123-.961 4.252-1.461 6.376H2.413c-.3 0-.6.01-.9-.012 1.864-2.124 3.749-4.23 5.61-6.356M17.676 2.044H23.9c1.868 2.126 3.754 4.234 5.617 6.363-1.2.025-2.4 0-3.6.011h-6.8c-.471-2.127-.975-4.246-1.441-6.374" style="fill:#f2e6c9"/><path d="M13.361 2.044h4.315c.466 2.128.969 4.247 1.444 6.373H11.9c.5-2.122.968-4.25 1.461-6.373" style="fill:#efc75e"/><path d="M1.513 8.406c.3.022.6.011.9.012H11.9q0 3.367.007 6.735a2 2 0 0 0 .256.018h6.746a2 2 0 0 0 .2-.014c.019-2.247 0-4.494.009-6.741h6.8c1.2-.006 2.4.014 3.6-.011v19.466H1.513Z" style="fill:#e7bf55"/><path d="M11.9 8.42h7.22c-.008 2.247.011 4.494-.009 6.741a3 3 0 0 1-.2.014h-6.743a2 2 0 0 1-.255-.017c-.013-2.248 0-4.494-.013-6.738" style="fill:#dbb551"/><path d="M3.557 21.539h9.37v3.608h-9.37z" style="fill:#f2f2f2"/><path d="M23.013 29.958c4.125 0 7.472-1.308 7.472-2.921V24.91a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128c-.006 1.612 3.341 2.92 7.466 2.92" style="fill:red"/><path d="M17.435 23.929a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:red"/><path d="M17.435 18.9a15.9 15.9 0 0 0 5.578.9 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.667a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809V17.4c0 .351.497.958 1.894 1.5" style="fill:#ffda44"/><ellipse cx="23.013" cy="11.879" rx="7.472" ry="2.921" style="fill:#ffda44"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.123 2.051c2.078-.019 4.159 0 6.238-.008-.493 2.123-.961 4.252-1.461 6.376H2.413c-.3 0-.6.01-.9-.012 1.864-2.124 3.749-4.23 5.61-6.356M17.676 2.044H23.9c1.868 2.126 3.754 4.234 5.617 6.363-1.2.025-2.4 0-3.6.011h-6.8c-.471-2.127-.975-4.246-1.441-6.374" style="fill:#f2e6c9"/><path d="M13.361 2.044h4.315c.466 2.128.969 4.247 1.444 6.373H11.9c.5-2.122.968-4.25 1.461-6.373" style="fill:#efc75e"/><path d="M1.513 8.406c.3.022.6.011.9.012H11.9q0 3.367.007 6.735a2 2 0 0 0 .256.018h6.746a2 2 0 0 0 .2-.014c.019-2.247 0-4.494.009-6.741h6.8c1.2-.006 2.4.014 3.6-.011v19.466H1.513Z" style="fill:#e7bf55"/><path d="M11.9 8.42h7.22c-.008 2.247.011 4.494-.009 6.741a3 3 0 0 1-.2.014h-6.743a2 2 0 0 1-.255-.017c-.013-2.248 0-4.494-.013-6.738" style="fill:#dbb551"/><path d="M3.557 21.539h9.37v3.608h-9.37z" style="fill:#f2f2f2"/><path d="M23.013 29.958c4.125 0 7.472-1.308 7.472-2.921V24.91a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128c-.006 1.612 3.341 2.92 7.466 2.92" style="fill:#ffda44"/><path d="M17.435 23.929a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:#ffda44"/><path d="M17.435 18.9a15.9 15.9 0 0 0 5.578.9 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.667a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809V17.4c0 .351.497.958 1.894 1.5" style="fill:red"/><ellipse cx="23.013" cy="11.879" rx="7.472" ry="2.921" style="fill:red"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7.123 2.051c2.078-.019 4.159 0 6.238-.008-.493 2.123-.961 4.252-1.461 6.376H2.413c-.3 0-.6.01-.9-.012 1.864-2.124 3.749-4.23 5.61-6.356M17.676 2.044H23.9c1.868 2.126 3.754 4.234 5.617 6.363-1.2.025-2.4 0-3.6.011h-6.8c-.471-2.127-.975-4.246-1.441-6.374" style="fill:#f2e6c9"/><path d="M13.361 2.044h4.315c.466 2.128.969 4.247 1.444 6.373H11.9c.5-2.122.968-4.25 1.461-6.373" style="fill:#efc75e"/><path d="M1.513 8.406c.3.022.6.011.9.012H11.9q0 3.367.007 6.735a2 2 0 0 0 .256.018h6.746a2 2 0 0 0 .2-.014c.019-2.247 0-4.494.009-6.741h6.8c1.2-.006 2.4.014 3.6-.011v19.466H1.513Z" style="fill:#e7bf55"/><path d="M11.9 8.42h7.22c-.008 2.247.011 4.494-.009 6.741a3 3 0 0 1-.2.014h-6.743a2 2 0 0 1-.255-.017c-.013-2.248 0-4.494-.013-6.738" style="fill:#dbb551"/><path d="M3.557 21.539h9.37v3.608h-9.37z" style="fill:#f2f2f2"/><path d="M23.013 29.958c4.125 0 7.472-1.308 7.472-2.921V24.91a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013 17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128c-.006 1.612 3.341 2.92 7.466 2.92" style="fill:red"/><path d="M17.435 23.929a11.7 11.7 0 0 0 1.95.556 19.6 19.6 0 0 0 7.257 0 11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619 17.6 17.6 0 0 1-6.2 1.007 17.6 17.6 0 0 1-6.2-1.011 8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501" style="fill:#ffda44"/><path d="M17.435 18.9a15.9 15.9 0 0 0 5.578.9 15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.667a7.8 7.8 0 0 1-1.563.807 16.7 16.7 0 0 1-5.909.977 16.8 16.8 0 0 1-5.909-.975 7.7 7.7 0 0 1-1.563-.809V17.4c0 .351.497.958 1.894 1.5" style="fill:red"/><ellipse cx="23.013" cy="11.879" rx="7.472" ry="2.921" style="fill:#ffda44"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="9.728" x2="16.258" y1="27.941" y2="17.651" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b518e0"/><stop offset="1" stop-color="#4807f1"/></linearGradient><linearGradient id="b" x1="16.123" x2="10.648" y1="16.883" y2="10.326" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ad1a92"/><stop offset="1" stop-color="#ef27a3"/></linearGradient><linearGradient id="c" x1="18.783" x2="29.999" y1="17.999" y2="17.999" gradientTransform="matrix(1 0 0 -1 0 34)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3eb1ea"/><stop offset="1" stop-color="#4c6cfb"/></linearGradient></defs><path d="M2 16.14h13.986l7.208-11.12a3.8 3.8 0 0 0-1.914-.52l-1.168 1.832a.65.65 0 0 1-.9.2.63.63 0 0 1-.2-.86l.722-1.172h-1.679l-3.226 5.367a3.99 3.99 0 0 1-3.382 1.79H10.6a.6.6 0 0 1-.432-.18.62.62 0 0 1-.179-.435v-.011a.6.6 0 0 1 .172-.418.59.59 0 0 1 .416-.173h.834a3.05 3.05 0 0 0 1.96-.788 2.6 2.6 0 0 0 .448-.571l2.72-4.581h-1.634L13.28 7.217a4.29 4.29 0 0 1-3.938 1.924h-3.4l-.9 1.351h3.232a.6.6 0 0 1 .433.18.62.62 0 0 1 .179.435.57.57 0 0 1-.165.4.56.56 0 0 1-.4.165H4.288l-.934 1.458 9.726-.124a3.24 3.24 0 0 0 2.08-1l2.59-4.237a.63.63 0 0 1 .856-.215.635.635 0 0 1 .221.871l-2.208 3.7a4.5 4.5 0 0 1-1.448 1.506 3.37 3.37 0 0 1-1.791.563c-1.736 0-10.8.131-10.8.131A3.05 3.05 0 0 0 2 16.14" style="fill:url(#a)"/><path d="M2 16.14h13.985l6.841 10.84a3.8 3.8 0 0 1-1.913.52l-1.168-1.831a.65.65 0 0 0-.9-.2.63.63 0 0 0-.2.859l.722 1.175-2.074-.01-3.124-5.093a3.99 3.99 0 0 0-3.381-1.789h-.85a.62.62 0 0 0-.434.187.63.63 0 0 0-.178.439.6.6 0 0 0 .172.418.59.59 0 0 0 .416.173h.834a3.05 3.05 0 0 1 1.961.788 2.6 2.6 0 0 1 .448.572l2.614 4.3h-1.633l-1.519-2.438a4.29 4.29 0 0 0-3.937-1.923l-2.745.011-.9-1.351 2.569-.011a.6.6 0 0 0 .434-.176.6.6 0 0 0 .18-.43v-.011a.56.56 0 0 0-.347-.522.6.6 0 0 0-.215-.043l-3.379.011-.934-1.46 9.071.115a3.24 3.24 0 0 1 2.08 1L17.1 24.5a.627.627 0 0 0 .855.214.635.635 0 0 0 .219-.871l-2.208-3.7a4.5 4.5 0 0 0-1.448-1.5 3.36 3.36 0 0 0-1.79-.563c-1.736 0-10.145-.123-10.145-.123A3.05 3.05 0 0 1 2 16.14" style="fill:url(#b)"/><path d="M22.824 26.981a3.7 3.7 0 0 0 1.5-1.4l5.206-8.07a2.93 2.93 0 0 0 .031-3.124L24.427 6.06a3.2 3.2 0 0 0-1.234-1.04l-.83 1.28 1.049 1.635a.684.684 0 0 1-.2.939.677.677 0 0 1-.949-.214l-.7-1.138-.824 1.278 3.275 5.309a3.78 3.78 0 0 1-.523 4.168l-.091.113a.662.662 0 0 1-1.166-.308.67.67 0 0 1 .1-.484l.358-.533a2.37 2.37 0 0 0 .065-2.537L19.968 10l-.849 1.314 1.615 2.643a3.4 3.4 0 0 1 .434 1.1l.016.089a3.4 3.4 0 0 1-.486 2.379l-1.915 3.049.856 1.357 1.509-2.377a.646.646 0 0 1 .888-.2.653.653 0 0 1 .2.9L20.4 23.139l.836 1.324 4.811-7.542a2.09 2.09 0 0 0 0-2.164l-2.474-4.051a.644.644 0 0 1 .223-.892.64.64 0 0 1 .865.214l2.625 4.21a3.19 3.19 0 0 1 0 3.078l-5.293 8.343Z" style="fill:url(#c)"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 10.75h-8.749V2H30ZM20.374 10.75h-8.75V2h8.75ZM10.749 10.75H2V2h8.749ZM30 20.375h-8.749v-8.75H30Z" style="fill:#f9ad00"/><path d="M20.374 20.375h-8.75v-8.75h8.75ZM20.374 30h-8.75v-8.75h8.75ZM30 30h-8.749v-8.75H30ZM10.749 30H2v-8.75h8.749Z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-72.351" cy="-249.713" r="1.586" gradientTransform="matrix(1.412 0 0 -1.414 109.302 -347.66)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#e8e9eb"/></radialGradient><radialGradient xlink:href="#a" id="h" cx="-72.342" cy="-249.718" r="1.584" gradientTransform="matrix(1.414 0 0 -1.414 112.293 -347.965)"/><radialGradient xlink:href="#a" id="j" cx="-72.341" cy="-249.714" r="1.584" gradientTransform="matrix(1.414 0 0 -1.414 115.217 -348.579)"/><radialGradient xlink:href="#a" id="k" cx="-72.337" cy="-249.719" r="1.582" gradientTransform="matrix(1.415 0 0 -1.414 118.195 -348.93)"/><radialGradient xlink:href="#a" id="l" cx="-72.343" cy="-249.715" r="1.584" gradientTransform="matrix(1.414 0 0 -1.414 120.897 -349.51)"/><radialGradient id="b" cx="-72.195" cy="-243.375" r="3.612" gradientTransform="matrix(1.35 0 0 -3.2 110.7 -777.789)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset=".624" stop-color="#e8e9eb"/><stop offset="1"/></radialGradient><radialGradient xlink:href="#b" id="m" cx="-72.196" cy="-243.373" r="3.613" gradientTransform="matrix(1.35 0 0 -3.201 113.57 -778.501)"/><radialGradient xlink:href="#b" id="n" cx="-72.193" cy="-243.374" r="3.611" gradientTransform="matrix(1.35 0 0 -3.2 116.451 -778.732)"/><radialGradient xlink:href="#b" id="p" cx="-71.786" cy="-243.41" r="3.333" gradientTransform="matrix(1.454 0 0 -3.177 114.631 -771.838)"/><radialGradient xlink:href="#b" id="q" cx="-71.795" cy="-243.135" r="3.53" gradientTransform="matrix(1.452 0 0 -3.363 111.635 -815.689)"/><linearGradient id="e" x1="-66.852" x2="-66.841" y1="-240.154" y2="-240.191" gradientTransform="matrix(192.29 0 0 -207.729 12866.44 -49886.653)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f6b884"/><stop offset=".618" stop-color="#c28555"/><stop offset="1" stop-color="#64441f"/></linearGradient><linearGradient id="f" x1="-66.921" x2="-66.808" y1="-240.187" y2="-240.259" gradientTransform="matrix(188.606 0 0 -203.703 12621.303 -48923.376)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f4e06f"/><stop offset=".618" stop-color="#e5bd87"/><stop offset="1" stop-color="#c48e30"/></linearGradient><linearGradient id="g" x1="-66.923" x2="-66.807" y1="-240.339" y2="-240.399" gradientTransform="matrix(165.034 0 0 -177.71 11053.518 -42700.349)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".143" stop-color="#f1f7fa"/><stop offset=".415" stop-color="#cce1ee"/><stop offset=".783" stop-color="#90bedb"/><stop offset="1" stop-color="#6aa7ce"/></linearGradient><linearGradient id="r" x1="-68.086" x2="-68.101" y1="-240.348" y2="-240.344" gradientTransform="matrix(70.589 0 0 -134.346 4828.573 -32270.351)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cc772f"/><stop offset=".309" stop-color="#e98e38"/><stop offset="1" stop-color="#edce27"/></linearGradient><linearGradient id="c" x1="-72.813" x2="-72.769" y1="-245.749" y2="-245.764" gradientTransform="matrix(22.592 0 0 -28.597 1670.35 -7017.545)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#9fa4ab"/></linearGradient><linearGradient xlink:href="#c" id="s" x1="-76.814" x2="-76.82" y1="-259.826" y2="-259.696" gradientTransform="matrix(13.542 0 0 -8.575 1065.861 -2216.325)"/><linearGradient xlink:href="#c" id="t" x1="-77.023" x2="-77.03" y1="-260.918" y2="-260.788" gradientTransform="matrix(13.411 0 0 -8.289 1058.839 -2151.486)"/><linearGradient xlink:href="#c" id="u" x1="-77.039" x2="-77.046" y1="-260.587" y2="-260.458" gradientTransform="matrix(13.542 0 0 -8.586 1069.322 -2226.647)"/></defs><path d="M5.494 4.735a1.447 1.447 0 0 0-1.124 1.7l3.1 18.827a1.45 1.45 0 0 0 1.7 1.125l16.469-2.856a1.445 1.445 0 0 0 1.123-1.7L23.007 3.309a1.446 1.446 0 0 0-1.7-1.122Zm20.19 16.272a1.45 1.45 0 0 1-1.123 1.7L9.851 25.2c-.779.16-1.546.439-1.313-.338L5.848 7.26a1.056 1.056 0 0 1 .732-1.7l14.05-2.19a1.447 1.447 0 0 1 1.7 1.123Z"/><path d="M5.494 4.735a1.447 1.447 0 0 0-1.124 1.7l3.1 18.827a1.45 1.45 0 0 0 1.7 1.125l16.469-2.856a1.445 1.445 0 0 0 1.123-1.7L23.007 3.309a1.446 1.446 0 0 0-1.7-1.122Zm20.19 16.272a1.45 1.45 0 0 1-1.123 1.7L9.851 25.2c-.779.16-1.546.439-1.313-.338L5.848 7.26a1.056 1.056 0 0 1 .732-1.7l14.05-2.19a1.447 1.447 0 0 1 1.7 1.123Z" style="fill:url(#e)"/><path d="M5.664 4.789a1.42 1.42 0 0 0-1.1 1.672L7.59 24.933a1.42 1.42 0 0 0 1.671 1.1l16.166-2.793a1.42 1.42 0 0 0 1.1-1.671L22.841 3.406a1.417 1.417 0 0 0-1.67-1.1Z" style="fill:url(#f)"/><path d="M8.976 26.123a1.48 1.48 0 0 1-1.443-1.179L4.5 6.47a1.48 1.48 0 0 1 1.153-1.739l15.508-2.484A1.475 1.475 0 0 1 22.9 3.394l3.69 18.165a1.476 1.476 0 0 1-1.148 1.74L9.271 26.093a1.5 1.5 0 0 1-.295.03M5.675 4.846a1.36 1.36 0 0 0-1.056 1.6l3.029 18.477a1.36 1.36 0 0 0 1.6 1.055l16.168-2.794a1.36 1.36 0 0 0 1.056-1.6L22.783 3.418a1.36 1.36 0 0 0-1.6-1.056Z" style="fill:#6b5735"/><path d="M6.873 5.74a1.24 1.24 0 0 0-.967 1.46l2.638 16.1a1.24 1.24 0 0 0 1.463.961l14.157-2.448a1.24 1.24 0 0 0 .967-1.458L21.914 4.52a1.24 1.24 0 0 0-1.462-.96Z" style="fill:url(#g)"/><path d="M9.757 24.348a1.3 1.3 0 0 1-1.27-1.033L5.849 7.207a1.3 1.3 0 0 1 1.012-1.524L20.443 3.5a1.3 1.3 0 0 1 1.529 1.006l3.216 15.837a1.3 1.3 0 0 1-1.012 1.527l-14.16 2.451a1.3 1.3 0 0 1-.259.027M6.883 5.8a1.18 1.18 0 0 0-.92 1.389L8.6 23.294a1.18 1.18 0 0 0 1.393.913l14.159-2.449a1.18 1.18 0 0 0 .919-1.389L21.857 4.532a1.18 1.18 0 0 0-1.393-.914Z" style="fill:#fff"/><path d="M21.721 4.829a1.19 1.19 0 0 0-1.407-.957L7.219 6.081a1.247 1.247 0 0 0-.935 1.461l.186 1.189 15.5-2.62Z" style="fill:#6aa7ce"/><path d="M8.389 6.694a.706.706 0 1 1-.92-.391.707.707 0 0 1 .92.391" style="fill:url(#a)"/><path d="M7.736 7.681a.722.722 0 1 1 .664-.992.723.723 0 0 1-.4.94.7.7 0 0 1-.264.052m0-1.415a.69.69 0 0 0-.64.951.69.69 0 0 0 .9.384.694.694 0 0 0 .383-.9.69.69 0 0 0-.641-.433Z" style="fill:#fff"/><path d="M11.243 6.223a.707.707 0 1 1-.923-.391.71.71 0 0 1 .923.391" style="fill:url(#h)"/><path d="M10.589 7.21a.722.722 0 1 1 .668-.992.725.725 0 0 1-.4.94.7.7 0 0 1-.268.052m0-1.413a.692.692 0 1 0 .644.433.7.7 0 0 0-.648-.43Z" style="fill:#fff"/><path d="M14.144 5.744a.707.707 0 1 1-.922-.39.71.71 0 0 1 .922.39" style="fill:url(#j)"/><path d="M13.49 6.731a.722.722 0 0 1-.665-1 .71.71 0 0 1 .392-.386.724.724 0 0 1 .941.4.72.72 0 0 1-.668.992Zm0-1.414a.7.7 0 0 0-.26.05.693.693 0 0 0-.381.9.692.692 0 1 0 1.281-.517.69.69 0 0 0-.643-.433Z" style="fill:#fff"/><path d="M17.068 5.262a.707.707 0 1 1-.922-.391.706.706 0 0 1 .922.391" style="fill:url(#k)"/><path d="M16.414 6.248a.721.721 0 1 1 .668-.991.722.722 0 0 1-.668.991m0-1.414a.692.692 0 1 0 .258 1.334.69.69 0 0 0 .383-.9.69.69 0 0 0-.642-.434Z" style="fill:#fff"/><path d="M19.868 4.8a.707.707 0 1 1-.921-.39.71.71 0 0 1 .921.39" style="fill:url(#l)"/><path d="M19.214 5.787a.72.72 0 0 1-.67-.452.72.72 0 0 1 .4-.938.724.724 0 0 1 .94.4.727.727 0 0 1-.4.94.7.7 0 0 1-.27.05m0-1.414a.692.692 0 1 0 .26 1.335.7.7 0 0 0 .383-.9.7.7 0 0 0-.646-.435Z" style="fill:#fff"/><path d="m12.587 3.064.574 3a.11.11 0 0 0 .135.067l.545-.122a.11.11 0 0 0 .093-.118l-.567-2.957Z" style="fill:url(#b)"/><path d="M13.266 6.153a.12.12 0 0 1-.119-.082l-.577-3.02.809-.13v.014l.567 2.957a.1.1 0 0 1-.014.074.14.14 0 0 1-.091.062l-.541.122zM12.6 3.076l.571 2.99a.1.1 0 0 0 .118.056L13.838 6a.12.12 0 0 0 .072-.049.07.07 0 0 0 .01-.052l-.565-2.944Z" style="fill:#444b4c"/><path d="m15.462 2.585.575 3a.11.11 0 0 0 .135.067l.546-.122a.11.11 0 0 0 .093-.118l-.568-2.958Z" style="fill:url(#m)"/><path d="M16.141 5.675a.116.116 0 0 1-.119-.082l-.577-3.02.809-.13v.014l.568 2.958a.1.1 0 0 1-.014.074.14.14 0 0 1-.09.061l-.546.122zM15.48 2.6l.572 2.99a.1.1 0 0 0 .117.056l.546-.122a.11.11 0 0 0 .072-.048.07.07 0 0 0 .01-.052l-.565-2.944Z" style="fill:#444b4c"/><path d="m18.3 2.142.574 3a.11.11 0 0 0 .134.067l.546-.122a.11.11 0 0 0 .094-.118l-.568-2.957Z" style="fill:url(#n)"/><path d="M18.98 5.232a.116.116 0 0 1-.119-.082l-.577-3.02.809-.13v.014l.568 2.957a.124.124 0 0 1-.106.135l-.546.122zm-.661-3.077.571 2.99a.094.094 0 0 0 .117.056l.546-.122a.1.1 0 0 0 .083-.1l-.566-2.946Z" style="fill:#444b4c"/><path d="m9.519 3.56.681 2.98a.11.11 0 0 0 .137.069l.543-.121a.11.11 0 0 0 .094-.122l-.68-2.931Z" style="fill:url(#p)"/><path d="M10.3 6.628a.12.12 0 0 1-.121-.084l-.681-3 .8-.129.683 2.944a.126.126 0 0 1-.105.14l-.543.121zm-.763-3.056.674 2.965a.1.1 0 0 0 .12.058l.543-.121a.1.1 0 0 0 .083-.105l-.676-2.917Z" style="fill:#444b4c"/><path d="m6.686 4.019.675 3.164a.11.11 0 0 0 .137.063l.544-.123a.105.105 0 0 0 .093-.114L7.5 3.886Z" style="fill:url(#q)"/><path d="M7.466 7.264a.116.116 0 0 1-.119-.077l-.679-3.18h.015l.829-.135.638 3.134a.1.1 0 0 1-.013.07.14.14 0 0 1-.092.061L7.5 7.26zM6.7 4.031l.676 3.149a.1.1 0 0 0 .12.052l.544-.123a.12.12 0 0 0 .073-.048.06.06 0 0 0 .009-.048L7.49 3.9Z" style="fill:#444b4c"/><path d="M15.791 16.409a2.1 2.1 0 0 0-1.7-.215 2.3 2.3 0 0 0-1.571.882 2.18 2.18 0 0 0-.226 1.452l-1.324.272-.229-1.13a.57.57 0 0 1 0-.333.27.27 0 0 1 .2-.148l.2-.055q.113-.032.091-.136a.087.087 0 0 0-.136-.089q-.019.002-.105.027a16 16 0 0 1-1.353.275 1 1 0 0 0-.1.015.2.2 0 0 0-.091.037.15.15 0 0 0 0 .1q.02.105.145.088l.2-.027a.28.28 0 0 1 .246.06.58.58 0 0 1 .132.305l.615 3.033a.6.6 0 0 1 0 .331.27.27 0 0 1-.2.15l-.2.053-.018.006a.1.1 0 0 0-.082.126.092.092 0 0 0 .139.1l.1-.02q.353-.093.689-.16c.336-.067.435-.084.667-.119l.106-.017q.074-.015.091-.039a.16.16 0 0 0 0-.1.092.092 0 0 0-.116-.084h-.018l-.2.028a.28.28 0 0 1-.246-.057.57.57 0 0 1-.133-.306l-.264-1.266 1.316-.267a2.4 2.4 0 0 0 .769 1.377 2.05 2.05 0 0 0 1.667.223 2.37 2.37 0 0 0 1.6-.89 2.44 2.44 0 0 0 .185-1.841 2.6 2.6 0 0 0-.846-1.641m.169 3.409a1.36 1.36 0 0 1-1.056.715 1.37 1.37 0 0 1-1.254-.247 2.76 2.76 0 0 1-.676-1.507 2.73 2.73 0 0 1 .043-1.636 1.36 1.36 0 0 1 1.052-.72 1.37 1.37 0 0 1 1.254.246A2.77 2.77 0 0 1 16 18.177a2.74 2.74 0 0 1-.04 1.642Z" style="fill:#1b6a9e"/><path d="M10.365 21.615a.1.1 0 0 1-.052-.011.17.17 0 0 1-.056-.115.127.127 0 0 1 .1-.159h.018l.2-.053a.24.24 0 0 0 .179-.133.56.56 0 0 0 0-.314l-.615-3.033a.56.56 0 0 0-.123-.29.25.25 0 0 0-.222-.052l-.2.027a.138.138 0 0 1-.178-.111.16.16 0 0 1 .006-.122c.009-.013.03-.031.109-.048.011 0 .046-.009.1-.015q.354-.057.689-.125c.2-.04.417-.089.66-.149h.006a1 1 0 0 1 .1-.026c.076-.016.1-.007.118 0a.17.17 0 0 1 .05.11.136.136 0 0 1-.112.17l-.2.055a.24.24 0 0 0-.176.132.55.55 0 0 0 0 .316l.223 1.1 1.271-.258a2.2 2.2 0 0 1 .234-1.444 2.35 2.35 0 0 1 1.59-.9 2.14 2.14 0 0 1 1.721.22 2.64 2.64 0 0 1 .856 1.66 2.48 2.48 0 0 1-.189 1.862 2.4 2.4 0 0 1-1.615.9 2.08 2.08 0 0 1-1.691-.228 2.4 2.4 0 0 1-.773-1.367l-1.261.256.249 1.224a.55.55 0 0 0 .124.29.25.25 0 0 0 .221.05l.225-.028a.12.12 0 0 1 .145.107.18.18 0 0 1 0 .125.17.17 0 0 1-.109.052l-.092.015h-.016a14 14 0 0 0-1.354.278l-.088.019h-.009a.3.3 0 0 1-.063.013m.031-.237-.024.008a.068.068 0 0 0-.058.091c.012.062.026.075.029.077a.15.15 0 0 0 .075 0h.01l.086-.018q.345-.09.69-.16c.345-.07.452-.086.669-.119h.016l.089-.014c.058-.012.07-.023.073-.027s.009-.016-.006-.081-.034-.069-.084-.061h-.022l-.2.028a.3.3 0 0 1-.27-.065.6.6 0 0 1-.141-.321l-.261-1.281 1.372-.279.007.027a2.4 2.4 0 0 0 .759 1.361 2.03 2.03 0 0 0 1.644.218 2.35 2.35 0 0 0 1.577-.878 2.43 2.43 0 0 0 .18-1.819 2.6 2.6 0 0 0-.833-1.624 2.08 2.08 0 0 0-1.675-.21 2.3 2.3 0 0 0-1.552.869 2.16 2.16 0 0 0-.222 1.433v.027l-1.381.28-.235-1.159a.6.6 0 0 1 0-.351.3.3 0 0 1 .215-.165l.2-.054c.077-.022.078-.066.07-.1-.011-.059-.024-.072-.025-.074h-.015a.3.3 0 0 0-.061.008c-.013 0-.05.012-.1.025h-.007c-.245.061-.461.11-.663.15a18 18 0 0 1-.793.139.2.2 0 0 0-.073.025s-.008.014 0 .077c.008.038.027.076.112.064l.2-.027a.31.31 0 0 1 .27.068.6.6 0 0 1 .14.32l.615 3.033a.6.6 0 0 1 0 .348.3.3 0 0 1-.218.166Zm4.083-.77a1.22 1.22 0 0 1-.848-.3 2.8 2.8 0 0 1-.685-1.523 2.76 2.76 0 0 1 .045-1.654 1.4 1.4 0 0 1 1.073-.737 1.4 1.4 0 0 1 1.279.253 2.8 2.8 0 0 1 .683 1.523 2.77 2.77 0 0 1-.038 1.66 1.4 1.4 0 0 1-1.076.732 2.2 2.2 0 0 1-.433.047Zm.017-4.2a2 2 0 0 0-.421.046 1.34 1.34 0 0 0-1.031.7A2.7 2.7 0 0 0 13 18.775a2.75 2.75 0 0 0 .667 1.491 1.35 1.35 0 0 0 1.229.24 1.34 1.34 0 0 0 1.035-.7 2.72 2.72 0 0 0 .034-1.624 2.76 2.76 0 0 0-.665-1.491 1.16 1.16 0 0 0-.8-.284Z" style="fill:#1b6a9e"/><path d="m20.258 13.528 2.769 4.142.418-.085.058.29-1.671.339-.06-.289.907-.184-.816-1.224-2.3.467-.263 1.442.85-.171.058.289-1.64.333-.059-.29.425-.086.889-4.584-1.3.265-.06-.29Zm-.1.4-.558 2.746 2.08-.422Zm-1.429-1.967.741-.151 1.5 1.237-.34.068Z" style="fill:#e24c49"/><path d="m18.544 18.912-.071-.347.434-.088.877-4.521-1.29.263-.072-.347 1.848-.375.011.016 2.758 4.125.427-.087.07.348-1.728.351-.072-.346.893-.181-.781-1.171-2.263.459-.251 1.38.837-.168.07.346Zm0-.3.047.232 1.583-.322-.047-.232-.864.174.274-1.5h.019l2.321-.471.851 1.276-.92.187.048.232 1.614-.327-.047-.233-.408.083-.015-.025-2.755-4.126-1.752.356.048.232 1.318-.268-.9 4.646Zm1.025-1.9.572-2.854 1.594 2.414Zm.6-2.7-.527 2.628 1.995-.4Zm.455-.857-.01-.006-1.968-1.193.828-.168.011.009 1.551 1.276ZM18.8 11.979l1.831 1.11.269-.054-1.445-1.189Z" style="fill:#db3c72"/><path d="m12.763 10.841.273-.519.769.32c-.034.087-.118.135-.306.174l-.978.2.133.659c.942.019 1.3.3 1.356.554a.34.34 0 0 1-.282.4.45.45 0 0 1-.3-.056 1.87 1.87 0 0 0-.751-.8l.51 2.507a.83.83 0 0 1-.558.3l-.129.02-.452-2.223a5.2 5.2 0 0 1-1 1.558l-.1-.061a6.36 6.36 0 0 0 .65-2.674l-1.069.217-.059-.112 1.307-.265-.218-1.07c-.4.156-.84.307-1.25.433l-.043-.073a12.2 12.2 0 0 0 2.267-1.543l.953.4a.3.3 0 0 1-.185.092.9.9 0 0 1-.244.013c-.223.12-.5.251-.8.386l.246 1.212Zm3.152-1.877.913.34a.56.56 0 0 1-.274.192l.754 3.708c0 .011-.161.212-.713.324l-.116-.571-1.319.268.088.433c0 .012-.034.266-.69.4L13.631 9.5l.833.128 1.215-.248Zm-.779 4.142 1.319-.268-.682-3.357-1.319.268Z" style="fill:#6f577d"/><path d="m17.942 25.507 6.683-14.265 1.519.864-6.683 14.265c-.791 1.02-.627.465-.4-.229-.147.262-.517.615-.356-.2-.959 1.657-.416.065-.309-.177-.663 1.006-.473-.008-.451-.256Z" style="fill:url(#r)"/><path d="M18.917 26.991a.1.1 0 0 1-.045-.012c-.086-.046-.075-.183.036-.552a.21.21 0 0 1-.2.072c-.075-.027-.108-.116-.1-.279-.322.529-.4.549-.469.515-.1-.049-.021-.354.064-.614-.106.116-.186.155-.254.13-.135-.05-.113-.322-.073-.647 0-.04.009-.075.012-.1l.005-.02L24.6 11.16l1.621.922-.023.049L19.511 26.4v.005c-.379.486-.517.586-.594.586m.09-.878.107.046a3.4 3.4 0 0 0-.182.707 2.2 2.2 0 0 0 .48-.527l6.656-14.209-1.417-.806L18 25.523c0 .026-.007.058-.011.1-.039.321-.04.5 0 .524 0 0 .084 0 .358-.411l.1.056a4 4 0 0 0-.245.81 4 4 0 0 0 .45-.686l.108.04c-.077.389-.015.437-.014.437.025.007.161-.103.26-.28Z" style="fill:#cc772f"/><path d="m18.302 26.217 6.778-14.818" style="fill:#f3cb83"/><path d="M13.543 18.75h16.295v.117H13.543z" style="fill:#f3b262" transform="rotate(-65.436 21.69 18.808)"/><path d="M13.689 18.934h16.296v.029H13.689z" style="fill:#f3cb83" transform="rotate(-65.445 21.837 18.949)"/><path d="M13.644 18.938h16.295v.029H13.644z" style="fill:#f3cb83" transform="rotate(-65.445 21.792 18.952)"/><path d="M13.599 18.942h16.296v.029H13.599z" style="fill:#f3cb83" transform="rotate(-65.445 21.746 18.956)"/><path d="M13.553 18.946h16.295v.029H13.553z" style="fill:#f3cb83" transform="rotate(-65.445 21.7 18.96)"/><path d="m25.744 8.766.015-.035zm1.535.831.023.014-.014.034-.025-.014Zm-1.113 2.523-.023-.014Z" style="fill:#343833"/><path d="m25.758 8.732.217-.482a.875.875 0 0 1 1.519.866l-.216.481Z" style="fill:#e24c49"/><path d="m27.305 9.68-1.622-.923.239-.53a.77.77 0 0 1 .653-.439 1.05 1.05 0 0 1 .934.4.93.93 0 0 1 .038.955Zm-1.472-.972 1.418.807.19-.422a.8.8 0 0 0-.027-.839.93.93 0 0 0-.828-.35.66.66 0 0 0-.558.371Z" style="fill:#aa342e"/><path d="m27.3 9.611-.014.034-.025-.014.016-.034Zm-1.557-.845.015-.035Z" style="fill:#343833"/><path d="M27.013 10.052c.061-.139.047-.1.2-.448l.024.014c-.062.138-.047.1-.2.448l-.022-.014Z" style="fill:#f6ca2a"/><path d="m26.989 10.038.2-.447.023.014-.2.448-.024-.014Z" style="fill:#f4c92a"/><path d="M26.965 10.025c.063-.138.047-.1.2-.447l.025.013c-.062.138-.047.1-.2.447z" style="fill:#f4c92a"/><path d="m26.942 10.012.2-.449.023.014-.2.447-.023-.013Z" style="fill:#f2c82b"/><path d="M26.918 10c.063-.137.047-.1.2-.445l.025.012c-.063.137-.047.1-.2.449z" style="fill:#f0c52d"/><path d="m26.894 9.985.2-.448.023.014c-.062.137-.047.1-.2.445l-.023-.012Z" style="fill:#ecc23a"/><path d="m26.87 9.97.2-.447.024.014c-.063.136-.048.1-.2.448z" style="fill:#ecc344"/><path d="M26.846 9.957c.063-.138.048-.1.2-.447l.024.014c-.063.137-.047.1-.2.447z" style="fill:#ebc24f"/><path d="m26.823 9.944.2-.448.023.014c-.062.138-.046.1-.2.447z" style="fill:#e9c158"/><path d="m26.8 9.929.2-.447.024.014c-.063.137-.046.1-.2.448z" style="fill:#e4be5c"/><path d="M26.775 9.915a3 3 0 0 1 .2-.447l.025.014c-.063.139-.047.1-.2.447l-.023-.014Z" style="fill:#e4bf61"/><path d="M26.753 9.9c.061-.138.046-.1.2-.448l.023.014c-.062.139-.046.1-.2.447z" style="fill:#e1bb64"/><path d="m26.727 9.889.2-.447.023.012c-.063.139-.047.1-.2.448l-.025-.014Z" style="fill:#ddb967"/><path d="M26.7 9.876c.062-.137.046-.1.2-.447l.047.026a2.7 2.7 0 0 0-.2.448z" style="fill:#dab869"/><path d="m26.68 9.862.2-.447.048.027a2.6 2.6 0 0 0-.2.447z" style="fill:#d7b66b"/><path d="M26.657 9.848a2.6 2.6 0 0 1 .2-.447l.047.027a2.7 2.7 0 0 0-.2.447z" style="fill:#d7b66e"/><path d="M26.634 9.835a2.5 2.5 0 0 1 .2-.447l.047.027a2.6 2.6 0 0 0-.2.447z" style="fill:#d4b470"/><path d="M26.609 9.822a2.6 2.6 0 0 1 .2-.447l.049.026a2.6 2.6 0 0 0-.2.447l-.047-.027Z" style="fill:#d2b270"/><path d="M26.585 9.808c.063-.139.048-.1.2-.448l.048.027a2.5 2.5 0 0 0-.2.447l-.048-.027Z" style="fill:#d0b373"/><path d="M26.562 9.795a2.7 2.7 0 0 1 .2-.447l.046.028a3 3 0 0 0-.2.447l-.048-.027Z" style="fill:#d1b374"/><path d="M26.538 9.781a3 3 0 0 1 .2-.447l.047.026c-.062.138-.046.1-.2.448z" style="fill:#cdb175"/><path d="M26.514 9.768a2.7 2.7 0 0 1 .2-.447l.049.027c-.063.138-.047.1-.2.447l-.048-.027Z" style="fill:#ccae77"/><path d="M26.489 9.753a3 3 0 0 1 .2-.446l.047.027c-.062.137-.047.1-.2.447l-.049-.028Z" style="fill:#c8ad78"/><path d="M26.467 9.741a1.3 1.3 0 0 1 .2-.447l.047.027c-.061.137-.046.1-.2.447l-.046-.027Z" style="fill:#c8ac7a"/><path d="M26.444 9.725a1.3 1.3 0 0 1 .2-.446l.047.027c-.063.138-.046.1-.2.446l-.045-.028Z" style="fill:#c7ab7b"/><path d="M25.542 9.213c.061-.138.046-.1.2-.447l.024.013c-.063.138-.047.1-.2.448l-.023-.014Z" style="fill:#fccd29"/><path d="M25.565 9.227c.062-.139.047-.1.2-.448l.024.013-.2.448z" style="fill:#f6ca2a"/><path d="m25.589 9.241.2-.448.022.015-.2.446-.024-.013Z" style="fill:#f6ca2a"/><path d="M25.613 9.254c.061-.138.046-.1.2-.446l.024.013c-.062.139-.046.1-.2.447l-.023-.014Z" style="fill:#f4c92a"/><path d="M25.637 9.267c.061-.137.046-.1.2-.447l.024.014c-.063.139-.047.1-.2.447l-.023-.014Z" style="fill:#f4c92a"/><path d="m25.66 9.281.2-.447.025.014c-.063.138-.048.1-.2.446l-.023-.013Z" style="fill:#f2c82b"/><path d="M25.683 9.294c.062-.137.047-.1.2-.446l.023.013c-.063.138-.046.1-.2.446l-.024-.013Z" style="fill:#f2c62c"/><path d="m25.707 9.307.2-.446.023.014-.2.447-.024-.015Z" style="fill:#f0c52d"/><path d="M25.731 9.322a2.5 2.5 0 0 1 .2-.447l.023.014c-.062.138-.047.1-.2.446z" style="fill:#f0c631"/><path d="M25.731 9.322c.062-.139.047-.1.2-.447l.047.027-.2.447z" style="fill:#ecc23a"/><path d="m25.755 9.334.2-.446.045.027c-.063.137-.047.1-.2.446l-.047-.027Z" style="fill:#ecc344"/><path d="M25.779 9.348c.062-.138.047-.1.2-.447l.047.027c-.062.138-.046.1-.2.448l-.047-.027Z" style="fill:#ebc24a"/><path d="M25.8 9.361c.063-.136.047-.1.2-.446l.048.027c-.088.124-.072.09-.2.447z" style="fill:#ebc24f"/><path d="m25.826 9.376.2-.448.025.014c-.063.137-.048.1-.2.447z" style="fill:#e9c158"/><path d="m25.85 9.389.2-.447.022.014-.2.445-.023-.012Z" style="fill:#e9c15b"/><path d="M25.873 9.4c.063-.137.047-.1.2-.445l.024.013-.2.446z" style="fill:#e4be5c"/><path d="M25.9 9.415c.063-.137.046-.1.2-.446l.024.015c-.063.137-.046.1-.2.447z" style="fill:#e4bf61"/><path d="m25.92 9.431.2-.447.027.016c-.062.139-.046.1-.2.446l-.023-.012Z" style="fill:#e1bb63"/><path d="M25.944 9.442c.062-.137.047-.1.2-.446l.024.014-.2.447z" style="fill:#e1bb64"/><path d="M25.968 9.457a1.3 1.3 0 0 1 .2-.447l.024.012-.2.448z" style="fill:#dcba67"/><path d="M25.968 9.457c.062-.137.046-.1.2-.447l.047.027c-.063.137-.046.1-.2.447z" style="fill:#ddb967"/><path d="M25.993 9.47c.061-.137.047-.1.2-.448l.047.028c-.063.137-.047.1-.2.447z" style="fill:#dab869"/><path d="M26.016 9.484c.062-.138.046-.1.2-.447l.047.027-.2.447z" style="fill:#dab86a"/><path d="M26.04 9.5c.063-.138.046-.1.2-.447l.047.027c-.061.139-.046.1-.2.447z" style="fill:#d7b66b"/><path d="m26.063 9.51.2-.447.047.027-.2.447z" style="fill:#d7b66e"/><path d="M26.087 9.524c.063-.138.047-.1.2-.447l.049.028c-.063.137-.048.1-.2.446l-.047-.027Z" style="fill:#d4b46f"/><path d="M26.111 9.538c.062-.139.046-.1.2-.447l.048.027c-.063.137-.048.1-.2.445z" style="fill:#d4b470"/><path d="M26.134 9.551c.062-.138.047-.1.2-.446l.046.026a2.5 2.5 0 0 0-.2.447l-.049-.027Z" style="fill:#d2b270"/><path d="M26.158 9.563c.062-.137.047-.1.2-.445l.047.027a1.3 1.3 0 0 0-.2.448z" style="fill:#d2b372"/><path d="M26.183 9.578a2.6 2.6 0 0 1 .2-.447l.024.014c-.062.139-.046.1-.2.448l-.023-.015Z" style="fill:#d0b373"/><path d="M26.206 9.592a1.3 1.3 0 0 1 .2-.448l.025.013-.2.448z" style="fill:#d1b374"/><path d="M26.206 9.592c.061-.139.047-.1.2-.448a.4.4 0 0 1 .047.028c-.063.137-.046.1-.2.446l-.046-.026Z" style="fill:#cdb175"/><path d="M26.23 9.605c.062-.137.046-.1.2-.448l.046.027c-.061.138-.047.1-.2.448l-.048-.027Z" style="fill:#cdb175"/><path d="m26.253 9.618.2-.446.047.028-.2.448-.048-.028Z" style="fill:#ccb078"/><path d="m26.278 9.633.2-.448.048.027-.2.447c-.025-.012 0 0-.047-.026Z" style="fill:#ccae77"/><path d="M26.3 9.646c.063-.137.047-.1.2-.448l.047.027c-.063.139-.047.1-.2.448l-.049-.027Z" style="fill:#c8ad77"/><path d="M26.325 9.659c.061-.137.046-.1.2-.447l.048.028c-.064.137-.048.1-.2.447l-.045-.028Z" style="fill:#c8ad78"/><path d="m26.35 9.673.2-.448.047.028c-.061.137-.047.1-.2.446l-.046-.027Z" style="fill:#c7ab78"/><path d="M26.371 9.687c.062-.137.048-.1.2-.447l.046.027c-.061.138-.046.1-.2.448l-.048-.027Z" style="fill:#c7ab7a"/><path d="M26.4 9.7c.063-.138.047-.1.2-.446l.048.027c-.063.137-.047.1-.2.446z" style="fill:#c4aa7b"/><path d="m25.734 9.389-.196-.111.249-.553.198.111z" style="fill:#343833"/><path d="m26.965 10.025.203-.448.095.054-.203.447z" style="fill:#fccd29"/><path d="m27.087 10.16-.198-.111.252-.554.197.111z" style="fill:#343833"/><path d="m26.897 10.053-.197-.114.251-.554.197.114z" style="fill:#343833"/><path d="m26.731 9.958-.197-.112.25-.553.198.111z" style="fill:#343833"/><path d="m26.395 9.699.203-.446.118.068-.227.432z" style="fill:#c4aa7b"/><path d="m26.512 9.834-.192-.111.251-.553.222.127Zm.112-.5-.112.248.126-.24Z" style="fill:#343833"/><path d="m26.327 9.729-.196-.112.25-.555.198.112z" style="fill:#343833"/><path d="m26.138 9.62-.197-.112.251-.554.196.112z" style="fill:#343833"/><path d="m25.947 9.513-.196-.113.25-.555.197.115z" style="fill:#343833"/><path d="m24.624 11.242 1.12-2.476 1.519.865-1.12 2.475z" style="fill:url(#c)"/><path d="m26.17 12.188-1.621-.922 1.168-2.582 1.621.923Zm-1.47-.971 1.417.806 1.071-2.368-1.417-.806Z" style="fill:#8f989b"/><path d="m24.842 10.761.061-.137 1.52.864-.064.137z" style="fill:url(#s)"/><path d="m26.385 11.708-1.619-.923.11-.243 1.622.922Zm-1.469-.971 1.416.807.015-.031-1.417-.806Z" style="fill:#343833"/><path d="m25.043 10.314.048-.104 1.518.865-.046.103z" style="fill:url(#t)"/><path d="m26.59 11.261-1.622-.922.096-.211 1.62.923z" style="fill:#737a7f"/><path d="m25.246 9.867.062-.138 1.519.865-.062.137z" style="fill:url(#u)"/><path d="m26.791 10.814-1.621-.922.11-.245 1.621.924Zm-1.47-.971 1.417.807.014-.031-1.417-.807Z" style="fill:#737a7f"/><path d="m17.136 28.81-.293 1.173.656-.924c.038-.282-.215-.382-.364-.249Z" style="fill:#8a9196"/><path d="m17.136 28.81-.293 1.173.656-.924c.038-.282-.215-.382-.364-.249Z"/><path d="m16.867 30-.052-.024.295-1.181.007-.006a.245.245 0 0 1 .28-.038.29.29 0 0 1 .132.312l-.005.013Zm.295-1.173-.253 1.014.562-.792a.23.23 0 0 0-.1-.246.19.19 0 0 0-.209.024" style="fill:#343833"/><path d="m19.461 26.371-1.947 2.654a.229.229 0 0 0-.378-.214l.806-3.3c-.022.248-.212 1.262.451.256-.108.242-.65 1.835.309.177-.161.816.209.464.356.2-.224.694-.387 1.249.4.229Z" style="fill:#c6bdaf"/><path d="m19.461 26.371-1.947 2.654a.229.229 0 0 0-.378-.214l.806-3.3c-.022.248-.212 1.262.451.256-.108.242-.65 1.835.309.177-.161.816.209.464.356.2-.224.694-.387 1.249.4.229Z" style="fill:#e5bd87"/><path d="m17.475 29.127.01-.105a.22.22 0 0 0-.129-.231.17.17 0 0 0-.2.039l-.051-.026.806-3.3.057.01c0 .027-.007.064-.012.106-.019.157-.064.524.017.553.022.007.114 0 .393-.422l.051.028a2.9 2.9 0 0 0-.242.884c.014 0 .111-.062.5-.733l.054.02c-.08.406-.017.463 0 .47.059.022.2-.119.3-.289l.053.023c-.075.234-.232.72-.173.751.012.007.092.011.525-.548l.047.035Zm-.2-.411a.3.3 0 0 1 .1.021.27.27 0 0 1 .161.2l1.5-2.047c-.085.071-.127.074-.156.059-.077-.041-.042-.225.085-.633-.082.1-.181.179-.257.151s-.1-.15-.068-.378c-.4.668-.459.635-.5.615-.094-.048.039-.47.135-.737-.191.255-.276.272-.328.253-.073-.027-.09-.147-.083-.308l-.689 2.822a.2.2 0 0 1 .104-.017Z" style="fill:#c48e30"/><path d="m17.31 29.212-.274.407.227-.435s.062-.006.047.028" style="fill:#dadde0"/><path d="m17.408 28.794-.081.074 1.011-3.177a4 4 0 0 0 .126.613l.341-.092-1.386 2.719Z" style="fill:#e6d7c2;opacity:.589999973773956;isolation:isolate"/><path d="m17.474 28.646-.063.061 1-2.916a6 6 0 0 0 .028.6l.245-.047-1.218 2.434Z" style="fill:#e6d7c2"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#a)" d="M10.49 30a27.85 27.85 0 0 0 14.322-7.82L5 2v22.409z"/><path fill="url(#b)" d="M5 24.409c12.15 0 22-10.033 22-22.409H5z"/><path fill="url(#c)" d="m5 24.409.847.862c5.968-.223 11.359-2.784 15.315-6.812l-.603-.613a21.9 21.9 0 0 1-7.136 4.863A21.6 21.6 0 0 1 5 24.409" style="mix-blend-mode:multiply"/><path fill="url(#g)" d="M10.49 30a27.85 27.85 0 0 0 14.322-7.82L5 2v22.409z" style="mix-blend-mode:multiply"/><path fill="url(#h)" d="M24.812 22.18 5 2l18.01 21.857a29 29 0 0 0 1.802-1.677" style="mix-blend-mode:multiply"/><path fill="url(#i)" d="m5 2 15.557 15.846q.207-.213.41-.43z" style="mix-blend-mode:screen"/><defs><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="matrix(27.978 0 0 28.497 23.754 33.95)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6877EC"/><stop offset=".6" stop-color="#5362CF"/><stop offset="1" stop-color="#4352B9"/></radialGradient><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="matrix(36.643 0 0 37.323 5.46 1.19)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00D5FF"/><stop offset=".38" stop-color="#00B8EB"/><stop offset="1" stop-color="#0080C5"/></radialGradient><radialGradient id="i" cx="0" cy="0" r="1" gradientTransform="matrix(21.175 0 0 21.568 14.986 .264)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1"/></radialGradient><linearGradient id="c" x1="5.909" x2="16.154" y1="5.365" y2="27.494" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#294CA7"/><stop offset=".48" stop-color="#96A7D4"/><stop offset=".84" stop-color="#E1E6F3"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="g" x1="-8.99" x2="25.09" y1="-5.215" y2="33.975" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6877EC"/><stop offset=".29" stop-color="#97A1F2"/><stop offset=".77" stop-color="#E2E4FB"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="h" x1="-5.184" x2="24.972" y1="-12.295" y2="22.985" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8397CC"/><stop offset=".15" stop-color="#97A8D4"/><stop offset=".73" stop-color="#E2E6F3"/><stop offset="1" stop-color="#fff"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m7.575 16-2.8 4.849 2.8 4.849 2.8-4.849Z" style="fill:#303f9f"/><path d="m24.374 6.3-2.8 4.849 2.8 4.851 2.8-4.849Z" style="fill:#3f51b5"/><path d="M27.174 11.151 18.775 25.7h5.6l5.6-9.7Z" style="fill:#7986cb"/><path d="M18.775 6.3 7.574 25.7h5.6l11.2-19.4Z" style="fill:#ff4081"/><path d="m7.575 6.3-5.6 9.7 2.8 4.849L13.176 6.3Z" style="fill:#536dfe"/><path d="m18.775 6.3 2.8 4.849 2.8-4.849Z" style="fill:#fff;fill-opacity:.200000002980232"/><path d="m15.975 11.151 2.8-4.849 2.8 4.849Z" style="fill:#fff;fill-opacity:.100000001490116"/><path fill="none" d="m15.975 11.151 2.8 4.849 2.8-4.849Z" style="fill:#fff;fill-opacity:0"/><path d="m13.175 16 2.8-4.849 2.8 4.849Z" style="fill-opacity:.100000001490116"/><path d="m13.175 16 2.8 4.849 2.8-4.849Z" style="fill-opacity:.200000002980232"/><path d="m10.376 20.849 2.8-4.849 2.8 4.849Z" style="fill-opacity:.300000011920929"/><path d="m10.376 20.849 2.8 4.849 2.8-4.849Z" style="fill-opacity:.400000005960465"/><path d="m7.575 25.7 2.8-4.849 2.8 4.849Z" style="fill-opacity:.5"/><path d="m7.575 6.3 2.8 4.849 2.8-4.849Z" style="fill:#fff;fill-opacity:.200000002980232"/><path d="m4.776 11.151 2.8-4.851 2.8 4.849Z" style="fill:#fff;fill-opacity:.100000001490116"/><path fill="none" d="M4.776 11.151 7.576 16l2.8-4.849Z" style="fill:#fff;fill-opacity:0"/><path d="m1.976 16 2.8-4.849L7.576 16Z" style="fill-opacity:.100000001490116"/><path d="m1.976 16 2.8 4.849L7.576 16Z" style="fill-opacity:.200000002980232"/><path fill="none" d="M10.376 20.849 7.575 16l-2.8 4.849Z" style="fill:#fff;fill-opacity:0"/><path d="M10.376 20.849 7.575 25.7l-2.8-4.849Zm16.8-9.7L24.374 6.3l-2.8 4.849Z" style="fill-opacity:.200000002980232"/><path fill="none" d="M27.174 11.151 24.374 16l-2.8-4.849Z" style="fill:#fff;fill-opacity:0"/><path d="m24.374 16 2.8-4.849L29.975 16Z" style="fill:#fff;fill-opacity:.200000002980232"/><path d="m24.374 16 2.8 4.849L29.975 16Z" style="fill:#fff;fill-opacity:.100000001490116"/><path fill="none" d="m21.574 20.849 2.8-4.849 2.8 4.849Z" style="fill:#fff;fill-opacity:0"/><path d="m21.574 20.849 2.8 4.849 2.8-4.849Z" style="fill-opacity:.100000001490116"/><path d="m18.775 25.7 2.8-4.849 2.8 4.849Z" style="fill-opacity:.200000002980232"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M28.678 9.877H3.322A1.32 1.32 0 0 1 2 11.2v9.6a1.32 1.32 0 0 1 1.322 1.322h25.356A1.32 1.32 0 0 1 30 20.8v-9.6a1.32 1.32 0 0 1-1.322-1.323" style="fill:#2b1100"/><path d="M28.211 21.579H3.79l-.064-.154A1.9 1.9 0 0 0 2.7 20.4l-.154-.064v-8.67L2.7 11.6a1.9 1.9 0 0 0 1.028-1.028l.064-.154h24.419l.064.154A1.9 1.9 0 0 0 29.3 11.6l.154.064v8.667l-.154.069a1.9 1.9 0 0 0-1.028 1.028Zm-24.093-.5h23.766a2.4 2.4 0 0 1 1.074-1.074v-8.011a2.4 2.4 0 0 1-1.074-1.074H4.118a2.4 2.4 0 0 1-1.074 1.074v8.012a2.4 2.4 0 0 1 1.074 1.074Z" style="fill:#fff"/><path d="M3.957 10.67a2.15 2.15 0 0 1-1.163 1.163v8.332a2.15 2.15 0 0 1 1.163 1.163h24.086a2.15 2.15 0 0 1 1.163-1.163v-8.332a2.15 2.15 0 0 1-1.163-1.163z" style="fill:#f4e3d7"/><path d="m10.044 13.2-.037 2.147q-.026 1.448-1.722 1.56-.037.012-.462.075a6 6 0 0 1-.487.062l.075 1.073.786.062-.075 2.1-2.9.125-.037-2.059.711.012.05-4.443-.72-.014-.1-2.209 2.047-.162q.362-.026.686-.025a2.78 2.78 0 0 1 1.672.4 1.45 1.45 0 0 1 .513 1.3m-1.66 1.211q.026-.549-.4-.549a1.5 1.5 0 0 0-.25.025l-.4.05.075 1.972h.325q.6 0 .624-.736l.024-.762m6.355 3.657a2.35 2.35 0 0 1-.424 1.56 2.26 2.26 0 0 1-1.648.612 2.33 2.33 0 0 1-1.845-.444 2.5 2.5 0 0 1-.424-1.66l-.062-4.406a2.3 2.3 0 0 1 .5-1.673 2.19 2.19 0 0 1 1.71-.5 2.24 2.24 0 0 1 1.822.661 3.1 3.1 0 0 1 .362 1.747l.012 4.1m-1.51-3.208a1.15 1.15 0 0 0-.162-.711.54.54 0 0 0-.524-.212.87.87 0 0 0-.612.212 1.14 1.14 0 0 0-.15.661l-.05 2.072a.72.72 0 0 0 .225.624 1.2 1.2 0 0 0 .587.187q.624.063.637-.8zm8.074-3.12-.1 2.234-.612-.075-.092 5.863-1.672.125-1.822-6.4v4.368l.624.037-.108 2.508h-2.334l-.1-2.2.736-.012-.037-4.288-.487-.062-.112-2.309 2.521.087 1.66 5.979.087-3.607-.6-.087-.05-1.947 2.5-.212m5.4-.212-.162 2.309-.487.062-1.3 2.471-.037 1.6.649.025-.212 2.346-2.547.157-.1-2.2.774-.062.062-1.91-1.223-2.172-.487.062-.1-2.371 2.4-.05.087 1.935-.5.037.7 1.81.6-1.747h-.449v-2.358l2.334.051" style="fill:#2b1100"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.989 15.27c-.009-.359-.028-.728-.047-1.087s-.028-.737-.066-1.106c-.066-.5-.132-1.011-.246-1.5a8.6 8.6 0 0 0-.369-1.181 14 14 0 0 0-.586-1.352 21 21 0 0 0-1.3-1.976c-.293-.416-.671-.756-.955-1.181a2.9 2.9 0 0 0-.633-.643c-.378-.3-.775-.577-1.172-.841-.3-.208-.6-.406-.926-.586-.255-.142-.529-.255-.794-.378a4 4 0 0 0-.936-.378 3 3 0 0 1-.246-.076c-.217-.076-.425-.161-.643-.227-.331-.1-.652-.227-.992-.312a9 9 0 0 0-1.011-.189c-.378-.057-.766-.076-1.144-.113-.246-.028-.492-.057-.728-.066-.359-.019-.728-.019-1.087-.028a5 5 0 0 0-.548-.019 8 8 0 0 0-.822.076c-.265.028-.529.076-.785.113-.312.038-.624.057-.936.095-.293.038-.6.095-.888.142-.1.019-.208.057-.312.076a6 6 0 0 0-.69.142c-.406.123-.813.265-1.21.416a11 11 0 0 0-1.077.5c-.359.2-.7.435-1.04.662-.321.217-.643.444-.955.69a11 11 0 0 0-.86.766c-.151.151-.274.331-.416.5-.236.274-.473.539-.7.822-.189.236-.359.482-.539.728a12 12 0 0 0-.851 1.361q-.152.284-.293.567c-.142.284-.293.558-.425.851a3.6 3.6 0 0 0-.227.633c-.132.463-.265.936-.388 1.4A5.3 5.3 0 0 0 2 13.843a9 9 0 0 0 .066 1.125c.009.094-.047.208.066.284.009 0 0 .038-.01.047a.092.092 0 0 0 .057.132.03.03 0 0 1 .009.019h-.045c-.028.085.066.151.028.246-.009.019.028.057.047.085a.3.3 0 0 0 0 .094 2 2 0 0 1 .047.265c0 .066.057.142.076.208a.11.11 0 0 1-.019.094c-.057.066-.047.123.038.161a.1.1 0 0 1 .047.066 1 1 0 0 1-.028.17q.03.028.019.057c-.011.029-.028.057-.019.076a1.25 1.25 0 0 1 .113.491.4.4 0 0 0 .038.123.14.14 0 0 1 .057.009l-.057.17a1 1 0 0 1 .132-.057 3 3 0 0 0 .095.34.2.2 0 0 0 .057.057c-.01.019-.01.057-.028.066a3 3 0 0 0 .123.492c.01 0 .019-.01.028-.01-.028-.17-.047-.35-.076-.52v-.057a.1.1 0 0 1 .028-.01 1 1 0 0 1 .028.113c.076 0 .189.047.265.047a1 1 0 0 1 .028-.085c-.057-.057-.1-.142-.161-.2a.3.3 0 0 1 0 .132c-.038-.019-.085-.038-.132-.057a2 2 0 0 1 .132-.151c0-.085-.047-.161-.18-.151.057-.019.114-.047.18-.066a1 1 0 0 0 .028.076c.076-.132-.038-.236-.038-.369a2.5 2.5 0 0 0-.113-.492c-.047-.265-.038-.662-.066-.926 0-.019-.028-.038-.047-.057-.01.01-.057.132-.066.142.028.227.057.454.076.681-.009 0-.019 0-.019.009-.038-.2-.076-.406-.123-.633a1 1 0 0 0-.019.132c-.028-.009-.038-.019-.085-.038.038.085.076.142.1.208a.3.3 0 0 0-.142-.019v.265a1.3 1.3 0 0 1-.17-.236c-.019-.076-.028-.151-.047-.227l.028-.01a.5.5 0 0 1-.028-.094q-.014-.1-.028-.227c.009-.009.047-.019.066-.038l-.076-.113a2 2 0 0 0 .17.019c0-.019.009-.028 0-.038-.095-.085-.028-.161.009-.236.019-.038.085-.047.1-.085.076-.142.2-.255.2-.435a3 3 0 0 1 .038-.265c.019-.161.038-.321.047-.482a4 4 0 0 1 .056-.61q.116-.497.274-.992c.076-.236.161-.463.255-.7a11 11 0 0 1 .454-1.087c.255-.51.548-1 .832-1.5.18-.312.369-.6.567-.907s.378-.6.6-.87a7.7 7.7 0 0 1 1-1.068c.378-.34.737-.69 1.144-1A11.6 11.6 0 0 1 9.7 4.344a13 13 0 0 1 1.489-.644c.321-.123.671-.179 1-.284a4 4 0 0 1 1.153-.189c.255-.009.5-.038.756-.066.227-.019.454-.038.7-.066a.4.4 0 0 0-.047.076c-.1.151-.217.3-.321.454-.085.123-.18.255-.265.378-.151.2-.312.4-.454.6-.217.312-.416.633-.643.945s-.473.586-.709.879c-.312.406-.6.822-.917 1.229-.284.388-.586.756-.86 1.144-.246.34-.463.7-.7 1.049-.35.52-.7 1.03-1.049 1.55-.274.4-.548.785-.832 1.182a.2.2 0 0 1-.076.057c-.019.019-.057.038-.057.057a1 1 0 0 1-.047.189c-.076.142-.151.284-.236.416-.047.076-.113.142-.17.217-.019-.009-.028-.019-.047-.019.038-.095.2-.151.123-.293-.047.076-.095.142-.142.217l-.113.227c.038.028.1.047.038.1q-.043.072-.085.151c.01 0 .01.009.019.009.028-.038.057-.066.085-.1.009 0 .019.01.028.01a1.4 1.4 0 0 1-.132.265.8.8 0 0 1-.2.189c.01.009.076.038.085.047.028-.038.038-.019.066-.057.019.028.047-.019.057.009a.4.4 0 0 0 .066-.094.34.34 0 0 1 .189-.208.4.4 0 0 0 .098-.07c.284-.293.577-.577.832-.888.4-.482.756-.983 1.134-1.475.161-.208.35-.416.52-.614.019.01.038.01.047.019-.019.2-.038.406-.047.6-.028.35-.047.7-.076 1.059-.009.142 0 .284-.009.425 0 .038-.028.066-.028.1 0 .094.028.2.028.293-.028.35-.066.69-.095 1.04a.6.6 0 0 0 .047.217.3.3 0 0 0-.047-.038 10.4 10.4 0 0 1 .019 1.626c.038-.01.057-.019.057-.038a1.4 1.4 0 0 0 .028-.2 1 1 0 0 0 0-.18v-.094a3 3 0 0 0 .028-.52 1.8 1.8 0 0 1 .019-.548c.019-.076-.009-.17.038-.265v.142a13 13 0 0 1-.066 1.616c-.009.047.028.132-.076.123-.01 0-.019.047-.038.076-.047.094.057.217-.038.312-.019.019.019.1.028.161 0 .019.01.038 0 .047-.038.066-.038.066.019.076.01.208.028.4.038.6h.028a7 7 0 0 0 .113-1.1 4 4 0 0 1 .01.463c0 .246-.01.482-.019.728a1 1 0 0 1-.019.142 2.6 2.6 0 0 1-.085.388 1 1 0 0 0-.019.35v.359c0 .01.028.038.028.076.009.085-.038.17-.01.265.01.019-.009.047-.019.066a.13.13 0 0 0-.009.085l.028.142c0 .009.01.019.019.038a.3.3 0 0 0 .01-.076c.161.019.076.161.151.236-.038.019-.066.028-.066.038a.4.4 0 0 1 .028.1 2 2 0 0 1-.019.246c0 .217-.01.435-.01.643 0 .028.01.057.01.085s-.01.038-.01.066v.2h.038a.5.5 0 0 1-.066.085c-.009 0-.038 0-.038-.009v-1.182h-.139a10 10 0 0 1-.076 1.607 2 2 0 0 1-.274.028c-.293 0-.586 0-.879.009-.35 0-.69.01-1.04.01-.17 0-.35.019-.52.019-.227 0-.463-.028-.69-.028-.35 0-.69.028-1.04.038-.255.009-.51.009-.766.019-.17.009-.34.019-.51.038a1.5 1.5 0 0 0-.236.066 1 1 0 0 0-.151 0c-.095.019-.18.076-.274.095-.142.028-.18.066-.161.208v.094a.3.3 0 0 0-.066-.047.03.03 0 0 0-.019.009c.009.028.028.047.038.076.038-.019.085-.066.123-.066h.132c-.019 0-.028.057-.057.1.076-.028.123-.047.17-.066a.3.3 0 0 1 .009.076 1.2 1.2 0 0 1 .369-.019 7.5 7.5 0 0 0 1.125.17c.246.019.482.028.728.038.35.019.7.038 1.049.038.293 0 .577-.028.87-.028.406 0 .813.019 1.219.028.085 0 .18-.01.274-.01h.69c.614-.019 1.229-.028 1.843-.047.35-.009.709-.028 1.059-.038l1.077-.028c.416-.009.832-.009 1.238-.019.312 0 .614-.009.926-.019.35-.01.709-.038 1.059-.057.189-.009.378-.028.567-.047.227-.019.463-.047.69-.057.34-.019.69-.028 1.03-.047.425-.028.851-.066 1.285-.076.4-.019.8-.009 1.2-.019.35-.009.7-.028 1.059-.038l.6-.028s.4-.009.6-.028c.34-.019.681-.057 1.021-.066.217-.009.435 0 .652-.009.35-.01.709-.028 1.059-.028.132 0 .274.019.444.028-.076.066-.123.1-.18.151a.6.6 0 0 1 .113.047c0 .01-.009.019-.009.038-.047 0-.094.01-.142.01a.6.6 0 0 0-.057.161h.17c-.066 0-.123.085-.189.142.01.009.019.009.028.019-.1-.038-.17-.019-.208.085a.2.2 0 0 0 .076.009q-.014.04-.028.094a.14.14 0 0 0-.019.066l-.028-.028a.1.1 0 0 0-.009-.057c-.057.057-.142.095-.095.217-.038.019-.085.038-.132.066a.4.4 0 0 1 .038.066c-.085.009-.17.028-.151.132.038.009.076.028.1.038-.047.019-.094.047-.142.066-.01.019-.019.066-.038.076-.132.028-.057.076-.019.123a.4.4 0 0 1-.085.047.15.15 0 0 1 .066.038 1 1 0 0 1-.066.038.3.3 0 0 0 .057.028q-.057.042-.142.113a.1.1 0 0 0 .009.047 1 1 0 0 0-.113.132 2 2 0 0 1-.1.189 3.5 3.5 0 0 1-.6.643 2 2 0 0 0-.265.236c-.17.161-.321.34-.5.492-.236.2-.482.378-.737.558-.312.217-.624.435-.936.643-.17.113-.359.2-.539.3s-.35.2-.529.3a3 3 0 0 1-.34.236c-.312.132-.643.246-.964.369-.028.009-.047.019-.076.028-.236.1-.463.217-.7.3a5 5 0 0 1-.671.18 2 2 0 0 1-.246.009c-.161.028-.321.066-.482.085-.416.057-.832.094-1.248.151-.246.028-.482.076-.728.1-.17.01-.35-.009-.52-.009a2.5 2.5 0 0 1-.378.009c-.2-.028-.4-.076-.6-.113a.3.3 0 0 0-.151-.009c-.076.038-.142-.019-.217 0-.047.009-.094-.028-.142-.028s-.085.009-.132 0a.9.9 0 0 0-.312-.057 1.2 1.2 0 0 1-.35-.076l-.5-.113a.8.8 0 0 1-.189-.085.2.2 0 0 1-.085.028 2.6 2.6 0 0 1-.473-.094.85.85 0 0 0-.4-.094c-.038.009-.066-.01-.1-.01-.028-.038-.057-.113-.085-.113-.189.01-.3-.151-.463-.2-.085-.028-.151-.123-.236-.151-.208-.085-.378-.265-.614-.293a1.4 1.4 0 0 1-.236-.076 1 1 0 0 0 .076.095l-.019.019q-.382-.227-.766-.444c-.038-.01-.066-.047-.095-.066l-.255-.17c-.028-.019-.085-.047-.085-.038-.057.066-.113.01-.151-.009-.255-.18-.548-.293-.794-.492a1.6 1.6 0 0 1-.3-.246 1.5 1.5 0 0 0-.473-.369c-.142-.076-.274-.161-.406-.246a.25.25 0 0 1-.132-.208c0-.066-.028-.132-.113-.094-.038-.057-.076-.123-.123-.142a1 1 0 0 1-.274-.208c-.085-.076-.151-.18-.255-.217a1.1 1.1 0 0 1-.416-.369c-.265-.312-.5-.652-.747-.983a1 1 0 0 0-.085-.076l-.01.01c.047.094.095.18.142.274-.01.009-.028.019-.038.028-.057-.066-.123-.132-.18-.2-.01.01-.019.019-.028.019l.673 1.094c.057.085.1.17.161.255a.1.1 0 0 1-.038.028.37.37 0 0 1-.246-.18.35.35 0 0 0-.369-.227 2 2 0 0 1-.047-.208 1 1 0 0 1-.132-.009c.132.208.246.388.369.6l-.094-.057c.17.18.293.406.51.52.047.217.293.321.35.529l-.132-.028c-.076-.094-.161-.189-.246-.293a.5.5 0 0 0 .085.17 4 4 0 0 0 .35.406c.047.047.113.066.113.151a.3.3 0 0 1 .076-.047 1 1 0 0 0-.038.085c.038 0 .066.009.095.009.019.057-.01.142.1.123.01 0 .019.009.028.019.047.123.123.123.227.076a.07.07 0 0 1 .076.019q.07.15.2.038c0 .047.009.094.009.132h.043c0-.019-.009-.047-.009-.094.047.038.076.057.095.076a1.6 1.6 0 0 0 .312.359c.18.151.34.312.51.454a7 7 0 0 0 1.068.709c.454.255.888.529 1.352.775a7.3 7.3 0 0 0 1.768.633c.227.047.444.094.671.151.2.057.4.142.6.189.3.066.614.123.917.18l.208.028v.019c.085 0 .189-.038.208-.01.047.076.085.038.142.028a.8.8 0 0 1 .217-.019 7 7 0 0 0 .785.047c.057 0 .142-.047.189.047.019-.01.028-.019.047-.028.038-.01.085-.01.123-.019v.018a.4.4 0 0 1-.076.019 1 1 0 0 1 .1.028.1.1 0 0 1-.047.028.4.4 0 0 0-.085.047 2.1 2.1 0 0 0 .945 0v-.057h.038a.14.14 0 0 0 .019.057 3 3 0 0 0 1.267-.161c.038.047.066.113.123.019.019-.028.066-.038.1-.047a.5.5 0 0 1 .263-.033c.085.028.113-.047.18-.047a2 2 0 0 0 .321-.028c.057-.009.113-.038.18-.057a.04.04 0 0 0-.009-.028 2 2 0 0 0-.2-.019c.113-.057.217-.1.321-.151 0 .009.01.009.01.019-.028.009-.047.047-.085.047h.132c-.028 0-.066.085-.113.142l.955-.236v-.019c-.038.009-.066.009-.095.019-.009-.2.208-.132.284-.246-.095.028-.189.057-.284.076v-.019c.321-.142.652-.284.974-.425 0 .01.01.01.01.019-.057.038-.113.066-.2.113a1 1 0 0 1 .123.019c0 .028 0 .047-.009.057.161-.01.123-.151.17-.236.028.009.066.028.095.019a3 3 0 0 0 .246-.076q.142-.04.284-.095c.151-.066.293-.151.444-.227a.5.5 0 0 1 .113 0 .1.1 0 0 0 .066-.038c.038-.028.076-.085.1-.076a.214.214 0 0 0 .265-.151c.01 0 .01-.01.019-.01a1.4 1.4 0 0 1 .142-.1c.208-.113.406-.227.614-.34.009-.009.028 0 .047 0a.2.2 0 0 0 .085-.009c.123-.057.236-.123.35-.189-.028-.01 0-.019-.094-.028v-.02a1 1 0 0 0 .18-.047l-.019-.019c.246-.246.558-.425.794-.633a1 1 0 0 0 .095.019.2.2 0 0 0 .01-.076 1 1 0 0 1 .123-.142c.208-.189.435-.35.624-.548.274-.274.539-.558.785-.851a8 8 0 0 0 .643-.822c.265-.406.492-.822.728-1.248.17-.3.321-.6.492-.907.019-.028.057-.066.085-.066.255-.028.51-.047.756-.076a.7.7 0 0 0 .18-.076c-.028-.047-.047-.1-.076-.151s-.094-.1-.132-.161a1 1 0 0 1-.095-.161c-.028-.047-.057-.085-.085-.132a3 3 0 0 1-.161-.321.2.2 0 0 1-.019-.1c.17-.369.236-.766.4-1.134a5.8 5.8 0 0 0 .284-1.21c.066-.388.1-.775.151-1.163.028-.274.066-.539.076-.813a8 8 0 0 0 .028-1.248ZM6.226 25.819c-.066-.076-.123-.161-.189-.236l.028-.028c.1.114.208.227.312.35a.5.5 0 0 1-.151-.085Zm.151.085c.028-.009.057-.009.085-.019.028.047.047.1.076.161-.132-.009-.2-.066-.161-.142m9.83 3.9v-.024l.529-.057v.028a5 5 0 0 1-.529.057Zm2.382-.246c-.132.028-.274.047-.406.066-.047.01-.1.057-.123-.028-.019.009-.038.009-.057.019.047.142.161.028.255.085-.208.028-.406.047-.6.076v-.019l.18-.028V29.7a3 3 0 0 0-.284-.019c-.028 0-.066.038-.094.047a.5.5 0 0 1-.123.019c-.161.009-.321.009-.473.019-.009 0-.028-.01-.038-.01v-.028l1.89-.255c.009.019.009.038.019.057a.6.6 0 0 0-.142.028Zm.142-.095c.217-.028.416-.047.624-.076-.435.123-.577.142-.624.076M10.5 10.384c.3-.416.614-.832.917-1.257.094-.123.17-.255.265-.378a.6.6 0 0 1 .113-.095l-.01-.019a1 1 0 0 0 .094-.123 2 2 0 0 0 .113-.246.1.1 0 0 1 .038-.038c.132.066.132-.076.18-.123.085-.094.17-.2.246-.293a2 2 0 0 0 .161-.227c.009-.028-.019-.076-.028-.113h-.028c.028-.019.057-.047.085-.066.01 0 .01 0 .019-.009.057-.085.113-.17.17-.246a4 4 0 0 1 .369-.435c-.019.047-.038.095-.057.132.009 0 .009.01.019.01.113-.151.236-.293.35-.444-.01-.009-.019-.019-.028-.019-.047.047-.085.094-.132.142-.01-.009-.019-.019-.028-.019.095-.123.189-.246.284-.388a2 2 0 0 1 .076.142c.038-.095.076-.161.1-.227-.028.028-.066.057-.094.085l-.029-.03.17-.255c.18-.255.359-.52.539-.775.066-.095.151-.17.208-.265a10 10 0 0 1 .681-.974 1.6 1.6 0 0 1 .17-.18c.047-.057.085-.038.123.01.255.321.51.652.766.974.189.236.378.463.558.709.217.3.425.6.643.907.246.35.492.7.728 1.059.359.529.7 1.059 1.059 1.588.265.388.529.766.785 1.153h-.482c-.444-.01-.9-.047-1.342-.028-.6.028-1.219.094-1.824.142-.766.066-1.541.076-2.306.076-.274 0-.548.038-.822.057-.331.019-.652.038-.983.047-.388.019-.766.028-1.153.038-.217.01-.444 0-.681 0Zm10.84 4.348v.085c-.009 0-.019.009-.038.009-.038-.132-.076-.274-.123-.406a3.2 3.2 0 0 0-.369-.794c-.189-.265-.359-.539-.548-.813a1.5 1.5 0 0 0-.17-.18 3.3 3.3 0 0 0-.652-.6 8 8 0 0 0-1.182-.6 3 3 0 0 1-.331-.17h.227l1.616-.028c.35-.01.69-.01 1.04-.028a.19.19 0 0 1 .18.1c.085.142.17.283.265.425a.2.2 0 0 1 .028.076c0 .208 0 .425.009.633s.028.425.038.643-.019.444-.01.671c.01.321.019.652.019.983Zm-10.17-3.167c.444-.019.87-.047 1.3-.066.34-.019.69-.028 1.03-.047a2 2 0 0 1 .416 0 3 3 0 0 0-.435.246c-.17.113-.331.265-.5.388a3 3 0 0 0-.463.435c-.18.217-.378.406-.567.614a6 6 0 0 0-.4.454c-.161.208-.3.435-.454.671.047-.9.1-1.786.066-2.694Zm6.172 9.093a8 8 0 0 1-.926.2 6 6 0 0 1-.813.028c-.246 0-.482-.009-.728-.028a2.5 2.5 0 0 1-.813-.18c-.227-.1-.463-.2-.69-.312a1.8 1.8 0 0 1-.624-.454 3.7 3.7 0 0 0-.444-.406.45.45 0 0 0 .2.274c-.047.057-.113.028-.208-.123a1 1 0 0 1-.076.038c.028-.066.057-.132.085-.189-.038-.076-.085-.161-.123-.236a7 7 0 0 1-.217-.378c-.019-.028-.019-.057-.038-.085a2 2 0 0 1-.132-.17 4 4 0 0 0-.236-.35c0 .028.009.057.009.094a.03.03 0 0 0-.019.009l-.2-.482c-.01 0-.01 0-.019.01l.17.624c-.01 0-.019.01-.028.01a.5.5 0 0 1-.076-.123c-.019-.076-.076-.076-.123-.047a.13.13 0 0 0-.038.113c.066.161.142.321.217.482a1 1 0 0 0 .066.161c.01.019.038.038.038.066a2 2 0 0 0 .113.217c.085.113.18.227.265.34s.161.236.236.35c.01.019.038.019.047.028.047.142.208.246.321.189.028.217.265.293.359.5a4 4 0 0 1-.274-.123c-.009.01-.009.019-.019.038a4 4 0 0 1 .331.18 3 3 0 0 1 .274.18.87.87 0 0 0 .407.2.1.1 0 0 0-.019-.038c.265.123.539.255.747.359-.983.019-2.032.038-3.119.057 0-.18-.009-.35-.009-.529a2 2 0 0 0 .009-.217c-.028-.435-.028-.87-.085-1.295a9 9 0 0 1-.047-1.352c.009-.246-.01-.5-.019-.747 0-.331 0-.652.009-.983a.4.4 0 0 1 .038-.132h.028c.009.019 0 .047.019.057.028.028.076.076.095.066.057-.038.142-.076.161-.132a.9.9 0 0 0 .066-.35.34.34 0 0 1 .076-.2 1 1 0 0 0 .047-.094c-.038-.028-.076-.047-.123-.085.038-.1.028-.227.17-.284.019-.01.019-.057.028-.085l.028-.236a.3.3 0 0 0 .047.057.1.1 0 0 1 .019-.028c0-.038-.009-.113 0-.113.113-.019.066-.142.123-.2.009-.009-.01-.038-.01-.057s0-.047.01-.047c.132-.028.113-.17.2-.236.028-.019.038-.047.076-.094.076.132-.057.2-.066.293.161-.095.208-.321.113-.388a.5.5 0 0 0 .1-.1c.1-.113.217-.217.312-.331.066-.085.1-.189.17-.274a.5.5 0 0 1 .17-.113 1.16 1.16 0 0 0 .435-.359.5.5 0 0 1 .076-.057c.028-.019.085-.019.094-.047s-.019-.066-.038-.094c.038-.019.076-.057.151-.094-.028.057-.038.094-.057.132l.047.047c.085-.066.217-.142.3-.2 0-.009-.047-.047-.047-.047-.057.028-.142.076-.227.113.019-.028.019-.047.028-.057a4 4 0 0 1 .406-.236q.497-.227.992-.444a.5.5 0 0 1 .2-.009.2.2 0 0 0 .076-.009c.151-.047.3-.094.454-.132a.8.8 0 0 1 .208-.028c.284.009.567.009.851.028a1.4 1.4 0 0 1 .35.076 3 3 0 0 1 .425.18 5 5 0 0 1 .463.284c.274.18.529.378.8.539a2.1 2.1 0 0 1 .643.624 2.9 2.9 0 0 1 .539.917l.142.624a.76.76 0 0 1 .066.359c-.047.236-.085.482-.123.718a1 1 0 0 0-.028.283 1.76 1.76 0 0 1-.208.813c-.038.085-.095.17-.142.265a.3.3 0 0 0 .076.038l.085-.17c.009 0 .009 0 .019.01-.047.132-.085.274-.132.406-.113.293-.227.6-.369.879a5 5 0 0 1-.3.444c-.095.132-.17.274-.265.4a1.3 1.3 0 0 1-.283.284 7 7 0 0 1-.794.529 2 2 0 0 1-.558.208Zm-5.038-.5-.009.009a.2.2 0 0 1-.066-.038l-.229-.34a.11.11 0 0 1-.019-.095c.1.161.208.312.321.463Zm5.879 1.295a3.8 3.8 0 0 0 1.1-.728 1 1 0 0 1 .151-.132 3.3 3.3 0 0 0 .955-.964 13 13 0 0 0 .747-1.389 1 1 0 0 1 .057-.1 21.4 21.4 0 0 0 .246 3.2l-3.252.113Zm9.585-.283c-.01.019-.028.038-.038.057a1 1 0 0 1-.019-.085c-.057.151-.18.076-.265.076-.51.009-1.03.009-1.541.009-.492 0-.992 0-1.484.01-.161 0-.331.038-.492.047-.388.019-.775.028-1.163.038-.028 0-.057-.047-.1-.085a1 1 0 0 1-.057.085c-.009-.019-.028-.038-.047-.066a1 1 0 0 1-.028.076H22.5a3 3 0 0 1-.057-.388c0-.284.028-.567.038-.851.009-.132 0-.255 0-.378l.1.076a1 1 0 0 1 .057-.095.2.2 0 0 1-.038-.028c.019-.009.038-.028.038-.038a.4.4 0 0 0 .028-.076 1 1 0 0 0-.028-.18.04.04 0 0 0 .028-.009l.057.283h.028c-.038-.066.085-.123-.019-.2-.009-.009.01-.066.01-.094a2 2 0 0 1-.076-.189.2.2 0 0 1 .066-.028 1 1 0 0 0-.094-.047c.094-.085.094-.132.01-.227.019-.009.038-.009.038-.019a1.2 1.2 0 0 0-.019-.255c-.019-.094.028-.208-.113-.265a.3.3 0 0 0 .038.076.3.3 0 0 0-.057.028c-.123-.113-.047-.265-.076-.435a2 2 0 0 1 .161.057c-.019-.066-.066-.142-.094-.227h-.038V17.2c0 .009.066.009.1.019 0-.009.009-.019.009-.028-.028-.038-.066-.076-.1-.123l.019-.019a.34.34 0 0 1-.038-.255v-.662c.094.094-.047.217.094.274v-.096h-.009c-.01-.142-.01-.284-.019-.425h-.019c-.009.019-.009.028-.019.047h-.019l.057-2.259a3 3 0 0 1 .265.359 10 10 0 0 0 .766 1.1c.227.312.435.652.643.974.255.388.5.775.756 1.163.189.293.388.586.586.87.18.255.369.5.558.747.161.217.331.435.491.652q.284.4.567.785c.094.132.2.265.3.4a1.1 1.1 0 0 0 .2.18.1.1 0 0 1-.038-.01 1 1 0 0 0 .066.085c.1.057.113.113.057.2Zm.482-2.363v-.066c0 .019.009.047 0 .066m.321-4.168a.5.5 0 0 1-.076-.066c-.01.028 0 .057-.019.094-.009-.028-.076-.019-.076-.047-.01.132.057.265.047.4.028-.019.142-.028.17-.057a.1.1 0 0 0 .038.019c-.189.142-.142.284-.057.444.019.038.076.113.019.189-.019.019.01.076.019.123h.028v.019l-.085.028c-.019-.028-.132-.085-.132-.132v.482c.094.028.094.161.132.227a.3.3 0 0 0 .038-.076l.01.009a1 1 0 0 1-.038.17 2 2 0 0 0-.047.246c0 .009.019.028.019.038a2.8 2.8 0 0 0-.085.747c-.028.18 0 .369-.019.558a5 5 0 0 1-.094.492c-.009.028-.028.038-.076.057a.8.8 0 0 0-.01-.293c-.009 0-.132-.066-.142-.066a3 3 0 0 0 .1.463c-.028-.009-.142-.076-.151-.076-.019.113-.019.265-.028.388-.01.094-.095.18-.1.284 0 .057.066.094.057.189h.076c0-.189.085-.359.085-.558h.026c.009.019.038.038.028.047a1.3 1.3 0 0 0-.047.321c0 .057.047.113.028.18a1 1 0 0 0-.038.2 1 1 0 0 1-.019-.094l-.1-.009c-.009.057.066.113.057.161-.01.01-.019.01-.038.019l-.312-.454c-.246-.359-.492-.718-.737-1.087a2 2 0 0 1-.17-.284 13 13 0 0 0-.974-1.446c-.274-.35-.492-.728-.747-1.1-.236-.35-.473-.69-.709-1.04-.085-.113-.189-.217-.265-.34-.246-.388-.463-.785-.709-1.172-.208-.321-.435-.633-.652-.945-.076-.1-.151-.217-.227-.331a.14.14 0 0 1-.019-.066c-.019-.208-.038-.416-.047-.614s.019-.378.019-.577v-.17c0-.047.009-.085.009-.132.009-.01.019-.028.028-.038-.274 0-.558-.009-.832 0a.46.46 0 0 1-.4-.2 16 16 0 0 1-.936-1.3c-.293-.416-.6-.822-.9-1.229-.246-.331-.491-.652-.737-.983-.274-.378-.539-.756-.822-1.134-.34-.454-.69-.907-1.04-1.361-.161-.208-.34-.406-.52-.624.123.019.236.038.35.047l.454.028c.34.028.681.047 1.021.095.284.038.567.095.86.142a12 12 0 0 1 1.834.473c.35.113.69.265 1.03.406A21 21 0 0 1 24.138 5.4a2.2 2.2 0 0 1 .529.5c.246.255.492.51.728.775.274.312.529.633.794.955.236.284.482.567.718.851a3 3 0 0 1 .2.284c.151.227.321.444.454.69a4 4 0 0 1 .217.586c.094.293.189.577.284.87.066.217.123.444.17.671.038.151.028.312.076.463.057.2 0 .416.057.614l.028.066c.038.038.066.076.01.132a.1.1 0 0 0 0 .076.4.4 0 0 0 .047-.066c0 .019.009.028.009.038a.5.5 0 0 0 0 .113.2.2 0 0 0 .028.066 1 1 0 0 1 .076-.057 3.8 3.8 0 0 1 .094.974 2.2 2.2 0 0 1-.076.926c.028-.1-.038-.2-.01-.293Z" style="fill:#dd3735"/><path d="M22.563 18.344a.03.03 0 0 1 .019.01l-.01-.01c0-.009 0-.009-.009 0m1.493 9.339a.9.9 0 0 1-.34.17c-.009-.009-.009-.019-.019-.028.1-.066.217-.132.321-.2.009.019.028.038.038.057ZM6.333 14.875q.15-.198.321-.4c.009.009.085.028.095.038-.1.132-.246.312-.35.454-.019-.019-.047-.085-.066-.094Zm-2.684 4.632c-.076-.161-.151-.331-.227-.492a.3.3 0 0 1 .085-.038 3.3 3.3 0 0 1 .227.492 1 1 0 0 1-.085.038m2.41-4.537c-.057.085-.113.18-.17.265-.009-.009-.113.038-.123.028.057-.085.2-.236.255-.321a.1.1 0 0 0 .038.028m16.985 13.1c.01 0 .01-.01.019-.01a2 2 0 0 0 .217.019c-.123.085-.2.076-.236-.009M6.078 15.366a.4.4 0 0 1 .047-.085.2.2 0 0 0 .047-.009c.038-.066.038-.113.076-.17-.009-.009-.019-.009-.028-.019-.057.038-.113.085-.17.123a.05.05 0 0 1 .019.047c-.076-.009-.1.028-.142.132-.01.028-.057.038-.1.076-.009.019-.019.066-.038.113l.01.01a.14.14 0 0 1-.047.028c-.057.057-.123.1-.18.161a.3.3 0 0 0-.019.085c.066-.066.18-.189.265-.265l.009.009c.038-.057.066-.113.1-.17.009.009.009.019.019.028l-.085.236c-.019.009-.047.028-.047.019-.038.028-.066.066-.1.095l-.17.113c-.095.085-.189.161-.293.246-.066.1-.132.2-.208.321.113-.028.142.019.132.113.132.019.142-.085.18-.161.01-.019.019-.057.038-.066.085-.076.18-.142.274-.217a.13.13 0 0 0 .019-.085c0-.009-.047-.009-.076-.019.085-.095.208-.255.293-.359.047-.028.094-.066.094-.095-.01-.1.057-.132.132-.17a.1.1 0 0 1-.047-.066Z" style="fill:#dd3735"/><path d="M6.267 15.262c-.038.066-.076.123-.113.189l-.054-.028a.56.56 0 0 1-.3.444.16.16 0 0 0 .1.028c.028-.009.047-.057.066-.085l.255-.369.079-.141-.038-.038Zm-3.148 4.15c.047 0 .095.01.151.01 0-.038.047-.028.047-.066h.028c0 .047.01.085.01.132h-.2c-.01-.01-.047-.066-.038-.076Zm-.076-.435c-.028-.028-.076-.057-.076-.085s.019-.085.047-.132c.019.066.028.123.047.189-.01.009-.019.019-.019.028Zm.236-.6c.038.095.076.2.113.293a.3.3 0 0 0-.076.038c-.038-.094-.085-.2-.123-.293a.2.2 0 0 1 .085-.038Zm21.04 9.036a2 2 0 0 1 .18-.047 2 2 0 0 0-.208.17q-.015-.017-.028-.019c.019-.038.038-.066.057-.1ZM12.7 7.436c.057-.038.1-.066.161-.1l.019.019c-.057.076-.1.151-.17.246-.009-.066-.009-.1-.019-.151-.009 0 0 0 .01-.009Zm2.769 4.783.274-.123a1 1 0 0 0-.01.132.3.3 0 0 0-.095-.019c-.057.009-.161.085-.208.094-.01 0 .038-.076.038-.085Zm7.089 8.015c.019.094.2.142.019.236.028.019.057.028.085.047a.1.1 0 0 1-.019.038c-.019.01-.057.028-.076.019s-.028-.038-.028-.057c0-.085.01-.17.019-.284Z" style="fill:#dd3735"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.989 15.267c-.009-.359-.028-.728-.047-1.087s-.028-.737-.066-1.106c-.066-.5-.132-1.011-.246-1.5a8.6 8.6 0 0 0-.369-1.181 14 14 0 0 0-.586-1.352 21 21 0 0 0-1.3-1.976c-.293-.416-.671-.756-.955-1.181a2.9 2.9 0 0 0-.633-.643c-.378-.3-.775-.577-1.172-.841a11 11 0 0 0-.926-.586c-.255-.142-.529-.255-.794-.378a4 4 0 0 0-.936-.378 3 3 0 0 1-.246-.076c-.217-.076-.425-.161-.643-.227-.331-.1-.652-.227-.992-.312a9 9 0 0 0-1.011-.189c-.378-.057-.766-.076-1.144-.113-.246-.028-.492-.057-.728-.066-.359-.019-.728-.019-1.087-.028a5 5 0 0 0-.548-.019 8 8 0 0 0-.822.076c-.265.028-.529.076-.785.113-.312.038-.624.057-.936.095-.293.038-.6.095-.888.142-.1.019-.208.057-.312.076a6 6 0 0 0-.69.142c-.406.123-.813.265-1.21.416a11 11 0 0 0-1.077.5c-.359.2-.7.435-1.04.662-.321.217-.643.444-.955.69a11 11 0 0 0-.86.766c-.151.151-.274.331-.416.5-.236.274-.473.539-.7.822-.189.236-.359.482-.539.728a12 12 0 0 0-.851 1.361q-.152.284-.293.567c-.142.284-.293.558-.425.851a3.6 3.6 0 0 0-.227.633c-.132.463-.265.936-.388 1.4A5.3 5.3 0 0 0 2 13.84a9 9 0 0 0 .066 1.125c.009.094-.047.208.066.284.009 0 0 .038-.01.047a.09.09 0 0 0 .038.124l.019.008a.03.03 0 0 1 .009.019h-.045c-.028.085.066.151.028.246-.009.019.028.057.047.085a.3.3 0 0 0 0 .094 2 2 0 0 1 .047.265c0 .066.057.142.076.208a.11.11 0 0 1-.019.094c-.057.066-.047.123.038.161a.1.1 0 0 1 .047.066 1 1 0 0 1-.028.17q.03.028.019.057c-.011.029-.028.057-.019.076a1.25 1.25 0 0 1 .113.491.4.4 0 0 0 .038.123.14.14 0 0 1 .057.009l-.057.17a1 1 0 0 1 .132-.057 3 3 0 0 0 .095.34.2.2 0 0 0 .057.057c-.01.019-.01.057-.028.066a3 3 0 0 0 .123.492c.01 0 .019-.01.028-.01-.028-.17-.047-.35-.076-.52v-.057a.1.1 0 0 1 .028-.01 1 1 0 0 1 .028.113c.076 0 .189.047.265.047a1 1 0 0 1 .028-.085c-.057-.057-.1-.142-.161-.2a.3.3 0 0 1 0 .132c-.038-.019-.085-.038-.132-.057a2 2 0 0 1 .132-.151c0-.085-.047-.161-.18-.151.057-.019.114-.047.18-.066a1 1 0 0 0 .028.076c.076-.132-.038-.236-.038-.369a2.5 2.5 0 0 0-.113-.492c-.047-.265-.038-.662-.066-.926 0-.019-.028-.038-.047-.057-.01.01-.057.132-.066.142.028.227.057.454.076.681-.009 0-.019 0-.019.009-.038-.2-.076-.406-.123-.633a1 1 0 0 0-.019.132c-.028-.009-.038-.019-.085-.038.038.085.076.142.1.208a.3.3 0 0 0-.142-.019v.265a1.3 1.3 0 0 1-.17-.236c-.019-.076-.028-.151-.047-.227l.028-.01a.5.5 0 0 1-.028-.094q-.014-.1-.028-.227c.009-.009.047-.019.066-.038l-.076-.113a2 2 0 0 0 .17.019c0-.019.009-.028 0-.038-.095-.085-.028-.161.009-.236.019-.038.085-.047.1-.085.076-.142.2-.255.2-.435a3 3 0 0 1 .038-.265c.019-.161.038-.321.047-.482a4 4 0 0 1 .056-.61q.116-.497.274-.992c.076-.236.161-.463.255-.7a11 11 0 0 1 .454-1.087c.255-.51.548-1 .832-1.5.18-.312.369-.6.567-.907a9 9 0 0 1 .6-.87 7.7 7.7 0 0 1 1-1.068c.378-.34.737-.69 1.144-1A11.6 11.6 0 0 1 9.7 4.342a13 13 0 0 1 1.489-.642c.321-.123.671-.179 1-.284a4 4 0 0 1 1.153-.189c.255-.009.5-.038.756-.066.227-.019.454-.038.7-.066a.4.4 0 0 0-.047.076c-.1.151-.217.3-.321.454-.085.123-.18.255-.265.378-.151.2-.312.4-.454.6-.217.312-.416.633-.643.945s-.473.586-.709.879c-.312.406-.6.822-.917 1.229-.284.388-.586.756-.86 1.144-.246.34-.463.7-.7 1.049-.35.52-.7 1.03-1.049 1.55-.274.4-.548.785-.832 1.182a.2.2 0 0 1-.076.057c-.019.019-.057.038-.057.057a1 1 0 0 1-.047.189c-.076.142-.151.284-.236.416-.047.076-.113.142-.17.217-.019-.009-.028-.019-.047-.019.038-.095.2-.151.123-.293-.047.076-.095.142-.142.217l-.113.227c.038.028.1.047.038.1q-.043.072-.085.151c.01 0 .01.009.019.009.028-.038.057-.066.085-.1.009 0 .019.01.028.01a1.4 1.4 0 0 1-.132.265.8.8 0 0 1-.2.189c.01.009.076.038.085.047.028-.038.038-.019.066-.057.019.028.047-.019.057.009a.4.4 0 0 0 .066-.094.34.34 0 0 1 .189-.208.4.4 0 0 0 .1-.07c.284-.293.577-.577.832-.888.4-.482.756-.983 1.134-1.475.161-.208.35-.416.52-.614.019.01.038.01.047.019-.019.2-.038.406-.047.6-.028.35-.047.7-.076 1.059-.009.142 0 .284-.009.425 0 .038-.028.066-.028.1 0 .094.028.2.028.293-.028.35-.066.69-.095 1.04a.6.6 0 0 0 .047.217.3.3 0 0 0-.047-.038 10.4 10.4 0 0 1 .019 1.626c.038-.01.057-.019.057-.038a1.4 1.4 0 0 0 .028-.2 1 1 0 0 0 0-.18v-.094a3 3 0 0 0 .028-.52 1.8 1.8 0 0 1 .019-.548c.019-.076-.009-.17.038-.265v.142a13 13 0 0 1-.066 1.616c-.009.047.028.132-.076.123-.01 0-.019.047-.038.076-.047.094.057.217-.038.312-.019.019.019.1.028.161 0 .019.01.038 0 .047-.038.066-.038.066.019.076.01.208.028.4.038.6h.026a7 7 0 0 0 .113-1.1 4 4 0 0 1 .01.463c0 .246-.01.482-.019.728a1 1 0 0 1-.019.142 2.6 2.6 0 0 1-.085.388 1 1 0 0 0-.019.35v.357c0 .01.028.038.028.076.009.085-.038.17-.01.265.01.019-.009.047-.019.066a.13.13 0 0 0-.009.085l.028.142c0 .009.01.019.019.038a.3.3 0 0 0 .01-.076c.161.019.076.161.151.236-.038.019-.066.028-.066.038a.4.4 0 0 1 .028.1 2 2 0 0 1-.019.246c0 .217-.01.435-.01.643 0 .028.01.057.01.085s-.01.038-.01.066v.2h.038a.5.5 0 0 1-.066.085c-.009 0-.038 0-.038-.009V20h-.139a10 10 0 0 1-.076 1.607 2 2 0 0 1-.274.028c-.293 0-.586 0-.879.009-.35 0-.69.01-1.04.01-.17 0-.35.019-.52.019-.227 0-.463-.028-.69-.028-.35 0-.69.028-1.04.038-.255.009-.51.009-.766.019-.17.009-.34.019-.51.038a1.5 1.5 0 0 0-.236.066 1 1 0 0 0-.151 0c-.095.019-.18.076-.274.095-.142.028-.18.066-.161.208v.094a.3.3 0 0 0-.066-.047.03.03 0 0 0-.019.009c.009.028.028.047.038.076.038-.019.085-.066.123-.066h.132c-.019 0-.028.057-.057.1.076-.028.123-.047.17-.066a.3.3 0 0 1 .009.076 1.2 1.2 0 0 1 .369-.019 7.5 7.5 0 0 0 1.125.17c.246.019.482.028.728.038.35.019.7.038 1.049.038.293 0 .577-.028.87-.028.406 0 .813.019 1.219.028.085 0 .18-.01.274-.01h.69c.614-.019 1.229-.028 1.843-.047.35-.009.709-.028 1.059-.038l1.077-.028c.416-.009.832-.009 1.238-.019.312 0 .614-.009.926-.019.35-.01.709-.038 1.059-.057.189-.009.378-.028.567-.047.227-.019.463-.047.69-.057.34-.019.69-.028 1.03-.047.425-.028.851-.066 1.285-.076.4-.019.8-.009 1.2-.019.35-.009.7-.028 1.059-.038l.6-.028s.4-.009.6-.028c.34-.019.681-.057 1.021-.066.217-.009.435 0 .652-.009.35-.01.709-.028 1.059-.028.132 0 .274.019.444.028-.076.066-.123.1-.18.151a.6.6 0 0 1 .113.047c0 .01-.009.019-.009.038-.047 0-.094.01-.142.01a.6.6 0 0 0-.057.161h.17c-.066 0-.123.085-.189.142.01.009.019.009.028.019-.1-.038-.17-.019-.208.085a.2.2 0 0 0 .076.009q-.014.04-.028.094a.14.14 0 0 0-.019.066l-.028-.028a.1.1 0 0 0-.009-.057c-.057.057-.142.095-.095.217-.038.019-.085.038-.132.066a.4.4 0 0 1 .038.066c-.085.009-.17.028-.151.132a1 1 0 0 1 .1.038c-.047.019-.094.047-.142.066-.01.019-.019.066-.038.076-.132.028-.057.076-.019.123a.4.4 0 0 1-.085.047.15.15 0 0 1 .066.038 1 1 0 0 1-.066.038.3.3 0 0 0 .057.028q-.057.042-.142.113a.1.1 0 0 0 .009.047 1 1 0 0 0-.113.132 2 2 0 0 1-.1.189 3.5 3.5 0 0 1-.6.643 2 2 0 0 0-.265.236c-.17.161-.321.34-.5.492-.236.2-.482.378-.737.558-.312.217-.624.435-.936.643-.17.113-.359.2-.539.3s-.35.2-.529.3a3 3 0 0 1-.34.236c-.312.132-.643.246-.964.369-.028.009-.047.019-.076.028-.236.1-.463.217-.7.3a5 5 0 0 1-.671.18 2 2 0 0 1-.246.009c-.161.028-.321.066-.482.085-.416.057-.832.094-1.248.151-.246.028-.482.076-.728.1-.17.01-.35-.009-.52-.009a2.5 2.5 0 0 1-.378.009c-.2-.028-.4-.076-.6-.113a.3.3 0 0 0-.151-.009c-.076.038-.142-.019-.217 0-.047.009-.094-.028-.142-.028a.7.7 0 0 1-.132 0 .9.9 0 0 0-.312-.057 1.2 1.2 0 0 1-.35-.076l-.5-.113a.8.8 0 0 1-.189-.085.2.2 0 0 1-.085.028 2.6 2.6 0 0 1-.473-.094.85.85 0 0 0-.4-.094c-.038.009-.066-.01-.1-.01-.028-.038-.057-.113-.085-.113-.189.01-.3-.151-.463-.2-.085-.028-.151-.123-.236-.151-.208-.085-.378-.265-.614-.293a1.4 1.4 0 0 1-.236-.076 1 1 0 0 0 .076.095l-.019.019q-.382-.227-.766-.444c-.038-.01-.066-.047-.095-.066l-.255-.17c-.028-.019-.085-.047-.085-.038-.057.066-.113.01-.151-.009-.255-.18-.548-.293-.794-.492a1.6 1.6 0 0 1-.3-.246 1.5 1.5 0 0 0-.473-.369c-.142-.076-.274-.161-.406-.246a.25.25 0 0 1-.132-.208c0-.066-.028-.132-.113-.094-.038-.057-.076-.123-.123-.142a1 1 0 0 1-.274-.208c-.085-.076-.151-.18-.255-.217a1.1 1.1 0 0 1-.416-.369c-.265-.312-.5-.652-.747-.983a1 1 0 0 0-.085-.076l-.01.01c.047.094.095.18.142.274-.01.009-.028.019-.038.028-.057-.066-.123-.132-.18-.2-.01.01-.019.019-.028.019l.673 1.097c.057.085.1.17.161.255a.1.1 0 0 1-.038.028.37.37 0 0 1-.246-.18.35.35 0 0 0-.369-.227 2 2 0 0 1-.047-.208 1 1 0 0 1-.132-.009c.132.208.246.388.369.6L5 24.345c.17.18.293.406.51.52.047.217.293.321.35.529l-.132-.028c-.076-.094-.161-.189-.246-.293a.5.5 0 0 0 .085.17 4 4 0 0 0 .35.406c.047.047.113.066.113.151a.3.3 0 0 1 .076-.047 1 1 0 0 0-.038.085c.038 0 .066.009.095.009.019.057-.01.142.1.123q.015.002.028.019c.047.123.123.123.227.076a.07.07 0 0 1 .076.019q.07.15.2.038c0 .047.009.094.009.132h.047c0-.019-.009-.047-.009-.094.047.038.076.057.095.076a1.6 1.6 0 0 0 .312.359c.18.151.34.312.51.454a7 7 0 0 0 1.068.709c.454.255.888.529 1.352.775a7.3 7.3 0 0 0 1.768.633c.227.047.444.094.671.151.2.057.4.142.6.189.3.066.614.123.917.18l.208.028v.019c.085 0 .189-.038.208-.01.047.076.085.038.142.028a.8.8 0 0 1 .217-.019 7 7 0 0 0 .785.047c.057 0 .142-.047.189.047.019-.01.028-.019.047-.028.038-.01.085-.01.123-.019v.021a.4.4 0 0 1-.076.019 1 1 0 0 1 .1.028.1.1 0 0 1-.047.028.4.4 0 0 0-.085.047 2.1 2.1 0 0 0 .945 0v-.057h.038a.14.14 0 0 0 .019.057 3 3 0 0 0 1.267-.161c.038.047.066.113.123.019.019-.028.066-.038.1-.047a.5.5 0 0 1 .263-.033c.085.028.113-.047.18-.047a2 2 0 0 0 .321-.028 2 2 0 0 0 .18-.057.04.04 0 0 0-.009-.028 2 2 0 0 0-.2-.019c.113-.057.217-.1.321-.151 0 .009.01.009.01.019-.028.009-.047.047-.085.047h.132c-.028 0-.066.085-.113.142l.955-.236v-.022c-.038.009-.066.009-.095.019-.009-.2.208-.132.284-.246-.095.028-.189.057-.284.076v-.019c.321-.142.652-.284.974-.425 0 .01.01.01.01.019-.057.038-.113.066-.2.113a1 1 0 0 1 .123.019c0 .028 0 .047-.009.057.161-.01.123-.151.17-.236a.2.2 0 0 0 .095.019 3 3 0 0 0 .246-.076q.142-.04.284-.095c.151-.066.293-.151.444-.227a.5.5 0 0 1 .113 0 .1.1 0 0 0 .066-.038c.038-.028.076-.085.1-.076a.214.214 0 0 0 .264-.148c.01 0 .01-.01.019-.01a1.4 1.4 0 0 1 .142-.1c.208-.113.406-.227.614-.34.009-.009.028 0 .047 0a.2.2 0 0 0 .085-.009c.123-.057.236-.123.35-.189-.028-.01 0-.019-.094-.028v-.02a1 1 0 0 0 .18-.047l-.019-.019c.246-.246.558-.425.794-.633a1 1 0 0 0 .095.019.2.2 0 0 0 .01-.076 1 1 0 0 1 .123-.142c.208-.189.435-.35.624-.548.274-.274.539-.558.785-.851a8 8 0 0 0 .643-.822c.265-.406.492-.822.728-1.248.17-.3.321-.6.492-.907.019-.028.057-.066.085-.066.255-.028.51-.047.756-.076a.7.7 0 0 0 .18-.076c-.028-.047-.047-.1-.076-.151s-.094-.1-.132-.161a1 1 0 0 1-.095-.161c-.028-.047-.057-.085-.085-.132a3 3 0 0 1-.161-.321.2.2 0 0 1-.019-.1c.17-.369.236-.766.4-1.134a5.8 5.8 0 0 0 .284-1.21c.066-.388.1-.775.151-1.163.028-.274.066-.539.076-.813a8 8 0 0 0 .028-1.248ZM6.226 25.816c-.066-.076-.123-.161-.189-.236l.028-.028c.1.114.208.227.312.35a.5.5 0 0 1-.151-.085Zm.151.085c.028-.009.057-.009.085-.019.028.047.047.1.076.161-.132-.009-.2-.066-.161-.143Zm9.83 3.9v-.024l.529-.057v.028a5 5 0 0 1-.529.057Zm2.382-.246c-.132.028-.274.047-.406.066-.047.01-.1.057-.123-.028-.019.009-.038.009-.057.019.047.142.161.028.255.085-.208.028-.406.047-.6.076v-.019l.18-.028V29.7a3 3 0 0 0-.284-.019c-.028 0-.066.038-.094.047a.5.5 0 0 1-.123.019c-.161.009-.321.009-.473.019-.009 0-.028-.01-.038-.01v-.028l1.89-.255c.009.019.009.038.019.057a.6.6 0 0 0-.142.028Zm.142-.095c.217-.028.416-.047.624-.076-.435.123-.577.142-.624.076M10.5 10.381c.3-.416.614-.832.917-1.257.094-.123.17-.255.265-.378a.6.6 0 0 1 .113-.095l-.01-.019a1 1 0 0 0 .094-.123 2 2 0 0 0 .113-.246.1.1 0 0 1 .038-.038c.132.066.132-.076.18-.123.085-.094.17-.2.246-.293a2 2 0 0 0 .161-.227c.009-.028-.019-.076-.028-.113h-.028c.028-.019.057-.047.085-.066.01 0 .01 0 .019-.009.057-.085.113-.17.17-.246a4 4 0 0 1 .369-.435c-.019.047-.038.095-.057.132.009 0 .009.01.019.01.113-.151.236-.293.35-.444-.01-.009-.019-.019-.028-.019-.047.047-.085.094-.132.142-.01-.009-.019-.019-.028-.019.095-.123.189-.246.284-.388a2 2 0 0 1 .076.142c.038-.095.076-.161.1-.227-.028.028-.066.057-.094.085l-.029-.03.17-.255c.18-.255.359-.52.539-.775.066-.095.151-.17.208-.265a10 10 0 0 1 .681-.974 1.6 1.6 0 0 1 .17-.18c.047-.057.085-.038.123.01.255.321.51.652.766.974.189.236.378.463.558.709.217.3.425.6.643.907.246.35.492.7.728 1.059.359.529.7 1.059 1.059 1.588.265.388.529.766.785 1.153h-.482c-.444-.01-.9-.047-1.342-.028-.6.028-1.219.094-1.824.142-.766.066-1.541.076-2.306.076-.274 0-.548.038-.822.057-.331.019-.652.038-.983.047-.388.019-.766.028-1.153.038-.217.01-.444 0-.681 0Zm10.84 4.348v.085c-.009 0-.019.009-.038.009-.038-.132-.076-.274-.123-.406a3.2 3.2 0 0 0-.369-.794c-.189-.265-.359-.539-.548-.813a1.5 1.5 0 0 0-.17-.18 3.3 3.3 0 0 0-.652-.6 8 8 0 0 0-1.182-.6 3 3 0 0 1-.331-.17h.227l1.616-.028c.35-.01.69-.01 1.04-.028a.19.19 0 0 1 .18.1c.085.142.17.283.265.425a.2.2 0 0 1 .028.076c0 .208 0 .425.009.633s.028.425.038.643-.019.444-.01.671c.01.321.019.652.019.983Zm-10.17-3.167c.444-.019.87-.047 1.3-.066.34-.019.69-.028 1.03-.047a2 2 0 0 1 .416 0 3 3 0 0 0-.435.246c-.17.113-.331.265-.5.388a3 3 0 0 0-.463.435c-.18.217-.378.406-.567.614a6 6 0 0 0-.4.454c-.161.208-.3.435-.454.671.047-.9.1-1.786.066-2.694Zm6.172 9.093a8 8 0 0 1-.926.2 6 6 0 0 1-.813.028c-.246 0-.482-.009-.728-.028a2.5 2.5 0 0 1-.813-.18c-.227-.1-.463-.2-.69-.312a1.8 1.8 0 0 1-.624-.454 3.7 3.7 0 0 0-.448-.409.45.45 0 0 0 .2.274c-.047.057-.113.028-.208-.123a1 1 0 0 1-.076.038c.028-.066.057-.132.085-.189-.038-.076-.085-.161-.123-.236a7 7 0 0 1-.217-.378c-.019-.028-.019-.057-.038-.085a2 2 0 0 1-.132-.17 4 4 0 0 0-.236-.35c0 .028.009.057.009.094a.03.03 0 0 0-.019.009l-.2-.482c-.01 0-.01 0-.019.01l.17.624c-.01 0-.019.01-.028.01a.5.5 0 0 1-.076-.123c-.019-.076-.076-.076-.123-.047a.13.13 0 0 0-.038.113c.066.161.142.321.217.482a1 1 0 0 0 .066.161c.01.019.038.038.038.066a2 2 0 0 0 .113.217c.085.113.18.227.265.34s.161.236.236.35c.01.019.038.019.047.028.047.142.208.246.321.189.028.217.265.293.359.5a4 4 0 0 1-.274-.123c-.009.01-.009.019-.019.038a4 4 0 0 1 .331.18 3 3 0 0 1 .274.18.87.87 0 0 0 .407.2.1.1 0 0 0-.019-.038c.265.123.539.255.747.359-.983.019-2.032.038-3.119.057 0-.18-.009-.35-.009-.529a2 2 0 0 0 .009-.217c-.028-.435-.028-.87-.085-1.295a9 9 0 0 1-.047-1.352c.009-.246-.01-.5-.019-.747 0-.331 0-.652.009-.983a.4.4 0 0 1 .038-.132h.028c.009.019 0 .047.019.057.028.028.076.076.095.066.057-.038.142-.076.161-.132a.9.9 0 0 0 .066-.35.34.34 0 0 1 .076-.2 1 1 0 0 0 .047-.094c-.038-.028-.076-.047-.123-.085.038-.1.028-.227.17-.284.019-.01.019-.057.028-.085l.028-.236a.3.3 0 0 0 .047.057.1.1 0 0 1 .019-.028c0-.038-.009-.113 0-.113.113-.019.066-.142.123-.2.009-.009-.01-.038-.01-.057s0-.047.01-.047c.132-.028.113-.17.2-.236.028-.019.038-.047.076-.094.076.132-.057.2-.066.293.161-.095.208-.321.113-.388a.5.5 0 0 0 .1-.1c.1-.113.217-.217.312-.331.066-.085.1-.189.17-.274a.5.5 0 0 1 .17-.113 1.16 1.16 0 0 0 .435-.359.5.5 0 0 1 .076-.057c.028-.019.085-.019.094-.047s-.019-.066-.038-.094c.038-.019.076-.057.151-.094-.028.057-.038.094-.057.132l.047.047c.085-.066.217-.142.3-.2 0-.009-.047-.047-.047-.047-.057.028-.142.076-.227.113.019-.028.019-.047.028-.057a4 4 0 0 1 .406-.236q.497-.227.992-.444a.5.5 0 0 1 .2-.009.2.2 0 0 0 .076-.009c.151-.047.3-.094.454-.132a.8.8 0 0 1 .208-.028c.284.009.567.009.851.028a1.4 1.4 0 0 1 .35.076 3 3 0 0 1 .425.18 5 5 0 0 1 .463.284c.274.18.529.378.8.539a2.1 2.1 0 0 1 .643.624 2.9 2.9 0 0 1 .539.917l.142.624a.76.76 0 0 1 .066.359c-.047.236-.085.482-.123.718a1 1 0 0 0-.028.283 1.76 1.76 0 0 1-.208.813c-.038.085-.095.17-.142.265a.3.3 0 0 0 .076.038l.085-.17c.009 0 .009 0 .019.01-.047.132-.085.274-.132.406a9 9 0 0 1-.369.879 5 5 0 0 1-.3.444c-.095.132-.17.274-.265.4a1.3 1.3 0 0 1-.283.284 7 7 0 0 1-.794.529 2 2 0 0 1-.558.208Zm-5.038-.5-.009.009a.2.2 0 0 1-.066-.038l-.229-.34a.11.11 0 0 1-.019-.095c.1.161.208.312.321.463Zm5.879 1.295a3.8 3.8 0 0 0 1.1-.728 1 1 0 0 1 .151-.132 3.3 3.3 0 0 0 .955-.964 13 13 0 0 0 .747-1.389 1 1 0 0 1 .057-.1 21.4 21.4 0 0 0 .246 3.2l-3.252.113Zm9.585-.283c-.01.019-.028.038-.038.057a1 1 0 0 1-.019-.085c-.057.151-.18.076-.265.076-.51.009-1.03.009-1.541.009-.492 0-.992 0-1.484.01-.161 0-.331.038-.492.047-.388.019-.775.028-1.163.038-.028 0-.057-.047-.1-.085a1 1 0 0 1-.057.085 1 1 0 0 0-.047-.066 1 1 0 0 1-.028.076H22.5a3 3 0 0 1-.057-.388c0-.284.028-.567.038-.851.009-.132 0-.255 0-.378l.1.076a1 1 0 0 1 .057-.095.2.2 0 0 1-.038-.028c.019-.009.038-.028.038-.038a.4.4 0 0 0 .028-.076 1 1 0 0 0-.028-.18.04.04 0 0 0 .028-.009l.057.283h.028c-.038-.066.085-.123-.019-.2-.009-.009.01-.066.01-.094a2 2 0 0 1-.076-.189.2.2 0 0 1 .066-.028 1 1 0 0 0-.094-.047c.094-.085.094-.132.01-.227.019-.009.038-.009.038-.019a1.2 1.2 0 0 0-.019-.255c-.019-.094.028-.208-.113-.265a.3.3 0 0 0 .038.076.3.3 0 0 0-.057.028c-.123-.113-.047-.265-.076-.435a2 2 0 0 1 .161.057c-.019-.066-.066-.142-.094-.227h-.038v-.62c0 .009.066.009.1.019 0-.009.009-.019.009-.028-.028-.038-.066-.076-.1-.123l.019-.019a.34.34 0 0 1-.038-.255v-.662c.094.094-.047.217.094.274v-.1h-.009c-.01-.142-.01-.284-.019-.425h-.019c-.009.019-.009.028-.019.047h-.019l.057-2.259a3 3 0 0 1 .265.359 10 10 0 0 0 .766 1.1c.227.312.435.652.643.974.255.388.5.775.756 1.163.189.293.388.586.586.87.18.255.369.5.558.747.161.217.331.435.491.652q.284.4.567.785c.094.132.2.265.3.4a1.1 1.1 0 0 0 .2.18.1.1 0 0 1-.038-.01 1 1 0 0 0 .066.085c.1.057.113.113.057.2Zm.482-2.367v-.066c0 .023.009.051 0 .066m.321-4.168a.5.5 0 0 1-.076-.066c-.01.028 0 .057-.019.094-.009-.028-.076-.019-.076-.047-.01.132.057.265.047.4.028-.019.142-.028.17-.057a.1.1 0 0 0 .038.019c-.189.142-.142.284-.057.444.019.038.076.113.019.189-.019.019.01.076.019.123h.028v.019l-.085.028c-.019-.028-.132-.085-.132-.132v.482c.094.028.094.161.132.227a.3.3 0 0 0 .038-.076l.01.009a1 1 0 0 1-.038.17 2 2 0 0 0-.047.246c0 .009.019.028.019.038a2.8 2.8 0 0 0-.085.747c-.028.18 0 .369-.019.558a5 5 0 0 1-.094.492c-.009.028-.028.038-.076.057a.8.8 0 0 0-.01-.293c-.009 0-.132-.066-.142-.066a3 3 0 0 0 .1.463c-.028-.009-.142-.076-.151-.076-.019.113-.019.265-.028.388-.01.094-.095.18-.1.284 0 .057.066.094.057.189h.076c0-.189.085-.359.085-.558h.026c.009.019.038.038.028.047a1.3 1.3 0 0 0-.047.321c0 .057.047.113.028.18a1 1 0 0 0-.038.2 1 1 0 0 1-.019-.094l-.1-.009c-.009.057.066.113.057.161-.01.01-.019.01-.038.019l-.312-.454c-.246-.359-.492-.718-.737-1.087a2 2 0 0 1-.17-.284 13 13 0 0 0-.974-1.446c-.274-.35-.492-.728-.747-1.1-.236-.35-.473-.69-.709-1.04-.085-.113-.189-.217-.265-.34-.246-.388-.463-.785-.709-1.172-.208-.321-.435-.633-.652-.945-.076-.1-.151-.217-.227-.331a.14.14 0 0 1-.019-.066c-.019-.208-.038-.416-.047-.614s.019-.378.019-.577v-.17c0-.047.009-.085.009-.132.009-.01.019-.028.028-.038-.274 0-.558-.009-.832 0a.46.46 0 0 1-.4-.2 16 16 0 0 1-.936-1.3c-.293-.416-.6-.822-.9-1.229-.246-.331-.491-.652-.737-.983-.274-.378-.539-.756-.822-1.134-.34-.454-.69-.907-1.04-1.361-.161-.208-.34-.406-.52-.624.123.019.236.038.35.047l.454.028c.34.028.681.047 1.021.095.284.038.567.095.86.142a12 12 0 0 1 1.834.473c.35.113.69.265 1.03.406A21 21 0 0 1 24.138 5.4a2.2 2.2 0 0 1 .529.5c.246.255.492.51.728.775.274.312.529.633.794.955.236.284.482.567.718.851a3 3 0 0 1 .2.284c.151.227.321.444.454.69a4 4 0 0 1 .217.586c.094.293.189.577.284.87.066.217.123.444.17.671.038.151.028.312.076.463.057.2 0 .416.057.614l.028.066c.038.038.066.076.01.132a.1.1 0 0 0 0 .076.4.4 0 0 0 .047-.066c0 .019.009.028.009.038a.5.5 0 0 0 0 .113.2.2 0 0 0 .028.066 1 1 0 0 1 .076-.057 3.8 3.8 0 0 1 .094.974 2.2 2.2 0 0 1-.076.926c.028-.1-.038-.2-.01-.293Z" style="fill:#dd3735"/><path d="M22.563 18.341a.03.03 0 0 1 .019.01l-.01-.01c0-.009 0-.009-.009 0m1.493 9.339a.9.9 0 0 1-.34.17c-.009-.009-.009-.019-.019-.028.1-.066.217-.132.321-.2.009.019.028.038.038.057ZM6.333 14.872q.15-.198.321-.4c.009.009.085.028.095.038-.1.132-.246.312-.35.454-.019-.019-.047-.085-.066-.094ZM3.649 19.5c-.076-.161-.151-.331-.227-.492a.3.3 0 0 1 .085-.038 3.3 3.3 0 0 1 .227.492 1 1 0 0 1-.085.038m2.41-4.537c-.057.085-.113.18-.17.265-.009-.009-.113.038-.123.028.057-.085.2-.236.255-.321a.1.1 0 0 0 .038.032Zm16.985 13.1c.01 0 .01-.01.019-.01a2 2 0 0 0 .217.019c-.123.089-.2.08-.236-.005Zm-16.966-12.7a.4.4 0 0 1 .047-.085.2.2 0 0 0 .047-.009c.038-.066.038-.113.076-.17-.009-.009-.019-.009-.028-.019-.057.038-.113.085-.17.123a.05.05 0 0 1 .019.047c-.076-.009-.1.028-.142.132-.01.028-.057.038-.1.076-.009.019-.019.066-.038.113l.01.01a.14.14 0 0 1-.047.028c-.057.057-.123.1-.18.161a.3.3 0 0 0-.019.085c.066-.066.18-.189.265-.265l.009.009c.038-.057.066-.113.1-.17.009.009.009.019.019.028l-.085.236c-.019.009-.047.028-.047.019-.038.028-.066.066-.1.095l-.17.113c-.095.085-.189.161-.293.246-.066.1-.132.2-.208.321.113-.028.142.019.132.113.132.019.142-.085.18-.161.01-.019.019-.057.038-.066.085-.076.18-.142.274-.217a.13.13 0 0 0 .019-.085c0-.009-.047-.009-.076-.019.085-.095.208-.255.293-.359.047-.028.097-.066.097-.093-.01-.1.057-.132.132-.17a.1.1 0 0 1-.047-.066Z" style="fill:#dd3735"/><path d="M6.267 15.259c-.038.066-.076.123-.113.189L6.1 15.42a.56.56 0 0 1-.3.444.16.16 0 0 0 .1.028c.028-.009.047-.057.066-.085l.255-.369.079-.138-.038-.038Zm-3.148 4.15c.047 0 .095.01.151.01 0-.038.047-.028.047-.066h.028c0 .047.01.085.01.132h-.2c-.01-.01-.047-.066-.038-.076Zm-.076-.435c-.028-.028-.076-.057-.076-.085a.3.3 0 0 1 .047-.132c.019.066.028.123.047.189-.01.009-.019.019-.019.028Zm.236-.6c.038.095.076.2.113.293a.3.3 0 0 0-.076.038c-.038-.094-.085-.2-.123-.293a.2.2 0 0 1 .085-.038Zm21.04 9.036a2 2 0 0 1 .18-.047 2 2 0 0 0-.208.17c-.01-.01-.019-.019-.028-.019.019-.038.038-.066.057-.1ZM12.7 7.433c.057-.038.1-.066.161-.1l.019.019c-.057.076-.1.151-.17.246-.009-.066-.009-.1-.019-.151-.009 0 0 0 .01-.009Zm2.769 4.783.274-.123a1 1 0 0 0-.01.132.3.3 0 0 0-.095-.019c-.057.009-.161.085-.208.094-.01 0 .038-.076.038-.085Zm7.089 8.015c.019.094.2.142.019.236.028.019.057.028.085.047a.1.1 0 0 1-.019.038c-.019.01-.057.028-.076.019a.07.07 0 0 1-.028-.057c0-.085.01-.17.019-.284Z" style="fill:#dd3735"/><path d="m26.67 27.39.579-.575c2.677.087 2.718-.006 2.836-.282l.735-1.79.055-.17-.06-.149c-.032-.078-.129-.312-1.8-1.906v-.838c1.929-1.858 1.887-1.953 1.778-2.225l-.732-1.809c-.11-.271-.152-.377-2.809-.3l-.579-.6a13 13 0 0 0-.091-2.64l-.075-.169L24.6 13.1c-.282-.129-.381-.175-2.186 1.791l-.811-.012c-1.859-1.984-1.947-1.948-2.225-1.835l-1.778.719c-.278.113-.377.152-.269 2.852l-.574.572c-2.676-.087-2.717.008-2.833.282l-.737 1.791-.058.172.06.149c.032.077.125.309 1.8 1.9v.836c-1.929 1.858-1.887 1.953-1.776 2.226l.732 1.811c.112.277.152.375 2.809.306l.579.6a13 13 0 0 0 .088 2.636l.075.17 1.924.841c.28.117.377.159 2.177-1.8l.811.01c1.861 1.986 1.956 1.948 2.228 1.838l1.774-.717c.275-.108.373-.147.26-2.848m-7.623-4.19a3.187 3.187 0 1 1 4.171 1.815 3.223 3.223 0 0 1-4.171-1.815" style="fill:#99b8c4"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff6c37" d="M17.783 2.114a14 14 0 1 0-3.566 27.772 14 14 0 0 0 3.566-27.772"/><g fill="#fff" stroke-width=".875"><path d="M12.121 16.885a.05.05 0 0 0 .062.028l2.24-.483-.943-.955-1.342 1.343a.05.05 0 0 0-.017.067M22.61 7.267a2.087 2.087 0 1 0 .88 3.981l-1.42-1.42a.175.175 0 0 1 0-.247l1.855-1.854a2.1 2.1 0 0 0-1.315-.46"/><path d="M24.18 7.968 22.441 9.7l1.364 1.364a2.1 2.1 0 0 0 .375-3.095zm-3.479 3.196h-.03a.6.6 0 0 0-.109.01h-.012a1 1 0 0 0-.115.033l-.03.014a1 1 0 0 0-.08.042l-.031.02a1 1 0 0 0-.096.078l-5.156 5.158.639.638 5.46-4.792a.6.6 0 0 0 .084-.09l.023-.03a.8.8 0 0 0 .097-.205c0-.016.01-.033.014-.05a1 1 0 0 0 .014-.105v-.122c0-.025 0-.033-.007-.05a.68.68 0 0 0-.533-.536h-.027a1 1 0 0 0-.105-.013m-6.979 4.063 1.058 1.053 5.17-5.17c.169-.165.388-.267.622-.29-.914-.7-1.91-.517-6.85 4.407m7.71-2.66-.063.062-5.46 4.79.928.927c2.302-2.177 4.344-4.25 4.595-5.779M7.812 23.791a.05.05 0 0 0 .045.036l2.38.164-1.334-1.334-1.08 1.078a.05.05 0 0 0-.01.056zm1.34-1.382 1.407 1.407a.11.11 0 0 0 .133.018.105.105 0 0 0 .055-.122l-.237-1.01a.3.3 0 0 1 .156-.338c2.466-1.236 4.456-2.509 5.916-3.78l-.98-.98-2.1.452zm6.149-5.101-.526-.526-.728.726a.035.035 0 0 0 0 .045.034.034 0 0 0 .04.018z"/></g><path fill="#ff6c37" d="M24.229 9.097a.163.163 0 1 0-.29.14.49.49 0 0 1-.06.526.162.162 0 0 0 .25.207.81.81 0 0 0 .1-.873"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="4.494" x2="13.832" y1="-1748.086" y2="-1731.914" gradientTransform="translate(0 1756)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ca4c28"/><stop offset=".5" stop-color="#c5401e"/><stop offset="1" stop-color="#b62f14"/></linearGradient></defs><path d="M18.93 17.3 16.977 3h-.146A12.9 12.9 0 0 0 3.953 15.854V16Z" style="fill:#ed6c47"/><path d="M17.123 3h-.146v13l6.511 2.6L30 16v-.146A12.9 12.9 0 0 0 17.123 3" style="fill:#ff8f6b"/><path d="M30 16v.143A12.905 12.905 0 0 1 17.12 29h-.287a12.907 12.907 0 0 1-12.88-12.857V16Z" style="fill:#d35230"/><path d="M17.628 9.389V23.26a1.2 1.2 0 0 1-.742 1.1 1.2 1.2 0 0 1-.45.091H7.027a10 10 0 0 1-.521-.65 12.74 12.74 0 0 1-2.553-7.657v-.286A12.7 12.7 0 0 1 6.05 8.85a9 9 0 0 1 .456-.65h9.93a1.2 1.2 0 0 1 1.192 1.189" style="opacity:.10000000149011612;isolation:isolate"/><path d="M16.977 10.04v13.871a1.2 1.2 0 0 1-.091.448 1.2 1.2 0 0 1-1.1.741H7.62q-.309-.314-.593-.65a10 10 0 0 1-.521-.65 12.74 12.74 0 0 1-2.553-7.657v-.286A12.7 12.7 0 0 1 6.05 8.85h9.735a1.2 1.2 0 0 1 1.192 1.19" style="opacity:.20000000298023224;isolation:isolate"/><path d="M16.977 10.04v12.571a1.2 1.2 0 0 1-1.192 1.189H6.506a12.74 12.74 0 0 1-2.553-7.657v-.286A12.7 12.7 0 0 1 6.05 8.85h9.735a1.2 1.2 0 0 1 1.192 1.19" style="opacity:.20000000298023224;isolation:isolate"/><path d="M16.326 10.04v12.571a1.2 1.2 0 0 1-1.192 1.189H6.506a12.74 12.74 0 0 1-2.553-7.657v-.286A12.7 12.7 0 0 1 6.05 8.85h9.084a1.2 1.2 0 0 1 1.192 1.19" style="opacity:.20000000298023224;isolation:isolate"/><path d="M3.194 8.85h11.938a1.193 1.193 0 0 1 1.194 1.191v11.918a1.193 1.193 0 0 1-1.194 1.191H3.194A1.19 1.19 0 0 1 2 21.959V10.041A1.19 1.19 0 0 1 3.194 8.85" style="fill:url(#a)"/><path d="M9.293 12.028a3.3 3.3 0 0 1 2.174.636 2.27 2.27 0 0 1 .756 1.841 2.56 2.56 0 0 1-.373 1.376 2.5 2.5 0 0 1-1.059.935 3.6 3.6 0 0 1-1.591.334H7.687v2.8H6.141v-7.922ZM7.686 15.94h1.331a1.74 1.74 0 0 0 1.177-.351 1.3 1.3 0 0 0 .4-1.025q0-1.309-1.525-1.31H7.686z" style="fill:#fff"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.536 2.321v2.863c3.4.019 7.357-.035 10.754.016.642 0 .67.568.678 1.064.054 5.942-.013 12.055.032 18-.012.234-.006 1.1-.013 1.346-.022.823-.434.859-1.257.884-.132 0-.52.006-.648.012-3.181-.016-6.362-.009-9.546-.009v3.182L2 27.134V4.873z" style="fill:#d33922"/><path d="M18.536 6.138h10.5v19.4h-10.5V23h7.634v-1.275h-7.634v-1.59h7.634v-1.272h-7.631q.002-.936-.006-1.87a4.47 4.47 0 0 0 3.82-.375 4.35 4.35 0 0 0 1.959-3.474c-1.4-.01-2.793-.006-4.186-.006 0-1.384.016-2.767-.029-4.148-.522.1-1.043.21-1.562.321V6.139" style="fill:#fff"/><path d="M20.766 8.324a4.476 4.476 0 0 1 4.186 4.167c-1.4.016-2.793.01-4.189.01V8.324" style="fill:#d33922"/><path d="M7.1 10.726c1.727.083 3.82-.684 5.252.611 1.371 1.664 1.008 4.724-1.024 5.719A4.7 4.7 0 0 1 9 17.348c0 1.244-.006 2.488 0 3.731q-.947-.082-1.893-.159c-.029-3.4-.035-6.8 0-10.2" style="fill:#fff"/><path d="M8.993 12.446c.627-.029 1.4-.143 1.826.445a2.3 2.3 0 0 1 .041 2.087c-.363.655-1.183.592-1.816.668-.067-1.066-.06-2.131-.051-3.2" style="fill:#d33922"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5391fe"/><stop offset="1" stop-color="#3e6dbf"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292"/></defs><path d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423 1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423 1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z" style="fill-rule:evenodd;fill:url(#a)"/><path d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187" style="fill-rule:evenodd;fill:url(#b)"/><path d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234M19.339 16.578a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423" style="fill:#2c5591;fill-rule:evenodd"/><path d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426M15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118" style="fill:#fff;fill-rule:evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="-2.176" cy="-852.913" r="48.27" gradientTransform="matrix(.36 .402 .222 -.163 205.356 -126.01)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7ce1ff"/><stop offset=".3" stop-color="#7ce1ff" stop-opacity="0"/></radialGradient><radialGradient id="b" cx="4199.973" cy="-1221.763" r="83.239" gradientTransform="matrix(.031 .03 .075 -.062 -25.785 -180.883)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7ce1ff"/><stop offset="1" stop-color="#7ce1ff" stop-opacity="0"/></radialGradient><radialGradient id="c" cx="-264.938" cy="-543.943" r="27.886" gradientTransform="matrix(-1.048 -.5 -1.117 .527 -867.609 176.63)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7ce1ff" stop-opacity=".8"/><stop offset=".15" stop-color="#7ce1ff" stop-opacity="0"/></radialGradient><linearGradient id="d" x1="-113.501" x2="-113.501" y1="-375.465" y2="-404.611" gradientTransform="matrix(1 0 0 -1 129.5 -387.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs><path d="M8.492 5.6h19.843a1.517 1.517 0 0 1 1.546 1.948l-3.923 16.906a2.64 2.64 0 0 1-2.45 1.948H3.665a1.517 1.517 0 0 1-1.546-1.948L6.042 7.545A2.64 2.64 0 0 1 8.492 5.6" style="fill:#2a80c9"/><path d="M23.508 26.471H3.665a1.65 1.65 0 0 1-1.333-.6 1.66 1.66 0 0 1-.279-1.436L5.976 7.53a2.71 2.71 0 0 1 2.516-2h19.843a1.584 1.584 0 0 1 1.612 2.031L26.024 24.47a2.71 2.71 0 0 1-2.516 2.001M8.492 5.664a2.57 2.57 0 0 0-2.384 1.9L2.185 24.47a1.53 1.53 0 0 0 .253 1.321 1.52 1.52 0 0 0 1.227.544h19.843a2.57 2.57 0 0 0 2.384-1.9L29.815 7.53a1.45 1.45 0 0 0-1.48-1.866Z" style="fill:#1f5e93;opacity:.9451000094413757"/><path d="M23.541 26.359H3.7a1.57 1.57 0 0 1-1.267-.559 1.57 1.57 0 0 1-.263-1.364L6.093 7.522a2.514 2.514 0 0 1 2.366-1.881H28.3a1.5 1.5 0 0 1 1.53 1.927l-3.923 16.909a2.514 2.514 0 0 1-2.366 1.882M8.459 5.843A2.34 2.34 0 0 0 6.29 7.568L2.367 24.477a1.38 1.38 0 0 0 .224 1.192 1.37 1.37 0 0 0 1.107.487h19.843a2.34 2.34 0 0 0 2.168-1.725l3.924-16.909A1.3 1.3 0 0 0 28.3 5.843Z" style="fill:#bbd8f1;opacity:.9451000094413757"/><path d="M18.558 15.816c.061-.183-7-7.561-7-7.561" style="fill:none;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#a)"/><path d="M8.558 22.835s9.942-6.825 10-7" style="fill:#2aa7c9;stroke-linecap:round;stroke-width:76.71700286865234px;stroke:url(#b)"/><path d="M8.73 23.121h1.124" style="fill:none;stroke-linecap:round;stroke-width:100px;stroke:url(#c)"/><path d="M8.817 24.052a1.226 1.226 0 0 1-.7-2.237c2.77-1.9 6.941-4.786 8.809-6.117-1.253-1.385-3.8-4.088-5.665-6.046a1.226 1.226 0 1 1 1.78-1.692c.017.017 1.674 1.756 3.3 3.493A219 219 0 0 1 18.61 13.9c.334.368.583.649.76.856a1.51 1.51 0 0 1 .494 1.539c-.165.492-.165.492-5.428 4.142-2.438 1.691-4.9 3.383-4.926 3.4a1.22 1.22 0 0 1-.693.215" style="fill:#fff"/><path d="M19.925 23.929h-4.882a1.226 1.226 0 0 1 0-2.453h4.882a1.226 1.226 0 1 1 0 2.453" style="fill:#fff;opacity:.75;isolation:isolate"/><path d="M28.606 13.04c-10.079.433-19.226 2.533-25.181 5.78l-1.307 5.634A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948l2.648-11.412Z" style="opacity:.10000000149011612;isolation:isolate"/><path d="M8.492 5.6a2.63 2.63 0 0 0-2.45 1.948L2.118 24.455A1.514 1.514 0 0 0 3.664 26.4h19.843a2.63 2.63 0 0 0 2.45-1.948L29.88 7.545A1.514 1.514 0 0 0 28.334 5.6z" style="fill:url(#d)"/></svg>
|