@dotglitch/ngx-common 1.0.24 → 1.0.26
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/README.md +15 -14
- package/assets/lib/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.de.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.es.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.fr.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.it.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.ja.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.ko.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.ru.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -0
- package/assets/lib/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -0
- package/assets/lib/vs/base/worker/workerMain.js +24 -0
- package/assets/lib/vs/basic-languages/abap/abap.js +10 -0
- package/assets/lib/vs/basic-languages/apex/apex.js +10 -0
- package/assets/lib/vs/basic-languages/azcli/azcli.js +10 -0
- package/assets/lib/vs/basic-languages/bat/bat.js +10 -0
- package/assets/lib/vs/basic-languages/bicep/bicep.js +11 -0
- package/assets/lib/vs/basic-languages/cameligo/cameligo.js +10 -0
- package/assets/lib/vs/basic-languages/clojure/clojure.js +10 -0
- package/assets/lib/vs/basic-languages/coffee/coffee.js +10 -0
- package/assets/lib/vs/basic-languages/cpp/cpp.js +10 -0
- package/assets/lib/vs/basic-languages/csharp/csharp.js +10 -0
- package/assets/lib/vs/basic-languages/csp/csp.js +10 -0
- package/assets/lib/vs/basic-languages/css/css.js +12 -0
- package/assets/lib/vs/basic-languages/cypher/cypher.js +10 -0
- package/assets/lib/vs/basic-languages/dart/dart.js +10 -0
- package/assets/lib/vs/basic-languages/dockerfile/dockerfile.js +10 -0
- package/assets/lib/vs/basic-languages/ecl/ecl.js +10 -0
- package/assets/lib/vs/basic-languages/elixir/elixir.js +10 -0
- package/assets/lib/vs/basic-languages/flow9/flow9.js +10 -0
- package/assets/lib/vs/basic-languages/freemarker2/freemarker2.js +12 -0
- package/assets/lib/vs/basic-languages/fsharp/fsharp.js +10 -0
- package/assets/lib/vs/basic-languages/go/go.js +10 -0
- package/assets/lib/vs/basic-languages/graphql/graphql.js +10 -0
- package/assets/lib/vs/basic-languages/handlebars/handlebars.js +10 -0
- package/assets/lib/vs/basic-languages/hcl/hcl.js +10 -0
- package/assets/lib/vs/basic-languages/html/html.js +10 -0
- package/assets/lib/vs/basic-languages/ini/ini.js +10 -0
- package/assets/lib/vs/basic-languages/java/java.js +10 -0
- package/assets/lib/vs/basic-languages/javascript/javascript.js +10 -0
- package/assets/lib/vs/basic-languages/julia/julia.js +10 -0
- package/assets/lib/vs/basic-languages/kotlin/kotlin.js +10 -0
- package/assets/lib/vs/basic-languages/less/less.js +11 -0
- package/assets/lib/vs/basic-languages/lexon/lexon.js +10 -0
- package/assets/lib/vs/basic-languages/liquid/liquid.js +10 -0
- package/assets/lib/vs/basic-languages/lua/lua.js +10 -0
- package/assets/lib/vs/basic-languages/m3/m3.js +10 -0
- package/assets/lib/vs/basic-languages/markdown/markdown.js +10 -0
- package/assets/lib/vs/basic-languages/mips/mips.js +10 -0
- package/assets/lib/vs/basic-languages/msdax/msdax.js +10 -0
- package/assets/lib/vs/basic-languages/mysql/mysql.js +10 -0
- package/assets/lib/vs/basic-languages/objective-c/objective-c.js +10 -0
- package/assets/lib/vs/basic-languages/pascal/pascal.js +10 -0
- package/assets/lib/vs/basic-languages/pascaligo/pascaligo.js +10 -0
- package/assets/lib/vs/basic-languages/perl/perl.js +10 -0
- package/assets/lib/vs/basic-languages/pgsql/pgsql.js +10 -0
- package/assets/lib/vs/basic-languages/php/php.js +10 -0
- package/assets/lib/vs/basic-languages/pla/pla.js +10 -0
- package/assets/lib/vs/basic-languages/postiats/postiats.js +10 -0
- package/assets/lib/vs/basic-languages/powerquery/powerquery.js +10 -0
- package/assets/lib/vs/basic-languages/powershell/powershell.js +10 -0
- package/assets/lib/vs/basic-languages/protobuf/protobuf.js +11 -0
- package/assets/lib/vs/basic-languages/pug/pug.js +10 -0
- package/assets/lib/vs/basic-languages/python/python.js +10 -0
- package/assets/lib/vs/basic-languages/qsharp/qsharp.js +10 -0
- package/assets/lib/vs/basic-languages/r/r.js +10 -0
- package/assets/lib/vs/basic-languages/razor/razor.js +10 -0
- package/assets/lib/vs/basic-languages/redis/redis.js +10 -0
- package/assets/lib/vs/basic-languages/redshift/redshift.js +10 -0
- package/assets/lib/vs/basic-languages/restructuredtext/restructuredtext.js +10 -0
- package/assets/lib/vs/basic-languages/ruby/ruby.js +10 -0
- package/assets/lib/vs/basic-languages/rust/rust.js +10 -0
- package/assets/lib/vs/basic-languages/sb/sb.js +10 -0
- package/assets/lib/vs/basic-languages/scala/scala.js +10 -0
- package/assets/lib/vs/basic-languages/scheme/scheme.js +10 -0
- package/assets/lib/vs/basic-languages/scss/scss.js +12 -0
- package/assets/lib/vs/basic-languages/shell/shell.js +10 -0
- package/assets/lib/vs/basic-languages/solidity/solidity.js +10 -0
- package/assets/lib/vs/basic-languages/sophia/sophia.js +10 -0
- package/assets/lib/vs/basic-languages/sparql/sparql.js +10 -0
- package/assets/lib/vs/basic-languages/sql/sql.js +10 -0
- package/assets/lib/vs/basic-languages/st/st.js +10 -0
- package/assets/lib/vs/basic-languages/swift/swift.js +13 -0
- package/assets/lib/vs/basic-languages/systemverilog/systemverilog.js +10 -0
- package/assets/lib/vs/basic-languages/tcl/tcl.js +10 -0
- package/assets/lib/vs/basic-languages/twig/twig.js +10 -0
- package/assets/lib/vs/basic-languages/typescript/typescript.js +10 -0
- package/assets/lib/vs/basic-languages/vb/vb.js +10 -0
- package/assets/lib/vs/basic-languages/wgsl/wgsl.js +307 -0
- package/assets/lib/vs/basic-languages/xml/xml.js +10 -0
- package/assets/lib/vs/basic-languages/yaml/yaml.js +10 -0
- package/assets/lib/vs/editor/editor.main.css +6 -0
- package/assets/lib/vs/editor/editor.main.js +752 -0
- package/assets/lib/vs/editor/editor.main.nls.de.js +31 -0
- package/assets/lib/vs/editor/editor.main.nls.es.js +31 -0
- package/assets/lib/vs/editor/editor.main.nls.fr.js +29 -0
- package/assets/lib/vs/editor/editor.main.nls.it.js +29 -0
- package/assets/lib/vs/editor/editor.main.nls.ja.js +31 -0
- package/assets/lib/vs/editor/editor.main.nls.js +29 -0
- package/assets/lib/vs/editor/editor.main.nls.ko.js +29 -0
- package/assets/lib/vs/editor/editor.main.nls.ru.js +31 -0
- package/assets/lib/vs/editor/editor.main.nls.zh-cn.js +31 -0
- package/assets/lib/vs/editor/editor.main.nls.zh-tw.js +29 -0
- package/assets/lib/vs/language/css/cssMode.js +13 -0
- package/assets/lib/vs/language/css/cssWorker.js +81 -0
- package/assets/lib/vs/language/html/htmlMode.js +13 -0
- package/assets/lib/vs/language/html/htmlWorker.js +453 -0
- package/assets/lib/vs/language/json/jsonMode.js +15 -0
- package/assets/lib/vs/language/json/jsonWorker.js +36 -0
- package/assets/lib/vs/language/typescript/tsMode.js +20 -0
- package/assets/lib/vs/language/typescript/tsWorker.js +37016 -0
- package/assets/lib/vs/loader.js +11 -0
- package/assets/mat-icons.ts +5704 -0
- package/assets/material/3d.svg +1 -0
- package/assets/material/abc.svg +1 -0
- package/assets/material/actionscript.svg +1 -0
- package/assets/material/ada.svg +1 -0
- package/assets/material/adonis.svg +1 -0
- package/assets/material/advpl_include.svg +1 -0
- package/assets/material/advpl_prw.svg +1 -0
- package/assets/material/advpl_ptm.svg +1 -0
- package/assets/material/advpl_tlpp.svg +1 -0
- package/assets/material/android.svg +1 -0
- package/assets/material/angular-component.svg +1 -0
- package/assets/material/angular-directive.svg +1 -0
- package/assets/material/angular-guard.svg +1 -0
- package/assets/material/angular-pipe.svg +1 -0
- package/assets/material/angular-resolver.svg +1 -0
- package/assets/material/angular-service.svg +1 -0
- package/assets/material/angular.svg +1 -0
- package/assets/material/antlr.svg +1 -0
- package/assets/material/apiblueprint.svg +1 -0
- package/assets/material/apollo.svg +1 -0
- package/assets/material/applescript.svg +1 -0
- package/assets/material/appveyor.svg +1 -0
- package/assets/material/architecture.svg +1 -0
- package/assets/material/arduino.svg +1 -0
- package/assets/material/asciidoc.svg +1 -0
- package/assets/material/assembly.svg +1 -0
- package/assets/material/astro.svg +1 -0
- package/assets/material/astyle.svg +1 -0
- package/assets/material/audio.svg +1 -0
- package/assets/material/aurelia.svg +1 -0
- package/assets/material/authors.svg +1 -0
- package/assets/material/auto.svg +1 -0
- package/assets/material/auto_light.svg +1 -0
- package/assets/material/autohotkey.svg +1 -0
- package/assets/material/autoit.svg +1 -0
- package/assets/material/azure-pipelines.svg +1 -0
- package/assets/material/azure.svg +1 -0
- package/assets/material/babel.svg +1 -0
- package/assets/material/ballerina.svg +1 -0
- package/assets/material/bazel.svg +1 -0
- package/assets/material/bicep.svg +1 -0
- package/assets/material/bitbucket.svg +13 -0
- package/assets/material/bithound.svg +1 -0
- package/assets/material/blink.svg +1 -0
- package/assets/material/blink_light.svg +1 -0
- package/assets/material/blitz.svg +1 -0
- package/assets/material/bower.svg +1 -0
- package/assets/material/brainfuck.svg +1 -0
- package/assets/material/browserlist.svg +1 -0
- package/assets/material/browserlist_light.svg +1 -0
- package/assets/material/buck.svg +1 -0
- package/assets/material/bucklescript.svg +1 -0
- package/assets/material/buildkite.svg +1 -0
- package/assets/material/bun.svg +2 -0
- package/assets/material/bun_light.svg +2 -0
- package/assets/material/c.svg +4 -0
- package/assets/material/cabal.svg +1 -0
- package/assets/material/caddy.svg +1 -0
- package/assets/material/cadence.svg +1 -0
- package/assets/material/cake.svg +1 -0
- package/assets/material/capacitor.svg +1 -0
- package/assets/material/certificate.svg +1 -0
- package/assets/material/changelog.svg +1 -0
- package/assets/material/chess.svg +1 -0
- package/assets/material/chess_light.svg +1 -0
- package/assets/material/circleci.svg +1 -0
- package/assets/material/circleci_light.svg +1 -0
- package/assets/material/clojure.svg +1 -0
- package/assets/material/cloudfoundry.svg +1 -0
- package/assets/material/cmake.svg +1 -0
- package/assets/material/coala.svg +1 -0
- package/assets/material/cobol.svg +1 -0
- package/assets/material/coconut.svg +1 -0
- package/assets/material/code-climate.svg +1 -0
- package/assets/material/code-climate_light.svg +1 -0
- package/assets/material/codecov.svg +1 -0
- package/assets/material/codeowners.svg +1 -0
- package/assets/material/coffee.svg +1 -0
- package/assets/material/coldfusion.svg +1 -0
- package/assets/material/command.svg +1 -0
- package/assets/material/commitlint.svg +1 -0
- package/assets/material/conduct.svg +1 -0
- package/assets/material/console.svg +1 -0
- package/assets/material/contributing.svg +1 -0
- package/assets/material/cpp.svg +4 -0
- package/assets/material/craco.svg +45 -0
- package/assets/material/credits.svg +1 -0
- package/assets/material/crystal.svg +1 -0
- package/assets/material/crystal_light.svg +1 -0
- package/assets/material/csharp.svg +4 -0
- package/assets/material/css-map.svg +1 -0
- package/assets/material/css.svg +1 -0
- package/assets/material/cucumber.svg +1 -0
- package/assets/material/cuda.svg +1 -0
- package/assets/material/cypress.svg +1 -0
- package/assets/material/d.svg +1 -0
- package/assets/material/dart.svg +1 -0
- package/assets/material/dart_generated.svg +1 -0
- package/assets/material/database.svg +1 -0
- package/assets/material/denizenscript.svg +1 -0
- package/assets/material/deno.svg +1 -0
- package/assets/material/deno_light.svg +1 -0
- package/assets/material/dependabot.svg +1 -0
- package/assets/material/dhall.svg +1 -0
- package/assets/material/diff.svg +1 -0
- package/assets/material/dinophp.svg +1 -0
- package/assets/material/disc.svg +1 -0
- package/assets/material/django.svg +1 -0
- package/assets/material/docker.svg +1 -0
- package/assets/material/document.svg +1 -0
- package/assets/material/dotjs.svg +1 -0
- package/assets/material/drawio.svg +1 -0
- package/assets/material/drone.svg +1 -0
- package/assets/material/drone_light.svg +1 -0
- package/assets/material/dune.svg +1 -0
- package/assets/material/edge.svg +1 -0
- package/assets/material/editorconfig.svg +1 -0
- package/assets/material/ejs.svg +1 -0
- package/assets/material/elixir.svg +1 -0
- package/assets/material/elm.svg +1 -0
- package/assets/material/email.svg +1 -0
- package/assets/material/ember.svg +1 -0
- package/assets/material/erlang.svg +1 -0
- package/assets/material/eslint.svg +1 -0
- package/assets/material/exe.svg +1 -0
- package/assets/material/fastlane.svg +1 -0
- package/assets/material/favicon.svg +1 -0
- package/assets/material/figma.svg +1 -0
- package/assets/material/file.svg +1 -0
- package/assets/material/firebase.svg +1 -0
- package/assets/material/flash.svg +1 -0
- package/assets/material/flow.svg +1 -0
- package/assets/material/folder-admin-open.svg +1 -0
- package/assets/material/folder-admin.svg +1 -0
- package/assets/material/folder-android-open.svg +1 -0
- package/assets/material/folder-android.svg +1 -0
- package/assets/material/folder-angular-open.svg +1 -0
- package/assets/material/folder-angular.svg +1 -0
- package/assets/material/folder-animation-open.svg +1 -0
- package/assets/material/folder-animation.svg +1 -0
- package/assets/material/folder-ansible-open.svg +1 -0
- package/assets/material/folder-ansible.svg +1 -0
- package/assets/material/folder-api-open.svg +1 -0
- package/assets/material/folder-api.svg +1 -0
- package/assets/material/folder-apollo-open.svg +1 -0
- package/assets/material/folder-apollo.svg +1 -0
- package/assets/material/folder-app-open.svg +1 -0
- package/assets/material/folder-app.svg +1 -0
- package/assets/material/folder-archive-open.svg +1 -0
- package/assets/material/folder-archive.svg +1 -0
- package/assets/material/folder-audio-open.svg +1 -0
- package/assets/material/folder-audio.svg +1 -0
- package/assets/material/folder-aurelia-open.svg +1 -0
- package/assets/material/folder-aurelia.svg +1 -0
- package/assets/material/folder-aws-open.svg +1 -0
- package/assets/material/folder-aws.svg +1 -0
- package/assets/material/folder-azure-pipelines-open.svg +1 -0
- package/assets/material/folder-azure-pipelines.svg +1 -0
- package/assets/material/folder-base-open.svg +1 -0
- package/assets/material/folder-base.svg +1 -0
- package/assets/material/folder-batch-open.svg +1 -0
- package/assets/material/folder-batch.svg +1 -0
- package/assets/material/folder-benchmark-open.svg +1 -0
- package/assets/material/folder-benchmark.svg +1 -0
- package/assets/material/folder-bower-open.svg +1 -0
- package/assets/material/folder-bower.svg +1 -0
- package/assets/material/folder-buildkite-open.svg +1 -0
- package/assets/material/folder-buildkite.svg +1 -0
- package/assets/material/folder-cart-open.svg +1 -0
- package/assets/material/folder-cart.svg +1 -0
- package/assets/material/folder-changesets-open.svg +5 -0
- package/assets/material/folder-changesets.svg +2 -0
- package/assets/material/folder-ci-open.svg +1 -0
- package/assets/material/folder-ci.svg +1 -0
- package/assets/material/folder-circleci-open.svg +1 -0
- package/assets/material/folder-circleci.svg +1 -0
- package/assets/material/folder-class-open.svg +1 -0
- package/assets/material/folder-class.svg +1 -0
- package/assets/material/folder-client-open.svg +1 -0
- package/assets/material/folder-client.svg +1 -0
- package/assets/material/folder-cluster-open.svg +1 -0
- package/assets/material/folder-cluster.svg +1 -0
- package/assets/material/folder-cobol-open.svg +1 -0
- package/assets/material/folder-cobol.svg +1 -0
- package/assets/material/folder-command-open.svg +1 -0
- package/assets/material/folder-command.svg +1 -0
- package/assets/material/folder-components-open.svg +1 -0
- package/assets/material/folder-components.svg +1 -0
- package/assets/material/folder-config-open.svg +1 -0
- package/assets/material/folder-config.svg +1 -0
- package/assets/material/folder-connection-open.svg +1 -0
- package/assets/material/folder-connection.svg +1 -0
- package/assets/material/folder-constant-open.svg +1 -0
- package/assets/material/folder-constant.svg +1 -0
- package/assets/material/folder-container-open.svg +1 -0
- package/assets/material/folder-container.svg +1 -0
- package/assets/material/folder-content-open.svg +1 -0
- package/assets/material/folder-content.svg +1 -0
- package/assets/material/folder-context-open.svg +1 -0
- package/assets/material/folder-context.svg +1 -0
- package/assets/material/folder-contract-open.svg +1 -0
- package/assets/material/folder-contract.svg +1 -0
- package/assets/material/folder-controller-open.svg +1 -0
- package/assets/material/folder-controller.svg +1 -0
- package/assets/material/folder-core-open.svg +1 -0
- package/assets/material/folder-core.svg +1 -0
- package/assets/material/folder-coverage-open.svg +1 -0
- package/assets/material/folder-coverage.svg +1 -0
- package/assets/material/folder-css-open.svg +1 -0
- package/assets/material/folder-css.svg +1 -0
- package/assets/material/folder-custom-open.svg +1 -0
- package/assets/material/folder-custom.svg +1 -0
- package/assets/material/folder-cypress-open.svg +1 -0
- package/assets/material/folder-cypress.svg +1 -0
- package/assets/material/folder-database-open.svg +1 -0
- package/assets/material/folder-database.svg +1 -0
- package/assets/material/folder-debug-open.svg +1 -0
- package/assets/material/folder-debug.svg +1 -0
- package/assets/material/folder-decorators-open.svg +2 -0
- package/assets/material/folder-decorators.svg +5 -0
- package/assets/material/folder-delta-open.svg +1 -0
- package/assets/material/folder-delta.svg +1 -0
- package/assets/material/folder-dist-open.svg +1 -0
- package/assets/material/folder-dist.svg +1 -0
- package/assets/material/folder-docker-open.svg +1 -0
- package/assets/material/folder-docker.svg +1 -0
- package/assets/material/folder-docs-open.svg +1 -0
- package/assets/material/folder-docs.svg +1 -0
- package/assets/material/folder-download-open.svg +1 -0
- package/assets/material/folder-download.svg +1 -0
- package/assets/material/folder-dump-open.svg +1 -0
- package/assets/material/folder-dump.svg +1 -0
- package/assets/material/folder-environment-open.svg +1 -0
- package/assets/material/folder-environment.svg +1 -0
- package/assets/material/folder-error-open.svg +1 -0
- package/assets/material/folder-error.svg +1 -0
- package/assets/material/folder-event-open.svg +1 -0
- package/assets/material/folder-event.svg +1 -0
- package/assets/material/folder-examples-open.svg +1 -0
- package/assets/material/folder-examples.svg +1 -0
- package/assets/material/folder-expo-open.svg +1 -0
- package/assets/material/folder-expo.svg +1 -0
- package/assets/material/folder-export-open.svg +1 -0
- package/assets/material/folder-export.svg +1 -0
- package/assets/material/folder-fastlane-open.svg +1 -0
- package/assets/material/folder-fastlane.svg +1 -0
- package/assets/material/folder-firebase-open.svg +1 -0
- package/assets/material/folder-firebase.svg +1 -0
- package/assets/material/folder-flow-open.svg +1 -0
- package/assets/material/folder-flow.svg +1 -0
- package/assets/material/folder-font-open.svg +1 -0
- package/assets/material/folder-font.svg +1 -0
- package/assets/material/folder-functions-open.svg +1 -0
- package/assets/material/folder-functions.svg +1 -0
- package/assets/material/folder-gamemaker-open.svg +2 -0
- package/assets/material/folder-gamemaker.svg +2 -0
- package/assets/material/folder-generator-open.svg +1 -0
- package/assets/material/folder-generator.svg +1 -0
- package/assets/material/folder-git-open.svg +1 -0
- package/assets/material/folder-git.svg +1 -0
- package/assets/material/folder-github-open.svg +1 -0
- package/assets/material/folder-github.svg +1 -0
- package/assets/material/folder-gitlab-open.svg +1 -0
- package/assets/material/folder-gitlab.svg +1 -0
- package/assets/material/folder-global-open.svg +1 -0
- package/assets/material/folder-global.svg +1 -0
- package/assets/material/folder-godot-open.svg +2 -0
- package/assets/material/folder-godot.svg +8 -0
- package/assets/material/folder-gradle-open.svg +1 -0
- package/assets/material/folder-gradle.svg +1 -0
- package/assets/material/folder-graphql-open.svg +1 -0
- package/assets/material/folder-graphql.svg +1 -0
- package/assets/material/folder-guard-open.svg +1 -0
- package/assets/material/folder-guard.svg +1 -0
- package/assets/material/folder-gulp-open.svg +1 -0
- package/assets/material/folder-gulp.svg +1 -0
- package/assets/material/folder-helper-open.svg +1 -0
- package/assets/material/folder-helper.svg +1 -0
- package/assets/material/folder-home-open.svg +1 -0
- package/assets/material/folder-home.svg +1 -0
- package/assets/material/folder-hook-open.svg +1 -0
- package/assets/material/folder-hook.svg +1 -0
- package/assets/material/folder-husky-open.svg +1 -0
- package/assets/material/folder-husky.svg +1 -0
- package/assets/material/folder-i18n-open.svg +1 -0
- package/assets/material/folder-i18n.svg +1 -0
- package/assets/material/folder-images-open.svg +1 -0
- package/assets/material/folder-images.svg +1 -0
- package/assets/material/folder-import-open.svg +1 -0
- package/assets/material/folder-import.svg +1 -0
- package/assets/material/folder-include-open.svg +1 -0
- package/assets/material/folder-include.svg +1 -0
- package/assets/material/folder-intellij-open.svg +1 -0
- package/assets/material/folder-intellij-open_light.svg +1 -0
- package/assets/material/folder-intellij.svg +1 -0
- package/assets/material/folder-intellij_light.svg +1 -0
- package/assets/material/folder-interface-open.svg +1 -0
- package/assets/material/folder-interface.svg +1 -0
- package/assets/material/folder-ios-open.svg +1 -0
- package/assets/material/folder-ios.svg +1 -0
- package/assets/material/folder-java-open.svg +1 -0
- package/assets/material/folder-java.svg +1 -0
- package/assets/material/folder-javascript-open.svg +1 -0
- package/assets/material/folder-javascript.svg +1 -0
- package/assets/material/folder-jinja-open.svg +1 -0
- package/assets/material/folder-jinja-open_light.svg +1 -0
- package/assets/material/folder-jinja.svg +1 -0
- package/assets/material/folder-jinja_light.svg +1 -0
- package/assets/material/folder-job-open.svg +1 -0
- package/assets/material/folder-job.svg +1 -0
- package/assets/material/folder-json-open.svg +1 -0
- package/assets/material/folder-json.svg +1 -0
- package/assets/material/folder-keys-open.svg +1 -0
- package/assets/material/folder-keys.svg +1 -0
- package/assets/material/folder-kubernetes-open.svg +1 -0
- package/assets/material/folder-kubernetes.svg +1 -0
- package/assets/material/folder-layout-open.svg +1 -0
- package/assets/material/folder-layout.svg +1 -0
- package/assets/material/folder-less-open.svg +1 -0
- package/assets/material/folder-less.svg +1 -0
- package/assets/material/folder-lib-open.svg +1 -0
- package/assets/material/folder-lib.svg +1 -0
- package/assets/material/folder-log-open.svg +1 -0
- package/assets/material/folder-log.svg +1 -0
- package/assets/material/folder-lua-open.svg +1 -0
- package/assets/material/folder-lua.svg +1 -0
- package/assets/material/folder-mail-open.svg +1 -0
- package/assets/material/folder-mail.svg +1 -0
- package/assets/material/folder-mappings-open.svg +1 -0
- package/assets/material/folder-mappings.svg +1 -0
- package/assets/material/folder-markdown-open.svg +1 -0
- package/assets/material/folder-markdown.svg +1 -0
- package/assets/material/folder-mercurial-open.svg +5 -0
- package/assets/material/folder-mercurial.svg +2 -0
- package/assets/material/folder-messages-open.svg +1 -0
- package/assets/material/folder-messages.svg +1 -0
- package/assets/material/folder-meta-open.svg +1 -0
- package/assets/material/folder-meta.svg +1 -0
- package/assets/material/folder-middleware-open.svg +1 -0
- package/assets/material/folder-middleware.svg +1 -0
- package/assets/material/folder-mjml-open.svg +1 -0
- package/assets/material/folder-mjml.svg +1 -0
- package/assets/material/folder-mobile-open.svg +1 -0
- package/assets/material/folder-mobile.svg +1 -0
- package/assets/material/folder-mock-open.svg +1 -0
- package/assets/material/folder-mock.svg +1 -0
- package/assets/material/folder-netlify-open.svg +5 -0
- package/assets/material/folder-netlify.svg +2 -0
- package/assets/material/folder-next-open.svg +1 -0
- package/assets/material/folder-next.svg +1 -0
- package/assets/material/folder-ngrx-actions-open.svg +1 -0
- package/assets/material/folder-ngrx-actions.svg +1 -0
- package/assets/material/folder-ngrx-effects-open.svg +1 -0
- package/assets/material/folder-ngrx-effects.svg +1 -0
- package/assets/material/folder-ngrx-entities-open.svg +1 -0
- package/assets/material/folder-ngrx-entities.svg +1 -0
- package/assets/material/folder-ngrx-reducer-open.svg +1 -0
- package/assets/material/folder-ngrx-reducer.svg +1 -0
- package/assets/material/folder-ngrx-selectors-open.svg +1 -0
- package/assets/material/folder-ngrx-selectors.svg +1 -0
- package/assets/material/folder-ngrx-state-open.svg +1 -0
- package/assets/material/folder-ngrx-state.svg +1 -0
- package/assets/material/folder-ngrx-store-open.svg +1 -0
- package/assets/material/folder-ngrx-store.svg +1 -0
- package/assets/material/folder-node-open.svg +1 -0
- package/assets/material/folder-node.svg +1 -0
- package/assets/material/folder-nuxt-open.svg +1 -0
- package/assets/material/folder-nuxt.svg +1 -0
- package/assets/material/folder-open.svg +1 -0
- package/assets/material/folder-other-open.svg +1 -0
- package/assets/material/folder-other.svg +1 -0
- package/assets/material/folder-packages-open.svg +1 -0
- package/assets/material/folder-packages.svg +1 -0
- package/assets/material/folder-pdf-open.svg +1 -0
- package/assets/material/folder-pdf.svg +1 -0
- package/assets/material/folder-php-open.svg +1 -0
- package/assets/material/folder-php.svg +1 -0
- package/assets/material/folder-phpmailer-open.svg +1 -0
- package/assets/material/folder-phpmailer.svg +1 -0
- package/assets/material/folder-pipe-open.svg +1 -0
- package/assets/material/folder-pipe.svg +1 -0
- package/assets/material/folder-plastic-open.svg +8 -0
- package/assets/material/folder-plastic.svg +2 -0
- package/assets/material/folder-plugin-open.svg +1 -0
- package/assets/material/folder-plugin.svg +1 -0
- package/assets/material/folder-prisma-open.svg +1 -0
- package/assets/material/folder-prisma.svg +1 -0
- package/assets/material/folder-private-open.svg +1 -0
- package/assets/material/folder-private.svg +1 -0
- package/assets/material/folder-project-open.svg +1 -0
- package/assets/material/folder-project.svg +1 -0
- package/assets/material/folder-proto-open.svg +1 -0
- package/assets/material/folder-proto.svg +1 -0
- package/assets/material/folder-public-open.svg +1 -0
- package/assets/material/folder-public.svg +1 -0
- package/assets/material/folder-python-open.svg +1 -0
- package/assets/material/folder-python.svg +1 -0
- package/assets/material/folder-quasar-open.svg +1 -0
- package/assets/material/folder-quasar.svg +1 -0
- package/assets/material/folder-queue-open.svg +1 -0
- package/assets/material/folder-queue.svg +1 -0
- package/assets/material/folder-react-components-open.svg +1 -0
- package/assets/material/folder-react-components.svg +1 -0
- package/assets/material/folder-redux-actions-open.svg +1 -0
- package/assets/material/folder-redux-actions.svg +1 -0
- package/assets/material/folder-redux-reducer-open.svg +1 -0
- package/assets/material/folder-redux-reducer.svg +1 -0
- package/assets/material/folder-redux-selector-open.svg +1 -0
- package/assets/material/folder-redux-selector.svg +1 -0
- package/assets/material/folder-redux-store-open.svg +1 -0
- package/assets/material/folder-redux-store.svg +1 -0
- package/assets/material/folder-resolver-open.svg +1 -0
- package/assets/material/folder-resolver.svg +1 -0
- package/assets/material/folder-resource-open.svg +1 -0
- package/assets/material/folder-resource.svg +1 -0
- package/assets/material/folder-review-open.svg +1 -0
- package/assets/material/folder-review.svg +1 -0
- package/assets/material/folder-root-open.svg +1 -0
- package/assets/material/folder-root.svg +1 -0
- package/assets/material/folder-routes-open.svg +1 -0
- package/assets/material/folder-routes.svg +1 -0
- package/assets/material/folder-rules-open.svg +1 -0
- package/assets/material/folder-rules.svg +1 -0
- package/assets/material/folder-sass-open.svg +1 -0
- package/assets/material/folder-sass.svg +1 -0
- package/assets/material/folder-scala-open.svg +1 -0
- package/assets/material/folder-scala.svg +1 -0
- package/assets/material/folder-scripts-open.svg +1 -0
- package/assets/material/folder-scripts.svg +1 -0
- package/assets/material/folder-secure-open.svg +1 -0
- package/assets/material/folder-secure.svg +1 -0
- package/assets/material/folder-server-open.svg +1 -0
- package/assets/material/folder-server.svg +1 -0
- package/assets/material/folder-serverless-open.svg +1 -0
- package/assets/material/folder-serverless.svg +1 -0
- package/assets/material/folder-shader-open.svg +1 -0
- package/assets/material/folder-shader.svg +1 -0
- package/assets/material/folder-shared-open.svg +1 -0
- package/assets/material/folder-shared.svg +1 -0
- package/assets/material/folder-src-open.svg +1 -0
- package/assets/material/folder-src.svg +1 -0
- package/assets/material/folder-stack-open.svg +1 -0
- package/assets/material/folder-stack.svg +1 -0
- package/assets/material/folder-stencil-open.svg +1 -0
- package/assets/material/folder-stencil.svg +1 -0
- package/assets/material/folder-storybook-open.svg +1 -0
- package/assets/material/folder-storybook.svg +1 -0
- package/assets/material/folder-stylus-open.svg +1 -0
- package/assets/material/folder-stylus.svg +1 -0
- package/assets/material/folder-sublime-open.svg +1 -0
- package/assets/material/folder-sublime.svg +1 -0
- package/assets/material/folder-supabase-open.svg +5 -0
- package/assets/material/folder-supabase.svg +2 -0
- package/assets/material/folder-svelte-open.svg +1 -0
- package/assets/material/folder-svelte.svg +1 -0
- package/assets/material/folder-svg-open.svg +1 -0
- package/assets/material/folder-svg.svg +1 -0
- package/assets/material/folder-syntax-open.svg +1 -0
- package/assets/material/folder-syntax.svg +1 -0
- package/assets/material/folder-target-open.svg +1 -0
- package/assets/material/folder-target.svg +1 -0
- package/assets/material/folder-tasks-open.svg +1 -0
- package/assets/material/folder-tasks.svg +1 -0
- package/assets/material/folder-temp-open.svg +1 -0
- package/assets/material/folder-temp.svg +1 -0
- package/assets/material/folder-template-open.svg +1 -0
- package/assets/material/folder-template.svg +1 -0
- package/assets/material/folder-terraform-open.svg +1 -0
- package/assets/material/folder-terraform.svg +1 -0
- package/assets/material/folder-test-open.svg +1 -0
- package/assets/material/folder-test.svg +1 -0
- package/assets/material/folder-theme-open.svg +1 -0
- package/assets/material/folder-theme.svg +1 -0
- package/assets/material/folder-tools-open.svg +1 -0
- package/assets/material/folder-tools.svg +1 -0
- package/assets/material/folder-typescript-open.svg +1 -0
- package/assets/material/folder-typescript.svg +1 -0
- package/assets/material/folder-unity-open.svg +1 -0
- package/assets/material/folder-unity.svg +1 -0
- package/assets/material/folder-update-open.svg +1 -0
- package/assets/material/folder-update.svg +1 -0
- package/assets/material/folder-upload-open.svg +1 -0
- package/assets/material/folder-upload.svg +1 -0
- package/assets/material/folder-utils-open.svg +1 -0
- package/assets/material/folder-utils.svg +1 -0
- package/assets/material/folder-vercel-open.svg +1 -0
- package/assets/material/folder-vercel.svg +1 -0
- package/assets/material/folder-verdaccio-open.svg +1 -0
- package/assets/material/folder-verdaccio.svg +1 -0
- package/assets/material/folder-video-open.svg +1 -0
- package/assets/material/folder-video.svg +1 -0
- package/assets/material/folder-views-open.svg +1 -0
- package/assets/material/folder-views.svg +1 -0
- package/assets/material/folder-vm-open.svg +1 -0
- package/assets/material/folder-vm.svg +1 -0
- package/assets/material/folder-vscode-open.svg +1 -0
- package/assets/material/folder-vscode.svg +1 -0
- package/assets/material/folder-vue-directives-open.svg +1 -0
- package/assets/material/folder-vue-directives.svg +1 -0
- package/assets/material/folder-vue-open.svg +1 -0
- package/assets/material/folder-vue.svg +1 -0
- package/assets/material/folder-vuepress-open.svg +1 -0
- package/assets/material/folder-vuepress.svg +1 -0
- package/assets/material/folder-vuex-store-open.svg +1 -0
- package/assets/material/folder-vuex-store.svg +1 -0
- package/assets/material/folder-wakatime-open.svg +1 -0
- package/assets/material/folder-wakatime.svg +1 -0
- package/assets/material/folder-webpack-open.svg +1 -0
- package/assets/material/folder-webpack.svg +1 -0
- package/assets/material/folder-wordpress-open.svg +1 -0
- package/assets/material/folder-wordpress.svg +1 -0
- package/assets/material/folder-yarn-open.svg +1 -0
- package/assets/material/folder-yarn.svg +1 -0
- package/assets/material/folder.svg +1 -0
- package/assets/material/font.svg +1 -0
- package/assets/material/forth.svg +1 -0
- package/assets/material/fortran.svg +1 -0
- package/assets/material/foxpro.svg +1 -0
- package/assets/material/fsharp.svg +1 -0
- package/assets/material/fusebox.svg +1 -0
- package/assets/material/gamemaker.svg +4 -0
- package/assets/material/gatsby.svg +1 -0
- package/assets/material/gcp.svg +1 -0
- package/assets/material/gemfile.svg +1 -0
- package/assets/material/gemini.svg +1 -0
- package/assets/material/git.svg +1 -0
- package/assets/material/gitlab.svg +1 -0
- package/assets/material/gitpod.svg +1 -0
- package/assets/material/gleam.svg +1 -0
- package/assets/material/go-mod.svg +1 -0
- package/assets/material/go.svg +1 -0
- package/assets/material/go_gopher.svg +1 -0
- package/assets/material/godot-assets.svg +7 -0
- package/assets/material/godot.svg +7 -0
- package/assets/material/gradle.svg +1 -0
- package/assets/material/grain.svg +1 -0
- package/assets/material/graphcool.svg +1 -0
- package/assets/material/graphql.svg +1 -0
- package/assets/material/gridsome.svg +1 -0
- package/assets/material/groovy.svg +1 -0
- package/assets/material/grunt.svg +1 -0
- package/assets/material/gulp.svg +1 -0
- package/assets/material/h.svg +1 -0
- package/assets/material/hack.svg +1 -0
- package/assets/material/haml.svg +1 -0
- package/assets/material/handlebars.svg +1 -0
- package/assets/material/hardhat.svg +1 -0
- package/assets/material/haskell.svg +1 -0
- package/assets/material/haxe.svg +1 -0
- package/assets/material/hcl.svg +1 -0
- package/assets/material/hcl_light.svg +1 -0
- package/assets/material/helm.svg +1 -0
- package/assets/material/heroku.svg +1 -0
- package/assets/material/hex.svg +1 -0
- package/assets/material/horusec.svg +1 -0
- package/assets/material/hpp.svg +1 -0
- package/assets/material/html.svg +1 -0
- package/assets/material/http.svg +1 -0
- package/assets/material/husky.svg +1 -0
- package/assets/material/i18n.svg +1 -0
- package/assets/material/idris.svg +1 -0
- package/assets/material/ifanr-cloud.svg +10 -0
- package/assets/material/image.svg +1 -0
- package/assets/material/imba.svg +1 -0
- package/assets/material/ionic.svg +1 -0
- package/assets/material/istanbul.svg +1 -0
- package/assets/material/jar.svg +1 -0
- package/assets/material/java.svg +1 -0
- package/assets/material/javaclass.svg +1 -0
- package/assets/material/javascript-map.svg +1 -0
- package/assets/material/javascript.svg +1 -0
- package/assets/material/jenkins.svg +1 -0
- package/assets/material/jest.svg +1 -0
- package/assets/material/jinja.svg +1 -0
- package/assets/material/jinja_light.svg +1 -0
- package/assets/material/jsconfig.svg +1 -0
- package/assets/material/json.svg +1 -0
- package/assets/material/julia.svg +1 -0
- package/assets/material/jupyter.svg +1 -0
- package/assets/material/karma.svg +1 -0
- package/assets/material/key.svg +1 -0
- package/assets/material/kivy.svg +1 -0
- package/assets/material/kl.svg +1 -0
- package/assets/material/kotlin.svg +1 -0
- package/assets/material/kusto.svg +1 -0
- package/assets/material/laravel.svg +1 -0
- package/assets/material/lerna.svg +1 -0
- package/assets/material/less.svg +1 -0
- package/assets/material/lib.svg +1 -0
- package/assets/material/lighthouse.svg +1 -0
- package/assets/material/lilypond.svg +1 -0
- package/assets/material/liquid.svg +1 -0
- package/assets/material/lisp.svg +1 -0
- package/assets/material/livescript.svg +1 -0
- package/assets/material/lock.svg +1 -0
- package/assets/material/log.svg +1 -0
- package/assets/material/lolcode.svg +1 -0
- package/assets/material/lua.svg +1 -0
- package/assets/material/makefile.svg +1 -0
- package/assets/material/markdown.svg +1 -0
- package/assets/material/markojs.svg +1 -0
- package/assets/material/mathematica.svg +1 -0
- package/assets/material/matlab.svg +1 -0
- package/assets/material/maven.svg +1 -0
- package/assets/material/mdsvex.svg +1 -0
- package/assets/material/mdx.svg +1 -0
- package/assets/material/mercurial.svg +6 -0
- package/assets/material/merlin.svg +1 -0
- package/assets/material/mermaid.svg +4 -0
- package/assets/material/meson.svg +1 -0
- package/assets/material/minecraft.svg +1 -0
- package/assets/material/mint.svg +1 -0
- package/assets/material/mjml.svg +1 -0
- package/assets/material/mocha.svg +1 -0
- package/assets/material/modernizr.svg +1 -0
- package/assets/material/moonscript.svg +1 -0
- package/assets/material/mxml.svg +1 -0
- package/assets/material/nano-staged.svg +1 -0
- package/assets/material/nano-staged_light.svg +1 -0
- package/assets/material/ndst.svg +1 -0
- package/assets/material/nest-controller.svg +1 -0
- package/assets/material/nest-decorator.svg +1 -0
- package/assets/material/nest-filter.svg +1 -0
- package/assets/material/nest-gateway.svg +1 -0
- package/assets/material/nest-guard.svg +1 -0
- package/assets/material/nest-middleware.svg +1 -0
- package/assets/material/nest-module.svg +1 -0
- package/assets/material/nest-pipe.svg +1 -0
- package/assets/material/nest-resolver.svg +1 -0
- package/assets/material/nest-service.svg +1 -0
- package/assets/material/nest.svg +1 -0
- package/assets/material/netlify.svg +7 -0
- package/assets/material/netlify_light.svg +7 -0
- package/assets/material/next.svg +1 -0
- package/assets/material/next_light.svg +1 -0
- package/assets/material/nginx.svg +1 -0
- package/assets/material/ngrx-actions.svg +1 -0
- package/assets/material/ngrx-effects.svg +1 -0
- package/assets/material/ngrx-entity.svg +1 -0
- package/assets/material/ngrx-reducer.svg +1 -0
- package/assets/material/ngrx-selectors.svg +1 -0
- package/assets/material/ngrx-state.svg +1 -0
- package/assets/material/nim.svg +1 -0
- package/assets/material/nix.svg +1 -0
- package/assets/material/nodejs.svg +1 -0
- package/assets/material/nodejs_alt.svg +1 -0
- package/assets/material/nodemon.svg +1 -0
- package/assets/material/npm.svg +1 -0
- package/assets/material/nrwl.svg +1 -0
- package/assets/material/nuget.svg +1 -0
- package/assets/material/nunjucks.svg +1 -0
- package/assets/material/nuxt.svg +1 -0
- package/assets/material/objective-c.svg +4 -0
- package/assets/material/objective-cpp.svg +1 -0
- package/assets/material/ocaml.svg +1 -0
- package/assets/material/odin.svg +1 -0
- package/assets/material/opa.svg +1 -0
- package/assets/material/opam.svg +1 -0
- package/assets/material/otne.svg +1 -0
- package/assets/material/parcel.svg +1 -0
- package/assets/material/pascal.svg +6 -0
- package/assets/material/pawn.svg +1 -0
- package/assets/material/pdf.svg +1 -0
- package/assets/material/percy.svg +1 -0
- package/assets/material/perl.svg +1 -0
- package/assets/material/php-cs-fixer.svg +1 -0
- package/assets/material/php.svg +1 -0
- package/assets/material/php_elephant.svg +1 -0
- package/assets/material/php_elephant_pink.svg +1 -0
- package/assets/material/phpunit.svg +1 -0
- package/assets/material/pinejs.svg +1 -0
- package/assets/material/pipeline.svg +1 -0
- package/assets/material/plastic.svg +7 -0
- package/assets/material/playwright.svg +1 -0
- package/assets/material/plop.svg +1 -0
- package/assets/material/pnpm.svg +1 -0
- package/assets/material/pnpm_light.svg +1 -0
- package/assets/material/poetry.svg +1 -0
- package/assets/material/postcss.svg +1 -0
- package/assets/material/posthtml.svg +1 -0
- package/assets/material/powerpoint.svg +1 -0
- package/assets/material/powershell.svg +1 -0
- package/assets/material/prettier.svg +1 -0
- package/assets/material/prisma.svg +1 -0
- package/assets/material/processing.svg +1 -0
- package/assets/material/prolog.svg +1 -0
- package/assets/material/proto.svg +1 -0
- package/assets/material/protractor.svg +1 -0
- package/assets/material/pug.svg +1 -0
- package/assets/material/puppet.svg +1 -0
- package/assets/material/purescript.svg +1 -0
- package/assets/material/python-misc.svg +1 -0
- package/assets/material/python.svg +1 -0
- package/assets/material/qsharp.svg +1 -0
- package/assets/material/quasar.svg +1 -0
- package/assets/material/qwik.svg +2 -0
- package/assets/material/r.svg +1 -0
- package/assets/material/racket.svg +1 -0
- package/assets/material/raml.svg +1 -0
- package/assets/material/razor.svg +1 -0
- package/assets/material/rc.svg +2 -0
- package/assets/material/react.svg +1 -0
- package/assets/material/react_ts.svg +1 -0
- package/assets/material/readme.svg +1 -0
- package/assets/material/reason.svg +1 -0
- package/assets/material/red.svg +1 -0
- package/assets/material/redux-action.svg +1 -0
- package/assets/material/redux-reducer.svg +1 -0
- package/assets/material/redux-selector.svg +1 -0
- package/assets/material/redux-store.svg +1 -0
- package/assets/material/remix.svg +1 -0
- package/assets/material/remix_light.svg +1 -0
- package/assets/material/renovate.svg +1 -0
- package/assets/material/replit.svg +1 -0
- package/assets/material/rescript-interface.svg +1 -0
- package/assets/material/rescript.svg +1 -0
- package/assets/material/restql.svg +1 -0
- package/assets/material/riot.svg +1 -0
- package/assets/material/roadmap.svg +1 -0
- package/assets/material/robot.svg +1 -0
- package/assets/material/robots.svg +1 -0
- package/assets/material/rollup.svg +1 -0
- package/assets/material/rome.svg +1 -0
- package/assets/material/routing.svg +1 -0
- package/assets/material/rubocop.svg +1 -0
- package/assets/material/rubocop_light.svg +1 -0
- package/assets/material/ruby.svg +1 -0
- package/assets/material/rust.svg +1 -0
- package/assets/material/salesforce.svg +1 -0
- package/assets/material/san.svg +1 -0
- package/assets/material/sas.svg +1 -0
- package/assets/material/sass.svg +1 -0
- package/assets/material/sbt.svg +1 -0
- package/assets/material/scala.svg +1 -0
- package/assets/material/scheme.svg +1 -0
- package/assets/material/search.svg +1 -0
- package/assets/material/semantic-release.svg +1 -0
- package/assets/material/semantic-release_light.svg +1 -0
- package/assets/material/sentry.svg +1 -0
- package/assets/material/sequelize.svg +1 -0
- package/assets/material/serverless.svg +1 -0
- package/assets/material/settings.svg +1 -0
- package/assets/material/shader.svg +1 -0
- package/assets/material/shaderlab.svg +1 -0
- package/assets/material/silverstripe.svg +1 -0
- package/assets/material/siyuan.svg +1 -0
- package/assets/material/sketch.svg +1 -0
- package/assets/material/slim.svg +1 -0
- package/assets/material/slug.svg +1 -0
- package/assets/material/smarty.svg +1 -0
- package/assets/material/sml.svg +1 -0
- package/assets/material/snowpack.svg +1 -0
- package/assets/material/snowpack_light.svg +1 -0
- package/assets/material/snyk.svg +1 -0
- package/assets/material/solidity.svg +1 -0
- package/assets/material/sonarcloud.svg +4 -0
- package/assets/material/steadybit.svg +1 -0
- package/assets/material/stencil.svg +1 -0
- package/assets/material/stitches.svg +1 -0
- package/assets/material/stitches_light.svg +1 -0
- package/assets/material/storybook.svg +1 -0
- package/assets/material/stryker.svg +1 -0
- package/assets/material/stylable.svg +10 -0
- package/assets/material/stylelint.svg +1 -0
- package/assets/material/stylelint_light.svg +1 -0
- package/assets/material/stylus.svg +1 -0
- package/assets/material/sublime.svg +1 -0
- package/assets/material/supabase.svg +4 -0
- package/assets/material/svelte.svg +1 -0
- package/assets/material/svg.svg +1 -0
- package/assets/material/svgo.svg +1 -0
- package/assets/material/svgr.svg +1 -0
- package/assets/material/swc.svg +1 -0
- package/assets/material/swift.svg +1 -0
- package/assets/material/table.svg +1 -0
- package/assets/material/tailwindcss.svg +1 -0
- package/assets/material/tauri.svg +1 -0
- package/assets/material/tcl.svg +1 -0
- package/assets/material/teal.svg +1 -0
- package/assets/material/template.svg +1 -0
- package/assets/material/terraform.svg +1 -0
- package/assets/material/test-js.svg +1 -0
- package/assets/material/test-jsx.svg +1 -0
- package/assets/material/test-ts.svg +1 -0
- package/assets/material/tex.svg +1 -0
- package/assets/material/textlint.svg +1 -0
- package/assets/material/tilt.svg +1 -0
- package/assets/material/tldraw.svg +4 -0
- package/assets/material/tldraw_light.svg +4 -0
- package/assets/material/tobi.svg +1 -0
- package/assets/material/tobimake.svg +1 -0
- package/assets/material/todo.svg +1 -0
- package/assets/material/travis.svg +1 -0
- package/assets/material/tree.svg +1 -0
- package/assets/material/tsconfig.svg +1 -0
- package/assets/material/tune.svg +1 -0
- package/assets/material/turborepo.svg +1 -0
- package/assets/material/turborepo_light.svg +1 -0
- package/assets/material/twig.svg +1 -0
- package/assets/material/twine.svg +1 -0
- package/assets/material/typescript-def.svg +1 -0
- package/assets/material/typescript.svg +1 -0
- package/assets/material/typst.svg +2 -0
- package/assets/material/uml.svg +1 -0
- package/assets/material/uml_light.svg +1 -0
- package/assets/material/url.svg +1 -0
- package/assets/material/vagrant.svg +1 -0
- package/assets/material/vala.svg +1 -0
- package/assets/material/velocity.svg +1 -0
- package/assets/material/vercel.svg +1 -0
- package/assets/material/vercel_light.svg +1 -0
- package/assets/material/verdaccio.svg +1 -0
- package/assets/material/verilog.svg +1 -0
- package/assets/material/vfl.svg +1 -0
- package/assets/material/video.svg +1 -0
- package/assets/material/vim.svg +1 -0
- package/assets/material/virtual.svg +1 -0
- package/assets/material/visualstudio.svg +1 -0
- package/assets/material/vite.svg +1 -0
- package/assets/material/vitest.svg +6 -0
- package/assets/material/vlang.svg +1 -0
- package/assets/material/vscode.svg +1 -0
- package/assets/material/vue-config.svg +1 -0
- package/assets/material/vue.svg +1 -0
- package/assets/material/vuex-store.svg +1 -0
- package/assets/material/wakatime.svg +1 -0
- package/assets/material/wakatime_light.svg +1 -0
- package/assets/material/wallaby.svg +1 -0
- package/assets/material/watchman.svg +1 -0
- package/assets/material/webassembly.svg +1 -0
- package/assets/material/webhint.svg +1 -0
- package/assets/material/webpack.svg +1 -0
- package/assets/material/wepy.svg +1 -0
- package/assets/material/windicss.svg +1 -0
- package/assets/material/wolframlanguage.svg +1 -0
- package/assets/material/word.svg +1 -0
- package/assets/material/xaml.svg +1 -0
- package/assets/material/xml.svg +1 -0
- package/assets/material/yaml.svg +1 -0
- package/assets/material/yang.svg +1 -0
- package/assets/material/yarn.svg +1 -0
- package/assets/material/zig.svg +1 -0
- package/assets/material/zip.svg +1 -0
- package/assets/pop/LICENSE +2 -0
- package/assets/pop/binary.svg +1 -0
- package/assets/pop/compressed.svg +1 -0
- package/assets/pop/database.svg +1 -0
- package/assets/pop/exts/7z.svg +1 -0
- package/assets/pop/exts/apk.svg +1 -0
- package/assets/pop/exts/arc.svg +1 -0
- package/assets/pop/exts/bz.svg +1 -0
- package/assets/pop/exts/deb.svg +1 -0
- package/assets/pop/exts/gz.svg +1 -0
- package/assets/pop/exts/pdf.svg +1 -0
- package/assets/pop/exts/rar.svg +1 -0
- package/assets/pop/exts/rpm.svg +1 -0
- package/assets/pop/exts/tar.svg +1 -0
- package/assets/pop/exts/xar.svg +1 -0
- package/assets/pop/exts/xz.svg +1 -0
- package/assets/pop/exts/zip.svg +1 -0
- package/assets/pop/folder-open.svg +1 -0
- package/assets/pop/folder.svg +1 -0
- package/assets/pop/generic.svg +1 -0
- package/assets/pop/presentation.svg +1 -0
- package/assets/pop/richtext.svg +1 -0
- package/assets/pop/spreadsheet.svg +1 -0
- package/assets/pop/text.svg +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.282 17.282H6.717V6.717h10.565m4.226 4.226V8.83h-2.113V6.717c0-1.173-.95-2.113-2.113-2.113h-2.113V2.491h-2.113v2.113h-2.113V2.491H8.83v2.113H6.717c-1.173 0-2.113.94-2.113 2.113V8.83H2.491v2.113h2.113v2.113H2.491v2.113h2.113v2.113a2.113 2.113 0 0 0 2.113 2.113H8.83v2.113h2.113v-2.113h2.113v2.113h2.113v-2.113h2.113a2.113 2.113 0 0 0 2.113-2.113v-2.113h2.113v-2.113h-2.113v-2.113m-6.339 2.113h-2.113v-2.113h2.113m2.113-2.113H8.83v6.339h6.339z" fill="#ff7043"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><radialGradient id="a" cx="205.45" cy="208.29" r="225.35" gradientTransform="matrix(.04556 0 0 .0456 2.888 2.88)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd104" offset="0"/><stop stop-color="#faa60e" offset=".35"/><stop stop-color="#f05023" offset="1"/></radialGradient></defs><g stroke-width=".046"><path class="a" d="M19.97 3H4.03A1.03 1.031 0 0 0 3 4.03v4.136c1.548-1.19 3.563-1.958 5.948-1.958 5.107.004 8.35 3.575 8.348 8.082 0 3.13-1.46 5.485-3.745 6.71h6.419A1.03 1.031 0 0 0 21 19.967V4.031a1.03 1.031 0 0 0-1.03-1.03z" fill="#f05223"/><path d="M3 17.722v2.247A1.03 1.031 0 0 0 4.03 21h1.837C4.474 20.21 3.49 19 3 17.722z" fill="url(#a)" style="fill:url(#a)"/><path class="a" d="M8.948 8.23C6.362 8.142 4.35 9.09 3 10.496v3.162c.918-2.653 3.447-3.87 5.565-3.849 2.647.027 4.689 2.025 4.7 4.284.012 2.158-.892 3.748-3.33 4.14-1.33.213-3.41-.568-3.318-2.578.046-1.037.854-1.622 1.777-1.58-.904 1.213.293 2.102 1.139 1.92 1.048-.223 1.475-1.155 1.475-1.877 0-.762-.717-1.994-2.498-1.952-2.204.053-3.59 1.64-3.638 3.603-.056 2.468 2.254 4.091 4.623 4.12 3.478.046 5.542-2.24 5.538-5.585-.005-3.03-2.434-5.946-6.085-6.072z" fill="#f05223"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18 4 2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4h-4z" fill="#ff9800"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13.48 4.425v-.477l.543-.575h6.722l.46.592v1.48L6.543 20.628H4.637l-.856-.476V6h-.493l-.492-.476V3.98l.526-.608h6.642l.523.594.032.048v1.464l-.444.69h-.543v4.603L14.3 6.167h-.262l-.56-.674" style="fill:#43a047;stroke-width:.8523"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"><path d="M257.08-56.4v-160.62H42.93V-56.4H21.515v21.415h256.99V-56.4zm-85.662 0h-42.831v-10.708h42.831zm64.246-32.123H64.344v-107.08h171.32z" style="fill:#039be5;stroke-width:10.708" transform="translate(0 276)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 281.25 281.25" xmlns="http://www.w3.org/2000/svg"><path d="m196.18 101.74-52.778 42.444 52.778 40.889V101.74m-136.67 110-30-18.889v-100L62.843 81.74l47.778 37 96.666-89.222 44.444 27.778v172.22l-55.555 22.222-85.111-81.555-51.555 41.555m3.333-48.889 20.667-19.111-20.667-19.778z" fill="#ab47bc"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 2v11h3v9l7-12h-4l4-8H7z" style="fill:#ffab00"/></svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="260" height="260" version="1.1" viewBox="0 0 165 165" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="m120.83 57.254-36.138 52.251c-0.3831 0.554-0.9372 0.969-1.5782 1.182s-1.3339 0.211-1.9736-3e-3c-0.6397-0.215-1.1912-0.632-1.571-1.187-0.3797-0.556-0.567-1.22-0.5332-1.891l1.4463-28.848-23.349-4.9518c-0.499-0.1057-0.9639-0.3324-1.3536-0.6599-0.3897-0.3274-0.6922-0.7456-0.8806-1.2175s-0.2569-0.9829-0.1995-1.4878c0.0574-0.5048 0.2389-0.988 0.5285-1.4067l36.138-52.251c0.3832-0.5543 0.9373-0.9692 1.5783-1.1819 0.6411-0.2127 1.334-0.2116 1.9738 0.0033 0.6397 0.2148 1.1913 0.6316 1.571 1.1872 0.3797 0.5555 0.5669 1.2194 0.533 1.891l-1.4463 28.848 23.349 4.9514c0.499 0.1057 0.964 0.3324 1.354 0.6598 0.39 0.3275 0.692 0.7457 0.88 1.2176 0.189 0.4719 0.257 0.9829 0.2 1.4877-0.057 0.5049-0.239 0.9881-0.529 1.4068v-4e-4z" fill="#ffca28"/>
|
|
4
|
+
<path d="m82.987 153.34c-0.9612 1e-3 -1.9131-0.187-2.8011-0.555s-1.6946-0.908-2.3733-1.588l-34.146-34.144c-1.366-1.373-2.1317-3.232-2.1292-5.169 0.0026-1.937 0.7732-3.795 2.143-5.164 1.3697-1.37 3.2268-2.141 5.1639-2.144 1.9372-2e-3 3.7964 0.763 5.1699 2.129l28.973 28.97 63.118-63.115c1.376-1.3538 3.231-2.109 5.161-2.1011 1.931 0.0078 3.78 0.7781 5.144 2.143 1.365 1.365 2.136 3.2139 2.144 5.1442 7e-3 1.9303-0.748 3.7855-2.102 5.1614l-68.292 68.29c-0.6786 0.681-1.485 1.22-2.3728 1.588-0.8877 0.368-1.8394 0.556-2.8003 0.555z" fill="#689f38"/>
|
|
5
|
+
<path d="m82.957 153.34c0.9612 1e-3 1.9131-0.187 2.8011-0.555s1.6945-0.908 2.3733-1.588l34.146-34.144c1.366-1.373 2.132-3.232 2.129-5.169-2e-3 -1.937-0.773-3.795-2.143-5.164-1.37-1.37-3.227-2.141-5.164-2.144-1.937-2e-3 -3.796 0.763-5.17 2.129l-28.973 28.97-63.118-63.115c-1.376-1.3538-3.2312-2.109-5.1614-2.1011-1.9303 0.0078-3.7793 0.7781-5.1442 2.143-1.3649 1.365-2.1352 3.2139-2.1431 5.1442s0.74734 3.7855 2.1011 5.1614l68.293 68.29c0.6787 0.681 1.4851 1.22 2.3728 1.588 0.8878 0.368 1.8395 0.556 2.8004 0.555z" fill="#689f38" fill-opacity=".50196"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg style="isolation:isolate" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"><path d="m311.64 433.372 130.885-363.97c2.22-6.173-1.28-10.674-7.809-10.044l-102.93 9.915c-6.529.63-13.582 6.17-15.739 12.363L194.901 429.48c-2.158 6.194 1.416 11.223 7.975 11.223h100.191c3.28 0 6.843-2.505 7.953-5.592z" fill="#546e7a"/><path d="m65.278 59.359 102.93 9.915c6.529.63 13.59 6.167 15.757 12.358l123.714 353.456c1.083 3.097-.7 5.608-3.98 5.608H202.877c-6.56 0-13.688-5.01-15.907-11.183L57.472 69.398c-2.22-6.173 1.28-10.674 7.809-10.044z" fill="#039be5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path d="m218.62 29.953-105.41 96.92L54.301 82.47 29.955 96.64l58.068 53.359-58.068 53.359 24.346 14.212 58.909-44.402 105.41 96.878 51.424-24.976V54.93zm0 63.744v112.6l-74.719-56.302z" fill="#2196f3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2h9m3-4v-2H6v2h12z" fill="#757575" style="fill:#757575"/><path d="M1.791 3.691 12 21.311 22.209 3.776V3.69H18.24l-6.18 10.616L5.906 3.691z" style="fill:#41b883" transform="translate(11.066 10.911) scale(.57384)"/><path d="m5.907 3.691 6.152 10.617L18.24 3.691h-3.723L12.084 7.87 9.66 3.69z" style="fill:#35495e" transform="translate(11.066 10.911) scale(.57384)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1.791 3.691 12 21.311 22.209 3.776V3.69H18.24l-6.18 10.616L5.906 3.691z" style="fill:#41b883" transform="translate(0 .16)"/><path d="m5.907 3.691 6.152 10.617L18.24 3.691h-3.723L12.084 7.87 9.66 3.69z" style="fill:#35495e" transform="translate(0 .16)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.485 1.55) scale(.8043)" clip-path="url(#a)"><path d="M.2 15.99 6.52 3.24 8.1 6.35v3.27l-3.14 6.37zM16 16 9.68 3.25 8.1 6.36v3.27L11.23 16z" style="fill:#41b883"/><path d="m.2.04 3.95 7.98 2.37-4.78L4.94.04zm15.8 0-3.95 7.98-2.37-4.78 1.58-3.2z" style="fill:#35495e"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z" fill="#fff"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340"><g style="fill-rule:evenodd;fill:none"><path d="M150 0C67.156 0 0 67.156 0 150s67.156 150 150 150 150-67.156 150-150S232.844 0 150 0z" style="stroke-width:40;stroke:#f5f5f5" transform="translate(44.788 44.788) scale(.83475)"/><path transform="matrix(.83475 0 0 -.83475 44.788 289.645)" d="M170.18 99.793c-1.443-1.903-3.607-3.126-6.032-3.126a6.96 6.96 0 0 0-.708.04c-.401.047-.62.082-.837.13a8.037 8.037 0 0 0-1.378.462 9.734 9.734 0 0 0-.656.334 7.885 7.885 0 0 0-1.025.709c-.297.246-.4.342-.503.44-.313.31-.513.534-.703.767-.36.454-.651.897-.903 1.37l-8.838 14.2-8.834-14.2c-1.386-2.524-3.892-4.252-6.771-4.252-2.89 0-5.408 1.741-6.752 4.32l-38.636 56.287c-1.27 1.531-2.051 3.561-2.051 5.802 0 4.744 3.487 8.593 7.788 8.593 2.783 0 5.22-1.617 6.598-4.043l32.613-48.192 9.18 14.947c1.323 2.665 3.891 4.474 6.84 4.474 2.698 0 5.077-1.517 6.474-3.819l9.468-15.54 51.167 73.255c1.39 2.357 3.791 3.916 6.53 3.916 4.3 0 7.786-3.847 7.786-8.591 0-2.074-.663-3.974-1.77-5.457z" style="fill-rule:nonzero;fill:#f5f5f5"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340"><g style="fill-rule:evenodd;fill:none"><path d="M150 0C67.156 0 0 67.156 0 150s67.156 150 150 150 150-67.156 150-150S232.844 0 150 0z" style="stroke-width:40;stroke:#455a64" transform="translate(44.788 44.788) scale(.83475)"/><path transform="matrix(.83475 0 0 -.83475 44.788 289.645)" d="M170.18 99.793c-1.443-1.903-3.607-3.126-6.032-3.126a6.96 6.96 0 0 0-.708.04c-.401.047-.62.082-.837.13a8.037 8.037 0 0 0-1.378.462 9.734 9.734 0 0 0-.656.334 7.885 7.885 0 0 0-1.025.709c-.297.246-.4.342-.503.44-.313.31-.513.534-.703.767-.36.454-.651.897-.903 1.37l-8.838 14.2-8.834-14.2c-1.386-2.524-3.892-4.252-6.771-4.252-2.89 0-5.408 1.741-6.752 4.32l-38.636 56.287c-1.27 1.531-2.051 3.561-2.051 5.802 0 4.744 3.487 8.593 7.788 8.593 2.783 0 5.22-1.617 6.598-4.043l32.613-48.192 9.18 14.947c1.323 2.665 3.891 4.474 6.84 4.474 2.698 0 5.077-1.517 6.474-3.819l9.468-15.54 51.167 73.255c1.39 2.357 3.791 3.916 6.53 3.916 4.3 0 7.786-3.847 7.786-8.591 0-2.074-.663-3.974-1.77-5.457z" style="fill-rule:nonzero;fill:#455a64"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"><path d="M151.48 27.937v120.54H30.94v117.58h238.12V27.927z" style="fill:#4caf50;paint-order:fill markers stroke" transform="translate(0 3)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 420 419" xmlns="http://www.w3.org/2000/svg"><circle cx="210" cy="209.5" fill="#fff" style="paint-order:stroke fill markers" r="188.15"/><path d="M191.07 397.1c-35.512-4.049-66.779-16.485-95.318-37.913-22.723-17.061-44.027-43.274-56.077-68.997l-3.932-8.393 25.692-26.37c14.13-14.505 27.522-28.059 29.758-30.12l4.067-3.748 12.5 11.364c16.495 14.996 26.818 23.219 41.05 32.697 14.94 9.95 23.867 14.578 35.877 18.597 22.823 7.637 42.099 5.991 66.082-5.642 17.83-8.65 44.399-28.24 66.179-48.797l8.878-8.38 29.147 29.137c16.03 16.025 29.147 29.84 29.147 30.7s-1.6 4.912-3.554 9.005c-18.398 38.533-49.46 69.834-87.797 88.466-17.732 8.619-33.936 13.787-53.563 17.084-10.16 1.708-38.005 2.465-48.137 1.31zm6.3-123.69c-17.457-3.809-39.276-16.397-63.835-36.829-13.001-10.816-26.615-23.771-26.615-25.327 0-1.265 16.792-17.101 29.7-28.009 20.328-17.179 36.936-27.484 53.753-33.355 6.275-2.19 8.25-2.443 19.147-2.443 10.892 0 12.873.253 19.136 2.44 22.614 7.894 50.68 27.157 79.189 54.35 3.836 3.659 6.975 7.021 6.975 7.472 0 1.1-21.726 20.758-32.4 29.316-19.403 15.557-41.794 28.276-56.169 31.907-8.267 2.088-20.566 2.29-28.881.477zm37.472-20.429c14.201-7.184 18.451-9.747 19.779-11.925 1.556-2.552 1.692-4.934 1.692-29.774 0-24.91-.132-27.216-1.705-29.795-1.34-2.2-5.607-4.783-20.022-12.124-18.175-9.256-18.368-9.329-24.812-9.355-6.44-.026-6.632.044-22.95 8.376-10.12 5.168-17.582 9.58-19.38 11.462l-2.925 3.06.003 27.237c.003 25.164.134 27.452 1.712 30.04 1.301 2.134 5.186 4.602 16.288 10.35 20.15 10.433 22.925 11.538 29.04 11.571 4.82.026 6.487-.627 23.28-9.123zm-40.872-12.388c-7.315-3.808-13.914-7.538-14.665-8.29-1.181-1.181-1.28-4.249-.736-22.667l.63-21.3 13.888-7.202c8.096-4.199 14.986-7.202 16.52-7.202 2.953 0 28.618 12.505 31.424 15.311 1.68 1.682 1.788 3.033 1.788 22.477v20.69l-3.46 2.183c-1.902 1.202-8.376 4.65-14.386 7.662-8.03 4.025-11.825 5.448-14.315 5.37-2.329-.075-7.546-2.273-16.688-7.032zM29.5 263.432c-1.475-3.866-4.192-15.727-5.967-26.05-2.405-13.986-2.19-43.337.424-58.05 2.41-13.562 4.216-20.627 5.613-21.959.772-.736 7.977 6.088 27.938 26.459 14.794 15.098 26.902 27.655 26.906 27.906.004.25-12.122 12.581-26.948 27.4L30.51 266.082zm333.59-24.851c-14.17-14.479-25.763-26.679-25.763-27.11 0-1.574 51.776-53.76 53.1-53.521 1.493.27 3.338 6.773 5.975 21.06 2.353 12.751 2.343 48.232-.017 61.072-2.37 12.886-5.358 24.1-6.527 24.49-.553.184-12.599-11.512-26.768-25.991zM64.75 170.903c-26.893-26.902-29.95-30.252-29.354-32.175 1.335-4.308 8.33-18.529 12.565-25.546 28.808-47.732 75.832-79.809 131.42-89.647 15.231-2.696 45.201-2.944 59.361-.492 41.827 7.244 76.236 24.833 104.91 53.625 15.582 15.647 27.713 32.758 36.971 52.151 6.183 12.95 8.732 8.549-24.429 42.185-15.984 16.213-29.386 29.61-29.782 29.768-.396.16-5.695-4.244-11.775-9.786-32.548-29.67-61.86-48.734-85.116-55.361-7.771-2.215-9.327-2.357-22.05-2.009-12.468.34-14.427.627-21.965 3.212-23.775 8.152-49.675 26.108-80.457 55.78-4.75 4.579-9.006 8.325-9.457 8.325s-14.329-13.513-30.839-30.029z" fill="#4255e5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 2"><g style="fill:#7c4dff" data-name="Notch - Black"><path style="fill:#7c4dff" d="m177.3 67.39-3.11 13.99h9.68l-3.57-13.99z" transform="translate(-188.25 29.65) scale(2.2365)"/><path transform="translate(-188.72 29.65) scale(2.2365)" d="M163.77 0a5.62 5.62 0 0 1 0 .58 12.34 12.34 0 0 1-12.34 12.34A12.33 12.33 0 0 1 139.11.58a5.62 5.62 0 0 1 0-.58H97.64v107.62h107.62V0zM149 96.1l-5.25-25.93h-.09L138 96.1h-7.22L122.6 58h7.13l4.88 25.94h.09L140.58 58h6.67l5.28 26.26h.1L158.19 58h7l-9.09 38.1zm39.26 0-2.43-8.48H173l-1.87 8.48H164l9.22-38.1h11.25l11.21 38.1z" style="fill:#7c4dff"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><path d="M115.45 23.033S97.961 33.27 97.534 33.412c-.427.284-.852.57-1.137.854-1.422 1.421-1.848 3.41-1.422 5.26.285.852.711 1.849 1.422 2.56.711.71 1.564 1.137 2.559 1.422 1.848.426 3.84 0 5.262-1.422.426-.427.709-.853.851-1.28l.143-.427 2.56-4.692zm-39.102 9.242c-27.441 0-31.99 13.08-31.99 29.29 0 3.838.569 7.962-1.99 11.942-3.84 5.972-8.957 5.828-10.236 5.828-1.706 0-7.962-.993-8.246-2.841h.994c6.682 0 11.658-5.404 11.658-12.655v-2.56h-5.686c-4.123 0-7.82 1.849-10.238 5.12-2.417-3.271-6.113-5.12-10.236-5.12h-5.83v2.56c0 7.11 5.688 12.795 12.797 12.795h1.848c0 4.124 5.687 20.332 47.63 20.332 16.352 0 40.665-2.843 40.665-33.697 0-5.829-1.848-11.23-4.691-15.78-.996.284-1.992.568-3.13.568a8.92 8.92 0 0 1-8.956-8.957c0-.995.141-1.991.425-2.986-4.265-2.702-8.53-3.838-14.787-3.838z" fill="#1e88e5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m19.376 15.988-7.708 4.45-7.709-4.45v-8.9l7.709-4.451 7.708 4.45z" fill="#fff" fill-opacity=".785"/><path d="M12.286 1.98c-.21 0-.41.059-.57.179l-7.9 4.44c-.32.17-.53.5-.53.88v9c0 .38.21.711.53.881l7.9 4.44c.16.12.36.18.57.18s.41-.06.57-.18l7.9-4.44c.32-.17.53-.5.53-.88v-9c0-.38-.21-.712-.53-.882l-7.9-4.44a.945.945 0 0 0-.57-.179zm0 2.15 7 3.94v2.103h-.016v5.177h.016v.54l-7 3.939-7-3.94V8.07l7-3.94zm0 2.08-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z" fill="#8ed6fb"/><path d="m12.286 6.21-4.9 2.83 4.9 2.83 4.9-2.83-4.9-2.83zm-5 5.08v3.58l4 2.309v-3.58l-4-2.31zm10 0-4 2.308v3.58l4-2.308v-3.58z" fill="#1c78c0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 108 108" xmlns="http://www.w3.org/2000/svg"><path d="M54 10.994A43.006 43.006 0 0 0 10.994 54v36.951c0 3.355 2.7 6.056 6.056 6.056h36.948a43.006 43.006 0 0 0 .003 0A43.006 43.006 0 0 0 97.007 54 43.006 43.006 0 0 0 54 10.995zm0 11.349A31.657 31.657 0 0 1 85.657 54 31.657 31.657 0 0 1 54 85.657 31.657 31.657 0 0 1 22.343 54 31.657 31.657 0 0 1 54 22.343z" style="fill:#4caf50;paint-order:fill markers stroke;stroke-width:.9126"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M115.85 48.404C115.85 29.984 100.865 15 82.445 15c-19.412 0-31.018 14.555-31.018 28.632h19.088c0-3.96 3.703-9.544 11.93-9.544 7.893 0 14.316 6.423 14.316 14.316 0 7.893-5.761 14.316-20.29 14.316H24.5v19.09h51.971c24.521 0 39.379-14.984 39.379-33.405zm0 0C115.85 29.984 100.865 15 82.445 15c-19.412 0-31.018 14.555-31.018 28.632h19.088c0-3.96 3.703-9.544 11.93-9.544 7.893 0 14.316 6.423 14.316 14.316 0 7.893-5.761 14.316-20.29 14.316H24.5v19.09h51.971c24.521 0 39.379-14.984 39.379-33.405zm42.347 123.192c0 18.42-14.985 33.404-33.405 33.404-19.412 0-31.018-14.555-31.018-28.632h19.088c0 3.96 3.703 9.544 11.93 9.544 7.893 0 14.316-6.423 14.316-14.316 0-7.893-7.258-14.317-20.29-14.317H61.147v-19.088h57.671c24.521 0 39.379 14.984 39.379 33.405zm0 0c0 18.42-14.985 33.404-33.405 33.404-19.412 0-31.018-14.555-31.018-28.632h19.088c0 3.96 3.703 9.544 11.93 9.544 7.893 0 14.316-6.423 14.316-14.316 0-7.893-7.258-14.317-20.29-14.317H61.147v-19.088h57.671c24.521 0 39.379 14.984 39.379 33.405z" fill="#42A5F5"/><path d="M163.2 44.45c-21.054 0-35.906 16.011-35.906 37.065H144.2c0-10.465 7.6-18.065 19-18.065s17.1 7.6 17.1 18.065c0 10.466-7.403 19.089-27.55 19.089H24.5v19.088h131.1c29.835 0 43.7-19.177 43.7-38.177 0-21.054-14.25-37.065-36.1-37.065zM49.523 138.191H24.5v19.249h25.023v-19.249z" fill="#42A5F5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-.009 -.001) scale(.12121)" fill-rule="evenodd" fill="none"><circle cx="99.197" cy="98.946" r="83.28" fill="#212121"/><path d="M182.53 98.828a83.406 83.406 0 0 1-39.14 70.722.064.064 0 0 1-.037.019l-28.62-35.664 23.71 2.611s11.385 1.178 13.979 0c2.373-.938 15.174-18.963 15.174-18.963s-36.75-23.23-49.312-36.032c1.435-21.575-1.655-50.269-1.655-50.03-9.252 9.234-10.43 10.668-19.681 19.202-4.028-13.04-5.923-17.546-9.95-30.587-12.104 9.95-21.337 26.799-27.977 46.48a78.667 78.667 0 0 0-4.23 5.095 109.683 109.683 0 0 0-2.668 3.66 114.546 114.546 0 0 0-5.131 8 172.503 172.503 0 0 0-3.403 6.052c-7.707 14.476-14.034 31.067-19.515 46.002a.858.858 0 0 1-.092-.184C8.993 104.299 14.48 67.36 37.804 42.138c23.325-25.223 59.722-33.574 91.71-21.045 31.988 12.53 53.029 43.382 53.017 77.736z" fill="#e53935"/><path d="M101.45 69.178s-1.416-8.295-2.373-11.367c6.401-6.18 7.357-7.118 13.52-13.041.477 11.845.238 18.007-.479 32.482-3.55-3.568-10.668-8.075-10.668-8.075zm-27.737 40.778s-6.64-4.028-11.624-4.727c1.435-3.33 5.224-7.597 6.18-8.774-1.913.7-15.652 6.861-17.087 12.084a74.79 74.79 0 0 1 11.385 3.79 35.994 35.994 0 0 0-8.773 20.158s21.814-3.329 38.184-1.195c.283.168.608.25.938.239l8.534.239 27.11 45.137.222.35c-.037.018-.056.036-.074.036-51.133 18.485-88.085-15.542-95.975-27.442.033-.102.058-.206.074-.312 7.1-30.018 15.855-65.94 29.999-76.552 7.357-12.82 9.49-31.783 22.752-41.734 3.329 9.95 8.553 30.588 12.103 40.538 15.653 15.653 39.36 35.094 55.234 43.15 1.655.956 3.789 7.596 3.789 7.596l-6.401 8.056-68.275-6.879a54.46 54.46 0 0 0-4.58-.184 86.838 86.838 0 0 0-14.144 1.361c3.31-8.295 10.429-14.935 10.429-14.935zm22.053-8.774c3.789-.46 7.817.957 12.323 3.569 4.267-1.196 4.745-1.435 9.013-2.612-5.463-4.028-11.385-8.295-19.442-7.118a47.247 47.247 0 0 0-1.895 6.161z" fill="#fff"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m7 1.5V9h5.5L13 3.5M7 13l1.5 7h2l1.5-3 1.5 3h2l1.5-7h1v-2h-4v2h1l-.9 4.2L13 15h-2l-1.1 2.2L9 13h1v-2H6v2h1z" fill="#01579b"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m18.93 12-3.47 6H8.54l-3.47-6 3.47-6h6.92l3.47 6m4.84 0-4.04 7L18 18l3.46-6L18 6l1.73-1 4.04 7M.23 12l4.04-7L6 6l-3.46 6L6 18l-1.73 1-4.04-7z" fill="#42a5f5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m.12 13.5 3.74 3.74 1.42-1.41-2.33-2.33 2.33-2.33-1.42-1.41-3.74 3.74m11.16 0-3.74-3.74-1.42 1.41 2.33 2.33-2.33 2.33 1.42 1.41 3.74-3.74z" fill="#8bc34a"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2m12 16v-2H9v2h9m-4-4v-2H6v2z" fill="#FF5252"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8 8 8 0 0 0 8 8 4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 2.5A1.5 1.5 0 0 1 13.5 8 1.5 1.5 0 0 1 12 9.5 1.5 1.5 0 0 1 10.5 8 1.5 1.5 0 0 1 12 6.5m0 8a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z" style="fill:#42a5f5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 290"><path d="M249.9 217.2c-12.389 2.942-18.661 5.652-33.993 15.641-24.004 15.486-50.176 22.688-50.176 22.688s-2.168 3.252-8.44 4.723c-10.84 2.633-51.647 4.879-55.364 4.956-9.989.077-16.106-2.555-17.81-6.66-5.187-12.388 7.434-17.808 7.434-17.808s-2.787-1.704-4.413-3.252c-1.471-1.471-3.02-4.414-3.485-3.33-1.935 4.723-2.942 16.261-8.13 21.45-7.124 7.2-20.597 4.8-28.572.619-8.75-4.646.62-15.564.62-15.564s-4.724 2.787-8.518-2.943c-3.407-5.265-6.582-14.247-5.73-25.32 1.084-12.776 15.177-25.01 15.177-25.01s-2.478-18.66 5.653-37.787c7.356-17.422 27.179-31.437 27.179-31.437s-16.648-18.35-10.453-34.999c4.026-10.84 5.652-10.763 6.968-11.228 4.646-1.78 9.137-3.716 12.467-7.356 16.648-17.964 37.864-14.557 37.864-14.557s9.912-30.43 19.203-24.468c2.865 1.859 13.163 24.778 13.163 24.778s10.995-6.427 12.234-4.026c6.66 12.93 7.434 37.632 4.491 52.654-4.955 24.778-17.345 38.097-22.3 46.459-1.161 1.936 13.318 8.053 22.455 33.373 8.44 23.152.93 42.588 2.246 44.756.232.387.31.542.31.542s9.679.774 29.114-11.228c10.376-6.427 22.688-13.628 36.703-13.783 13.55-.232 14.247 15.719 4.104 18.119z" fill="#0288d1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g style="fill:#f7a41d"><g style="fill:#f9a825"><path d="M0 10v80h19l6-10 12-10H20V30h15V10zm40 0v20h62V10zm91 0-6 10-12 10h17v40h-15v20h35V10zM48 70v20h62V70z" style="fill:#f9a825;shape-rendering:crispEdges" transform="translate(1.824 5.214) scale(.13568)"/><path d="M37 70 19 90V75zm76-40 18-20v15zM96.98 10.63 133.26.23 52.97 89.4 16.69 99.8z" style="fill:#f9a825" transform="translate(1.824 5.214) scale(.13568)"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 17h-2v-2h-2v-2h2v2h2m0-6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2m5-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" fill="#afb42b"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 -220)"><rect x="234" y="224" width="44" height="59" ry="4" fill="#7b7b7b"/><rect x="235" y="225" width="42" height="54" ry="3.5" fill="#f6f6f6"/><g fill="#393634" fill-opacity=".51"><path d="m241.5 232 .5-1h-3v3h1.5c.373 0 .5 0 .5.5 0 .6 0 1.5-.5 1.5-1 0-1.5-.5-1.5-.5v1s.5.5 1.5.5c1.5 0 1.5-1.528 1.5-2.5 0-1 0-1.5-1.5-1.5h-.5v-1z"/><path d="M245 231a2 3 0 0 0-2 3 2 3 0 0 0 2 3 2 3 0 0 0 2-3 2 3 0 0 0-2-3zm0 1a1 2 0 0 1 1 2 1 2 0 0 1-1 2 1 2 0 0 1-1-2 1 2 0 0 1 1-2z"/><path d="M253.5 231c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="m259 231-.5 1H257v1h1v1h-1v3h-1v-6z"/><path d="M265 231h3v1l-2 5-1-.5 2-4.5h-2z"/><path d="M240 243c0 4 0 4 1 4v-2h1v4h-1v-1c-2 0-2 0-2-5z"/><path d="M244.5 249c1.5 0 1.5 0 1.5-3s0-3-1.5-3-1.5 0-1.5 2 0 2 1.5 2h.5c0 .5 0 1-.5 1h-1l-.5 1zm0-3c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1v1h-.5z"/><path d="M253.5 243c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="M271 231a2 3 0 0 0-2 3 2 3 0 0 0 2 3 2 3 0 0 0 2-3 2 3 0 0 0-2-3zm0 1a1 2 0 0 1 1 2 1 2 0 0 1-1 2 1 2 0 0 1-1-2 1 2 0 0 1 1-2z"/><path d="M256 249v-1h2v-1h-1v-1h1v-2h-1.5l-.5-1h3v6z"/><path d="m272 243-.5 1H270v1h1v1h-1v3h-1v-6z"/><path d="M266.5 243c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="M240.5 255c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="m246 255-.5 1H244v1h1v1h-1v2h1.5l.5 1h-3v-6z"/><path d="M256 261v-1h2v-1h-1v-1h1v-2h-1.5l-.5-1h3v6z"/><path d="m268 260-.5 1H265v-3h1.5c.373 0 .5 0 .5-.5 0-.6 0-1.5-.5-1.5-1 0-1.5.5-1.5.5v-1s.5-.5 1.5-.5c1.5 0 1.5 1.528 1.5 2.5 0 1 0 1.5-1.5 1.5h-.5v1z"/><path d="M252 255h3v1l-2 5-1-.5 2-4.5h-2z"/><path d="M271 255a2 3 0 0 0-2 3 2 3 0 0 0 2 3 2 3 0 0 0 2-3 2 3 0 0 0-2-3zm0 1a1 2 0 0 1 1 2 1 2 0 0 1-1 2 1 2 0 0 1-1-2 1 2 0 0 1 1-2z"/><path d="M240 267c0 4 0 4 1 4v-2h1v4h-1v-1c-2 0-2 0-2-5z"/><path d="M244.5 273c1.5 0 1.5 0 1.5-3s0-3-1.5-3-1.5 0-1.5 2 0 2 1.5 2h.5c0 .5 0 1-.5 1h-1l-.5 1zm0-3c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1v1h-.5z"/><path d="M253.5 267c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="M266.5 267c-1.5 0-1.5 0-1.5 3s0 3 1.5 3 1.5 0 1.5-2 0-2-1.5-2h-.5c0-.5 0-1 .5-1h1l.5-1zm0 3c.276 0 .5.448.5 1s-.224 1-.5 1-.5-.448-.5-1v-1h.5z"/><path d="m272 267-.5 1H270v1h1v1h-1v2h1.5l.5 1h-3v-6z"/><path d="m257 267-.5 1h.5v4h-1v1h3v-1h-1v-5z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 -220)"><rect x="230" y="226" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="227" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245 270.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 3A4.49 4.49 0 0 0 9 7.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L38.5 3z" fill="#6f4400"/><path d="M54 20v36c0 2.216-1.784 4-4 4H14c-2.216 0-4-1.784-4-4V8c0-2.216 1.784-4 4-4h24" fill="#de8800"/><path d="M54 23H41c-2.216 0-4-1.784-4-4V4h1l16 16z" fill="#6f4400" fill-opacity=".502"/><path d="M54 20H42c-2.216 0-4-1.784-4-4V4" fill="#faa41a"/><g fill="#fff" fill-opacity=".978" transform="translate(-224 980)"><rect x="239" y="-952" width="34" height="7" ry="2.25"/><rect x="239" y="-942" width="34" height="7" ry="2.25"/><rect x="239" y="-932" width="34" height="7" ry="2.25"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 380)"><rect x="230" y="-374" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-373" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-329.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill-opacity=".251"><path d="M242-373h2v35h-2z"/><path fill="#fff" d="M244-373h2v35h-2z"/></g><g transform="translate(66 -314)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(66 -312)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(68 -314)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(68 -312)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(66 -286)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(66 -288)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="translate(68 -286)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(68 -288)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="matrix(.5 0 0 .5 212 -497)"><path d="M62 258c-1.108 0-2 .892-2 2v16c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-16c0-1.108-.892-2-2-2zm0 14h4v4h-4z" fill="url(#a)"/><rect x="56" y="250" width="16" height="18" rx="4" ry="4" fill="#3d3846"/><rect x="56" y="248" width="16" height="18" rx="4" ry="4" fill="#5e5c64"/><path d="M62 254c-1.108 0-2 .892-2 2v18c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-18c0-1.108-.892-2-2-2zm0 16h4v4h-4z" fill="#fff"/><rect transform="scale(1 -1)" x="62" y="-260" width="4" height="10" rx="2" ry="2" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="62" y="-258" width="4" height="8" rx="2" ry="2" fill="#949390" style="paint-order:normal"/></g><path d="M255-359h6l-4 10h2l4-10v-2h-8z" fill="#635749"/><path d="M265-359h6l-6 8v2h8v-2h-6l6-8v-2h-8z" fill="#635749"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 2180)"><rect x="230" y="-2174" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-2173" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-2129.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill="#635749"><path d="M243-2150h2v-4h4v4h2v-8a4 4 0 0 0-4-4 4 4 0 0 0-4 4zm2-6v-2a2 2 0 0 1 2-2 2 2 0 0 1 2 2v2z"/><path d="M261-2158a4 4 0 0 0-4-4h-4v12h2v-4h2a4 4 0 0 0 4-4zm-2 0a2 2 0 0 1-2 2h-2v-4h2a2 2 0 0 1 2 2z"/><path d="M263-2162v12h2v-6l.164-.164L269-2150h2l-4.61-7.39L271-2162h-2.219l-3.781 3.781V-2162z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientTransform="matrix(.5 0 0 .5 212 -5597)" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 2480)"><rect x="230" y="-2474" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-2473" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-2429.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g transform="translate(0 3000)"><path fill-opacity=".251" d="M242-5473h2v35h-2z"/><path fill="#fff" fill-opacity=".251" d="M244-5473h2v35h-2z"/><rect x="242" y="-5473" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-5469h2v2h-2z"/><path fill-opacity=".502" d="M242-5465h2v2h-2z"/><path fill-opacity=".502" d="M242-5461h2v2h-2z"/><path fill-opacity=".502" d="M242-5457h2v2h-2z"/><path fill-opacity=".502" d="M242-5453h2v2h-2z"/><path fill-opacity=".502" d="M242-5449h2v2h-2z"/><rect x="242" y="-5471" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5467h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5463h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5459h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5455h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5451h2v2h-2z"/><rect x="244" y="-5473" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5469h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5465h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5461h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5457h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5453h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5449h2v2h-2z"/><rect x="244" y="-5471" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-5467h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5463h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5459h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5455h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5451h2v2h-2z"/><rect x="242" y="-5445" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-5441h2v2h-2z"/><rect x="242" y="-5447" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5443h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5439h2v1h-2z"/><rect x="244" y="-5445" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5441h2v2h-2z"/><rect x="244" y="-5447" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-5443h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5439h2v1h-2z"/><path d="M243-5468c-.554 0-1 .446-1 1v8c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-8c0-.554-.446-1-1-1zm0 7h2v2h-2z" fill="url(#a)"/><rect x="240" y="-5472" width="8" height="9" rx="2" ry="2" fill="#3d3846"/><rect x="240" y="-5473" width="8" height="9" rx="2" ry="2" fill="#5e5c64"/><path d="M243-5470c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1zm0 8h2v2h-2z" fill="#fff"/><rect transform="scale(1 -1)" x="243" y="5467" width="2" height="5" rx="1" ry="1" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="243" y="5468" width="2" height="4" rx="1" ry="1" fill="#949390" style="paint-order:normal"/></g><g fill="#635749"><path d="M250-2450h2v-4h4v4h2v-8a4 4 0 0 0-4-4 4 4 0 0 0-4 4zm2-6v-2a2 2 0 0 1 2-2 2 2 0 0 1 2 2v2z"/><path d="M274-2462c-2.216 0-4 1.784-4 4v4c0 2.216 1.784 4 4 4s4-1.784 4-4h-2c0 1.108-.892 2-2 2s-2-.892-2-2v-4c0-1.108.892-2 2-2s2 .892 2 2h2c0-2.216-1.784-4-4-4z"/><path d="M260-2450h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 268-2458a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 1280)"><rect x="230" y="-1274" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-1273" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-1229.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill-opacity=".251"><path d="M242-1273h2v35h-2z"/><path fill="#fff" d="M244-1273h2v35h-2z"/></g><g transform="translate(66 -1214)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(66 -1212)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(68 -1214)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(68 -1212)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(66 -1186)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(66 -1188)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="translate(68 -1186)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(68 -1188)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="matrix(.5 0 0 .5 212 -1397)"><path d="M62 258c-1.108 0-2 .892-2 2v16c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-16c0-1.108-.892-2-2-2zm0 14h4v4h-4z" fill="url(#a)"/><rect x="56" y="250" width="16" height="18" rx="4" ry="4" fill="#3d3846"/><rect x="56" y="248" width="16" height="18" rx="4" ry="4" fill="#5e5c64"/><path d="M62 254c-1.108 0-2 .892-2 2v18c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-18c0-1.108-.892-2-2-2zm0 16h4v4h-4z" fill="#fff"/><rect transform="scale(1 -1)" x="62" y="-260" width="4" height="10" rx="2" ry="2" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="62" y="-258" width="4" height="8" rx="2" ry="2" fill="#949390" style="paint-order:normal"/></g><path d="M265-1259h6l-6 8v2h8v-2h-6l6-8v-2h-8z" fill="#635749"/><path d="M255-1261h4a3 3 0 0 1 3 3 2.997 2.997 0 0 1-.605 1.8A4 4 0 0 1 263-1253a4 4 0 0 1-4 4h-4v-4zm2 2v2h2a1 1 0 0 0 0-2zm0 4v4h2a2 2 0 1 0 0-4z" fill="#635749"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 1580)"><rect x="230" y="-1574" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-1573" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-1529.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g transform="matrix(2 0 0 2 24 1509)" fill="#635749"><path d="M108-1536v7h2.5c1.385 0 2.5-1.115 2.5-2.5v-2c0-1.385-1.115-2.5-2.5-2.5h-2zm1 1h1.5c.831 0 1.5.669 1.5 1.5v2c0 .831-.669 1.5-1.5 1.5H109z"/><rect x="114" y="-1536" width="5" height="1" ry="0"/><path d="M114-1535.5h1v6.5h-1z"/><path d="M114.5-1530h4.5v1h-4.5z"/><path d="M114.5-1533h3.5v1h-3.5z"/><path d="M120-1536h1v7h-1z"/><path d="M121-1533v1h2a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-2v1h2a2 2 0 0 0 2-2 2 2 0 0 0-2-2z"/><path d="M120-1536v1h2a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-2v1h2a2 2 0 0 0 2-2 2 2 0 0 0-2-2z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 980)"><rect x="230" y="-974" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-973" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-929.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill-opacity=".251"><path d="M242-973h2v35h-2z"/><path fill="#fff" d="M244-973h2v35h-2z"/></g><g transform="translate(66 -914)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(66 -912)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(68 -914)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(68 -912)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(66 -886)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(66 -888)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="translate(68 -886)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(68 -888)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="matrix(.5 0 0 .5 212 -1097)"><path d="M62 258c-1.108 0-2 .892-2 2v16c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-16c0-1.108-.892-2-2-2zm0 14h4v4h-4z" fill="url(#a)"/><rect x="56" y="250" width="16" height="18" rx="4" ry="4" fill="#3d3846"/><rect x="56" y="248" width="16" height="18" rx="4" ry="4" fill="#5e5c64"/><path d="M62 254c-1.108 0-2 .892-2 2v18c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-18c0-1.108-.892-2-2-2zm0 16h4v4h-4z" fill="#fff"/><rect transform="scale(1 -1)" x="62" y="-260" width="4" height="10" rx="2" ry="2" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="62" y="-258" width="4" height="8" rx="2" ry="2" fill="#949390" style="paint-order:normal"/></g><path d="M265-959h6l-6 8v2h8v-2h-6l6-8v-2h-8z" fill="#635749"/><path d="M255-953c0 2.216 1.784 4 4 4s4-1.784 4-4v-2h-4v2h2c0 1.108-.892 2-2 2s-2-.892-2-2v-4c0-1.108.892-2 2-2s2 .892 2 2h2c0-2.216-1.784-4-4-4s-4 1.784-4 4z" fill="#635749"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 3A4.49 4.49 0 0 0 9 7.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L38.5 3z" fill="#671d00"/><path d="M54 20v36c0 2.216-1.784 4-4 4H14c-2.216 0-4-1.784-4-4V8c0-2.216 1.784-4 4-4h24" fill="#cf3b00"/><path d="M54 23H41c-2.216 0-4-1.784-4-4V4h1l16 16z" fill="#671d00" fill-opacity=".502"/><path d="M54 20H42c-2.216 0-4-1.784-4-4V4" fill="#f15d22"/><g fill="#f6f6f6"><path d="M26 44a4 4 0 0 0-4-4h-4v12h2v-4h2a4 4 0 0 0 4-4zm-2 0a2 2 0 0 1-2 2h-2v-4h2a2 2 0 0 1 2 2z"/><path d="M28 40v12h4c2.216 0 4-1.784 4-4v-4c0-2.216-1.784-4-4-4h-2zm2 2h2c1.108 0 2 .892 2 2v4c0 1.108-.892 2-2 2h-2z"/><path d="M38 40v12h2v-5h4v-2h-4v-3h6v-2h-7z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 -220)"><rect x="230" y="226" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="227" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245 270.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/></g><g fill-opacity=".251"><path d="M18 7h2v35h-2z"/><path fill="#fff" d="M20 7h2v35h-2z"/></g><g transform="translate(-158 66)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(-158 68)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(-156 66)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(-156 68)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(-158 94)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(-158 92)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="translate(-156 94)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(-156 92)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="matrix(.5 0 0 .5 -12 -117)"><path d="M62 258c-1.108 0-2 .892-2 2v16c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-16c0-1.108-.892-2-2-2zm0 14h4v4h-4z" fill="url(#a)"/><rect x="56" y="250" width="16" height="18" rx="4" ry="4" fill="#3d3846"/><rect x="56" y="248" width="16" height="18" rx="4" ry="4" fill="#5e5c64"/><path d="M62 254c-1.108 0-2 .892-2 2v18c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-18c0-1.108-.892-2-2-2zm0 16h4v4h-4z" fill="#fff"/><rect transform="scale(1 -1)" x="62" y="-260" width="4" height="10" rx="2" ry="2" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="62" y="-258" width="4" height="8" rx="2" ry="2" fill="#949390" style="paint-order:normal"/></g><path d="M46 30h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 54 22a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z" fill="#635749"/><path d="M26 30h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 34 22a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z" fill="#635749"/><path d="M44 30h-2v-4h-4v4h-2v-8a4 4 0 0 1 4-4 4 4 0 0 1 4 4zm-2-6v-2a2 2 0 0 0-2-2 2 2 0 0 0-2 2v2z" fill="#635749"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 1880)"><rect x="230" y="-1874" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-1873" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-1829.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill="#635749"><path d="M260-1858a4 4 0 0 0-4-4h-4v12h2v-4h2a4 4 0 0 0 4-4zm-2 0a2 2 0 0 1-2 2h-2v-4h2a2 2 0 0 1 2 2z"/><path d="M242-1850h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 250-1858a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"/><path d="M262-1850v-12h2l3 8 3-8h2v12h-2v-7l-2 7h-2l-2-7v7z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 3380)"><rect x="230" y="-3374" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-3373" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-3329.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill="#635749"><path d="M252-3350h2v-4h4v4h2v-8a4 4 0 0 0-4-4 4 4 0 0 0-4 4zm2-6v-2a2 2 0 0 1 2-2 2 2 0 0 1 2 2v2z"/><path d="M262-3350h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 270-3358a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"/><path d="M245-3362v2h2v10h2v-10h2v-2z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientTransform="matrix(.5 0 0 .5 212 -5897)" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 2780)"><rect x="230" y="-2774" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-2773" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-2729.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g transform="translate(0 3000)"><path fill-opacity=".251" d="M242-5773h2v35h-2z"/><path fill="#fff" fill-opacity=".251" d="M244-5773h2v35h-2z"/><rect x="242" y="-5773" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-5769h2v2h-2z"/><path fill-opacity=".502" d="M242-5765h2v2h-2z"/><path fill-opacity=".502" d="M242-5761h2v2h-2z"/><path fill-opacity=".502" d="M242-5757h2v2h-2z"/><path fill-opacity=".502" d="M242-5753h2v2h-2z"/><path fill-opacity=".502" d="M242-5749h2v2h-2z"/><rect x="242" y="-5771" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5767h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5763h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5759h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5755h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5751h2v2h-2z"/><rect x="244" y="-5773" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5769h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5765h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5761h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5757h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5753h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5749h2v2h-2z"/><rect x="244" y="-5771" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-5767h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5763h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5759h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5755h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5751h2v2h-2z"/><rect x="242" y="-5745" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-5741h2v2h-2z"/><rect x="242" y="-5747" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5743h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-5739h2v1h-2z"/><rect x="244" y="-5745" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-5741h2v2h-2z"/><rect x="244" y="-5747" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-5743h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-5739h2v1h-2z"/><path d="M243-5768c-.554 0-1 .446-1 1v8c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-8c0-.554-.446-1-1-1zm0 7h2v2h-2z" fill="url(#a)"/><rect x="240" y="-5772" width="8" height="9" rx="2" ry="2" fill="#3d3846"/><rect x="240" y="-5773" width="8" height="9" rx="2" ry="2" fill="#5e5c64"/><path d="M243-5770c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1zm0 8h2v2h-2z" fill="#fff"/><rect transform="scale(1 -1)" x="243" y="5767" width="2" height="5" rx="1" ry="1" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="243" y="5768" width="2" height="4" rx="1" ry="1" fill="#949390" style="paint-order:normal"/></g><g fill="#635749"><path d="M260-2749h2v-4h4v4h2v-8a4 4 0 0 0-4-4 4 4 0 0 0-4 4zm2-6v-2a2 2 0 0 1 2-2 2 2 0 0 1 2 2v2z"/><path d="M269-2749h2v-4h2l2 4h2l-1.852-4.629A4 4 0 0 0 277-2757a4 4 0 0 0-4-4h-4v4zm2-6v-4h2a2 2 0 0 1 2 2 2 2 0 0 1-2 2z"/><path d="m259-2761-6 12h-2l6-12z"/><path d="m251-2761 6 12h2l-6-12z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientTransform="matrix(.5 0 0 .5 212 -6197)" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 3080)"><rect x="230" y="-3074" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-3073" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-3029.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g transform="translate(0 3000)"><path fill-opacity=".251" d="M242-6073h2v35h-2z"/><path fill="#fff" fill-opacity=".251" d="M244-6073h2v35h-2z"/><rect x="242" y="-6073" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-6069h2v2h-2z"/><path fill-opacity=".502" d="M242-6065h2v2h-2z"/><path fill-opacity=".502" d="M242-6061h2v2h-2z"/><path fill-opacity=".502" d="M242-6057h2v2h-2z"/><path fill-opacity=".502" d="M242-6053h2v2h-2z"/><path fill-opacity=".502" d="M242-6049h2v2h-2z"/><rect x="242" y="-6071" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6067h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6063h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6059h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6055h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6051h2v2h-2z"/><rect x="244" y="-6073" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6069h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6065h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6061h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6057h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6053h2v2h-2z"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6049h2v2h-2z"/><rect x="244" y="-6071" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-6067h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-6063h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-6059h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-6055h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-6051h2v2h-2z"/><rect x="242" y="-6045" width="2" height="2" ry="0" fill-opacity=".502"/><path fill-opacity=".502" d="M242-6041h2v2h-2z"/><rect x="242" y="-6047" width="2" height="2" ry="0" fill="#fdfdfd" fill-opacity=".502"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6043h2v2h-2z"/><path fill="#fdfdfd" fill-opacity=".502" d="M242-6039h2v1h-2z"/><rect x="244" y="-6045" width="2" height="2" ry="0" fill="#f4f4f4" fill-opacity=".502"/><path fill="#f4f4f4" fill-opacity=".502" d="M244-6041h2v2h-2z"/><rect x="244" y="-6047" width="2" height="2" ry="0" fill="#131313" fill-opacity=".502"/><path fill="#131313" fill-opacity=".502" d="M244-6043h2v2h-2z"/><path fill="#131313" fill-opacity=".502" d="M244-6039h2v1h-2z"/><path d="M243-6068c-.554 0-1 .446-1 1v8c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-8c0-.554-.446-1-1-1zm0 7h2v2h-2z" fill="url(#a)"/><rect x="240" y="-6072" width="8" height="9" rx="2" ry="2" fill="#3d3846"/><rect x="240" y="-6073" width="8" height="9" rx="2" ry="2" fill="#5e5c64"/><path d="M243-6070c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h2c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1zm0 8h2v2h-2z" fill="#fff"/><rect transform="scale(1 -1)" x="243" y="6067" width="2" height="5" rx="1" ry="1" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="243" y="6068" width="2" height="4" rx="1" ry="1" fill="#949390" style="paint-order:normal"/></g><g fill="#635749"><path d="m263-3062-6 12h-2l6-12z"/><path d="m255-3062 6 12h2l-6-12z"/><path d="M265-3060h6l-6 8v2h8v-2h-6l6-8v-2h-8z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="a" x1="60" x2="68" y1="268" y2="268" gradientUnits="userSpaceOnUse"><stop stop-color="#949390" offset="0"/><stop stop-color="#d5d3cf" offset=".083"/><stop stop-color="#949390" offset=".167"/><stop stop-color="#949390" offset=".833"/><stop stop-color="#d5d3cf" offset=".917"/><stop stop-color="#949390" offset="1"/></linearGradient></defs><g transform="translate(-224 80)"><rect x="230" y="-74" width="54" height="52" ry="4" fill="#a19282"/><rect x="231" y="-73" width="52" height="35" ry="3.5" fill="#d7c3ad"/><path d="M245-29.5h24m10-8-10 8 10 6m-44-14 10 8-10 6" fill="none" stroke="#000" stroke-opacity=".251"/><g fill-opacity=".251"><path d="M242-73h2v35h-2z"/><path fill="#fff" d="M244-73h2v35h-2z"/></g><g transform="translate(66 -14)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(66 -12)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(68 -14)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/><path d="M176-35h2v2h-2z"/></g><g transform="translate(68 -12)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v2h-2z"/><path d="M176-47h2v2h-2z"/><path d="M176-43h2v2h-2z"/><path d="M176-39h2v2h-2z"/></g><g transform="translate(66 14)" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(66 12)" fill="#fdfdfd" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="translate(68 14)" fill="#f4f4f4" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/></g><g transform="translate(68 12)" fill="#131313" fill-opacity=".502"><rect x="176" y="-59" width="2" height="2" ry="0"/><path d="M176-55h2v2h-2z"/><path d="M176-51h2v1h-2z"/></g><g transform="matrix(.5 0 0 .5 212 -197)"><path d="M62 258c-1.108 0-2 .892-2 2v16c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-16c0-1.108-.892-2-2-2zm0 14h4v4h-4z" fill="url(#a)"/><rect x="56" y="250" width="16" height="18" rx="4" ry="4" fill="#3d3846"/><rect x="56" y="248" width="16" height="18" rx="4" ry="4" fill="#5e5c64"/><path d="M62 254c-1.108 0-2 .892-2 2v18c0 1.108.892 2 2 2h4c1.108 0 2-.892 2-2v-18c0-1.108-.892-2-2-2zm0 16h4v4h-4z" fill="#fff"/><rect transform="scale(1 -1)" x="62" y="-260" width="4" height="10" rx="2" ry="2" fill="#68676b" style="paint-order:normal"/><rect transform="scale(1 -1)" x="62" y="-258" width="4" height="8" rx="2" ry="2" fill="#949390" style="paint-order:normal"/></g><path d="M253-62h8v2l-6 8h6v2h-8v-2l6-8h-6z" fill="#635749"/><path fill="#635749" d="M265-62v12h-2v-12z"/><path d="M275-58a4 4 0 0 0-4-4h-4v12h2v-4h2a4 4 0 0 0 4-4zm-2 0a2 2 0 0 1-2 2h-2v-4h2a2 2 0 0 1 2 2z" fill="#635749"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 20H4c-1.11 0-2-.9-2-2V6c0-1.11.89-2 2-2h6l2 2h7a2 2 0 0 1 2 2H4v10l2.14-8h17.07l-2.28 8.5c-.23.87-1.01 1.5-1.93 1.5z" fill="#90a4ae" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8c0-1.11-.9-2-2-2h-8l-2-2z" fill="#90a4ae" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 3A4.49 4.49 0 0 0 9 7.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L38.5 3z" fill="#555555"/><path d="M54 20v36c0 2.216-1.784 4-4 4H14c-2.216 0-4-1.784-4-4V8c0-2.216 1.784-4 4-4h24" fill="#ececec"/><path d="M54 23H41c-2.216 0-4-1.784-4-4V4h1l16 16z" fill="#6f6f6f" fill-opacity=".502"/><path d="M54 20H42c-2.216 0-4-1.784-4-4V4" fill="#fafafa"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 380)"><path d="M237.5-377a4.49 4.49 0 0 0-4.5 4.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L262.5-377z" fill="#671d00"/><path d="M278-360v36c0 2.216-1.784 4-4 4h-36c-2.216 0-4-1.784-4-4v-48c0-2.216 1.784-4 4-4h24" fill="#cf3b00"/><path d="M278-357h-13c-2.216 0-4-1.784-4-4v-15h1l16 16z" fill="#671d00" fill-opacity=".502"/><path d="M278-360h-12c-2.216 0-4-1.784-4-4v-12" fill="#f15d22"/><path d="M238-348a8 8 0 0 1 8-8 8 8 0 0 1 8 8 8 8 0 0 1-8 8v-8z" fill="#fffffe"/><rect x="258" y="-354" width="16" height="12" ry="0" fill="#fff"/><rect x="238" y="-338" width="36" height="4" ry="0" fill="#fff"/><rect x="238" y="-330" width="22" height="4" ry="0" fill="#fff"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 -220)"><path d="M237.5 223a4.49 4.49 0 0 0-4.5 4.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L262.5 223z" fill="#1f285a"/><path d="M278 240v36c0 2.216-1.784 4-4 4h-36c-2.216 0-4-1.784-4-4v-48c0-2.216 1.784-4 4-4h24" fill="#3f51b5"/><path d="M278 243h-13c-2.216 0-4-1.784-4-4v-15h1l16 16z" fill="#1f285a" fill-opacity=".502"/><path d="M278 240h-12c-2.216 0-4-1.784-4-4v-12" fill="#6a7ce0"/><rect x="238" y="245" width="36" height="4" ry="0" fill="#fff"/><rect x="238" y="253" width="36" height="4" ry="0" fill="#fff"/><rect x="238" y="261" width="36" height="4" ry="0" fill="#fff"/><rect x="238" y="269" width="22" height="4" ry="0" fill="#fff"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 3A4.49 4.49 0 0 0 9 7.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L38.5 3z" fill="#234c31"/><path d="M54 20v36c0 2.216-1.784 4-4 4H14c-2.216 0-4-1.784-4-4V8c0-2.216 1.784-4 4-4h24" fill="#479863"/><path d="M54 23H41c-2.216 0-4-1.784-4-4V4h1l16 16z" fill="#234c31" fill-opacity=".502"/><path d="M54 20H42c-2.216 0-4-1.784-4-4V4" fill="#73c48f"/><path d="M14 28v28h36V28zm4 4h8v4h-8zm12 0h16v4H30zm-12 8h8v4h-8zm12 0h16v4H30zm-12 8h8v4h-8zm12 0h16v4H30z" fill="#fff"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.0" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-224 380)"><path d="M237.5-377a4.49 4.49 0 0 0-4.5 4.5v51a4.49 4.49 0 0 0 4.5 4.5h37a4.49 4.49 0 0 0 4.5-4.5v-39L262.5-377z" fill="#6f6f6f"/><path d="M278-360v36c0 2.216-1.784 4-4 4h-36c-2.216 0-4-1.784-4-4v-48c0-2.216 1.784-4 4-4h24" fill="#ececec"/><path d="M278-357h-13c-2.216 0-4-1.784-4-4v-15h1l16 16z" fill="#6f6f6f" fill-opacity=".502"/><path d="M278-360h-12c-2.216 0-4-1.784-4-4v-12" fill="#fafafa"/><rect x="242" y="-330" width="18" height="2" ry=".912" fill="#474341" fill-opacity=".69"/><rect x="242" y="-336" width="28" height="2" ry=".912" fill="#474341" fill-opacity=".69"/><rect x="242" y="-342" width="28" height="2" ry=".912" fill="#474341" fill-opacity=".69"/><rect x="242" y="-348" width="28" height="2" ry=".912" fill="#474341" fill-opacity=".69"/></g></svg>
|