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
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<br>
|
|
8
8
|
</h1>
|
|
9
9
|
|
|
10
|
-
<h4 align="center">Get the Material Design icons
|
|
10
|
+
<h4 align="center">Get the Material Design icons as NPM Module.</h4>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
13
|
<a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"><img src="https://img.shields.io/visual-studio-marketplace/v/PKief.material-icon-theme?style=for-the-badge&colorA=252526&colorB=43A047&label=VERSION" alt="Version"></a>
|
|
@@ -16,237 +16,79 @@
|
|
|
16
16
|
<a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"><img src="https://img.shields.io/visual-studio-marketplace/d/PKief.material-icon-theme?style=for-the-badge&colorA=252526&colorB=43A047&label=Downloads" alt="Downloads"></a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## File icons
|
|
20
20
|
|
|
21
|
-
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/fileIcons.png" alt="file icons">
|
|
21
|
+
<details><summary>🏞️ <b>Show all available file icons</b></summary><br/><img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/fileIcons.png" alt="file icons"></details>
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## Folder icons
|
|
24
24
|
|
|
25
|
-
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/folderIcons.png" alt="folder icons">
|
|
25
|
+
<details><summary>🏞️ <b>Show all available folder icons</b></summary><br/><img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/folderIcons.png" alt="folder icons"></details>
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
## Description
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
This npm module provides all Icons from the VS Code Material Icon Theme as npm module. The icons are available as SVG files and can be used in any web project.
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
## Installation
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
Install the npm module:
|
|
34
34
|
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
"material-icon-theme.files.color": "#42a5f5",
|
|
35
|
+
```bash
|
|
36
|
+
npm install material-icon-theme
|
|
38
37
|
```
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
## Usage
|
|
41
40
|
|
|
42
|
-
|
|
41
|
+
All the SVG files can be found in the "node_modules/material-icon-theme/icons" folder. To get to know the mapping between the file and folder names and the icons, the `generateManifest` has to be used.
|
|
43
42
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
or via user settings:
|
|
47
|
-
|
|
48
|
-
```json
|
|
49
|
-
"material-icon-theme.folders.theme": "specific"
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
## Custom icon opacity
|
|
53
|
-
|
|
54
|
-
You can set a custom opacity for the icons:
|
|
55
|
-
|
|
56
|
-
```json
|
|
57
|
-
"material-icon-theme.opacity": 0.5
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
## Custom icon saturation
|
|
61
|
-
|
|
62
|
-
If colors do not make you happy you can change the icons to have less saturation making them look grayish or completely grayscale by setting saturation to 0:
|
|
63
|
-
|
|
64
|
-
```json
|
|
65
|
-
"material-icon-theme.saturation": 0.5
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
You can also achieve no saturation (i.e., grayscale) by setting **Toggle Grayscale** to ON.
|
|
69
|
-
|
|
70
|
-
## Custom icon associations
|
|
71
|
-
|
|
72
|
-
You can customize the icon associations directly in the user settings.
|
|
73
|
-
|
|
74
|
-
### File associations
|
|
75
|
-
|
|
76
|
-
With the `*.[extension]` pattern you can define custom file icon associations. For example you could define an icon for `*.sample` and every file that ends with `.sample` will have the defined icon. However, not all files with the same file extension always have the same icon. For some specific file names there is a special icon. In order to overwrite all the specific file icons as well, two asterisks must be set instead of one, i.e. `**.[extension]`.
|
|
77
|
-
|
|
78
|
-
If there's no leading `*` it will be automatically configured as filename and not as file extension.
|
|
79
|
-
|
|
80
|
-
```json
|
|
81
|
-
"material-icon-theme.files.associations": {
|
|
82
|
-
"*.ts": "typescript",
|
|
83
|
-
"**.json": "json",
|
|
84
|
-
"fileName.ts": "angular"
|
|
85
|
-
}
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
#### Custom SVG icons
|
|
89
|
-
|
|
90
|
-
It's possible to add custom icons by adding a path to an SVG file which is located relative to the extension's dist folder. However, the restriction applies that the directory in which the custom icons are located must be within the `extensions` directory of the `.vscode` folder in the user directory.
|
|
91
|
-
|
|
92
|
-
For example a custom SVG file called `sample.svg` can be placed in an `icons` folder inside of VS Code's `extensions` folder:
|
|
93
|
-
|
|
94
|
-
```
|
|
95
|
-
.vscode
|
|
96
|
-
┗ extensions
|
|
97
|
-
┗ icons
|
|
98
|
-
┗ sample.svg
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
In the settings.json (User Settings only!) the icon can be associated to a file name or file extension like this:
|
|
102
|
-
|
|
103
|
-
```json
|
|
104
|
-
"material-icon-theme.files.associations": {
|
|
105
|
-
"fileName.ts": "../../icons/sample"
|
|
106
|
-
}
|
|
43
|
+
```javascript
|
|
44
|
+
import { generateManifest } from 'material-icon-theme';
|
|
107
45
|
```
|
|
108
46
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
#### Custom clones
|
|
112
|
-
|
|
113
|
-
It's also possible to clone existing file icons and change their colors to create new icons that can be associated with file names or file extensions. The following example shows how to clone the `rust` icon:
|
|
114
|
-
|
|
115
|
-
```json
|
|
116
|
-
"material-icon-theme.files.customClones": [
|
|
117
|
-
{
|
|
118
|
-
"name": "rust-mod",
|
|
119
|
-
"base": "rust",
|
|
120
|
-
"color": "blue-400",
|
|
121
|
-
"fileNames": ["mod.rs"]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "rust-lib",
|
|
125
|
-
"base": "rust",
|
|
126
|
-
"color": "light-green-300",
|
|
127
|
-
"lightColor": "light-green-600",
|
|
128
|
-
"fileNames": ["lib.rs"]
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
This will create two new icons called `rust-mod` and `rust-lib` that are associated with the file names `mod.rs` and `lib.rs` respectively. The `base` property defines the icon that should be cloned (in this case the `rust` icon). The `color` property defines the color of the new icon. The `lightColor` property is optional and defines the color of the icon when Visual Studio Code is running with a light color theme. The `fileNames` property defines the file names that should be associated with the new icon. There's also a `fileExtensions` property, which can be used to associate the new icon with file extensions (`"fileExtensions": ["ext", "ext2"]`).
|
|
134
|
-
|
|
135
|
-
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/how-tos/cloned-file-icons-example.png" alt="cloned file icons">
|
|
136
|
-
|
|
137
|
-
- Although you can use any `#RRGGBB` color for the `color` and `lightColor` properties, if you want to stick with colors from the material palette, you can check the full list of allowed aliases [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/generator/clones/utils/color/materialPalette.ts#L7).
|
|
138
|
-
- You can check the full list of available icons to be used as the `base` [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/fileIcons.ts).
|
|
139
|
-
|
|
140
|
-
### Folder associations
|
|
141
|
-
|
|
142
|
-
The following configuration can customize the folder icons. It is also possible to overwrite existing associations and create nice combinations. For example you could change the folder theme to "classic" and define icons only for the folder names you like.
|
|
143
|
-
|
|
144
|
-
```json
|
|
145
|
-
"material-icon-theme.folders.associations": {
|
|
146
|
-
"customFolderName": "src",
|
|
147
|
-
"sample": "dist"
|
|
148
|
-
}
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
#### Custom SVG folder icons
|
|
47
|
+
The `generateManifest` function returns a JSON object with the mapping between the file and folder names and the icons. The JSON object can be used to display the icons in a web project.
|
|
152
48
|
|
|
153
|
-
|
|
49
|
+
This manifest follows the official VS Code extension API guidelines. More information how this manifest is structured and how it can be used can be found [in the VS Code documentation](https://code.visualstudio.com/api/extension-guides/file-icon-theme#icon-definitions).
|
|
154
50
|
|
|
155
|
-
|
|
51
|
+
The type definition for the manifest can be found in the `material-icon-theme` module:
|
|
156
52
|
|
|
53
|
+
```typescript
|
|
54
|
+
import { Manifest } from 'material-icon-theme';
|
|
157
55
|
```
|
|
158
|
-
.vscode
|
|
159
|
-
┗ extensions
|
|
160
|
-
┗ icons
|
|
161
|
-
┣ folder-sample.svg
|
|
162
|
-
┗ folder-sample-open.svg
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
In the settings.json (User Settings only!) the folder icons can be associated to a folder name (e.g. "src") like this:
|
|
166
56
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
57
|
+
### Configure the icons
|
|
58
|
+
|
|
59
|
+
While generating the manifest, there can be some configuration options passed to the `generateManifest` function. The configuration options are the same as in the VS Code Material Icon Theme extension. The configuration options can be found in the `material-icon-theme` module:
|
|
60
|
+
|
|
61
|
+
```typescript
|
|
62
|
+
import { type ManifestConfig, type IconAssociations, type IconPackValue, generateManifest } from 'material-icon-theme';
|
|
63
|
+
|
|
64
|
+
const config: ManifestConfig = {
|
|
65
|
+
activeIconPack: 'angular';
|
|
66
|
+
hidesExplorerArrows: true;
|
|
67
|
+
folders: {
|
|
68
|
+
theme: 'classic';
|
|
69
|
+
associations: {};
|
|
70
|
+
};
|
|
71
|
+
files: {
|
|
72
|
+
associations: {};
|
|
73
|
+
};
|
|
74
|
+
languages: {
|
|
75
|
+
associations: {};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const manifest = generateManifest(config);
|
|
171
80
|
```
|
|
172
81
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
It's also possible to clone existing folder icons and change their colors to create new icons that can be associated with folder names. The following example shows how to clone the `admin` folder icon:
|
|
176
|
-
|
|
177
|
-
```json
|
|
178
|
-
"material-icon-theme.folders.customClones": [
|
|
179
|
-
{
|
|
180
|
-
"name": "users-admin",
|
|
181
|
-
"base": "admin",
|
|
182
|
-
"color": "light-green-500",
|
|
183
|
-
"lightColor": "light-green-700",
|
|
184
|
-
"folderNames": ["users"]
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "roles-admin",
|
|
188
|
-
"base": "admin",
|
|
189
|
-
"color": "purple-400",
|
|
190
|
-
"folderNames": ["roles"]
|
|
191
|
-
}
|
|
192
|
-
]
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
This will create two new icons called `users-admin` and `roles-admin` that are associated with the folder names `users` and `roles` respectively. The `base` property defines the icon that should be cloned (in this case the `admin` folder icon). The `color` property defines the color of the new icon. The `lightColor` property is optional and defines the color of the icon when Visual Studio Code is running with a light color theme. The `folderNames` property defines the folder names that should be associated with the new icon.
|
|
82
|
+
Not all configuration options have to be passed. The `generateManifest` function uses the default configuration options if they are not passed.
|
|
196
83
|
|
|
197
|
-
|
|
84
|
+
## Icon packs
|
|
198
85
|
|
|
199
|
-
|
|
200
|
-
- You can check the full list of available icon to be used as the `base` [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/folderIcons.ts).
|
|
86
|
+
The Material Icon Theme provides different icon packs. The icon pack can be changed by setting the `activeIconPack` in the configuration options. To get a list of all available icon packs, the `getIconPacks` function can be used:
|
|
201
87
|
|
|
202
|
-
|
|
88
|
+
```typescript
|
|
89
|
+
import { availableIconPacks, type IconPackValue } from 'material-icon-theme';
|
|
203
90
|
|
|
204
|
-
|
|
91
|
+
const iconPacks: Array<IconPackValue> = availableIconPacks;
|
|
205
92
|
|
|
206
|
-
|
|
207
|
-
"material-icon-theme.languages.associations": {
|
|
208
|
-
"languageId": "iconName",
|
|
209
|
-
"json": "json"
|
|
210
|
-
}
|
|
93
|
+
console.log('Available icon packs:', iconPacks);
|
|
211
94
|
```
|
|
212
|
-
|
|
213
|
-
You can see the available icon names in the overview above. See "[Known language identifiers](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers)" in the VS Code documentation for a list of permitted values for `languageId`.
|
|
214
|
-
|
|
215
|
-
## Commands
|
|
216
|
-
|
|
217
|
-
Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.
|
|
218
|
-
|
|
219
|
-
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/commandPalette.png" alt="commands">
|
|
220
|
-
|
|
221
|
-
<p></p>
|
|
222
|
-
|
|
223
|
-
| Command | Description |
|
|
224
|
-
| --------------------------------- | ----------------------------------------------------------------------------------- |
|
|
225
|
-
| **Activate Icon Theme** | Activate the icon theme. |
|
|
226
|
-
| **Change File Color** | Change the color of the file icons. |
|
|
227
|
-
| **Change Folder Color** | Change the color of the folder icons. |
|
|
228
|
-
| **Change Folder Theme** | Change the design of the folder icons. |
|
|
229
|
-
| **Change Opacity** | Change the opacity of the icons. |
|
|
230
|
-
| **Change Saturation** | Change the saturation value of the icons. |
|
|
231
|
-
| **Configure Icon Packs** | Selects an icon pack that enables additional icons (e.g. for Angular, React, Ngrx). |
|
|
232
|
-
| **Toggle Explorer Arrows** | Show or hide the arrows next to the folder icons. |
|
|
233
|
-
| **Restore Default Configuration** | Reset to the default configuration. |
|
|
234
|
-
| **Toggle Grayscale** | Set icon saturation to `0` (grayscale), or `1` (color). |
|
|
235
|
-
|
|
236
|
-
## Icon sources
|
|
237
|
-
|
|
238
|
-
- [Material Design Icons](https://materialdesignicons.com/)
|
|
239
|
-
|
|
240
|
-
## Contributors
|
|
241
|
-
|
|
242
|
-
<a href="https://github.com/PKief/vscode-material-icon-theme/graphs/contributors">
|
|
243
|
-
<img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/contributors.png" alt="Contributors">
|
|
244
|
-
</a>
|
|
245
|
-
|
|
246
|
-
**Would you like to contribute?**
|
|
247
|
-
|
|
248
|
-
Take a look at the [contribution guidelines](https://github.com/PKief/vscode-material-icon-theme/blob/main/CONTRIBUTING.md) and open a [new issue](https://github.com/PKief/vscode-material-icon-theme/issues) or [pull request](https://github.com/PKief/vscode-material-icon-theme/pulls) on GitHub.
|
|
249
|
-
|
|
250
|
-
## Related extensions
|
|
251
|
-
|
|
252
|
-
- [Material Icons for GitHub](https://github.com/Claudiohbsantos/github-material-icons-extension)
|