material-icon-theme 5.4.2 → 5.5.0
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 +5284 -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/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 +37 -26
|
@@ -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>
|
package/icons/codecov.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ec407a"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ec407a" d="M12.006 2.375c-5.528.004-10.028 4.471-10.032 9.959v.025l1.706.995.023-.016a4.908 4.908 0 0 1 3.641-.773 4.75 4.75 0 0 1 2.398 1.193l.293.273.166-.363c.16-.35.346-.68.55-.98a7.78 7.78 0 0 1 .278-.372l.172-.215-.211-.176a6.998 6.998 0 0 0-3.249-1.516 7.16 7.16 0 0 0-3.359.196c.812-3.556 3.939-6.036 7.631-6.039a7.78 7.78 0 0 1 5.516 2.267 7.681 7.681 0 0 1 2.095 3.759 7.182 7.182 0 0 0-2.09-.317h-.127a7.258 7.258 0 0 0-.829.061l-.034.005a6.393 6.393 0 0 0-.327.05 7.338 7.338 0 0 0-.47.101l-.115.03c-.134.036-.27.077-.403.12l-.025.008a7.092 7.092 0 0 0-.878.367l-.023.012a6.56 6.56 0 0 0-.392.214l-.03.018a6.806 6.806 0 0 0-1.77 1.516l-.063.076a6.778 6.778 0 0 0-.557.799l-.05.087a6.8 6.8 0 0 0-.195.36l-.014.025a7.058 7.058 0 0 0-.367.888l-.015.044a6.87 6.87 0 0 0-.343 2.264l.001.094a9.45 9.45 0 0 0 .018.33l.014.155c.006.064.014.127.021.19l.005.034.011.086c.015.106.032.21.052.316.202 1.057.706 2.115 1.458 3.058l.034.042.035-.041c.3-.355 1.044-1.479 1.107-2.154l.001-.012-.006-.011a4.707 4.707 0 0 1-.535-2.169c0-2.52 1.982-4.613 4.51-4.764l.165-.006a4.956 4.956 0 0 1 2.9.856l.023.016 1.684-.979.022-.013v-.025a9.838 9.838 0 0 0-2.934-7.039 9.995 9.995 0 0 0-7.087-2.91"/></svg>
|
package/icons/concourse.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 24 24"><clipPath id="a"><path d="M.913 1h22.173v22H.913z"/></clipPath><g fill="#2196f3" clip-path="url(#a)" transform="translate(1.036 1.05) scale(.9137)"><path d="M13.555 14.025a1.541 1.541 0 1 0-.255-3.071 1.541 1.541 0 0 0 .255 3.071zm1.796-.022a3.28 3.28 0 0 1-1.203.839l-.004.01c.348 1.34.894 2.62 1.618 3.799a5.884 5.884 0 0 1-2.035.644l-.101.013-.119.009-.24.018c-.147 0-.292.014-.446.005a6.129 6.129 0 0 1-1.782-.304 6.337 6.337 0 0 1-1.986-1.067c-.156-.118-.278-.237-.384-.329a11.757 11.757 0 0 1-.315-.312s.094.13.271.353c.093.107.2.243.341.383a6.435 6.435 0 0 0 1.125.939c.25.166.511.314.781.444a6.78 6.78 0 0 0 1.883.59c.166.032.345.043.518.064l.241.015.12.007.137.002a6.911 6.911 0 0 0 2.646-.499c.202.275.414.542.636.801l-.03.019-.265.164-.037.023-.009.006-.003.001.047-.023-.005.003-.019.01-.081.04-.169.086-.089.046-.046.023-.023.012-.009.004.03-.012-.012.005-.197.087-.207.09-.026.012-.004.002.021-.008-.007.004-.014.005-.054.021-.112.044a8.1 8.1 0 0 1-3.175.535l-.141-.005-.159-.012-.319-.026c-.198-.031-.396-.045-.6-.089a8.288 8.288 0 0 1-2.306-.781 6.307 6.307 0 0 1-.507-.281c-.165-.094-.318-.2-.468-.302a8.331 8.331 0 0 1-1.427-1.243c-.181-.187-.317-.369-.438-.513-.117-.147-.198-.27-.258-.351l-.091-.125.078.134c.052.086.121.218.223.377.105.156.224.353.387.561a8.78 8.78 0 0 0 1.328 1.418c.144.121.291.247.453.362a9.158 9.158 0 0 0 1.619.963c.403.184.82.339 1.246.462.211.069.44.112.661.168l.316.058.157.029.175.025a9.17 9.17 0 0 0 1.304.081 9.243 9.243 0 0 0 2.316-.323l.116-.033.056-.015.079-.025.216-.07.204-.066.222-.085.177-.069.084-.033.021-.007.005-.002.102-.051.281-.136.35-.17c.238.228.483.449.738.66 0 0 1.212 1.249 1.88.735.628-.482-.095-1.996-.095-1.996a14.032 14.032 0 0 0-5.192-6.847zm-4.23-2.052-.007-.009a14.003 14.003 0 0 0-4.053-.57 5.892 5.892 0 0 1 .537-2.155l.043-.093.055-.106.112-.213c.078-.125.143-.254.232-.38a6.098 6.098 0 0 1 1.203-1.351 6.342 6.342 0 0 1 1.956-1.118c.183-.07.348-.111.483-.152.272-.069.432-.102.432-.102s-.161.01-.444.042c-.139.023-.312.041-.506.086a6.366 6.366 0 0 0-1.392.458 6.75 6.75 0 0 0-2.288 1.711c-.116.124-.22.27-.329.406l-.14.196-.069.098-.075.116a6.998 6.998 0 0 0-.995 2.591l-.004.024a14.61 14.61 0 0 0-1 .128l.001-.174.001-.312v-.056l-.005.052.001-.006.002-.022.008-.089.016-.19.009-.099.005-.051.002-.026v-.006l.001-.003c.001-.009-.011.063-.006.031l.002-.013.031-.213.033-.223.004-.029v-.004l-.004.021.001-.007.003-.014.011-.058.022-.117a8.07 8.07 0 0 1 1.228-2.977l.079-.117.095-.128.19-.258c.132-.151.248-.312.394-.46A8.249 8.249 0 0 1 8.88 4.468c.168-.103.336-.198.507-.282.167-.091.337-.164.503-.237a8.327 8.327 0 0 1 1.81-.552c.255-.054.482-.073.668-.099.186-.022.334-.025.434-.034l.155-.01-.155-.006c-.1-.001-.249-.013-.437-.011-.189.007-.419.003-.682.032a8.204 8.204 0 0 0-.881.117 8.828 8.828 0 0 0-1.025.257c-.179.059-.364.117-.547.193-.186.069-.372.15-.558.24A8.826 8.826 0 0 0 6.504 5.51c-.171.143-.329.315-.493.472l-.216.237-.108.119-.114.135a9.13 9.13 0 0 0-.76 1.063 9.188 9.188 0 0 0-.952 2.136l-.034.115-.017.056-.021.081-.055.219-.052.208-.045.234-.036.187-.017.088-.004.022-.001.005-.006.06-.001.011-.005.043-.033.309-.059.552c-.322.087-.642.185-.959.296 0 0-1.695.396-1.599 1.233.091.787 1.761.947 1.761.947a14.03 14.03 0 0 0 8.543-.923 3.268 3.268 0 0 1-.1-1.464zm11.935-.909a8.972 8.972 0 0 0-.209-1.313c-.044-.218-.12-.438-.179-.658l-.105-.304-.052-.151-.064-.165a9.093 9.093 0 0 0-1.99-3.033l-.127-.127-.061-.056-.166-.153-.158-.146-.183-.151-.147-.121-.069-.057-.017-.014-.005-.004-.049-.034-.045-.03-.256-.177-.344-.238c.089-.353.164-.71.225-1.071s.473-1.675-.306-1.996c-.732-.302-1.68 1.083-1.68 1.083a14.023 14.023 0 0 0-3.325 7.923c.485.104.939.316 1.329.621l.011-.002a13.98 13.98 0 0 0 2.411-3.181c.621.39 1.163.892 1.6 1.48l.06.082.067.099.134.2c.072.128.155.247.223.386.287.534.493 1.108.611 1.702a6.299 6.299 0 0 1 .046 2.253c-.026.194-.069.359-.097.497-.07.272-.118.427-.118.427s.068-.146.175-.409c.047-.134.114-.294.166-.486.066-.213.12-.43.162-.65a6.764 6.764 0 0 0-.025-2.649 6.68 6.68 0 0 0-.281-.97c-.053-.161-.132-.322-.198-.483l-.106-.217-.053-.107-.066-.121a6.844 6.844 0 0 0-1.773-2.091c.143-.319.274-.642.393-.971l.053.029.274.15.037.021.012.006-.043-.029.005.003.093.062.158.106.083.055.043.028.03.02a.288.288 0 0 1-.025-.02l.01.008.172.129.181.135.023.018.003.002-.016-.014.017.014.046.037.093.075a8.094 8.094 0 0 1 2.027 2.503l.065.125.201.435c.07.188.156.367.217.566.268.771.421 1.577.453 2.392.01.197.013.39.005.58 0 .19-.018.375-.032.556a8.456 8.456 0 0 1-.382 1.853c-.074.25-.166.458-.232.634-.07.174-.138.305-.178.398l-.065.14.079-.133c.049-.087.13-.212.218-.379.085-.168.198-.369.299-.613.121-.271.227-.548.318-.83.108-.336.197-.677.264-1.023.034-.186.072-.376.092-.573a8.936 8.936 0 0 0 .043-1.883z"/></g></svg>
|
package/icons/crystal.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 200 200"><path fill="#cfd8dc" d="m179.363 121.67-57.623 57.507c-.23.23-.576.346-.806.23l-78.713-21.09c-.346-.115-.577-.345-.577-.576L20.44 79.144c-.115-.345 0-.576.23-.806L78.294 20.83c.23-.23.576-.346.807-.23l78.713 21.09c.345.114.576.345.576.575l21.09 78.597c.23.346.115.577-.115.807zm-77.215-62.58-77.33 20.63c-.115 0-.23.23-.115.345l56.586 56.47c.115.115.346.115.346-.115l20.744-77.215c.115 0-.115-.23-.23-.116z"/></svg>
|
package/icons/crystal_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 200 200"><path fill="#37474f" d="m179.363 121.67-57.623 57.507c-.23.23-.576.346-.806.23l-78.713-21.09c-.346-.115-.577-.345-.577-.576L20.44 79.144c-.115-.345 0-.576.23-.806L78.294 20.83c.23-.23.576-.346.807-.23l78.713 21.09c.345.114.576.345.576.575l21.09 78.597c.23.346.115.577-.115.807zm-77.215-62.58-77.33 20.63c-.115 0-.23.23-.115.345l56.586 56.47c.115.115.346.115.346-.115l20.744-77.215c.115 0-.115-.23-.23-.116z"/></svg>
|
package/icons/cucumber.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33"><path fill="#4caf50"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" viewBox="0 0 33 33"><path fill="#4caf50" d="M16.633 2.088c-7.028 0-12.714 5.686-12.714 12.714 0 6.187 4.435 11.327 10.288 12.471v3.64c7.609-1.148 14.346-7.187 14.848-15.117.303-4.772-2.076-9.644-6.09-12.01a10.575 10.575 0 0 0-1.455-.728l-.243-.097c-.223-.083-.448-.175-.68-.243a12.614 12.614 0 0 0-3.954-.63zm2.62 4.707a1.387 1.387 0 0 0-1.213.485c-.233.31-.379.611-.534.922-.466 1.087-.31 2.252.388 3.106 1.087-.233 2.01-.927 2.475-2.014a2.45 2.45 0 0 0 .243-1.02c.048-.824-.634-1.405-1.359-1.48zm-5.654.073c-.708.067-1.382.63-1.382 1.407 0 .31.087.708.243 1.019.466 1.087 1.46 1.78 2.546 2.014.621-.854.782-2.019.316-3.106-.155-.31-.3-.616-.534-.85a1.364 1.364 0 0 0-1.188-.484zM9.79 10.603c-1.224.063-1.77 1.602-.752 2.402.31.233.612.403.922.558 1.087.466 2.344.306 3.275-.315-.233-1.01-1.023-1.936-2.11-2.402-.388-.155-.703-.243-1.092-.243-.087-.01-.161-.004-.243 0zm11.961 4.707a3.551 3.551 0 0 0-2.013.583c.233 1.009 1.023 1.935 2.11 2.401.389.155.705.243 1.093.243 1.397.078 2.08-1.65.994-2.426-.31-.233-.611-.379-.922-.534a3.354 3.354 0 0 0-1.262-.267zm-10.603.073a3.376 3.376 0 0 0-1.261.267c-.389.155-.69.325-.923.558-1.009.854-.33 2.48 1.068 2.402a2.51 2.51 0 0 0 1.092-.243c1.087-.466 1.859-1.392 2.014-2.401a3.474 3.474 0 0 0-1.99-.583zm3.931 2.378c-1.087.233-2.009.927-2.475 2.014-.155.31-.243.684-.243.994-.077 1.32 1.724 2.03 2.5 1.02.233-.31.378-.612.534-.923.466-1.009.306-2.174-.316-3.105zm2.887.073c-.621.854-.781 2.018-.315 3.105.155.311.3.616.534.85.854.93 2.65.242 2.572-.923 0-.31-.088-.708-.243-1.019-.466-1.087-1.46-1.78-2.547-2.013z"/></svg>
|
package/icons/cuda.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="#7CB342" d="M12.496 10.16c-.184 0-.314.01-.496.022V12a7.43 7.43 0 0 1 .991-.062 7.335 7.335 0 0 1 5.335 2.457l-2.72 2.156c-1.213-1.922-1.568-2.767-3.606-3v5.468a4.764 4.764 0 0 0 1.486.234c3.969 0 7.667-4.847 7.667-4.847s-3.427-4.402-8.657-4.246Zm-9.222 4.468A12.462 12.462 0 0 1 12 10.184V8.715c-6.407.489-12 5.602-12 5.602s3.202 8.56 12 9.337v-1.641c-6.454-.756-8.726-7.385-8.726-7.385Z"/><path fill="#7CB342" d="M12 13.54V12a11.17 11.17 0 0 0-6.3 2.828s1.424 4.791 6.3 5.614v-1.423a6.484 6.484 0 0 1-3.72-3.913A5.036 5.036 0 0 1 12 13.54Zm0-7.566v2.74l.496-.032c7.267-.234 12.014 5.624 12.014 5.624s-5.442 6.247-11.107 6.247A8.436 8.436 0 0 1 12 20.431V22a10.74 10.74 0 0 0 1.19.108c5.276 0 9.058-2.478 12.757-5.479.612.467 3.12 1.59 3.64 2.079-3.51 2.779-11.696 5.013-16.337 5.013a11.471 11.471 0 0 1-1.25-.066V26h20V6Z"/></svg>
|
package/icons/cypress.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="#00bfa5" d="M11.998 2A9.993 9.993 0 0 0 2 12a9.993 9.993 0 0 0 10 10c5.528 0 10-4.473 10-10-.001-5.527-4.51-10-10.002-10zm-4.69 12.146c.327.436.763.618 1.381.618.292 0 .583-.037.837-.146.255-.108.546-.255.908-.473l1.019 1.454c-.836.692-1.782 1.018-2.873 1.018-.873 0-1.6-.182-2.254-.545a3.66 3.66 0 0 1-1.454-1.599c-.327-.691-.509-1.491-.509-2.437 0-.908.182-1.745.508-2.436a3.853 3.853 0 0 1 1.457-1.672c.617-.4 1.38-.582 2.217-.582.583 0 1.128.072 1.564.254.49.19.944.46 1.345.8l-1.018 1.382a3.987 3.987 0 0 0-.836-.474c-.254-.108-.582-.145-.873-.145-1.236 0-1.854.945-1.854 2.872-.036.983.146 1.673.437 2.11zm10 2.254c-.363 1.128-.909 1.964-1.673 2.582-.763.619-1.782.946-3.054 1.055l-.254-1.708c.836-.11 1.454-.292 1.854-.583.145-.108.437-.436.437-.436l-3.019-9.673h2.508l1.746 7.236 1.855-7.236h2.436z"/></svg>
|
package/icons/dart.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="#4FC3F7" d="M16.83 2a1.314 1.314 0 0 0-.916.377l-.013.01L7.323 7.34l8.556 8.55v.005l10.283 10.277 1.96-3.529-7.068-16.96-3.299-3.297A1.306 1.306 0 0 0 16.828 2Z"/><path fill="#01579B" d="m7.343 7.32-4.955 8.565-.01.013a1.297 1.297 0 0 0 .004 1.835l.005.005 4.106 4.107 16.064 6.314 3.632-2.015-.098-.098-.025.002L15.995 15.97h-.012l-8.64-8.65Z"/><path fill="#01579B" d="m7.321 7.324 8.753 8.755h.013L26.16 26.156l3.835-.73L30 14.089l-4.049-3.965a6.524 6.524 0 0 0-3.618-1.612l.002-.043L7.323 7.325Z"/><path fill="#64B5F6" d="m7.332 7.335 8.758 8.75v.013l10.079 10.071L25.436 30H14.09l-3.967-4.048a6.507 6.507 0 0 1-1.611-3.618l-.045.004Z"/></svg>
|
package/icons/deno.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#cfd8dc"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#cfd8dc" d="M3.069 10.688C3.069 5.873 7.859 2 14 2a11.894 11.894 0 0 1 7.49 2.378 10.643 10.643 0 0 1 3.593 5.236l.015.049.017.057.034.108.048.198.134.463.14.529.238.875.38 1.386.613 2.28.692 2.593 1.116 4.168.42 1.571-.09.1A18.976 18.976 0 0 1 17.337 30l-.04-.273-.074-.545-.066-.395-.076-.52-.097-.634-.042-.25-.091-.602-.057-.356-.074-.462-.076-.444-.074-.432-.074-.422-.066-.413-.074-.395-.068-.38-.048-.281-.057-.271-.034-.173-.066-.35-.05-.246-.057-.305-.049-.215-.042-.205-.043-.2-.023-.132-.059-.248-.042-.181-.04-.182-.032-.114-.042-.167-.032-.157-.042-.156-.043-.148-.023-.091-.042-.142-.032-.13-.025-.092-.034-.084-.023-.072-.034-.116-.025-.085-.017-.049q-.067-.196-.148-.386l-.026-.051.19-.495-.75.026-.207.008c-6.82.14-11.222-2.759-11.222-7.301Zm14.345-4.101a2 2 0 1 0 0 2.827 2 2 0 0 0 0-2.827Z"/><path fill="#cfd8dc" d="M3.069 10.688c.95-12.027 21.388-11.423 22.64 1.205 1.027 3.74 2.21 8.244 3.222 11.998A18.984 18.984 0 0 1 17.337 30c-.407-2.79-.84-5.602-1.41-8.364a26.944 26.944 0 0 0-.505-2.123c-.104-.536-.523-1.043-.173-1.56-6.665.529-12.374-2.428-12.18-7.267Zm14.345-4.101c-1.807-1.861-4.689 1.02-2.827 2.828 1.807 1.86 4.689-1.021 2.827-2.828Z"/></svg>
|
package/icons/deno_light.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#455a64" d="M3.07 10.688C4.02-1.34 24.46-.735 25.713 11.893c1.027 3.74 2.21 8.244 3.222 11.998A18.984 18.984 0 0 1 17.339 30c-.407-2.79-.839-5.602-1.41-8.364a26.944 26.944 0 0 0-.505-2.123c-.103-.536-.522-1.043-.173-1.56-6.665.529-12.374-2.428-12.18-7.267Zm14.347-4.101c-1.808-1.861-4.69 1.02-2.828 2.828 1.808 1.86 4.69-1.021 2.828-2.828Z"/></svg>
|
package/icons/diff.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 0h24v24H0z"/><path fill="#42a5f5" d="M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7h-2zm2 6h-6v2h6v-2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm4 16H8V3h6.17L19 7.83V17z"/></svg>
|
package/icons/dinophp.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 1424.1 1368"><g fill="#ff5252" stroke-width="1.05"><path d="M1101.8 130.51c-12.441.289-30.445 1.731-55.957 5.878-32.232 5.25-56.168 11.548-61.523 12.914-39.16 10.394-67.506 22.153-93.018 32.757-14.383 5.984-33.282 13.859-56.589 25.932l-.734.42c-11.129 5.774-19.738 10.394-24.357 12.914l-2.414 1.258c-16.693 9.03-32.862 15.958-49.765 24.777 0 0-16.167 8.505-39.999 24.043-6.929 4.515-12.914 9.028-12.914 9.028a140.696 140.696 0 0 0-4.621 3.57c-5.67 4.514-10.917 9.554-15.641 15.118-4.515 5.25-11.025 12.81-15.33 23.518-7.034 17.113-4.723 32.86-3.673 40 1.47 9.133 4.513 28.66 19.841 41.68 11.758 10.182 25.618 11.864 33.807 12.704 50.079 4.62 98.163-5.354 129.03-9.344 41.47-5.249 73.071-2.31 98.269 0 45.984 4.305 96.587 9.028 148.87 42.1 12.388 7.873 45.67 30.446 74.436 72.021 12.598 18.163 31.811 45.985 39.16 85.985 7.244 39.895-.84 72.755 7.77 74.96 4.094 1.05 8.714-5.354 17.848-17.848a208.446 208.446 0 0 0 28.346-54.173c2.625-7.664 5.25-19.109 10.5-42.1 5.774-24.988 8.607-37.48 10.496-49.344 1.575-10.183 3.465-24.987 4.095-63.937.63-43.674.944-65.513-1.575-89.029-3.465-32.02-10.498-63.516-20.997-93.858-11.34-32.02-22.992-64.252-51.76-94.699-20.681-21.942-38.95-31.076-45.353-34.015-18.163-8.503-33.595-10.708-43.673-12.178-3.255-.472-10.133-1.338-22.574-1.05zm-100.67 82.398c12.105.117 20.275 2.825 22.244 9.046 5.25 16.588-23.937 48.503-74.436 64.46-50.499 15.854-117.38 7.034-122.62-9.554s41.47-31.39 91.969-47.243c31.562-9.908 62.671-16.905 82.847-16.709z"/><path d="M925.47 442.64c1.785-5.354 27.401-1.47 37.27 0 27.926 4.2 55.433 8.399 88.189 25.932 23.517 12.493 59.107 36.85 85.774 80.105 5.25 8.399 30.026 49.869 33.176 110.03 2.94 54.908-13.858 95.748-22.677 116.53-37.06 87.349-106.04 132.7-139.42 154.02-22.887 14.593-81.575 48.714-161.05 57.953-40.735 4.724-94.698 3.884-96.798-6.72-.63-3.359 3.99-7.348 11.024-13.437 3.255-2.835 11.968-9.869 26.982-13.753 8.399-2.205 12.178-1.68 32.651-2.1 19.632-.42 29.396-.63 35.905-1.47 14.593-2.1 28.976-5.984 42.52-11.758 9.764-4.094 17.323-7.139 26.457-13.753a107.125 107.125 0 0 0 26.982-28.87c4.094-6.195 7.874-11.969 11.024-20.473 2.625-6.929 3.045-10.814 6.93-16.588 3.674-5.459 6.718-7.139 11.128-11.339 3.465-3.254 6.09-6.404 17.848-26.142 8.504-14.278 12.703-21.417 15.328-26.457 12.178-23.622 16.693-45.459 19.212-57.848 8.924-43.989 4.62-80.945 2.415-99.527-3.99-32.86-7.874-65.512-28.346-101.94-13.543-24.147-31.076-55.328-64.777-76.85-6.614-4.514-19.003-11.549-17.743-15.538z"/><path d="M843.89 890.41s6.614-13.963 21.522-55.958c5.67-15.853 8.924-24.987 10.394-38.74 1.89-17.428-.21-31.286-4.41-58.687-1.05-7.244-2.624-14.383-4.829-21.417-1.575-5.04-3.044-8.294-7.664-18.898-12.073-27.192-14.803-32.336-20.052-38.635-8.084-9.659-13.018-11.024-14.803-11.339-7.979-1.575-17.848 2.205-20.787 8.924-2.624 5.984 1.05 12.388 5.04 20.052 0 0 5.774 11.234 19.108 46.089 7.139 18.793 7.769 34.646 8.189 47.559 1.574 46.719-17.953 82.099-24.462 93.438-17.848 31.286-40 49.134-56.273 61.942-34.121 26.772-70.761 41.47-89.448 48.924-29.921 11.968-44.724 14.173-57.428 30.76-9.87 12.914-11.758 26.038-15.013 48.19 0 0-5.46 38.005 9.343 82.099 2.73 8.294 5.88 15.433 12.913 20.262 10.08 6.824 22.572 4.62 32.756 2.834 13.858-2.414 26.982-8.084 39.265-13.333 9.764-4.199 16.588-7.769 24.672-5.354 3.465 1.05 6.72 3.045 11.34 7.77 10.603 11.023 16.272 24.356 19.841 37.584 5.985 21.837 9.24 34.121 2.415 40.84-7.349 7.244-23.937 5.67-34.016-.42-6.929-4.2-7.244-8.504-15.013-11.339-5.984-2.205-10.499-1.365-20.997-.42-8.714.735-17.533.84-26.247 1.26-22.887 1.155-34.33 1.68-44.094 1.26-13.438-.63-19.842-1.995-23.832 2.415-4.514 4.934-1.575 12.074-7.244 16.588-3.36 2.624-7.454 2.73-12.178 2.834-5.46.105-11.758-1.155-15.328-3.254-8.714-5.04-6.824-17.953-9.344-47.35-1.575-19.002-2.624-15.222-6.929-51.337-.84-7.98-2.1-15.853-3.884-23.622-1.68-7.454-2.835-10.08-4.62-18.058-1.575-7.034-2.834-14.278-3.674-21.417-1.26-10.29-4.305-29.081-11.34-65.932 0 0-13.752-59.002-4.409-78.53 3.045-6.3 7.664-8.084 7.664-8.084 1.26-.525 2.31-.525 6.93-.42 7.453.315 11.128.42 16.587 1.26 7.245 1.05 6.825 1.784 9.66 1.574 4.724-.315 9.133-2.204 12.492-5.354 5.46-5.354 4.935-13.438 5.145-20.262.104-3.15.21-.735 11.024-41.575 8.818-32.966 7.979-31.706 10.499-39.37 4.934-14.698 9.973-25.512 15.328-36.64 19.318-39.79 28.87-59.632 39.685-77.27 21.627-35.38 42.1-57.953 67.61-86.194 25.723-28.45 48.085-52.913 83.78-78.11 38.005-26.772 60.682-32.966 78.53-34.75 11.234-1.156 27.61-2.836 45.669 4.408 29.71 11.968 42.834 39.895 55.013 65.512 19.527 41.155 21.417 77.795 22.257 97.952 1.574 37.375-4.62 64.987-8.084 80.105-10.92 47.454-30.131 81.05-41.47 85.354-1.26.525-7.14 2.415-9.344 7.454-1.575 3.675-.525 7.245-.21 8.714 2.94 13.018-10.92 30.446-13.753 34.016-12.808 16.063-29.606 20.577-38.845 23.097-2.205.63-33.491 8.714-39.265-1.574-2.205-3.99.525-8.714 4.62-17.428z"/><path d="M596.23 710.77c.105 4.095-.105 8.084-.42 12.178-1.785 21.207-8.819 33.806-17.953 54.803-9.974 22.992-15.853 36.43-20.787 55.853-3.15 12.388-7.244 24.462-9.554 37.06-2.73 14.908-2.624 21.627-8.189 25.092-6.089 3.78-10.814-1.68-29.396-2.1-9.658-.21-16.903 1.05-24.252 5.88-6.824 4.514-10.709 9.868-11.863 12.703a33.966 33.966 0 0 0-2.73 14.067c1.366 53.753.84 61.417-1.364 64.777-3.57 5.46-15.328 8.294-33.176 14.803-6.93 2.52-24.987 8.924-59.107 15.118-20.262 3.675-35.59 6.51-57.218 7.14-14.908.63-29.711 0-44.514-1.995-17.113-2.31-41.155-5.564-66.351-19.108-10.604-5.67-47.454-25.512-64.777-69.081-11.968-30.131-8.714-56.798-7.034-69.816a147.974 147.974 0 0 1 22.677-61.732c8.084-12.283 23.307-34.541 52.808-47.244 15.748-6.72 32.86-9.659 49.974-8.504 36.535 2.73 77.69 25.512 86.614 58.582 1.05 3.78 5.984 24.042-4.62 38.845-1.574 2.205-6.194 8.714-11.339 8.084-5.354-.63-7.139-8.294-14.593-22.152-6.194-11.549-9.343-17.323-14.803-22.677-14.488-14.068-34.54-14.068-36.64-14.068-21.207.315-34.75 13.858-40.42 19.422-4.304 4.304-21.522 21.837-20.997 49.134.105 3.465.735 25.827 17.848 43.674 18.268 19.213 43.15 20.472 57.218 20.997 32.231 1.26 58.162-10.919 85.774-26.982a334.14 334.14 0 0 0 8.084-4.83c48.4-30.235 88.19-64.566 112.34-87.558 16.588-15.853 21.522-21.942 41.89-40.42 15.853-14.383 18.268-15.643 27.296-25.092 7.98-8.4 13.543-15.223 24.252-23.832 4.83-3.99 9.974-7.664 15.328-11.024zm286.82 313.43c1.995-1.47 6.194-1.47 15.013-1.575 6.194-.105-1.155 0 12.808-.105 9.659-.105 11.129.105 16.693 0 2.625-.105 3.36-.105 8.399-.315 3.36-.105 8.084-.21 11.339-.21 1.575 0 2.835 1.26 2.835 2.73v.105c-.105 6.09.21 12.283-.105 19.212a129.43 129.43 0 0 0 0 9.029 85.777 85.777 0 0 1 0 7.349c-.315 6.614-.42 23.202 4.094 47.874 1.155 6.3 2.205 11.444 6.51 15.958 6.298 6.614 15.537 7.139 21.521 7.559 12.493.84 22.572-3.045 34.121-7.56 15.433-6.088 18.478-10.078 26.247-8.923 2.835.42 9.239 1.785 17.218 10.814 5.88 6.614 8.61 12.913 13.858 25.302 2.835 6.404 5.145 12.913 7.034 19.738 3.36 12.388 4.935 18.583 2.94 22.677-5.67 11.338-37.06 4.724-43.254.84-2.835-1.785-6.09-4.2-6.09-4.2-1.89-1.364-3.464-2.624-4.514-3.464-3.884-3.045-6.719-5.144-7.664-5.984-.525-.42-1.155-.84-1.68-1.26-.314-.21-.63-.42-1.05-.63-1.364-.735-2.73-1.365-4.199-1.785-1.89-.735-3.884-1.365-5.984-1.68-1.575-.314-1.89-.105-9.449-.21h-4.724c-1.05 0-2.31.105-6.614.63-4.2.525-6.51.735-8.504 1.05l-6.615 1.155s-9.868 2.1-18.163 3.255c-3.57.525-4.094.42-7.139.945-4.41.84-6.614 1.154-7.559 1.89-4.41 3.359 1.68 12.177-1.574 18.582-4.725 8.924-26.877 11.13-35.695 1.575-3.465-3.674-3.885-8.189-4.41-12.703-2.415-20.577-5.984-40.945-7.874-61.522-.84-9.449-1.68-18.268-3.674-30.236-1.05-6.51-3.045-25.197-7.14-62.467-.524-3.674-1.05-10.394 3.045-13.438z"/></g></svg>
|
package/icons/docker.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="#0288D1" d="M21.81 10.25c-.06-.04-.56-.43-1.64-.43-.28 0-.56.03-.84.08-.21-1.4-1.38-2.11-1.43-2.14l-.29-.17-.18.27c-.24.36-.43.77-.51 1.19-.2.8-.08 1.56.33 2.21-.49.28-1.29.35-1.46.35H2.62c-.34 0-.62.28-.62.63 0 1.15.18 2.3.58 3.38.45 1.19 1.13 2.07 2 2.61.98.6 2.59.94 4.42.94.79 0 1.61-.07 2.42-.22 1.12-.2 2.2-.59 3.19-1.16A8.3 8.3 0 0 0 16.78 16c1.05-1.17 1.67-2.5 2.12-3.65h.19c1.14 0 1.85-.46 2.24-.85.26-.24.45-.53.59-.87l.08-.24-.19-.14m-17.96.99h1.76c.08 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16H3.85c-.09 0-.16.07-.16.16v1.58c.01.09.07.16.16.16m2.43 0h1.76c.08 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16H6.28c-.09 0-.16.07-.16.16v1.58c.01.09.07.16.16.16m2.47 0h1.75c.1 0 .17-.07.17-.16V9.5c0-.08-.06-.16-.17-.16H8.75c-.08 0-.15.07-.15.16v1.58c0 .09.06.16.15.16m2.44 0h1.77c.08 0 .15-.07.15-.16V9.5c0-.08-.06-.16-.15-.16h-1.77c-.08 0-.15.07-.15.16v1.58c0 .09.07.16.15.16M6.28 9h1.76c.08 0 .16-.09.16-.18V7.25c0-.09-.07-.16-.16-.16H6.28c-.09 0-.16.06-.16.16v1.57c.01.09.07.18.16.18m2.47 0h1.75c.1 0 .17-.09.17-.18V7.25c0-.09-.06-.16-.17-.16H8.75c-.08 0-.15.06-.15.16v1.57c0 .09.06.18.15.18m2.44 0h1.77c.08 0 .15-.09.15-.18V7.25c0-.09-.07-.16-.15-.16h-1.77c-.08 0-.15.06-.15.16v1.57c0 .09.07.18.15.18m0-2.28h1.77c.08 0 .15-.07.15-.16V5c0-.1-.07-.17-.15-.17h-1.77c-.08 0-.15.06-.15.17v1.56c0 .08.07.16.15.16m2.46 4.52h1.76c.09 0 .16-.07.16-.16V9.5c0-.08-.07-.16-.16-.16h-1.76c-.08 0-.15.07-.15.16v1.58c0 .09.07.16.15.16"/></svg>
|
package/icons/document.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="#42a5f5" d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/></svg>
|
package/icons/dune.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="#f57c00" d="m14 6-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"/></svg>
|
package/icons/editorconfig.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 3473 3473"><path fill="#EDE7F6" d="M989.342 1977.409c41.146-26.835 75.137-93.922 54.564-141.33-56.353 24.151-53.67 79.61-54.564 141.33zm636.877 153.851c44.724-14.311 87.66-64.402 63.509-116.283-34.886 24.151-57.248 57.247-63.51 116.284z"/><g fill="#FAFAFA"><path d="M374.827 2871.899c0 56.352 14.312 117.178 53.67 138.645 144.907 81.4 652.977 17.89 825.614-20.573 90.343-20.573 163.692-87.66 248.668-124.334 191.421-83.187 330.067-150.274 483.025-262.085 110.916-81.399 287.131-310.388 305.915-447.245l-151.169-33.991c-3.578 153.852-38.463 188.737-175.32 224.517-92.132 25.046-271.925 30.413-365.846 14.312-124.334-20.574-180.687-85.871-237.04-160.114-109.128-144.907 24.151-245.985-148.485-255.824-181.582 222.728-501.81 62.614-642.244 40.252-59.93 86.765-200.366 650.294-198.577 779.1 86.766-29.517 141.33 2.684 219.15 33.097 275.503 106.444 34.885 200.366-75.137 172.636-75.137-17.89-98.394-67.086-142.224-98.393zm360.48-1285.383c111.81 21.468 211.1 67.982 305.915 115.39 154.747 76.926 182.476 66.192 196.788 173.53 1.789 19.68-1.789 30.413 54.564 48.303 94.816 29.518-54.564-23.257 199.471-22.362 151.169.894 497.337 61.72 609.148 132.384 46.513 29.519 37.568 67.087 194.999 62.615-1.79-185.16-50.986-461.557-123.44-631.51-88.554-205.733-205.733-237.04-444.561-313.966-139.54-44.725-549.217-93.922-676.235-15.207-118.967 74.243-141.33 162.798-252.246 318.439-32.202 45.619-43.83 80.504-64.403 132.384z"/><path d="M1720.14 1966.675c89.45 36.674-4.472 273.714-128.806 216.466-40.252-113.6 55.458-178.003 81.398-228.99-53.67-8.05-206.627-32.2-252.246-15.206-59.036 22.363-72.454 148.486-42.041 207.522 143.118 280.87 775.523 220.94 708.436 2.684-26.835-88.555-51.88-102.867-142.224-133.28-72.454-24.15-144.907-49.196-224.517-49.196zm-1124.374-31.307c71.56 68.875 233.462 79.61 338.117 84.976 13.418-138.646 25.046-242.407 135.963-234.356 54.564 74.242 25.94 161.902-31.307 218.255 97.5-.894 153.852-74.242 139.54-180.687-82.293-59.036-331.856-177.109-457.084-194.104-34.885 37.569-120.756 243.301-125.229 305.916z"/></g><path d="M427.602 2820.913c59.036-5.367 212.889 39.357 225.412 89.449-95.71 11.628-217.361 2.683-225.412-89.45zm-52.775 50.986c43.83 31.307 67.087 80.504 142.224 98.393 110.022 27.73 350.64-66.192 75.137-172.636-77.82-30.413-132.384-62.614-219.15-33.096-1.789-128.807 138.646-692.336 198.577-779.101 140.435 22.362 460.662 182.476 642.244-40.252 172.636 9.84 39.357 110.917 148.485 255.824 56.353 74.243 112.706 139.54 237.04 160.114 93.921 16.1 273.714 10.734 365.846-14.312 136.857-35.78 171.742-70.665 175.32-224.517l151.17 33.99c-18.785 136.858-195 365.847-305.916 447.246-152.958 111.81-291.604 178.898-483.025 262.085-84.976 36.674-158.325 103.761-248.668 124.334-172.637 38.463-680.707 101.972-825.614 20.574-39.358-21.468-53.67-82.294-53.67-138.646zM1626.22 2131.26c6.261-59.037 28.623-92.133 63.508-116.284 24.152 51.88-18.784 101.972-63.508 116.284zm93.921-164.586c79.61 0 152.063 25.045 224.517 49.197 90.344 30.412 115.39 44.724 142.224 133.279 67.087 218.255-565.318 278.186-708.436-2.684-30.413-59.036-16.995-185.16 42.041-207.522 45.619-16.995 198.577 7.156 252.246 15.207-25.94 50.986-121.65 115.389-81.398 228.99 124.334 57.247 218.255-179.793 128.806-216.467zm-730.798 10.734c.894-61.72-1.79-117.179 54.564-141.33 20.573 47.408-13.418 114.495-54.564 141.33zm-393.576-42.041c4.473-62.615 90.344-268.347 125.229-305.916 125.228 16.995 374.791 135.068 457.084 194.104 14.312 106.445-42.04 179.793-139.54 180.687 57.247-56.353 85.87-144.013 31.307-218.255-110.917-8.05-122.545 95.71-135.963 234.356-104.655-5.367-266.558-16.1-338.117-84.976zm-89.449-71.56c-33.096-91.238-33.096-233.462 107.339-245.09l-71.56 199.471c-18.783 42.936-18.783 33.096-35.779 45.62zm228.99-277.292c20.573-51.88 32.201-86.765 64.403-132.384 110.917-155.641 133.279-244.196 252.246-318.439 127.018-78.715 536.694-29.518 676.235 15.207 238.828 76.926 356.007 108.233 444.561 313.966 72.454 169.953 121.65 446.35 123.44 631.51-157.43 4.472-148.486-33.096-195-62.615-111.81-70.664-457.978-131.49-609.147-132.384-254.035-.895-104.655 51.88-199.471 22.362-56.353-17.89-52.775-28.624-54.564-48.302-14.312-107.34-42.041-96.605-196.788-173.531-94.816-47.408-194.104-93.922-305.915-115.39zm1583.247-43.83c-16.995-56.352 14.312-52.775 68.876-91.238 31.307-22.362 56.353-45.619 94.816-67.086 144.013-80.504 412.36-93.922 526.854 1.789 46.514 38.463 122.545 113.6 110.917 211.994-24.151 195.893-158.325 303.232-268.347 392.68-111.811 91.239-297.865 185.16-490.18 122.546-16.101-39.358-3.578-288.92-22.363-381.053-16.995-82.293-8.05-91.238 39.358-140.435 139.54-144.907 441.878-250.457 613.62-126.123 72.454 53.67 51.88 74.243 89.449 115.39 46.513-50.092-40.252-218.256-360.48-207.522-217.36 7.156-311.282 177.109-402.52 169.058zm-1302.377-508.964c4.472-124.335 118.967-381.948 233.461-471.397 138.646-107.338 283.554-208.416 496.442-87.66 52.775 29.519 50.092 44.725 55.459 118.073 4.472 70.665-1.79 96.605-19.679 153.852-141.33 456.19-259.402 194.105-712.014 302.338 16.995-148.485 145.802-280.87 217.361-349.746 122.545-118.967 211.1-195.893 395.365-170.847 50.986 84.976 56.352 138.646-5.367 237.934-82.293 132.385-102.867 124.334-90.344 214.678 64.403-16.101 84.082-78.715 113.6-141.33 179.793-375.686-81.398-421.305-241.512-352.429-107.339 45.62-298.76 256.719-361.374 383.736-12.523 25.046-25.94 57.248-37.568 84.977zm708.436 18.784c18.784-111.811 129.7-139.54 129.7-483.92 0-148.485-182.475-281.764-421.304-182.475-204.838 84.082-236.145 148.485-345.273 313.071-102.867 155.642-99.289 326.49-187.843 470.502-25.94 41.147-49.197 55.458-77.82 96.605-20.574 30.413-35.78 68.876-56.354 104.655-42.04 68.876-84.976 118.968-118.967 201.26-107.339 2.684-197.682 4.473-208.416 115.39-14.312 152.063 57.247 189.632 57.247 246.879-.894 61.72-251.351 684.285-181.581 1055.498 19.679 101.972 86.765 102.867 194.104 115.39 258.508 31.307 593.942 20.573 825.614-72.454l420.41-201.26c106.445-59.931 285.343-173.532 364.953-256.72 56.353-58.141 85.87-107.338 134.173-176.214 66.192-96.605 67.981-94.816 82.293-226.306 87.66 16.101 251.352 54.564 305.916 101.972-6.262 61.72-36.674 32.202-36.674 87.66 34.885.895 93.027-42.935 107.339-91.238-36.675-53.67-75.138-44.724-127.913-87.66 42.042-33.096 118.073-48.302 176.215-72.453 125.229-51.88 339.012-209.311 391.787-352.43 42.04-115.389 10.734-307.704-57.248-382.841-71.559-78.715-237.934-118.967-373.897-118.967-161.902 0-329.172 116.283-459.767 166.375-50.092-43.83-53.67-93.922-90.344-142.224-42.04-57.248-315.755-200.366-446.35-228.095z"/><path fill="#EFEBE9" d="M2318.554 1542.686c91.238 8.05 185.16-161.902 402.52-169.058 320.228-10.734 406.993 157.43 360.48 207.521-37.569-41.146-16.995-61.72-89.45-115.389-171.741-124.334-474.079-18.784-613.62 126.123-47.407 49.197-56.352 58.142-39.357 140.435 18.785 92.133 6.262 341.695 22.362 381.053 192.316 62.614 378.37-31.307 490.181-122.545 110.022-89.45 244.196-196.788 268.347-392.681 11.628-98.394-64.403-173.531-110.917-211.994-114.494-95.71-382.841-82.293-526.854-1.79-38.463 21.468-63.51 44.725-94.816 67.087-54.564 38.464-85.871 34.886-68.876 91.238zm-1302.377-508.964 43.83-77.821c11.628-27.73 25.045-59.93 37.568-84.977 62.614-127.017 254.035-338.117 361.374-383.736 160.114-68.876 421.305-23.257 241.512 352.43-29.518 62.614-49.197 125.228-113.6 141.329-12.523-90.344 8.05-82.293 90.344-214.678 61.72-99.288 56.353-152.958 5.367-237.934-184.265-25.046-272.82 51.88-395.365 170.847-71.56 68.876-200.366 201.26-217.361 349.746 452.612-108.233 570.685 153.852 712.014-302.338 17.89-57.247 24.151-83.187 19.679-153.852-5.367-73.348-2.684-88.554-55.459-118.073-212.888-120.756-357.796-19.678-496.442 87.66-114.494 89.45-228.989 347.062-233.461 471.397z"/><path fill="#EEE" d="M506.317 1863.808c16.996-12.523 16.996-2.683 35.78-45.619l71.559-199.47c-140.435 11.627-140.435 153.851-107.339 245.09z"/><path fill="#EFEBE9" d="M653.014 2910.362c-12.523-50.092-166.376-94.816-225.412-89.45 8.05 92.133 129.701 101.078 225.412 89.45z"/></svg>
|
package/icons/ejs.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffca28" d="M8.046 4.862.908 12l7.138 7.138 2.71-2.691L6.308 12l4.446-4.447z"/><ellipse cx="14.543" cy="7.812"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#ffca28" d="M8.046 4.862.908 12l7.138 7.138 2.71-2.691L6.308 12l4.446-4.447z"/><ellipse cx="14.543" cy="7.812" stroke="#ffca28" stroke-width="1.455" rx="2.101" ry="2.798"/><path fill="#ffca28" d="m20.616 4.152 1.47.69-7.783 15.005-1.47-.69z"/><ellipse cx="20.35" cy="16.198" stroke="#ffca28" stroke-width="1.455" rx="2.101" ry="2.798"/></svg>
|
package/icons/elm.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 323 323"><path fill="#FFB300" d="m106.716 99.763 54.785 54.782 54.779-54.782z"/><path fill="#64DD17" d="M96.881 89.93H216.83l-55.18-55.184H41.7zm131.546 11.593 59.705 59.704L228.16 221.2l-59.705-59.704z"/><path fill="#00B8D4" d="m175.552 34.746 112.703 112.695V34.746z"/><path fill="#455A64" d="m34.746 281.3 119.8-119.8-119.8-119.8z"/><path fill="#FFB300" d="m288.255 175.01-53.148 53.149 53.148 53.14z"/><path fill="#00B8D4" d="M281.3 288.254 161.5 168.455l-119.8 119.8z"/></svg>
|
package/icons/email.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#42a5f5"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#42a5f5" d="M28 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2Zm0 6-12 6-12-6V8l12 6 12-6Z"/></svg>
|
package/icons/fastlane.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 300 300"><path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 300 300"><path fill="#2979FF" d="M242.745 89.48c-11.223 0-21.398 4.463-28.867 11.7l-47.366-33.917c.295-1.238.469-2.524.469-3.854 0-9.167-7.432-16.6-16.6-16.6-9.168 0-16.601 7.433-16.601 16.6 0 9.169 7.433 16.6 16.6 16.6 3.21 0 6.197-.927 8.738-2.504L217.1 119.7c4.52-9.428 14.49-16.77 25.645-16.77 15.492 0 28.051 12.558 28.051 28.05 0 12.38-8.02 22.887-19.148 26.608l3.806 12.91c16.703-5.368 28.79-21.03 28.79-39.518 0-22.92-18.579-41.5-41.5-41.5"/><path fill="#E64A19" d="M109.689 49.166c-3.389 10.669-2.22 21.69 2.405 30.977l-46.546 34.784a16.573 16.573 0 0 0-3.523-1.609c-8.716-2.768-18.026 2.053-20.794 10.768-2.768 8.716 2.053 18.026 10.767 20.794 8.716 2.769 18.026-2.052 20.795-10.767a16.456 16.456 0 0 0 .257-9.062l57.623-42.379c-7.598-7.144-11.567-18.84-8.2-29.444 4.68-14.727 20.411-22.874 35.139-18.195 11.768 3.738 19.334 14.535 19.513 26.238l13.421.28c-.059-17.5-11.299-33.721-28.873-39.304-21.788-6.921-45.063 5.13-51.984 26.92"/><path fill="#00bcd4" d="M32.81 161.347a41.369 41.369 0 0 0 30.043 7.612l18.362 54.878a16.309 16.309 0 0 0-2.621 2.8c-5.338 7.316-3.686 17.611 3.692 22.994 7.377 5.383 17.685 3.815 23.023-3.501 5.34-7.316 3.687-17.61-3.69-22.994a16.532 16.532 0 0 0-8.489-3.13l-22.086-67.718c-9.128 4.87-21.425 4.875-30.402-1.674-12.465-9.097-15.258-26.492-6.237-38.855 7.21-9.88 19.78-13.556 30.9-9.993l4.456-12.536c-16.566-5.525-35.414-.121-46.179 14.631-13.346 18.291-9.214 44.029 9.229 57.486"/><path fill="#8BC34A" d="M245.283 225.838c-3.42-10.583-10.75-18.811-19.884-23.64l17.72-55.05a16.59 16.59 0 0 0 3.796-.739c8.69-2.808 13.47-12.093 10.679-20.737-2.793-8.646-12.102-13.378-20.793-10.57-8.69 2.806-13.472 12.09-10.679 20.736a16.298 16.298 0 0 0 5.036 7.472l-22.334 67.6c10.315 1.374 20.312 8.527 23.71 19.046 4.72 14.61-3.36 30.298-18.044 35.042-11.735 3.791-24.138-.554-31.055-9.908l-11.078 7.543c10.176 14.106 28.706 20.71 46.23 15.048 21.726-7.019 33.678-30.23 26.696-51.843"/><path fill="#A0F" d="M116.724 270.244c9.003-6.587 14.547-16.139 16.291-26.33l57.906-.59a16.536 16.536 0 0 0 1.887 3.366c5.382 7.355 15.706 8.955 23.061 3.574 7.356-5.381 8.955-15.705 3.575-23.06-5.382-7.356-15.706-8.956-23.061-3.575a16.404 16.404 0 0 0-5.54 7.137l-71.283.182c1.908 10.217-1.78 21.958-10.73 28.506-12.428 9.093-29.875 6.39-38.968-6.039-7.266-9.932-6.999-23.068-.257-32.585l-10.631-8.123c-10.249 14.11-10.752 33.77.098 48.601 13.453 18.389 39.265 22.389 57.652 8.936"/></svg>
|
package/icons/flash.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="#e53935" d="M20.314 2c-2.957 0-5.341 1.104-7.122 3.252-1.427 1.752-2.354 3.93-3.164 6.034-1.663 4.283-2.781 6.741-6.342 6.741V22c2.958 0 5.342-1.03 7.122-3.194 1.133-1.383 1.957-3.135 2.634-4.827h4.665v-3.973h-3.061c1.207-2.575 2.546-3.973 5.268-3.973V2z"/></svg>
|
package/icons/flow.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="#fbc02d" fill-opacity=".976" d="m38.75 33.427 77.461 77.47H54.436l61.145 61.16H38.437l93.462 93.478v-77.158l.01-.01v-77.47h-.01V66.982h46.691l20.394 20.393H153.57v76.531h22.05l24.474 24.473h-15.806l-.01-.01v.01h-31.665l-.01-.01v.01h-.313l.313.313v77.148h109.149l-39.2-39.2v-15.806l8.465 8.466v-77.37h-15.682l.017-38.191 30.09 30.086V56.362h-64.874l-22.94-22.934H113.71z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#546e7a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12Z"/><path fill="#cfd8dc"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#546e7a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12Z"/><path fill="#cfd8dc" d="m25 10-7 3.273v4.908c0 4.542 2.986 8.788 7 9.819 4.014-1.031 7-5.277 7-9.82v-4.907L25 10m0 3.273a2.457 2.457 0 1 1-2.333 2.454A2.396 2.396 0 0 1 25 13.273m3.99 9.817A7.595 7.595 0 0 1 25 26.298a7.597 7.597 0 0 1-3.99-3.208 8.443 8.443 0 0 1-.677-1.25c0-1.352 2.108-2.456 4.667-2.456s4.666 1.08 4.666 2.455a8.315 8.315 0 0 1-.676 1.251Z"/></svg>
|
package/icons/folder-admin.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#546e7a" d="m13.844 7.536-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464Z"/><path fill="#cfd8dc"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#546e7a" d="m13.844 7.536-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464Z"/><path fill="#cfd8dc" d="m25 10-7 3.273v4.908c0 4.542 2.986 8.788 7 9.819 4.014-1.031 7-5.277 7-9.82v-4.907L25 10m0 3.273a2.457 2.457 0 1 1-2.333 2.454A2.396 2.396 0 0 1 25 13.273m3.99 9.817A7.595 7.595 0 0 1 25 26.298a7.597 7.597 0 0 1-3.99-3.208 8.443 8.443 0 0 1-.677-1.25c0-1.352 2.108-2.456 4.667-2.456s4.666 1.08 4.666 2.455a8.315 8.315 0 0 1-.676 1.251Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8bc34a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12Z"/><path fill="#dcedc8"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8bc34a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12Z"/><path fill="#dcedc8" d="M27.943 19.471 32 15.414 30.586 14l-4.333 4.333a11.013 11.013 0 0 0-10.505 0L11.414 14 10 15.414l4.057 4.057A10.976 10.976 0 0 0 10 28h22a10.976 10.976 0 0 0-4.057-8.529ZM18 26h-4v-4h4Zm10 0h-4v-4h4Z"/></svg>
|
package/icons/folder-android.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8bc34a" d="m13.844 7.536-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464Z"/><path fill="#dcedc8"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#8bc34a" d="m13.844 7.536-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464Z"/><path fill="#dcedc8" d="M27.943 19.471 32 15.414 30.586 14l-4.333 4.333a11.013 11.013 0 0 0-10.505 0L11.414 14 10 15.414l4.057 4.057A10.976 10.976 0 0 0 10 28h22a10.976 10.976 0 0 0-4.057-8.529ZM18 26h-4v-4h4Zm10 0h-4v-4h4Z"/></svg>
|