material-icon-theme 5.4.2 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +50 -208
- package/dist/material-icons.json +232 -34
- package/dist/module/index.cjs +1 -0
- package/dist/types/core/generator/clones/clonesGenerator.d.ts +18 -0
- package/dist/types/core/generator/clones/clonesGenerator.d.ts.map +1 -0
- package/dist/types/core/generator/clones/utils/cloneData.d.ts +38 -0
- package/dist/types/core/generator/clones/utils/cloneData.d.ts.map +1 -0
- package/dist/types/core/generator/clones/utils/cloning.d.ts +20 -0
- package/dist/types/core/generator/clones/utils/cloning.d.ts.map +1 -0
- package/dist/types/core/generator/clones/utils/color/colors.d.ts +18 -0
- package/dist/types/core/generator/clones/utils/color/colors.d.ts.map +1 -0
- package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts +269 -0
- package/dist/types/core/generator/clones/utils/color/materialPalette.d.ts.map +1 -0
- package/dist/types/core/generator/config/defaultConfig.d.ts +14 -0
- package/dist/types/core/generator/config/defaultConfig.d.ts.map +1 -0
- package/dist/types/core/generator/constants.d.ts +37 -0
- package/dist/types/core/generator/constants.d.ts.map +1 -0
- package/dist/types/core/generator/fileGenerator.d.ts +9 -0
- package/dist/types/core/generator/fileGenerator.d.ts.map +1 -0
- package/dist/types/core/generator/folderGenerator.d.ts +9 -0
- package/dist/types/core/generator/folderGenerator.d.ts.map +1 -0
- package/dist/types/core/generator/iconOpacity.d.ts +13 -0
- package/dist/types/core/generator/iconOpacity.d.ts.map +1 -0
- package/dist/types/core/generator/iconSaturation.d.ts +14 -0
- package/dist/types/core/generator/iconSaturation.d.ts.map +1 -0
- package/dist/types/core/generator/jsonGenerator.d.ts +31 -0
- package/dist/types/core/generator/jsonGenerator.d.ts.map +1 -0
- package/dist/types/core/generator/languageGenerator.d.ts +8 -0
- package/dist/types/core/generator/languageGenerator.d.ts.map +1 -0
- package/dist/types/core/generator/shared/svg.d.ts +4 -0
- package/dist/types/core/generator/shared/svg.d.ts.map +1 -0
- package/dist/types/core/generator/shared/validation.d.ts +6 -0
- package/dist/types/core/generator/shared/validation.d.ts.map +1 -0
- package/dist/types/core/helpers/configHash.d.ts +7 -0
- package/dist/types/core/helpers/configHash.d.ts.map +1 -0
- package/dist/types/core/helpers/customIconPaths.d.ts +2 -0
- package/dist/types/core/helpers/customIconPaths.d.ts.map +1 -0
- package/dist/types/core/helpers/iconPacks.d.ts +4 -0
- package/dist/types/core/helpers/iconPacks.d.ts.map +1 -0
- package/dist/types/core/helpers/object.d.ts +24 -0
- package/dist/types/core/helpers/object.d.ts.map +1 -0
- package/dist/types/core/helpers/resolvePath.d.ts +2 -0
- package/dist/types/core/helpers/resolvePath.d.ts.map +1 -0
- package/dist/types/core/helpers/titlecase.d.ts +5 -0
- package/dist/types/core/helpers/titlecase.d.ts.map +1 -0
- package/dist/types/core/i18n/translate.d.ts +22 -0
- package/dist/types/core/i18n/translate.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-cs.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-cs.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-de.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-de.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-en.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-en.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-es.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-es.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-fr.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-fr.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-ja.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-ja.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-ko.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-ko.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-nl.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-nl.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-pl.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-pl.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-pt-br.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-pt-br.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-pt-pt.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-pt-pt.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-ru.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-ru.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-uk.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-uk.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-zh-cn.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-zh-cn.d.ts.map +1 -0
- package/dist/types/core/i18n/translations/lang-zh-tw.d.ts +3 -0
- package/dist/types/core/i18n/translations/lang-zh-tw.d.ts.map +1 -0
- package/dist/types/core/icons/fileIcons.d.ts +6 -0
- package/dist/types/core/icons/fileIcons.d.ts.map +1 -0
- package/dist/types/core/icons/folderIcons.d.ts +6 -0
- package/dist/types/core/icons/folderIcons.d.ts.map +1 -0
- package/dist/types/core/icons/languageIcons.d.ts +6 -0
- package/dist/types/core/icons/languageIcons.d.ts.map +1 -0
- package/dist/types/core/index.d.ts +30 -0
- package/dist/types/core/index.d.ts.map +1 -0
- package/dist/types/core/models/i18n/translation.d.ts +44 -0
- package/dist/types/core/models/i18n/translation.d.ts.map +1 -0
- package/dist/types/core/models/icons/cloneOptions.d.ts +6 -0
- package/dist/types/core/models/icons/cloneOptions.d.ts.map +1 -0
- package/dist/types/core/models/icons/config.d.ts +39 -0
- package/dist/types/core/models/icons/config.d.ts.map +1 -0
- package/dist/types/core/models/icons/defaultIcon.d.ts +15 -0
- package/dist/types/core/models/icons/defaultIcon.d.ts.map +1 -0
- package/dist/types/core/models/icons/files/fileIcon.d.ts +50 -0
- package/dist/types/core/models/icons/files/fileIcon.d.ts.map +1 -0
- package/dist/types/core/models/icons/files/fileTypes.d.ts +13 -0
- package/dist/types/core/models/icons/files/fileTypes.d.ts.map +1 -0
- package/dist/types/core/models/icons/folders/folderIcon.d.ts +34 -0
- package/dist/types/core/models/icons/folders/folderIcon.d.ts.map +1 -0
- package/dist/types/core/models/icons/folders/folderTheme.d.ts +22 -0
- package/dist/types/core/models/icons/folders/folderTheme.d.ts.map +1 -0
- package/dist/types/core/models/icons/iconPack.d.ts +15 -0
- package/dist/types/core/models/icons/iconPack.d.ts.map +1 -0
- package/dist/types/core/models/icons/languages/languageIdentifier.d.ts +24 -0
- package/dist/types/core/models/icons/languages/languageIdentifier.d.ts.map +1 -0
- package/dist/types/core/models/icons/patterns/patterns.d.ts +16 -0
- package/dist/types/core/models/icons/patterns/patterns.d.ts.map +1 -0
- package/dist/types/core/models/manifest.d.ts +20 -0
- package/dist/types/core/models/manifest.d.ts.map +1 -0
- package/dist/types/core/patterns/patterns.d.ts +11 -0
- package/dist/types/core/patterns/patterns.d.ts.map +1 -0
- package/dist/types/core/types/recursivePartial.d.ts +4 -0
- package/dist/types/core/types/recursivePartial.d.ts.map +1 -0
- package/dist/types/core/types/requiredAtLeastOne.d.ts +4 -0
- package/dist/types/core/types/requiredAtLeastOne.d.ts.map +1 -0
- package/dist/types/module/index.d.ts +2 -0
- package/dist/types/module/index.d.ts.map +1 -0
- package/icons/amplify.svg +1 -0
- package/icons/appveyor.svg +1 -1
- package/icons/arduino.svg +1 -1
- package/icons/astro-config.svg +1 -0
- package/icons/astro.svg +1 -1
- package/icons/aurelia.svg +1 -1
- package/icons/auto.svg +1 -1
- package/icons/auto_light.svg +1 -1
- package/icons/bazel.svg +1 -1
- package/icons/bicep.svg +1 -1
- package/icons/bitbucket.svg +1 -1
- package/icons/bithound.svg +1 -1
- package/icons/blink.svg +1 -1
- package/icons/blink_light.svg +1 -1
- package/icons/blitz.svg +1 -1
- package/icons/bower.svg +1 -1
- package/icons/buildkite.svg +1 -1
- package/icons/bun.svg +1 -1
- package/icons/bun_light.svg +1 -1
- package/icons/cabal.svg +1 -1
- package/icons/caddy.svg +1 -1
- package/icons/cairo.svg +1 -0
- package/icons/changelog.svg +1 -1
- package/icons/code-climate.svg +1 -1
- package/icons/code-climate_light.svg +1 -1
- package/icons/codecov.svg +1 -1
- package/icons/concourse.svg +1 -1
- package/icons/crystal.svg +1 -1
- package/icons/crystal_light.svg +1 -1
- package/icons/cucumber.svg +1 -1
- package/icons/cuda.svg +1 -1
- package/icons/cypress.svg +1 -1
- package/icons/dart.svg +1 -1
- package/icons/deno.svg +1 -1
- package/icons/deno_light.svg +1 -1
- package/icons/diff.svg +1 -1
- package/icons/dinophp.svg +1 -1
- package/icons/docker.svg +1 -1
- package/icons/document.svg +1 -1
- package/icons/dune.svg +1 -1
- package/icons/editorconfig.svg +1 -1
- package/icons/ejs.svg +1 -1
- package/icons/elm.svg +1 -1
- package/icons/email.svg +1 -1
- package/icons/fastlane.svg +1 -1
- package/icons/flash.svg +1 -1
- package/icons/flow.svg +1 -1
- package/icons/folder-admin-open.svg +1 -1
- package/icons/folder-admin.svg +1 -1
- package/icons/folder-android-open.svg +1 -1
- package/icons/folder-android.svg +1 -1
- package/icons/folder-angular-open.svg +1 -1
- package/icons/folder-angular.svg +1 -1
- package/icons/folder-ansible-open.svg +1 -1
- package/icons/folder-ansible.svg +1 -1
- package/icons/folder-api-open.svg +1 -1
- package/icons/folder-api.svg +1 -1
- package/icons/folder-astro-open.svg +1 -0
- package/icons/folder-astro.svg +1 -0
- package/icons/folder-audio-open.svg +1 -1
- package/icons/folder-audio.svg +1 -1
- package/icons/folder-aurelia-open.svg +1 -1
- package/icons/folder-aurelia.svg +1 -1
- package/icons/folder-aws.svg +1 -1
- package/icons/folder-batch-open.svg +1 -1
- package/icons/folder-batch.svg +1 -1
- package/icons/folder-benchmark-open.svg +1 -1
- package/icons/folder-benchmark.svg +1 -1
- package/icons/folder-bicep-open.svg +1 -0
- package/icons/folder-bicep.svg +1 -0
- package/icons/folder-bower-open.svg +1 -1
- package/icons/folder-bower.svg +1 -1
- package/icons/folder-buildkite-open.svg +1 -1
- package/icons/folder-buildkite.svg +1 -1
- package/icons/folder-cart-open.svg +1 -1
- package/icons/folder-cart.svg +1 -1
- package/icons/folder-ci-open.svg +1 -1
- package/icons/folder-ci.svg +1 -1
- package/icons/folder-class-open.svg +1 -1
- package/icons/folder-class.svg +1 -1
- package/icons/folder-client-open.svg +1 -1
- package/icons/folder-client.svg +1 -1
- package/icons/folder-cloudflare-open.svg +1 -1
- package/icons/folder-cloudflare.svg +1 -1
- package/icons/folder-cluster-open.svg +1 -1
- package/icons/folder-cobol-open.svg +1 -1
- package/icons/folder-cobol.svg +1 -1
- package/icons/folder-command-open.svg +1 -1
- package/icons/folder-command.svg +1 -1
- package/icons/folder-config-open.svg +1 -1
- package/icons/folder-config.svg +1 -1
- package/icons/folder-connection-open.svg +1 -1
- package/icons/folder-connection.svg +1 -1
- package/icons/folder-constant-open.svg +1 -1
- package/icons/folder-content-open.svg +1 -1
- package/icons/folder-content.svg +1 -1
- package/icons/folder-contract-open.svg +1 -1
- package/icons/folder-contract.svg +1 -1
- package/icons/folder-controller.svg +1 -1
- package/icons/folder-core-open.svg +1 -1
- package/icons/folder-core.svg +1 -1
- package/icons/folder-coverage-open.svg +1 -1
- package/icons/folder-coverage.svg +1 -1
- package/icons/folder-custom-open.svg +1 -1
- package/icons/folder-custom.svg +1 -1
- package/icons/folder-database-open.svg +1 -1
- package/icons/folder-database.svg +1 -1
- package/icons/folder-debug-open.svg +1 -1
- package/icons/folder-debug.svg +1 -1
- package/icons/folder-delta-open.svg +1 -1
- package/icons/folder-desktop-open.svg +1 -1
- package/icons/folder-desktop.svg +1 -1
- package/icons/folder-dist-open.svg +1 -1
- package/icons/folder-dist.svg +1 -1
- package/icons/folder-docker-open.svg +1 -1
- package/icons/folder-docker.svg +1 -1
- package/icons/folder-download-open.svg +1 -1
- package/icons/folder-download.svg +1 -1
- package/icons/folder-dump-open.svg +1 -1
- package/icons/folder-dump.svg +1 -1
- package/icons/folder-enum-open.svg +1 -1
- package/icons/folder-enum.svg +1 -1
- package/icons/folder-environment-open.svg +1 -1
- package/icons/folder-environment.svg +1 -1
- package/icons/folder-error-open.svg +1 -1
- package/icons/folder-error.svg +1 -1
- package/icons/folder-event-open.svg +1 -1
- package/icons/folder-event.svg +1 -1
- package/icons/folder-expo-open.svg +1 -1
- package/icons/folder-expo.svg +1 -1
- package/icons/folder-export-open.svg +1 -1
- package/icons/folder-export.svg +1 -1
- package/icons/folder-firebase-open.svg +1 -1
- package/icons/folder-firebase.svg +1 -1
- package/icons/folder-flow-open.svg +1 -1
- package/icons/folder-flow.svg +1 -1
- package/icons/folder-font-open.svg +1 -1
- package/icons/folder-font.svg +1 -1
- package/icons/folder-functions-open.svg +1 -1
- package/icons/folder-functions.svg +1 -1
- package/icons/folder-gamemaker-open.svg +1 -1
- package/icons/folder-gamemaker.svg +1 -1
- package/icons/folder-generator-open.svg +1 -1
- package/icons/folder-generator.svg +1 -1
- package/icons/folder-gitlab-open.svg +1 -1
- package/icons/folder-gradle-open.svg +1 -1
- package/icons/folder-gradle.svg +1 -1
- package/icons/folder-guard-open.svg +1 -1
- package/icons/folder-guard.svg +1 -1
- package/icons/folder-helm-open.svg +1 -0
- package/icons/folder-helm.svg +1 -0
- package/icons/folder-helper-open.svg +1 -1
- package/icons/folder-helper.svg +1 -1
- package/icons/folder-home-open.svg +1 -1
- package/icons/folder-home.svg +1 -1
- package/icons/folder-hook-open.svg +1 -1
- package/icons/folder-hook.svg +1 -1
- package/icons/folder-husky-open.svg +1 -1
- package/icons/folder-husky.svg +1 -1
- package/icons/folder-import-open.svg +1 -1
- package/icons/folder-import.svg +1 -1
- package/icons/folder-include-open.svg +1 -1
- package/icons/folder-include.svg +1 -1
- package/icons/folder-interface-open.svg +1 -1
- package/icons/folder-interface.svg +1 -1
- package/icons/folder-ios-open.svg +1 -1
- package/icons/folder-ios.svg +1 -1
- package/icons/folder-java-open.svg +1 -1
- package/icons/folder-java.svg +1 -1
- package/icons/folder-jinja-open.svg +1 -1
- package/icons/folder-jinja-open_light.svg +1 -1
- package/icons/folder-jinja.svg +1 -1
- package/icons/folder-jinja_light.svg +1 -1
- package/icons/folder-job-open.svg +1 -1
- package/icons/folder-job.svg +1 -1
- package/icons/folder-json-open.svg +1 -1
- package/icons/folder-json.svg +1 -1
- package/icons/folder-jupyter-open.svg +1 -0
- package/icons/folder-jupyter.svg +1 -0
- package/icons/folder-keys-open.svg +1 -1
- package/icons/folder-keys.svg +1 -1
- package/icons/folder-kubernetes-open.svg +1 -1
- package/icons/folder-kubernetes.svg +1 -1
- package/icons/folder-less-open.svg +1 -1
- package/icons/folder-less.svg +1 -1
- package/icons/folder-lib-open.svg +1 -1
- package/icons/folder-lib.svg +1 -1
- package/icons/folder-log-open.svg +1 -1
- package/icons/folder-log.svg +1 -1
- package/icons/folder-lottie-open.svg +1 -1
- package/icons/folder-lottie.svg +1 -1
- package/icons/folder-mail-open.svg +1 -1
- package/icons/folder-mail.svg +1 -1
- package/icons/folder-mappings-open.svg +1 -1
- package/icons/folder-mappings.svg +1 -1
- package/icons/folder-markdown-open.svg +1 -1
- package/icons/folder-markdown.svg +1 -1
- package/icons/folder-mercurial-open.svg +1 -1
- package/icons/folder-mercurial.svg +1 -1
- package/icons/folder-messages-open.svg +1 -1
- package/icons/folder-messages.svg +1 -1
- package/icons/folder-meta-open.svg +1 -1
- package/icons/folder-meta.svg +1 -1
- package/icons/folder-middleware-open.svg +1 -1
- package/icons/folder-middleware.svg +1 -1
- package/icons/folder-mobile-open.svg +1 -1
- package/icons/folder-mobile.svg +1 -1
- package/icons/folder-mock-open.svg +1 -1
- package/icons/folder-mock.svg +1 -1
- package/icons/folder-moon-open.svg +1 -1
- package/icons/folder-moon.svg +1 -1
- package/icons/folder-next-open.svg +1 -1
- package/icons/folder-next.svg +1 -1
- package/icons/folder-ngrx-actions-open.svg +1 -1
- package/icons/folder-ngrx-actions.svg +1 -1
- package/icons/folder-ngrx-effects-open.svg +1 -1
- package/icons/folder-ngrx-effects.svg +1 -1
- package/icons/folder-ngrx-entities-open.svg +1 -1
- package/icons/folder-ngrx-entities.svg +1 -1
- package/icons/folder-ngrx-reducer-open.svg +1 -1
- package/icons/folder-ngrx-reducer.svg +1 -1
- package/icons/folder-ngrx-selectors-open.svg +1 -1
- package/icons/folder-ngrx-selectors.svg +1 -1
- package/icons/folder-ngrx-state-open.svg +1 -1
- package/icons/folder-ngrx-state.svg +1 -1
- package/icons/folder-ngrx-store-open.svg +1 -1
- package/icons/folder-ngrx-store.svg +1 -1
- package/icons/folder-node-open.svg +1 -1
- package/icons/folder-node.svg +1 -1
- package/icons/folder-other-open.svg +1 -1
- package/icons/folder-other.svg +1 -1
- package/icons/folder-packages-open.svg +1 -1
- package/icons/folder-packages.svg +1 -1
- package/icons/folder-pdf-open.svg +1 -1
- package/icons/folder-pdf.svg +1 -1
- package/icons/folder-pdm-open.svg +1 -1
- package/icons/folder-pdm.svg +1 -1
- package/icons/folder-php-open.svg +1 -1
- package/icons/folder-php.svg +1 -1
- package/icons/folder-phpmailer-open.svg +1 -1
- package/icons/folder-phpmailer.svg +1 -1
- package/icons/folder-pipe-open.svg +1 -1
- package/icons/folder-pipe.svg +1 -1
- package/icons/folder-plastic-open.svg +1 -1
- package/icons/folder-plastic.svg +1 -1
- package/icons/folder-plugin-open.svg +1 -1
- package/icons/folder-plugin.svg +1 -1
- package/icons/folder-prisma-open.svg +1 -1
- package/icons/folder-prisma.svg +1 -1
- package/icons/folder-private-open.svg +1 -1
- package/icons/folder-private.svg +1 -1
- package/icons/folder-project-open.svg +1 -1
- package/icons/folder-project.svg +1 -1
- package/icons/folder-proto-open.svg +1 -1
- package/icons/folder-proto.svg +1 -1
- package/icons/folder-python-open.svg +1 -1
- package/icons/folder-python.svg +1 -1
- package/icons/folder-quasar-open.svg +1 -1
- package/icons/folder-quasar.svg +1 -1
- package/icons/folder-react-components-open.svg +1 -1
- package/icons/folder-react-components.svg +1 -1
- package/icons/folder-resolver-open.svg +1 -1
- package/icons/folder-resolver.svg +1 -1
- package/icons/folder-resource-open.svg +1 -1
- package/icons/folder-resource.svg +1 -1
- package/icons/folder-review-open.svg +1 -1
- package/icons/folder-review.svg +1 -1
- package/icons/folder-robot-open.svg +1 -1
- package/icons/folder-robot.svg +1 -1
- package/icons/folder-rules-open.svg +1 -1
- package/icons/folder-rules.svg +1 -1
- package/icons/folder-scala-open.svg +1 -1
- package/icons/folder-scala.svg +1 -1
- package/icons/folder-seeders-open.svg +1 -1
- package/icons/folder-seeders.svg +1 -1
- package/icons/folder-server-open.svg +1 -1
- package/icons/folder-server.svg +1 -1
- package/icons/folder-shared-open.svg +1 -1
- package/icons/folder-shared.svg +1 -1
- package/icons/folder-stack-open.svg +1 -1
- package/icons/folder-stack.svg +1 -1
- package/icons/folder-stencil-open.svg +1 -1
- package/icons/folder-stencil.svg +1 -1
- package/icons/folder-stylus-open.svg +1 -1
- package/icons/folder-stylus.svg +1 -1
- package/icons/folder-sublime-open.svg +1 -1
- package/icons/folder-sublime.svg +1 -1
- package/icons/folder-svelte-open.svg +1 -1
- package/icons/folder-svelte.svg +1 -1
- package/icons/folder-svg-open.svg +1 -1
- package/icons/folder-svg.svg +1 -1
- package/icons/folder-target-open.svg +1 -1
- package/icons/folder-target.svg +1 -1
- package/icons/folder-taskfile-open.svg +1 -1
- package/icons/folder-taskfile.svg +1 -1
- package/icons/folder-tasks-open.svg +1 -1
- package/icons/folder-tasks.svg +1 -1
- package/icons/folder-theme-open.svg +1 -1
- package/icons/folder-theme.svg +1 -1
- package/icons/folder-tools-open.svg +1 -1
- package/icons/folder-tools.svg +1 -1
- package/icons/folder-ui-open.svg +1 -0
- package/icons/folder-ui.svg +1 -0
- package/icons/folder-unity-open.svg +1 -1
- package/icons/folder-unity.svg +1 -1
- package/icons/folder-upload-open.svg +1 -1
- package/icons/folder-upload.svg +1 -1
- package/icons/folder-utils-open.svg +1 -1
- package/icons/folder-utils.svg +1 -1
- package/icons/folder-vercel-open.svg +1 -1
- package/icons/folder-vercel.svg +1 -1
- package/icons/folder-video-open.svg +1 -1
- package/icons/folder-video.svg +1 -1
- package/icons/folder-views-open.svg +1 -1
- package/icons/folder-views.svg +1 -1
- package/icons/folder-vm-open.svg +1 -1
- package/icons/folder-vm.svg +1 -1
- package/icons/folder-vscode-open.svg +1 -1
- package/icons/folder-vscode.svg +1 -1
- package/icons/folder-vue-directives-open.svg +1 -1
- package/icons/folder-vue-directives.svg +1 -1
- package/icons/folder-vue-open.svg +1 -1
- package/icons/folder-vue.svg +1 -1
- package/icons/folder-vuepress-open.svg +1 -1
- package/icons/folder-vuepress.svg +1 -1
- package/icons/folder-webpack-open.svg +1 -1
- package/icons/folder-webpack.svg +1 -1
- package/icons/folder-wordpress-open.svg +1 -1
- package/icons/folder-wordpress.svg +1 -1
- package/icons/fsharp.svg +1 -1
- package/icons/fusebox.svg +1 -1
- package/icons/gatsby.svg +1 -1
- package/icons/gitpod.svg +1 -1
- package/icons/gleam.svg +1 -1
- package/icons/go_gopher.svg +1 -1
- package/icons/grafana-alloy.svg +1 -0
- package/icons/graphcool.svg +1 -1
- package/icons/grunt.svg +1 -1
- package/icons/haxe.svg +1 -1
- package/icons/heroku.svg +1 -1
- package/icons/hjson.svg +1 -1
- package/icons/horusec.svg +1 -1
- package/icons/html.svg +1 -1
- package/icons/i18n.svg +1 -1
- package/icons/idris.svg +1 -1
- package/icons/image.svg +1 -1
- package/icons/imba.svg +1 -1
- package/icons/ionic.svg +1 -1
- package/icons/jenkins.svg +1 -1
- package/icons/julia.svg +1 -1
- package/icons/karma.svg +1 -1
- package/icons/kcl.svg +1 -0
- package/icons/knip.svg +1 -1
- package/icons/kusto.svg +1 -1
- package/icons/lib.svg +1 -1
- package/icons/lighthouse.svg +1 -1
- package/icons/livescript.svg +1 -1
- package/icons/log.svg +1 -1
- package/icons/mathematica.svg +1 -1
- package/icons/matlab.svg +1 -1
- package/icons/mercurial.svg +1 -1
- package/icons/mermaid.svg +1 -1
- package/icons/mint.svg +1 -1
- package/icons/mjml.svg +1 -1
- package/icons/nest-controller.clone.svg +1 -1
- package/icons/nest-decorator.clone.svg +1 -1
- package/icons/nest-filter.clone.svg +1 -1
- package/icons/nest-gateway.clone.svg +1 -1
- package/icons/nest-guard.clone.svg +1 -1
- package/icons/nest-middleware.clone.svg +1 -1
- package/icons/nest-module.clone.svg +1 -1
- package/icons/nest-pipe.clone.svg +1 -1
- package/icons/nest-resolver.clone.svg +1 -1
- package/icons/nest-service.clone.svg +1 -1
- package/icons/nest.svg +1 -1
- package/icons/netlify.svg +1 -1
- package/icons/netlify_light.svg +1 -1
- package/icons/nim.svg +1 -1
- package/icons/nix.svg +1 -1
- package/icons/npm.svg +1 -1
- package/icons/nx.svg +1 -1
- package/icons/ocaml.svg +1 -1
- package/icons/odin.svg +1 -1
- package/icons/opa.svg +1 -1
- package/icons/opam.svg +1 -1
- package/icons/panda.svg +1 -1
- package/icons/payload.svg +1 -1
- package/icons/payload_light.svg +1 -1
- package/icons/pdm.svg +1 -1
- package/icons/percy.svg +1 -1
- package/icons/php-cs-fixer.svg +1 -1
- package/icons/phpunit.svg +1 -1
- package/icons/pinejs.svg +1 -1
- package/icons/playwright.svg +1 -1
- package/icons/plop.svg +1 -1
- package/icons/posthtml.svg +1 -1
- package/icons/powerpoint.svg +1 -1
- package/icons/prettier.svg +1 -1
- package/icons/processing.svg +1 -1
- package/icons/protractor.svg +1 -1
- package/icons/pug.svg +1 -1
- package/icons/puppeteer.svg +1 -1
- package/icons/python.svg +1 -1
- package/icons/qwik.svg +1 -1
- package/icons/racket.svg +1 -1
- package/icons/readme.svg +1 -1
- package/icons/red.svg +1 -1
- package/icons/redux-action.svg +1 -1
- package/icons/redux-reducer.svg +1 -1
- package/icons/redux-selector.svg +1 -1
- package/icons/redux-store.svg +1 -1
- package/icons/restql.svg +1 -1
- package/icons/roblox.svg +1 -1
- package/icons/rspec.svg +1 -1
- package/icons/rubocop.svg +1 -1
- package/icons/rubocop_light.svg +1 -1
- package/icons/san.svg +1 -1
- package/icons/scala.svg +1 -1
- package/icons/semgrep.svg +1 -1
- package/icons/sentry.svg +1 -1
- package/icons/sequelize.svg +1 -1
- package/icons/settings.svg +1 -1
- package/icons/shader.svg +1 -1
- package/icons/silverstripe.svg +1 -1
- package/icons/smarty.svg +1 -1
- package/icons/sml.svg +1 -1
- package/icons/snyk.svg +1 -1
- package/icons/sonarcloud.svg +1 -1
- package/icons/spwn.svg +1 -1
- package/icons/stan.svg +1 -1
- package/icons/steadybit.svg +1 -1
- package/icons/stitches.svg +1 -1
- package/icons/stitches_light.svg +1 -1
- package/icons/storybook.svg +1 -1
- package/icons/stryker.svg +1 -1
- package/icons/stylable.svg +1 -1
- package/icons/stylelint.svg +1 -1
- package/icons/stylelint_light.svg +1 -1
- package/icons/stylus.svg +1 -1
- package/icons/sublime.svg +1 -1
- package/icons/swift.svg +1 -1
- package/icons/syncpack.svg +1 -1
- package/icons/tauri.svg +1 -1
- package/icons/test-js.svg +1 -1
- package/icons/test-jsx.svg +1 -1
- package/icons/test-ts.svg +1 -1
- package/icons/textlint.svg +1 -1
- package/icons/tldraw.svg +1 -1
- package/icons/tldraw_light.svg +1 -1
- package/icons/turborepo.svg +1 -1
- package/icons/turborepo_light.svg +1 -1
- package/icons/twig.svg +1 -1
- package/icons/uml.svg +1 -1
- package/icons/uml_light.svg +1 -1
- package/icons/vagrant.svg +1 -1
- package/icons/vala.svg +1 -1
- package/icons/vedic.svg +1 -1
- package/icons/vercel.svg +1 -1
- package/icons/vercel_light.svg +1 -1
- package/icons/verdaccio.svg +1 -1
- package/icons/verified.svg +1 -0
- package/icons/vfl.svg +1 -1
- package/icons/vuex-store.svg +1 -1
- package/icons/wakatime.svg +1 -1
- package/icons/wakatime_light.svg +1 -1
- package/icons/watchman.svg +1 -1
- package/icons/webpack.svg +1 -1
- package/icons/werf.svg +1 -1
- package/icons/windicss.svg +1 -1
- package/icons/wolframlanguage.svg +1 -1
- package/package.json +35 -26
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { FolderThemeName } from './folders/folderTheme';
|
|
2
|
+
import type { IconPackValue } from './iconPack';
|
|
3
|
+
export type Config = {
|
|
4
|
+
activeIconPack: IconPackValue;
|
|
5
|
+
hidesExplorerArrows: boolean;
|
|
6
|
+
opacity: number;
|
|
7
|
+
saturation: number;
|
|
8
|
+
folders: {
|
|
9
|
+
theme: FolderThemeName;
|
|
10
|
+
color: string;
|
|
11
|
+
associations: IconAssociations;
|
|
12
|
+
customClones: FolderIconClone[];
|
|
13
|
+
};
|
|
14
|
+
files: {
|
|
15
|
+
color: string;
|
|
16
|
+
associations: IconAssociations;
|
|
17
|
+
customClones: FileIconClone[];
|
|
18
|
+
};
|
|
19
|
+
languages: {
|
|
20
|
+
associations: IconAssociations;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export type IconAssociations = {
|
|
24
|
+
[pattern: string]: string;
|
|
25
|
+
};
|
|
26
|
+
export type CustomClone = {
|
|
27
|
+
name: string;
|
|
28
|
+
base: string;
|
|
29
|
+
color: string;
|
|
30
|
+
lightColor?: string;
|
|
31
|
+
};
|
|
32
|
+
export type FileIconClone = CustomClone & {
|
|
33
|
+
fileExtensions?: string[];
|
|
34
|
+
fileNames?: string[];
|
|
35
|
+
};
|
|
36
|
+
export type FolderIconClone = CustomClone & {
|
|
37
|
+
folderNames: string[];
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/core/models/icons/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,MAAM,MAAM,GAAG;IACnB,cAAc,EAAE,aAAa,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE;QACP,KAAK,EAAE,eAAe,CAAC;QACvB,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,EAAE,gBAAgB,CAAC;QAC/B,YAAY,EAAE,eAAe,EAAE,CAAC;KACjC,CAAC;IACF,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,EAAE,gBAAgB,CAAC;QAC/B,YAAY,EAAE,aAAa,EAAE,CAAC;KAC/B,CAAC;IACF,SAAS,EAAE;QACT,YAAY,EAAE,gBAAgB,CAAC;KAChC,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,WAAW,GAAG;IACxC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG;IAC1C,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type DefaultIcon = {
|
|
2
|
+
/**
|
|
3
|
+
* Name of the icon, e.g. 'src'
|
|
4
|
+
*/
|
|
5
|
+
name: string;
|
|
6
|
+
/**
|
|
7
|
+
* Define if there is a light icon available.
|
|
8
|
+
*/
|
|
9
|
+
light?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Define if there is a high contrast icon available.
|
|
12
|
+
*/
|
|
13
|
+
highContrast?: boolean;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=defaultIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultIcon.d.ts","sourceRoot":"","sources":["../../../../../src/core/models/icons/defaultIcon.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { RequireAtLeastOne } from '../../../types/requiredAtLeastOne';
|
|
2
|
+
import type { CloneOptions } from '../cloneOptions';
|
|
3
|
+
import type { IconPack } from '../iconPack';
|
|
4
|
+
import type { Patterns } from '../patterns/patterns';
|
|
5
|
+
type BasicFileIcon = {
|
|
6
|
+
/**
|
|
7
|
+
* Name of the icon, e.g. 'javascript'
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Define the file extensions that should use this icon.
|
|
12
|
+
* E.g. ['js']
|
|
13
|
+
*/
|
|
14
|
+
fileExtensions?: string[];
|
|
15
|
+
/**
|
|
16
|
+
* Define if there are some static file names that should apply this icon.
|
|
17
|
+
* E.g. ['sample.js']
|
|
18
|
+
*/
|
|
19
|
+
fileNames?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Define patterns for file names. Patterns are used to generate common file names and file extensions based on a key.
|
|
22
|
+
*/
|
|
23
|
+
patterns?: Patterns;
|
|
24
|
+
/**
|
|
25
|
+
* Define if there is a light icon available.
|
|
26
|
+
*/
|
|
27
|
+
light?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Define if there is a high contrast icon available.
|
|
30
|
+
*/
|
|
31
|
+
highContrast?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Define if the icon should be disabled.
|
|
34
|
+
*/
|
|
35
|
+
disabled?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Defines a pack to which this icon belongs. A pack can be toggled and all icons inside this pack can be enabled or disabled together.
|
|
38
|
+
*/
|
|
39
|
+
enabledFor?: IconPack[];
|
|
40
|
+
/**
|
|
41
|
+
* Options for generating an icon based on another icon.
|
|
42
|
+
*/
|
|
43
|
+
clone?: CloneOptions;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Type for a FileIcon. In addition to the `name` property, either a `fileExtensions` or `fileNames` property is required.
|
|
47
|
+
*/
|
|
48
|
+
export type FileIcon = RequireAtLeastOne<BasicFileIcon, 'fileExtensions' | 'fileNames' | 'patterns'>;
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=fileIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/files/fileIcon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,KAAK,aAAa,GAAG;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,iBAAiB,CACtC,aAAa,EACb,gBAAgB,GAAG,WAAW,GAAG,UAAU,CAC5C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type DefaultIcon } from '../defaultIcon';
|
|
2
|
+
import type { FileIcon } from './fileIcon';
|
|
3
|
+
export type FileIcons = {
|
|
4
|
+
/**
|
|
5
|
+
* Define the default icon for folders.
|
|
6
|
+
*/
|
|
7
|
+
defaultIcon: DefaultIcon;
|
|
8
|
+
/**
|
|
9
|
+
* Defines all folder icons.
|
|
10
|
+
*/
|
|
11
|
+
icons: FileIcon[];
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=fileTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileTypes.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/files/fileTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IAEzB;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type CloneOptions } from '../cloneOptions';
|
|
2
|
+
import type { IconPack } from '../iconPack';
|
|
3
|
+
export type FolderIcon = {
|
|
4
|
+
/**
|
|
5
|
+
* Name of the icon, e.g. 'src'
|
|
6
|
+
*/
|
|
7
|
+
name: string;
|
|
8
|
+
/**
|
|
9
|
+
* Define the folder names that should apply the icon.
|
|
10
|
+
* E.g. ['src', 'source']
|
|
11
|
+
*/
|
|
12
|
+
folderNames: string[];
|
|
13
|
+
/**
|
|
14
|
+
* Define if there is a light icon available.
|
|
15
|
+
*/
|
|
16
|
+
light?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Define if there is a high contrast icon available.
|
|
19
|
+
*/
|
|
20
|
+
highContrast?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Define if the icon should be disabled.
|
|
23
|
+
*/
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Defines a pack to which this icon belongs. A pack can be toggled and all icons inside this pack can be enabled or disabled together.
|
|
27
|
+
*/
|
|
28
|
+
enabledFor?: IconPack[];
|
|
29
|
+
/**
|
|
30
|
+
* Options for generating an icon based on another icon.
|
|
31
|
+
*/
|
|
32
|
+
clone?: CloneOptions;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=folderIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"folderIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/folders/folderIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,WAAW,EAAE,MAAM,EAAE,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { DefaultIcon } from '../defaultIcon';
|
|
2
|
+
import type { FolderIcon } from './folderIcon';
|
|
3
|
+
export type FolderTheme = {
|
|
4
|
+
/**
|
|
5
|
+
* Name of the theme
|
|
6
|
+
*/
|
|
7
|
+
name: FolderThemeName;
|
|
8
|
+
/**
|
|
9
|
+
* Define the default icon for folders in a theme.
|
|
10
|
+
*/
|
|
11
|
+
defaultIcon: DefaultIcon;
|
|
12
|
+
/**
|
|
13
|
+
* Icon for root folders.
|
|
14
|
+
*/
|
|
15
|
+
rootFolder?: DefaultIcon;
|
|
16
|
+
/**
|
|
17
|
+
* Defines folder icons for specific folder names.
|
|
18
|
+
*/
|
|
19
|
+
icons?: FolderIcon[];
|
|
20
|
+
};
|
|
21
|
+
export type FolderThemeName = 'specific' | 'classic' | 'none';
|
|
22
|
+
//# sourceMappingURL=folderTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"folderTheme.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/folders/folderTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IAEzB;;OAEG;IACH,UAAU,CAAC,EAAE,WAAW,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines icon packs that can be toggled.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum IconPack {
|
|
5
|
+
Angular = "angular",
|
|
6
|
+
Nest = "nest",
|
|
7
|
+
Ngrx = "angular_ngrx",
|
|
8
|
+
React = "react",
|
|
9
|
+
Redux = "react_redux",
|
|
10
|
+
Qwik = "qwik",
|
|
11
|
+
Vue = "vue",
|
|
12
|
+
Vuex = "vue_vuex"
|
|
13
|
+
}
|
|
14
|
+
export type IconPackValue = `${IconPack}` | '';
|
|
15
|
+
//# sourceMappingURL=iconPack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconPack.d.ts","sourceRoot":"","sources":["../../../../../src/core/models/icons/iconPack.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,IAAI,iBAAiB;IACrB,KAAK,UAAU;IACf,KAAK,gBAAgB;IACrB,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,IAAI,aAAa;CAClB;AAED,MAAM,MAAM,aAAa,GAAG,GAAG,QAAQ,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { DefaultIcon } from '../defaultIcon';
|
|
2
|
+
import type { IconPack } from '../iconPack';
|
|
3
|
+
export type LanguageIcon = {
|
|
4
|
+
/**
|
|
5
|
+
* Icon for the language identifier
|
|
6
|
+
*/
|
|
7
|
+
icon: DefaultIcon;
|
|
8
|
+
/**
|
|
9
|
+
* Language ID, e.g. 'javascript'
|
|
10
|
+
*
|
|
11
|
+
* According to official VS Code documentation:
|
|
12
|
+
* https://code.visualstudio.com/docs/languages/identifiers
|
|
13
|
+
*/
|
|
14
|
+
ids: string[];
|
|
15
|
+
/**
|
|
16
|
+
* Define if the icon should be disabled.
|
|
17
|
+
*/
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Defines a pack to which this icon belongs. A pack can be toggled and all icons inside this pack can be enabled or disabled together.
|
|
21
|
+
*/
|
|
22
|
+
enabledFor?: IconPack[];
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=languageIdentifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"languageIdentifier.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/languages/languageIdentifier.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;IAElB;;;;;OAKG;IACH,GAAG,EAAE,MAAM,EAAE,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAC;CACzB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { FileIcon } from '../files/fileIcon';
|
|
2
|
+
export declare enum FileNamePattern {
|
|
3
|
+
/** Adds the following extensions to the file name: `js`, `mjs`, `cjs`, `ts`, `mts`, `cts`. */
|
|
4
|
+
Ecmascript = "ecmascript",
|
|
5
|
+
/** Adds the following extensions to the file name: `json`, `jsonc`, `json5`, `yaml`, `yml`, `toml`. */
|
|
6
|
+
Configuration = "configuration",
|
|
7
|
+
/** Adds the following extensions to the file name: `js`, `mjs`, `cjs`, `ts`, `mts`, `cts`, `json`, `jsonc`, `json5`, `yaml`, `yml`, `toml`. */
|
|
8
|
+
NodeEcosystem = "nodeEcosystem",
|
|
9
|
+
/** It adjusts the name with the following patterns: '.fileNamerc', '.config/fileNamerc', 'fileName.config' and combines that with the pattern NodeEcosystem */
|
|
10
|
+
Cosmiconfig = "cosmiconfig"
|
|
11
|
+
}
|
|
12
|
+
export type Patterns = Record<string, FileNamePattern>;
|
|
13
|
+
export type FileIconWithPatterns = (FileIcon & {
|
|
14
|
+
patterns?: Patterns;
|
|
15
|
+
})[];
|
|
16
|
+
//# sourceMappingURL=patterns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patterns.d.ts","sourceRoot":"","sources":["../../../../../../src/core/models/icons/patterns/patterns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,oBAAY,eAAe;IACzB,8FAA8F;IAC9F,UAAU,eAAe;IAEzB,uGAAuG;IACvG,aAAa,kBAAkB;IAE/B,+IAA+I;IAC/I,aAAa,kBAAkB;IAE/B,+JAA+J;IAC/J,WAAW,gBAAgB;CAC5B;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;AACvD,MAAM,MAAM,oBAAoB,GAAG,CAAC,QAAQ,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAA;CAAE,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class Manifest {
|
|
2
|
+
file?: string;
|
|
3
|
+
folder?: string;
|
|
4
|
+
folderExpanded?: string;
|
|
5
|
+
folderNames?: Record<string, string>;
|
|
6
|
+
folderNamesExpanded?: Record<string, string>;
|
|
7
|
+
rootFolder?: string;
|
|
8
|
+
rootFolderExpanded?: string;
|
|
9
|
+
fileExtensions?: Record<string, string>;
|
|
10
|
+
fileNames?: Record<string, string>;
|
|
11
|
+
languageIds?: Record<string, string>;
|
|
12
|
+
iconDefinitions?: Record<string, {
|
|
13
|
+
iconPath: string;
|
|
14
|
+
}>;
|
|
15
|
+
light?: Manifest;
|
|
16
|
+
highContrast?: Manifest;
|
|
17
|
+
hidesExplorerArrows?: boolean;
|
|
18
|
+
constructor();
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../../../src/core/models/manifest.ts"],"names":[],"mappings":"AAAA,qBAAa,QAAQ;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACvD,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;;CAkB/B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { FileIcon } from '../models/icons/files/fileIcon';
|
|
2
|
+
import { type FileIconWithPatterns } from '../models/icons/patterns/patterns';
|
|
3
|
+
/**
|
|
4
|
+
* Parses the raw file icons by applying the patterns.
|
|
5
|
+
* A pattern helps to generate file names based on a key.
|
|
6
|
+
*
|
|
7
|
+
* @param rawFileIcons - The list of file icons without applied patterns.
|
|
8
|
+
* @returns The list of file icons with applied patterns.
|
|
9
|
+
*/
|
|
10
|
+
export declare const parseByPattern: (rawFileIcons: FileIconWithPatterns) => FileIcon[];
|
|
11
|
+
//# sourceMappingURL=patterns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patterns.d.ts","sourceRoot":"","sources":["../../../../src/core/patterns/patterns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EACL,KAAK,oBAAoB,EAG1B,MAAM,mCAAmC,CAAC;AAkG3C;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,iBACX,oBAAoB,KACjC,QAAQ,EAKV,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recursivePartial.d.ts","sourceRoot":"","sources":["../../../../src/core/types/recursivePartial.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI;KAC/B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"requiredAtLeastOne.d.ts","sourceRoot":"","sources":["../../../../src/core/types/requiredAtLeastOne.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,CAAC,CAAC,EAAE,IAAI,SAAS,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,IAAI,CACrE,CAAC,EACD,OAAO,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CACvB,GACC;KACG,CAAC,IAAI,IAAI,CAAC,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;CACzE,CAAC,IAAI,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/module/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,QAAQ,EACR,kBAAkB,EAClB,gBAAgB,EAChB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,cAAc,GACpB,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ff9800" d="M14 10 5 28h12l-2-4h-4l3-6 5 10h4zm1-2 2-4 12 24h-4l-8-16z"/></svg>
|
package/icons/appveyor.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#00B8D4" fill-rule="evenodd" d="M127.646 17.356c61.588 0 110.999 49.414 110.999 110.29a110.638 110.638 0 0 1-110.999 110.999c-60.873 0-110.29-49.414-110.29-110.999 0-60.873 49.414-110.29 110.29-110.29zm27.213 131.77c-12.174 15.756-34.375 18.62-49.414 6.446-15.039-11.459-17.187-33.66-5.013-49.414 12.891-15.039 35.091-17.904 50.131-6.445 15.039 12.174 17.187 34.375 4.297 49.414zm-58.723 72.331 42.252-40.82c-15.756 3.58-32.227.716-45.117-10.026-15.039-11.459-21.484-30.795-19.336-48.699L35.98 163.45s-5.013-9.31-6.446-26.498l66.602-52.278c20.052-14.323 47.266-15.04 66.602 0 21.484 17.187 25.781 48.698 10.027 72.33l-48.699 69.466c-7.161 0-21.484-2.149-27.93-5.013z"/></svg>
|
package/icons/arduino.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0097A7" d="M2 14h10v2H2zm22-4h2v10h-2z"/><path fill="#0097A7" d="M20 14h10v2H20z"/><path fill="none" stroke="#0097A7" stroke-width="2" d="M2 5h4a10 10 0 0 1 10 10 10 10 0 0 0 10 10h4"/><path fill="#0097A7" d="M11.644 22A8.953 8.953 0 0 1 6 24H2v2h4a10.982 10.982 0 0 0 8.479-4ZM26 4a10.982 10.982 0 0 0-8.479 4h2.835A8.953 8.953 0 0 1 26 6h4V4Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#757575" d="M15 2H6a2.006 2.006 0 0 0-2 2v22a2.006 2.006 0 0 0 2 2h6v-4H6v-2h6v-2H6v-2h6v-2H6v-2h6v-2h2V4l8 8h2v-1Z"/><path fill="#7c4dff" d="M12 12v18h18V12Zm10 16c-.9 0-2.025-1.267-2.025-3.005-.914 0-.975.464-.975 1.005-.881-.213-1-1.15-1-2h6c0 1.919-2 1.787-2 4Zm2.542-6a2.504 2.504 0 0 1-2.308-1.641l-.946-2.42a.305.305 0 0 0-.576 0l-.946 2.42A2.504 2.504 0 0 1 17.458 22H16l2.965-7.59a.626.626 0 0 1 .577-.41h2.916a.626.626 0 0 1 .577.41L26 22Z"/></svg>
|
package/icons/astro.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#7c4dff" d="M12.106 25.849c-1.262-1.156-1.63-3.586-1.105-5.346a5.184 5.184 0 0 0 3.484 1.66 9.677 9.677 0 0 0 5.882-.734c.215-.106.413-.247.648-.39a3.469 3.469 0 0 1 .16 1.555 4.258 4.258 0 0 1-1.798 3.021c-.404.3-.832.569-1.25.852a2.613 2.613 0 0 0-1.15 3.372l.048.161a3.378 3.378 0 0 1-1.5-1.285 3.618 3.618 0 0 1-.578-1.962 8.588 8.588 0 0 0-.05-1.037c-.114-.831-.504-1.204-1.238-1.225a1.449 1.449 0 0 0-1.507 1.18c-.012.056-.028.112-.046.178ZM4.901 20a17.747 17.747 0 0 1 7.4-2l2.913-8.38a.765.765 0 0 1 1.527 0L19.7 18a14.24 14.24 0 0 1 7.399 2S20.704 2.877 20.692 2.842C20.51 2.33 20.202 2 19.787 2h-7.619c-.415 0-.71.33-.904.842L4.9 20Z"/></svg>
|
package/icons/aurelia.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><defs><linearGradient xlink:href="#a" id="i" x1="-31.824" x2="19.682" y1="-11.741" y2="35.548" gradientTransform="scale(.95818 1.0436)" gradientUnits="userSpaceOnUse"/><linearGradient id="a" x1="-3.881" x2="2.377" y1="-1.442" y2="4.304"><stop offset="0" stop-color="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><defs><linearGradient xlink:href="#a" id="i" x1="-31.824" x2="19.682" y1="-11.741" y2="35.548" gradientTransform="scale(.95818 1.0436)" gradientUnits="userSpaceOnUse"/><linearGradient id="a" x1="-3.881" x2="2.377" y1="-1.442" y2="4.304"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#7E57C2"/></linearGradient><linearGradient xlink:href="#b" id="j" x1="12.022" x2="-15.716" y1="13.922" y2="-23.952" gradientTransform="scale(.96226 1.0392)" gradientUnits="userSpaceOnUse"/><linearGradient id="b" x1=".729" x2="-.971" y1=".844" y2="-1.477"><stop offset="0" stop-color="#5E35B1"/><stop offset=".14" stop-color="#8E24AA"/><stop offset=".29" stop-color="#AD1457"/><stop offset=".84" stop-color="#C2185B"/><stop offset="1" stop-color="#EC407A"/></linearGradient><linearGradient xlink:href="#c" id="k" x1="-23.39" x2="23.931" y1="-57.289" y2="8.573" gradientTransform="scale(1.0429 .95884)" gradientUnits="userSpaceOnUse"/><linearGradient id="c" x1="-2.839" x2="2.875" y1="-6.936" y2="1.017"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#7E57C2"/></linearGradient><linearGradient xlink:href="#d" id="l" x1="-53.331" x2="6.771" y1="-30.517" y2="18.785" gradientTransform="scale(.99898 1.001)" gradientUnits="userSpaceOnUse"/><linearGradient id="d" x1="-8.212" x2="1.02" y1="-4.691" y2="2.882"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#7E57C2"/></linearGradient><linearGradient xlink:href="#e" id="m" x1="-14.029" x2="41.998" y1="-23.111" y2="26.259" gradientTransform="scale(1.0003 .99965)" gradientUnits="userSpaceOnUse"/><linearGradient id="e" x1="-1.404" x2="4.19" y1="-2.309" y2="2.62"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#7E57C2"/></linearGradient><linearGradient xlink:href="#f" id="n" x1="31.177" x2="3.37" y1="41.442" y2="3.402" gradientTransform="scale(.96254 1.0389)" gradientUnits="userSpaceOnUse"/><linearGradient id="f" x1="1.911" x2=".204" y1="2.539" y2=".204"><stop offset="0" stop-color="#7E57C2"/><stop offset=".14" stop-color="#7B1FA2"/><stop offset=".29" stop-color="#AD1457"/><stop offset=".84" stop-color="#C2185B"/><stop offset="1" stop-color="#EC407A"/></linearGradient><linearGradient xlink:href="#g" id="o" x1="-31.905" x2="19.599" y1="-14.258" y2="42.767" gradientTransform="scale(.95823 1.0436)" gradientUnits="userSpaceOnUse"/><linearGradient id="g" x1="-3.881" x2="2.377" y1="-1.738" y2="5.19"><stop offset="0" stop-color="#BA68C8"/><stop offset="1" stop-color="#7E57C2"/></linearGradient><linearGradient xlink:href="#h" id="p" x1="4.301" x2="34.534" y1="34.41" y2="4.514" gradientTransform="scale(1.002 .99796)" gradientUnits="userSpaceOnUse"/><linearGradient id="h" x1=".112" x2=".901" y1=".897" y2=".116"><stop offset="0" stop-color="#7E57C2"/><stop offset=".14" stop-color="#8E24AA"/><stop offset=".53" stop-color="#C2185B"/><stop offset=".79" stop-color="#C2185B"/><stop offset="1" stop-color="#EC407A"/></linearGradient></defs><g stroke-linejoin="round" stroke-miterlimit="1.414" clip-rule="evenodd"><path fill="url(#i)" d="M8.002 6.127 4.117 8.719.116 2.723 4 .13z" transform="translate(11.282 3.07) scale(.47102)"/><path fill="url(#j)" d="m9.179 1.887 6.637 9.946-7.906 5.276-6.637-9.946L.115 5.43 8.02.153z" transform="translate(12.215 13.552) scale(.47102)"/><path fill="url(#k)" d="m7.3 1.88 1.462 2.189-6.018 4.015L.124 4.16l1.315-.877L6.143.144z" transform="translate(8.41 16.686) scale(.47102)"/><path fill="url(#l)" d="M2.328 1.146 4.016.02l2.619 3.925L2.75 6.537l-1.46-2.19 2.197-1.466zm-1.04 3.201L.132 2.612l2.197-1.466 1.158 1.735z" transform="translate(16.99 11.686) scale(.47102)"/><path fill="url(#m)" d="m5.346 9.155-1.315.877L.03 4.035 6.047.019l2.805 4.204L4.15 7.36l4.703-3.138 1.197 1.793z" transform="translate(2.738 8.18) scale(.47102)"/><path fill="url(#n)" d="m14.533 9.934 1.197 1.793-7.907 5.276-1.196-1.793L.052 5.358 7.958.082z" transform="translate(4.753 2.36) scale(.47102)"/><path fill="url(#o)" d="M6.235 7.177 4.038 8.643 2.84 6.849.036 2.646 3.92.053 7.923 6.05z" transform="translate(11.32 3.106) scale(.47102)"/><path fill="#673AB7" d="m9.632 19.05-.545-.818 2.215-1.478.546.817zm7.965-5.315-.545-.817 1.035-.691.545.817z"/><path fill="#7E57C2" d="m5.256 12.492-.564-.845 2.216-1.478.563.845zm7.965-5.315-.564-.845 1.035-.69.564.844z"/><path fill="#880E4F" d="m16.538 14.441-3.724 2.485-.545-.817 3.724-2.485z"/><path fill="#AD1457" d="m11.598 7.039.564.844-3.724 2.485-.564-.844z"/><path fill="#AB47BC" d="m4.2 6.363.703 1.054-1.053.702-.703-1.053z"/><path fill="#7E57C2" d="m7.996 18.99.703 1.054-1.054.703-.702-1.054z"/><path fill="url(#p)" d="M8.372 38.294.017 29.876 29.749.08l8.636 8.201z" transform="rotate(11.282 -5.61 25.53) scale(.47102)"/></g></svg>
|
package/icons/auto.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffc400" d="M8.48 4.17c.334.574 1.047.798 1.696.636A7.539 7.539 0 0 1 12 4.583c.62 0 1.223.075 1.799.217.647.159 1.357-.065 1.691-.64.39-.668.116-1.532-.63-1.751A10.144 10.144 0 0 0 12 2c-1.006 0-1.977.146-2.894.419-.743.22-1.015 1.083-.627 1.75Z"/><path fill="#ad1457" d="M5.039 4.772c.564-.535 1.458-.34 1.848.331.333.572.176 1.292-.284 1.769a7.424 7.424 0 0 0-1.456 2.17c-.242.552-.762.958-1.367.958-.854 0-1.496-.781-1.191-1.572a10.008 10.008 0 0 1 2.45-3.656Z"/><path fill="#cfd8dc" d="M3.197 12c.718 0 1.32.583 1.444 1.286.613 3.483 3.675 6.13 7.359 6.13s6.746-2.647 7.359-6.13c.124-.703.726-1.286 1.444-1.286.719 0 1.279.581 1.187 1.289C21.353 18.203 17.123 22 12 22s-9.353-3.797-9.99-8.711C1.918 12.58 2.478 12 3.197 12Z"/><path fill="#ff5252" d="M20.203 9.958c.857 0 1.5-.786 1.19-1.578a10.01 10.01 0 0 0-2.458-3.632c-.564-.533-1.455-.336-1.845.333-.333.573-.174 1.295.289 1.772a7.423 7.423 0 0 1 1.459 2.155c.243.548.762.95 1.365.95Z"/><path fill="#cfd8dc" d="M7.133 9.32c-.442-.488.053-1.262.657-1.027l4.912 1.91c1.114.434 1.538 1.84.862 2.855a1.785 1.785 0 0 1-2.83.222l-3.6-3.96Z"/></svg>
|
package/icons/auto_light.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffc400" d="M8.48 4.17c.334.574 1.047.798 1.696.636A7.539 7.539 0 0 1 12 4.583c.62 0 1.223.075 1.799.217.647.159 1.357-.065 1.691-.64.39-.668.116-1.532-.63-1.751A10.144 10.144 0 0 0 12 2c-1.006 0-1.977.146-2.894.419-.743.22-1.015 1.083-.627 1.75Z"/><path fill="#ad1457" d="M5.039 4.772c.564-.535 1.458-.34 1.848.331.333.572.176 1.292-.284 1.769a7.424 7.424 0 0 0-1.456 2.17c-.242.552-.762.958-1.367.958-.854 0-1.496-.781-1.191-1.572a10.008 10.008 0 0 1 2.45-3.656Z"/><path fill="#546e7a" d="M3.197 12c.718 0 1.32.583 1.444 1.286.613 3.483 3.675 6.13 7.359 6.13s6.746-2.647 7.359-6.13c.124-.703.726-1.286 1.444-1.286.719 0 1.279.581 1.187 1.289C21.353 18.203 17.123 22 12 22s-9.353-3.797-9.99-8.711C1.918 12.58 2.478 12 3.197 12Z"/><path fill="#ff5252" d="M20.203 9.958c.857 0 1.5-.786 1.19-1.578a10.01 10.01 0 0 0-2.458-3.632c-.564-.533-1.455-.336-1.845.333-.333.573-.174 1.295.289 1.772a7.423 7.423 0 0 1 1.459 2.155c.243.548.762.95 1.365.95Z"/><path fill="#546e7a" d="M7.133 9.32c-.442-.488.053-1.262.657-1.027l4.912 1.91c1.114.434 1.538 1.84.862 2.855a1.785 1.785 0 0 1-2.83.222l-3.6-3.96Z"/></svg>
|
package/icons/bazel.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#81c784" d="m153.491 50.983 102.508 102.508-102.508 102.508L50.983 153.491z"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#81c784" d="m153.491 50.983 102.508 102.508-102.508 102.508L50.983 153.491z"/><path fill="#43a047" d="M50.983 153.491v102.508l102.508 102.508V255.999z"/><path fill="#81c784" d="m358.507 50.983 102.508 102.508-102.508 102.508-102.508-102.508z"/><path fill="#43a047" d="M461.015 153.491v102.508L358.507 358.507V255.999zm-205.016 0 102.508 102.508-102.508 102.508-102.508-102.508z"/><path fill="#2e7d32" d="M255.999 358.507v102.508L153.491 358.507V255.999z"/><path fill="#1b5e20" d="m255.999 358.507 102.508-102.508v102.508L255.999 461.015z"/></svg>
|
package/icons/bicep.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fbc02d" d="M3
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fbc02d" d="M3 18S4.15 6.885 7 3l5 1-1 3H9v7h1c1.9-2.915 5.783-3.98 8.157-2.915 4.475 1.915 2.998 5.967.148 7.905C16.025 20.548 10.113 23.05 3 18z"/></svg>
|
package/icons/bitbucket.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><linearGradient id="a" x1="64.01" x2="32.99" y1="65.26" y2="89.48" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#1565c0"/><stop offset="1" stop-color="#1e88e5"/></linearGradient></defs><path fill="#1e88e5" d="M2.985 3.333a.618.618 0 0 0-.617.716l2.621 15.914a.84.84 0 0 0 .822.701h12.576a.618.618 0 0 0 .618-.519l2.627-16.09a.618.618 0 0 0-.617-.716zm11.039 11.501H10.01L8.923 9.16h6.074z"/><path fill="url(#a)" d="M59.67 60.12H40.9L37.75 78.5h-13L9.4 96.73a2.71 2.71 0 0 0 1.75.66h40.74a2 2 0 0 0 2-1.68z" transform="translate(2.368 -9.404) scale(.30877)"/></svg>
|
package/icons/bithound.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity=".05" viewBox="0 0 400 400"><g fill="#e53935" fill-opacity="1"><path d="M350.738 186.163c-1.32-13.024-4.224-26.312-8.36-38.72-11.88-35.464-33.968-71.808-61.864-96.888-1.232-1.056-5.896-3.872-7.656-2.904-4.576 2.552 4.048 20.064 5.104 23.232 6.512 19.36 10.648 39.864 5.984 60.104-6.248 26.752-26.752 45.496-54.12 47.784-15.048 1.232-30.184-.44-45.232 1.32-22.528 2.64-45.496 10.384-59.84 28.864-1.672 2.112-3.168 4.488-4.576 6.952h-.352c-5.544.616-11.088-1.76-13.816-3.256-.704-.44-1.408-.792-1.936-1.056-16.72-9.24-29.04-29.92-36.608-46.992-3.432-7.92-6.336-16.192-8.184-24.552-.88-3.784-.968-7.744-1.144-11.616-.088-2.376.264-5.72-1.056-7.832-2.904-4.576-6.6-.176-7.216 3.52-.968 6.072-1.848 12.056-1.584 18.216.44 10.384 3.344 20.68 7.04 30.36 5.456 14.256 13.112 27.368 23.056 39.072 4.136 4.84 8.536 9.328 13.288 13.464 4.224 3.784 9.592 6.776 12.76 11.616 3.696 5.544 4.312 12.408 3.96 18.832-.88 16.984-1.408 32.912 3.432 49.456 4.224 14.696 9.504 29.744 18.304 42.328 4.4 6.248 9.856 12.848 15.84 17.512 4.048 3.168 11.704 3.52 7.304-8.096-9.768-25.784-10.648-52.536 4.576-76.648 12.76-20.064 35.288-37.928 60.72-34.76 37.4 4.664 63.448 38.984 61.6 75.68-.528 10.296-.88 19.096-4.136 28.776-1.32 3.872-2.288 8.8-1.32 12.848 1.584 6.864 9.24 4.312 12.584-.176 9.064-12.32 18.568-24.288 27.104-36.96 27.808-41.536 41.36-89.584 36.344-139.48z"/><path d="M141.21 85.051c.616 2.024 1.232 4.224 1.672 6.6.088.968.352 2.024.88 2.992 2.288 5.984 7.832 9.24 13.024 12.32 3.168 1.936 8.888 3.784 12.408 5.192 4.576 1.848 14.432-.528 19.096-.88 10.736-.88 20.68-4.664 30.536 1.056-50.512 59.224-2.816 72.424 34.144 43.912 42.24-32.56 2.464-109.384 2.464-109.384s-.88-5.984-16.896-9.504a51.52 51.52 0 0 0-4.488-2.112c-15.84-7.304-30.096 4.664-41.536 14.432-3.344 2.816-6.6 5.632-10.12 8.272-4.752 3.52-9.856 6.424-15.224 8.976-5.632 2.64-12.32 5.632-18.568 5.896-.88 0-2.552.176-4.312.528-2.728.264-4.136.968-4.752 2.2-1.056.88-1.76 2.112-1.584 3.696.176 2.2 1.232 4.048 2.376 5.456.352.088.616.264.88.352z"/></g></svg>
|
package/icons/blink.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="#f9a825" d="M130.974 23.383c57.809 1.624 103.262 49.782 101.638 107.591s-49.782 103.262-107.59 101.639C67.303 230.989 21.85 183.01 23.383 125.293c1.533-57.81 49.602-103.443 107.41-101.91h.181zm-.541 10.823c-51.766-1.353-94.875 39.59-96.137 91.447-1.353 51.766 39.59 94.875 91.357 96.137 51.766 1.353 94.875-39.59 96.137-91.357 1.443-51.856-39.5-94.875-91.357-96.227.09 0 0 0 0 0z"/><path fill="#f9a825" d="M137.9 93.403c-4.149 3.968-2.525 12.806 3.878 19.57s15.241 8.838 19.209 4.78c3.968-4.058 2.706-12.987-3.788-19.751-6.493-6.764-15.422-8.748-19.57-4.78zm52.217-25.162c8.207 8.568 14.43 18.758 18.398 29.851 0 0 2.706 7.395-5.862 7.395H181.73s-6.674-.54-6.944 5.14c-.451 7.035-.27 12.988-.27 12.988.27 4.058 1.803 8.026 4.328 11.183l21.554 22.727a9.184 9.184 0 0 1 1.082 12.355c-10.912 18.578-28.408 32.286-49.06 38.509-6.314 1.894-6.945-3.247-6.765-6.764 0-2.255 2.616-52.397 2.616-52.397.721-5.411-.992-10.912-4.78-14.881-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427 0-8.658-.812-6.403-7.035 7.305-20.292 21.915-37.066 41.124-46.896 3.878-2.705 9.199-1.984 12.265 1.714l21.554 22.727c3.066 2.705 6.944 4.329 11.003 4.78 0 0 5.862.45 12.987.36 5.591 0 5.501-6.764 5.501-6.764s.902-13.888 1.173-20.923c-.27-2.976 1.894-5.591 4.78-5.862.991-.09 1.893.09 2.795.451 11.003 4.69 21.013 11.634 29.22 20.292z"/></svg>
|
package/icons/blink_light.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><circle cx="128" cy="128" r="97.4" fill="#37474f"/><path fill="#f9a825" d="M130.974 23.383c57.809 1.624 103.262 49.782 101.638 107.591s-49.782 103.262-107.59 101.639C67.303 230.989 21.85 183.01 23.383 125.293c1.533-57.81 49.602-103.443 107.41-101.91h.181zm-.541 10.823c-51.766-1.353-94.875 39.59-96.137 91.447-1.353 51.766 39.59 94.875 91.357 96.137 51.766 1.353 94.875-39.59 96.137-91.357 1.443-51.856-39.5-94.875-91.357-96.227.09 0 0 0 0 0z"/><path fill="#f9a825" d="M137.9 93.403c-4.149 3.968-2.525 12.806 3.878 19.57s15.241 8.838 19.209 4.78c3.968-4.058 2.706-12.987-3.788-19.751-6.493-6.764-15.422-8.748-19.57-4.78zm52.217-25.162c8.207 8.568 14.43 18.758 18.398 29.851 0 0 2.706 7.395-5.862 7.395H181.73s-6.674-.54-6.944 5.14c-.451 7.035-.27 12.988-.27 12.988.27 4.058 1.803 8.026 4.328 11.183l21.554 22.727a9.184 9.184 0 0 1 1.082 12.355c-10.912 18.578-28.408 32.286-49.06 38.509-6.314 1.894-6.945-3.247-6.765-6.764 0-2.255 2.616-52.397 2.616-52.397.721-5.411-.992-10.912-4.78-14.881-6.764-7.215-11.003-11.814-11.003-11.814s-4.78-4.78-11.634-11.904c-3.788-3.878-9.018-5.862-14.43-5.501H54.027c-3.427 0-8.658-.812-6.403-7.035 7.305-20.292 21.915-37.066 41.124-46.896 3.878-2.705 9.199-1.984 12.265 1.714l21.554 22.727c3.066 2.705 6.944 4.329 11.003 4.78 0 0 5.862.45 12.987.36 5.591 0 5.501-6.764 5.501-6.764s.902-13.888 1.173-20.923c-.27-2.976 1.894-5.591 4.78-5.862.991-.09 1.893.09 2.795.451 11.003 4.69 21.013 11.634 29.22 20.292z"/></svg>
|
package/icons/blitz.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#7c4dff" d="M8.613 11.997c1.333 0 2.588.621 3.389 1.677l3.454 4.552a.279.279 0 0 1 .025.297l-1.991 3.825a.284.284 0 0 1-.477.04l-7.901-10.39h3.501zm2.375-10.385 7.9 10.39h-3.5a4.253 4.253 0 0 1-3.39-1.676L8.546 5.774a.278.278 0 0 1-.025-.297l1.99-3.825a.284.284 0 0 1 .478-.04z"/></svg>
|
package/icons/bower.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><path fill="#5D4037" d="M376.834 196.261c-18.912-18.172-113.486-29.517-143.327-32.819a87.566 87.566 0 0 0 3.692-10.58c4.068-1.78 8.46-3.438 13-4.822.553 1.632 3.159 7.885 4.644 10.853 60.004 1.655 63.085-44.591 65.525-57.26 2.387-12.389 2.265-24.359 22.847-46.241-30.663-8.936-74.759 13.85-89.53 47.762-5.55-2.08-11.114-3.615-16.615-4.565-3.943-15.905-24.474-60.215-78.352-60.215-68.215 0-142.567 56.276-142.567 151.542 0 80.078 54.672 150.258 85.559 150.258 13.49 0 25.094-10.103 27.818-19.158 2.284 6.209 9.292 25.51 11.593 30.424 3.402 7.267 19.134 13.554 26.018 6.014 8.852 4.917 25.095 7.88 33.947-5.235 17.049 3.606 32.12-6.56 32.45-18.691 8.365-.447 12.469-12.193 10.642-21.547-1.346-6.887-15.732-31.599-21.343-40.13 11.108 9.035 39.243 11.593 42.66.006 17.909 14.057 45.817 6.679 48.03-4.753 21.761 5.654 46.72-6.764 42.621-21.803 34.958-2.418 30.483-39.611 20.675-49.037z"/><path fill="#03A9F4" d="M279.494 116.935c7.529-14.938 16.99-31.25 28.94-41.34-13.153 5.3-26.139 21.146-33.817 38.083a118.443 118.443 0 0 0-11.893-6.646c10.71-22.862 35.598-41.955 63.025-43.447-18.37 16.662-11.85 51.29-26.954 69.623-4.322-4.342-14.247-12.72-19.301-16.273zm-11.876 24.326c.008-.572.222-4.981.624-6.994-1.054-.248-7.601-1.529-11.015-1.449-.249 4.288 1.802 11.581 3.828 15.972 13.956-.292 24.036-4.472 29.969-8.314-5.051-2.354-13.67-4.448-20.224-5.7-.732 1.513-2.531 5.368-3.182 6.485z"/><g stroke-width=".973" transform="translate(10.989 32.73) scale(.81733)"><path fill="#4CAF50" d="M250.54 277.39c.004.024.015.057.018.082-2.165-4.657-4.463-10.314-7.208-17.708 10.688 15.557 44.184 7.533 42.427-6.407 16.395 12.336 50.143-2.055 42.471-19.353 16.423 7.653 35.168-7.745 30.964-14.455 28 5.4 54.832 10.783 63.256 12.938-5.595 9.123-18.339 15.566-37.549 11.089 10.38 14.14-9.773 31.105-37.844 21.76 6.18 13.883-18.814 26.38-47.22 11.91.361 13.889-35.24 15.488-49.315.143zm55.543-70.194c32.497 2.495 86.238 7.34 119.51 11.997-2.102-10.828-7.844-13.921-25.905-18.772-19.425 2.072-68.706 6.913-93.604 6.776z"/><path fill="#FFCA28" d="M285.78 253.36c16.395 12.336 50.143-2.055 42.471-19.353 16.423 7.653 35.168-7.745 30.964-14.455-33.103-6.383-67.84-12.788-75.719-13.908 4.78.254 12.702.797 22.59 1.556 24.899.137 74.18-4.704 93.604-6.775-31.452-7.975-95.666-19.613-140.01-22.48-2.055 3.003-5.833 8.097-12.413 13.51-19.403 41.053-54.557 68.34-93.454 68.34-11.335 0-24.018-1.912-38.233-6.456-8.865 9.497-46.661 16.694-77.329 1.641 24.326 56.961 80.74 94.984 143.19 94.984 52.591 0 75.912-53.704 70.808-67.914-1.238-3.45-6.145-14.889-8.891-22.283 10.689 15.556 44.185 7.532 42.429-6.408z"/><path fill="#E0E0E0" d="M253.91 145.27c4.644-2.526 20.69-12.253 35.981-15.908a67.843 67.843 0 0 1-.536-5.12c-10.032 2.403-28.945 10.51-39.784-.661 22.866 6.9 34.283-6.149 51.09-6.149 10.014 0 24.305 2.798 35.57 7.22-9.061-8.37-38.772-33.63-75.558-33.717-8.213 9.957-17.09 31.526-6.764 54.334z"/><path fill="#F4511E" d="M115.58 253.33c14.215 4.544 26.898 6.457 38.233 6.457 38.896 0 74.05-27.29 93.454-68.341-14.351 11.978-39.291 22.228-78.241 22.228 34.694-7.866 64.56-25.156 79.753-50.427-10.68-16.998-22.263-54.603 7.07-84.33-4.512-14.497-26.475-52.766-75.095-52.766-84.85 0-155.17 71.001-155.17 166.15 0 22.525 4.547 43.65 12.67 62.664 30.666 15.054 68.462 7.858 77.327-1.64z"/><path fill="#FFCA28" d="M141.03 108.45c0 21.644 17.546 39.191 39.19 39.191s39.192-17.548 39.192-39.191c0-21.644-17.548-39.191-39.192-39.191s-39.19 17.547-39.19 39.191z"/><path fill="#5D4037" d="M156.76 108.45c0 12.958 10.507 23.463 23.463 23.463 12.96 0 23.464-10.506 23.464-23.463 0-12.959-10.504-23.464-23.464-23.464-12.957 0-23.463 10.506-23.463 23.464z"/><ellipse cx="180.22" cy="98.044" fill="#FAFAFA" rx="13.673" ry="8.501"/></g></svg>
|
package/icons/buildkite.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#00e676"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#00e676" d="m12 22-8-4V8l8 4v10zm8-14v10h4l4-4"/><path fill="#00c853" d="m12 22 8-4V8l-8 4v10zm8 6 8-4V14l-8 4v10z"/></svg>
|
package/icons/bun.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#FFF8E1" d="M30 17.045a9.785 9.785 0 0 0-.32-2.306l-.004.034a11.189 11.189 0 0 0-5.762-6.786c-3.495-1.89-5.243-3.326-6.8-3.811h.003c-1.95-.695-3.949.82-5.825 1.927-4.52 2.481-9.573 5.45-9.28 11.417.008-.029.017-.052.026-.08a9.966 9.966 0 0 0 3.934 7.257l-.01-.006C13.747 31.473 30.05 27.292 30 17.045Z"/><path fill="#37474f" d="M19.855 20.236A.81.81 0 0 0 19.26 20h-6.514a.792.792 0 0 0-.596.236.508.508 0 0 0-.137.463 4.365 4.365 0 0 0 1.641 2.339 4.187 4.187 0 0 0 2.349.926 4.186 4.186 0 0 0 2.343-.926 4.365 4.365 0 0 0 1.642-2.339.502.502 0 0 0-.132-.463Z"/><ellipse cx="22.5" cy="18.5" fill="#f8bbd0" rx="2.5" ry="1.5"/><ellipse cx="9.5" cy="18.5" fill="#f8bbd0" rx="2.5" ry="1.5"/><circle cx="10" cy="16" r="2" fill="#37474f"/><circle cx="22" cy="16" r="2" fill="#37474f"/><path fill="#455a64" d="M9.996 18A2 2 0 1 0 8 15.996V16a2 2 0 0 0 1.996 2Z"/><circle cx="9" cy="15" r="1" fill="#FAFAFA"/><circle cx="21" cy="15" r="1" fill="#FAFAFA"/></svg>
|
package/icons/bun_light.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#FFF8E1" d="M15.696 27.002a13.73 13.73 0 0 1-9.071-3.062 8.858 8.858 0 0 1-3.6-6.505c-.252-5.091 3.813-7.747 8.748-10.455.28-.165.537-.322.793-.48a7.832 7.832 0 0 1 3.52-1.5 2.041 2.041 0 0 1 .695.118 14.781 14.781 0 0 1 2.95 1.576c.972.6 2.182 1.348 3.707 2.173a10.144 10.144 0 0 1 5.274 6.147A8.767 8.767 0 0 1 29 17.035a8.154 8.154 0 0 1-2.525 5.959 15.614 15.614 0 0 1-10.778 4.008Z"/><path fill="#37474f" d="M16.087 6a1.038 1.038 0 0 1 .358.06l.038.013.037.012a14.503 14.503 0 0 1 2.684 1.46 71.53 71.53 0 0 0 3.767 2.205 9.17 9.17 0 0 1 4.767 5.493A7.895 7.895 0 0 1 28 17.055a7.178 7.178 0 0 1-2.234 5.233 14.586 14.586 0 0 1-10.07 3.714 12.74 12.74 0 0 1-8.415-2.816l-.027-.024-.029-.023a7.978 7.978 0 0 1-3.202-5.758c-.223-4.516 3.431-6.89 8.231-9.525l.027-.015.027-.015c.259-.153.52-.313.783-.474A7.387 7.387 0 0 1 16.087 6m0-2c-1.618 0-3.248 1.19-4.795 2.103-4.52 2.481-9.56 5.41-9.267 11.376a9.89 9.89 0 0 0 3.942 7.215 14.773 14.773 0 0 0 9.73 3.308c7.122 0 14.335-4.134 14.303-10.957a9.644 9.644 0 0 0-.322-2.29 11.163 11.163 0 0 0-5.764-6.768c-3.495-1.89-5.242-3.326-6.798-3.811A3.044 3.044 0 0 0 16.086 4Z"/><path fill="#37474f" d="M19.855 20.236A.81.81 0 0 0 19.26 20h-6.514a.792.792 0 0 0-.596.236.508.508 0 0 0-.137.463 4.365 4.365 0 0 0 1.641 2.339 4.187 4.187 0 0 0 2.349.926 4.186 4.186 0 0 0 2.343-.926 4.365 4.365 0 0 0 1.642-2.339.502.502 0 0 0-.132-.463Z"/><ellipse cx="22.5" cy="18.5" fill="#f8bbd0" rx="2.5" ry="1.5"/><ellipse cx="9.5" cy="18.5" fill="#f8bbd0" rx="2.5" ry="1.5"/><circle cx="10" cy="16" r="2" fill="#37474f"/><circle cx="22" cy="16" r="2" fill="#37474f"/><path fill="#455a64" d="M9.996 18A2 2 0 1 0 8 15.996V16a2 2 0 0 0 1.996 2Z"/><circle cx="9" cy="15" r="1" fill="#FAFAFA"/><circle cx="21" cy="15" r="1" fill="#FAFAFA"/></svg>
|
package/icons/cabal.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><g transform="translate(0 -822.52)"><rect width="107.25" height="156.59" x="405.55" y="967.22" fill="#0097A7" rx="12.306" ry="12.31" transform="matrix(-.98339 .18149 .60192 .79856 0 0)"/><rect width="108.34" height="123.15" x="-1156.5" y="1461.9" fill="#3F51B5" rx="10.69" ry="12.31" transform="matrix(-.98528 .17093 -.59175 .80612 0 0)"/><path fill="#3F51B5" d="M52.112 965.158c-1.343 3.515-26.292 23.248-25.744 27.277.548 4.03 29.812 16.023 32.04 19.027s10.545 41.668 13.603 42.5 18.828-31.274 21.548-32.932c2.72-1.658 32.808 2.503 34.15-1.01 1.343-3.515-18.174-35.352-18.721-39.381-.548-4.03 9.732-40.12 7.502-43.125-2.229-3.005-30.06 9.427-33.118 8.594-3.059-.833-26.793-27.3-29.514-25.643-2.72 1.657-.405 41.177-1.747 44.693z"/></g></svg>
|
package/icons/caddy.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#4fc3f7"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#4fc3f7" d="M20 22v-3.53q-.008-.155-.011-.31-.003-.436-.041-.87a5.257 5.257 0 0 0-.18-.994 2.913 2.913 0 0 0-1.026-1.563A4.422 4.422 0 0 0 16.017 14a4.517 4.517 0 0 0-2.762.74 2.917 2.917 0 0 0-1.05 1.57 5 5 0 0 0-.186 1.073q-.029.448-.014.897l.004.191v3.53Z"/><path fill="#4fc3f7" d="M29 19c0-7.409-5.268-13-13-13S3 11.591 3 19c-.003 2.317 0 5 1 7.026v-.84c.001-1.673 2.264-3.002 4-3.186v-4.438C8 12.38 10.388 9.931 16 10c5.612-.07 8 2.38 8 7.562V22c1.736.184 3.999 1.513 4 3.187v.839C29 24 29.003 21.317 29 19Z"/></svg>
|
package/icons/cairo.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#F44336" d="M13.15 7.455a1.942 1.942 0 0 1-1.938-1.94c0-1.07.87-1.94 1.939-1.94 1.07 0 1.94.87 1.94 1.94 0 1.07-.87 1.94-1.94 1.94M12 2C6.477 2 2 6.477 2 12c0 2.348.811 4.506 2.166 6.212 1.092-1.532 2.258-2.977 3.721-4.18.042-.035.143-.11.272-.203a2.917 2.917 0 0 0 1.15-1.876v-.012c.37-2.438 1.371-3.279 4.152-3.279.246 0 .51.008.786.02 1.423.067 2.243.473 2.34.685a.57.57 0 0 1 .027.363l-.111-.015c-.878-.109-2.231.16-2.419 1.117-.105.544.02 1.143.072 1.693.054.567.104 1.139.099 1.711-.003.044-.035.266-.005.29-1.514-1.449-5.014.37-6.116 1.17.113-.038.227-.08.34-.122 1.05-.357 4.24-1.314 5.47-.256 1.043 1.277.104 3.634-.673 4.802a9.653 9.653 0 0 1-1.64 1.87c.123.005.245.01.369.01 5.523 0 10-4.477 10-10S17.523 2 12 2"/></svg>
|
package/icons/changelog.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z"/><path fill="#8bc34a" d="M13 3a9 9 0 0 0-9 9H1l4 4 4-4H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.954 8.954 0 0 0 13 21a9 9 0 0 0 0-18zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z"/></svg>
|
package/icons/code-climate.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path fill="#eee" d="m196.19 75.562-51.846 51.561 30.766 30.766 21.08-21.08 59.252 59.537 30.481-30.766zm-61.246 60.961-30.481-30.481-78.053 78.053-11.964 11.964 30.766 30.766 11.964-12.249 39.596-39.312 7.691-7.691 30.481 30.48 28.772 28.773 30.766-30.766-28.772-28.772z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path fill="#455a64" d="m196.19 75.562-51.846 51.561 30.766 30.766 21.08-21.08 59.252 59.537 30.481-30.766zm-61.246 60.961-30.481-30.481-78.053 78.053-11.964 11.964 30.766 30.766 11.964-12.249 39.596-39.312 7.691-7.691 30.481 30.48 28.772 28.773 30.766-30.766-28.772-28.772z"/></svg>
|