├── .devcontainer
├── Dockerfile
└── devcontainer.json
├── .fantasticonrc.js
├── .github
├── ISSUE_TEMPLATE
│ ├── bug_report.md
│ ├── config.yml
│ └── icon-request.md
└── workflows
│ ├── build.yml
│ ├── codeql-analysis.yml
│ ├── gh-pages.yml
│ └── release.yml
├── .gitignore
├── .husky
└── pre-commit
├── .vscode
├── settings.json
└── tasks.json
├── CODE_OF_CONDUCT.md
├── LICENSE
├── LICENSE-CODE
├── README.md
├── SECURITY.md
├── _iconCloud
├── keywords.csv
├── keywords.transforms.json
├── keywords.variables.json
├── manifest.json
├── manifest.transforms.json
└── manifest.variables.json
├── build
└── pipeline.yml
├── package-lock.json
├── package.json
├── preview.png
├── scripts
├── export-to-csv.js
├── export-to-ts.js
├── reset.js
├── svg-sprite.js
└── version-bump.js
├── src
├── icons
│ ├── account.svg
│ ├── activate-breakpoints.svg
│ ├── add.svg
│ ├── archive.svg
│ ├── arrow-both.svg
│ ├── arrow-circle-down.svg
│ ├── arrow-circle-left.svg
│ ├── arrow-circle-right.svg
│ ├── arrow-circle-up.svg
│ ├── arrow-down.svg
│ ├── arrow-left.svg
│ ├── arrow-right.svg
│ ├── arrow-small-down.svg
│ ├── arrow-small-left.svg
│ ├── arrow-small-right.svg
│ ├── arrow-small-up.svg
│ ├── arrow-swap.svg
│ ├── arrow-up.svg
│ ├── attach.svg
│ ├── azure-devops.svg
│ ├── azure.svg
│ ├── beaker-stop.svg
│ ├── beaker.svg
│ ├── bell-dot.svg
│ ├── bell-slash-dot.svg
│ ├── bell-slash.svg
│ ├── bell.svg
│ ├── blank.svg
│ ├── bold.svg
│ ├── book.svg
│ ├── bookmark.svg
│ ├── bracket-dot.svg
│ ├── bracket-error.svg
│ ├── briefcase.svg
│ ├── broadcast.svg
│ ├── browser.svg
│ ├── bug.svg
│ ├── calendar.svg
│ ├── call-incoming.svg
│ ├── call-outgoing.svg
│ ├── case-sensitive.svg
│ ├── chat-sparkle-error.svg
│ ├── chat-sparkle-warning.svg
│ ├── chat-sparkle.svg
│ ├── check-all.svg
│ ├── check.svg
│ ├── checklist.svg
│ ├── chevron-down.svg
│ ├── chevron-left.svg
│ ├── chevron-right.svg
│ ├── chevron-up.svg
│ ├── chip.svg
│ ├── chrome-close.svg
│ ├── chrome-maximize.svg
│ ├── chrome-minimize.svg
│ ├── chrome-restore.svg
│ ├── circle-filled.svg
│ ├── circle-large-filled.svg
│ ├── circle-large.svg
│ ├── circle-slash.svg
│ ├── circle-small-filled.svg
│ ├── circle-small.svg
│ ├── circle.svg
│ ├── circuit-board.svg
│ ├── clear-all.svg
│ ├── clippy.svg
│ ├── close-all.svg
│ ├── close.svg
│ ├── cloud-download.svg
│ ├── cloud-upload.svg
│ ├── cloud.svg
│ ├── code-oss.svg
│ ├── code-review.svg
│ ├── code.svg
│ ├── coffee.svg
│ ├── collapse-all.svg
│ ├── collection.svg
│ ├── color-mode.svg
│ ├── combine.svg
│ ├── comment-discussion-sparkle.svg
│ ├── comment-discussion.svg
│ ├── comment-draft.svg
│ ├── comment-unresolved.svg
│ ├── comment.svg
│ ├── compass-active.svg
│ ├── compass-dot.svg
│ ├── compass.svg
│ ├── copilot-blocked.svg
│ ├── copilot-error.svg
│ ├── copilot-in-progress.svg
│ ├── copilot-large.svg
│ ├── copilot-not-connected.svg
│ ├── copilot-snooze.svg
│ ├── copilot-success.svg
│ ├── copilot-unavailable.svg
│ ├── copilot-warning-large.svg
│ ├── copilot-warning.svg
│ ├── copilot.svg
│ ├── copy.svg
│ ├── coverage.svg
│ ├── credit-card.svg
│ ├── dash.svg
│ ├── dashboard.svg
│ ├── database.svg
│ ├── debug-all.svg
│ ├── debug-alt-small.svg
│ ├── debug-alt.svg
│ ├── debug-breakpoint-conditional-unverified.svg
│ ├── debug-breakpoint-conditional.svg
│ ├── debug-breakpoint-data-unverified.svg
│ ├── debug-breakpoint-data.svg
│ ├── debug-breakpoint-function-unverified.svg
│ ├── debug-breakpoint-function.svg
│ ├── debug-breakpoint-log-unverified.svg
│ ├── debug-breakpoint-log.svg
│ ├── debug-breakpoint-unsupported.svg
│ ├── debug-console.svg
│ ├── debug-continue-small.svg
│ ├── debug-continue.svg
│ ├── debug-coverage.svg
│ ├── debug-disconnect.svg
│ ├── debug-line-by-line.svg
│ ├── debug-pause.svg
│ ├── debug-rerun.svg
│ ├── debug-restart-frame.svg
│ ├── debug-restart.svg
│ ├── debug-reverse-continue.svg
│ ├── debug-stackframe-active.svg
│ ├── debug-stackframe.svg
│ ├── debug-start.svg
│ ├── debug-step-back.svg
│ ├── debug-step-into.svg
│ ├── debug-step-out.svg
│ ├── debug-step-over.svg
│ ├── debug-stop.svg
│ ├── debug.svg
│ ├── desktop-download.svg
│ ├── device-camera-video.svg
│ ├── device-camera.svg
│ ├── device-mobile.svg
│ ├── diff-added.svg
│ ├── diff-ignored.svg
│ ├── diff-modified.svg
│ ├── diff-multiple.svg
│ ├── diff-removed.svg
│ ├── diff-renamed.svg
│ ├── diff-single.svg
│ ├── diff.svg
│ ├── discard.svg
│ ├── edit-session.svg
│ ├── edit-sparkle.svg
│ ├── edit.svg
│ ├── editor-layout.svg
│ ├── ellipsis.svg
│ ├── empty-window.svg
│ ├── error-small.svg
│ ├── error.svg
│ ├── exclude.svg
│ ├── expand-all.svg
│ ├── export.svg
│ ├── extensions-large.svg
│ ├── extensions.svg
│ ├── eye-closed.svg
│ ├── eye.svg
│ ├── feedback.svg
│ ├── file-binary.svg
│ ├── file-code.svg
│ ├── file-media.svg
│ ├── file-pdf.svg
│ ├── file-submodule.svg
│ ├── file-symlink-directory.svg
│ ├── file-symlink-file.svg
│ ├── file-zip.svg
│ ├── file.svg
│ ├── files.svg
│ ├── filter-filled.svg
│ ├── filter.svg
│ ├── flag.svg
│ ├── flame.svg
│ ├── fold-down.svg
│ ├── fold-up.svg
│ ├── fold.svg
│ ├── folder-active.svg
│ ├── folder-library.svg
│ ├── folder-opened.svg
│ ├── folder.svg
│ ├── game.svg
│ ├── gear.svg
│ ├── gift.svg
│ ├── gist-secret.svg
│ ├── gist.svg
│ ├── git-commit.svg
│ ├── git-compare.svg
│ ├── git-fetch.svg
│ ├── git-merge.svg
│ ├── git-pull-request-closed.svg
│ ├── git-pull-request-create.svg
│ ├── git-pull-request-done.svg
│ ├── git-pull-request-draft.svg
│ ├── git-pull-request-go-to-changes.svg
│ ├── git-pull-request-new-changes.svg
│ ├── git-pull-request.svg
│ ├── git-stash-apply.svg
│ ├── git-stash-pop.svg
│ ├── git-stash.svg
│ ├── github-action.svg
│ ├── github-alt.svg
│ ├── github-inverted.svg
│ ├── github-project.svg
│ ├── github.svg
│ ├── globe.svg
│ ├── go-to-editing-session.svg
│ ├── go-to-file.svg
│ ├── go-to-search.svg
│ ├── grabber.svg
│ ├── graph-left.svg
│ ├── graph-line.svg
│ ├── graph-scatter.svg
│ ├── graph.svg
│ ├── gripper.svg
│ ├── group-by-ref-type.svg
│ ├── heart-filled.svg
│ ├── heart.svg
│ ├── history.svg
│ ├── home.svg
│ ├── horizontal-rule.svg
│ ├── hubot.svg
│ ├── inbox.svg
│ ├── indent.svg
│ ├── info.svg
│ ├── insert.svg
│ ├── inspect.svg
│ ├── issue-draft.svg
│ ├── issue-reopened.svg
│ ├── issues.svg
│ ├── italic.svg
│ ├── jersey.svg
│ ├── json.svg
│ ├── kebab-vertical.svg
│ ├── key.svg
│ ├── keyboard-tab-above.svg
│ ├── keyboard-tab-below.svg
│ ├── keyboard-tab.svg
│ ├── law.svg
│ ├── layers-active.svg
│ ├── layers-dot.svg
│ ├── layers.svg
│ ├── layout-activitybar-left.svg
│ ├── layout-activitybar-right.svg
│ ├── layout-centered.svg
│ ├── layout-menubar.svg
│ ├── layout-panel-center.svg
│ ├── layout-panel-dock.svg
│ ├── layout-panel-justify.svg
│ ├── layout-panel-left.svg
│ ├── layout-panel-off.svg
│ ├── layout-panel-right.svg
│ ├── layout-panel.svg
│ ├── layout-sidebar-left-dock.svg
│ ├── layout-sidebar-left-off.svg
│ ├── layout-sidebar-left.svg
│ ├── layout-sidebar-right-dock.svg
│ ├── layout-sidebar-right-off.svg
│ ├── layout-sidebar-right.svg
│ ├── layout-statusbar.svg
│ ├── layout.svg
│ ├── library.svg
│ ├── lightbulb-autofix.svg
│ ├── lightbulb-empty.svg
│ ├── lightbulb-sparkle.svg
│ ├── lightbulb.svg
│ ├── link-external.svg
│ ├── link.svg
│ ├── list-filter.svg
│ ├── list-flat.svg
│ ├── list-ordered.svg
│ ├── list-selection.svg
│ ├── list-tree.svg
│ ├── list-unordered.svg
│ ├── live-share.svg
│ ├── loading.svg
│ ├── location.svg
│ ├── lock-small.svg
│ ├── lock.svg
│ ├── magnet.svg
│ ├── mail-read.svg
│ ├── mail.svg
│ ├── map-filled.svg
│ ├── map-vertical-filled.svg
│ ├── map-vertical.svg
│ ├── map.svg
│ ├── markdown.svg
│ ├── mcp.svg
│ ├── megaphone.svg
│ ├── mention.svg
│ ├── menu.svg
│ ├── merge.svg
│ ├── mic-filled.svg
│ ├── mic.svg
│ ├── milestone.svg
│ ├── mirror.svg
│ ├── mortar-board.svg
│ ├── move.svg
│ ├── multiple-windows.svg
│ ├── music.svg
│ ├── mute.svg
│ ├── new-collection.svg
│ ├── new-file.svg
│ ├── new-folder.svg
│ ├── newline.svg
│ ├── no-newline.svg
│ ├── note.svg
│ ├── notebook-template.svg
│ ├── notebook.svg
│ ├── octoface.svg
│ ├── open-preview.svg
│ ├── organization.svg
│ ├── output.svg
│ ├── package.svg
│ ├── paintcan.svg
│ ├── pass-filled.svg
│ ├── pass.svg
│ ├── percentage.svg
│ ├── person-add.svg
│ ├── person.svg
│ ├── piano.svg
│ ├── pie-chart.svg
│ ├── pin.svg
│ ├── pinned-dirty.svg
│ ├── pinned.svg
│ ├── play-circle.svg
│ ├── play.svg
│ ├── plug.svg
│ ├── preserve-case.svg
│ ├── preview.svg
│ ├── primitive-square.svg
│ ├── project.svg
│ ├── pulse.svg
│ ├── python.svg
│ ├── question.svg
│ ├── quote.svg
│ ├── radio-tower.svg
│ ├── reactions.svg
│ ├── record-keys.svg
│ ├── record-small.svg
│ ├── record.svg
│ ├── redo.svg
│ ├── references.svg
│ ├── refresh.svg
│ ├── regex.svg
│ ├── remote-explorer.svg
│ ├── remote.svg
│ ├── remove.svg
│ ├── replace-all.svg
│ ├── replace.svg
│ ├── reply.svg
│ ├── repo-clone.svg
│ ├── repo-fetch.svg
│ ├── repo-force-push.svg
│ ├── repo-forked.svg
│ ├── repo-pinned.svg
│ ├── repo-pull.svg
│ ├── repo-push.svg
│ ├── repo.svg
│ ├── report.svg
│ ├── request-changes.svg
│ ├── robot.svg
│ ├── rocket.svg
│ ├── root-folder-opened.svg
│ ├── root-folder.svg
│ ├── rss.svg
│ ├── ruby.svg
│ ├── run-above.svg
│ ├── run-all-coverage.svg
│ ├── run-all.svg
│ ├── run-below.svg
│ ├── run-coverage.svg
│ ├── run-errors.svg
│ ├── save-all.svg
│ ├── save-as.svg
│ ├── save.svg
│ ├── screen-full.svg
│ ├── screen-normal.svg
│ ├── search-fuzzy.svg
│ ├── search-sparkle.svg
│ ├── search-stop.svg
│ ├── search.svg
│ ├── send-to-remote-agent.svg
│ ├── send.svg
│ ├── server-environment.svg
│ ├── server-process.svg
│ ├── server.svg
│ ├── settings-gear.svg
│ ├── settings.svg
│ ├── share.svg
│ ├── shield.svg
│ ├── sign-in.svg
│ ├── sign-out.svg
│ ├── smiley.svg
│ ├── snake.svg
│ ├── sort-precedence.svg
│ ├── source-control.svg
│ ├── sparkle-filled.svg
│ ├── sparkle.svg
│ ├── split-horizontal.svg
│ ├── split-vertical.svg
│ ├── squirrel.svg
│ ├── star-empty.svg
│ ├── star-full.svg
│ ├── star-half.svg
│ ├── stop-circle.svg
│ ├── surround-with.svg
│ ├── symbol-array.svg
│ ├── symbol-boolean.svg
│ ├── symbol-class.svg
│ ├── symbol-color.svg
│ ├── symbol-constant.svg
│ ├── symbol-enum-member.svg
│ ├── symbol-enum.svg
│ ├── symbol-event.svg
│ ├── symbol-field.svg
│ ├── symbol-file.svg
│ ├── symbol-interface.svg
│ ├── symbol-key.svg
│ ├── symbol-keyword.svg
│ ├── symbol-method-arrow.svg
│ ├── symbol-method.svg
│ ├── symbol-misc.svg
│ ├── symbol-namespace.svg
│ ├── symbol-numeric.svg
│ ├── symbol-operator.svg
│ ├── symbol-parameter.svg
│ ├── symbol-property.svg
│ ├── symbol-ruler.svg
│ ├── symbol-snippet.svg
│ ├── symbol-string.svg
│ ├── symbol-structure.svg
│ ├── symbol-variable.svg
│ ├── sync-ignored.svg
│ ├── sync.svg
│ ├── table.svg
│ ├── tag.svg
│ ├── target.svg
│ ├── tasklist.svg
│ ├── telescope.svg
│ ├── terminal-bash.svg
│ ├── terminal-cmd.svg
│ ├── terminal-debian.svg
│ ├── terminal-linux.svg
│ ├── terminal-powershell.svg
│ ├── terminal-tmux.svg
│ ├── terminal-ubuntu.svg
│ ├── terminal.svg
│ ├── text-size.svg
│ ├── thinking.svg
│ ├── three-bars.svg
│ ├── thumbsdown-filled.svg
│ ├── thumbsdown.svg
│ ├── thumbsup-filled.svg
│ ├── thumbsup.svg
│ ├── tools.svg
│ ├── trash.svg
│ ├── triangle-down.svg
│ ├── triangle-left.svg
│ ├── triangle-right.svg
│ ├── triangle-up.svg
│ ├── twitter.svg
│ ├── type-hierarchy-sub.svg
│ ├── type-hierarchy-super.svg
│ ├── type-hierarchy.svg
│ ├── unfold.svg
│ ├── ungroup-by-ref-type.svg
│ ├── unlock.svg
│ ├── unmute.svg
│ ├── unverified.svg
│ ├── variable-group.svg
│ ├── verified-filled.svg
│ ├── verified.svg
│ ├── versions.svg
│ ├── vm-active.svg
│ ├── vm-connect.svg
│ ├── vm-outline.svg
│ ├── vm-running.svg
│ ├── vm.svg
│ ├── vr.svg
│ ├── vscode-insiders.svg
│ ├── vscode.svg
│ ├── wand.svg
│ ├── warning.svg
│ ├── watch.svg
│ ├── whitespace.svg
│ ├── whole-word.svg
│ ├── window.svg
│ ├── word-wrap.svg
│ ├── workspace-trusted.svg
│ ├── workspace-unknown.svg
│ ├── workspace-untrusted.svg
│ ├── zoom-in.svg
│ └── zoom-out.svg
└── template
│ ├── mapping.json
│ ├── preview.hbs
│ └── styles.hbs
└── svgo.config.js
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: bug
6 | assignees: misolori
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 | 1. Go to '...'
16 | 2. Click on '....'
17 | 3. Scroll down to '....'
18 | 4. See error
19 |
20 | **Expected behavior**
21 | A clear and concise description of what you expected to happen.
22 |
23 | **Screenshots**
24 | If applicable, add screenshots to help explain your problem.
25 |
26 | **Environment**
27 | - OS: [e.g. Mac, Windows, Linux]
28 | - VS Code Version [e.g. Help > About]
29 |
30 | **Additional context**
31 | Add any other context about the problem here.
32 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: false
2 | contact_links:
3 | - name: VS Code Example
4 | url: https://github.com/microsoft/vscode-extension-samples/tree/main/webview-codicons-sample
5 | about: See this example for how to use in a VS Code extension
6 | - name: NPM Package
7 | url: https://www.npmjs.com/package/vscode-codicons
8 | about: Use this npm package
9 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/icon-request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Icon request
3 | about: Suggest an icon for this library
4 | title: ''
5 | labels: icon request
6 | assignees: misolori
7 |
8 | ---
9 |
10 | **Is your icon request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/.husky/pre-commit:
--------------------------------------------------------------------------------
1 | npm i && npm run svgo
2 |
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "livePreview.defaultPreviewPath": "/dist/codicon.html",
3 | "git.branchProtection": [
4 | "main"
5 | ]
6 | }
--------------------------------------------------------------------------------
/.vscode/tasks.json:
--------------------------------------------------------------------------------
1 | {
2 | // See https://go.microsoft.com/fwlink/?LinkId=733558
3 | // for the documentation about the tasks.json format
4 | "version": "2.0.0",
5 | "tasks": [
6 | {
7 | "label": "Build Locally",
8 | "type": "npm",
9 | "script": "build"
10 | },
11 | {
12 | "label": "Build for VS Code",
13 | "type": "npm",
14 | "script": "dev",
15 | "group": {
16 | "kind": "build",
17 | "isDefault": true
18 | }
19 | },
20 | {
21 | "type": "npm",
22 | "script": "release",
23 | "label": "Publish NPM Package"
24 | }
25 | ]
26 | }
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Microsoft Open Source Code of Conduct
2 |
3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4 |
5 | Resources:
6 |
7 | - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8 | - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9 | - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
10 |
--------------------------------------------------------------------------------
/_iconCloud/keywords.csv:
--------------------------------------------------------------------------------
1 | IconKeyValue,Keywords
EA97,activate breakpoints
EA79,beaker
EAA2,bell
EAA5,bookmark
EBB1,check all
EAB7,chevron up
EAB8,chrome close
EBAA,cloud
EAA9,debug breakpoint data
EB9B,debug console
EB8A,debug stackframe dot
EA78,desktop download
EADE,diff modified
EAE0,diff renamed
EA7C,ellipsis
EAE6,extensions
EAEA,file media
EAF4,fold up
EA64,git pull request
EB02,grabber
EB97,group by ref type
EB0F,json
EB1D,markdown
EBAB,merge
EB24,mute
EBAF,notebook
EBA0,pinned
EB33,quote
EB36,references
EB38,regex
EB41,repo push
EA6D,search
EB59,star full
EB60,symbol file
EA92,symbol parameter
EB66,symbol snippet
EB6A,three bars
EB6F,triangle left
EB76,unverified
EB77,verified
--------------------------------------------------------------------------------
/build/pipeline.yml:
--------------------------------------------------------------------------------
1 | name: $(Date:yyyyMMdd)$(Rev:.r)
2 |
3 | trigger:
4 | branches:
5 | include:
6 | - main
7 | pr: none
8 |
9 | resources:
10 | repositories:
11 | - repository: templates
12 | type: github
13 | name: microsoft/vscode-engineering
14 | ref: main
15 | endpoint: Monaco
16 |
17 | parameters:
18 | - name: publishPackage
19 | displayName: 🚀 Publish codicons
20 | type: boolean
21 | default: false
22 |
23 | extends:
24 | template: azure-pipelines/npm-package/pipeline.yml@templates
25 | parameters:
26 | npmPackages:
27 | - name: codicons
28 |
29 | buildSteps:
30 | - script: npm ci
31 | displayName: Install dependencies
32 |
33 | - script: npm run build
34 | displayName: Build npm package
35 |
36 | publishPackage: ${{ parameters.publishPackage }}
37 |
--------------------------------------------------------------------------------
/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/vscode-codicons/906a02039fe8d29721f3eec1e46406be8c4bee39/preview.png
--------------------------------------------------------------------------------
/scripts/reset.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const rimraf = require("rimraf");
3 |
4 | const outputDirectory = "dist";
5 |
6 | // clear dist folder
7 | rimraf(outputDirectory, function () {
8 |
9 | console.log(`deleted "${outputDirectory}" folder`);
10 |
11 | // re-create dist folder
12 | fs.mkdirSync(outputDirectory);
13 | });
--------------------------------------------------------------------------------
/src/icons/activate-breakpoints.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/add.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/archive.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-both.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-circle-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-circle-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-circle-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-circle-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-small-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-small-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-small-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-small-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-swap.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/azure-devops.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/beaker.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/bell.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/blank.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/bold.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/book.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/bookmark.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/briefcase.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/broadcast.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/browser.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/calendar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/check-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/checklist.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chevron-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chevron-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chevron-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chevron-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chip.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chrome-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chrome-maximize.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chrome-minimize.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/chrome-restore.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circle-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circle-large-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circle-slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circle-small-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/circuit-board.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/clear-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/clippy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/close-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/cloud-download.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/cloud-upload.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/cloud.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/code-oss.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/code-review.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/collapse-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/collection.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/color-mode.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/combine.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/comment-discussion.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/comment-draft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/comment-unresolved.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/comment.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/compass.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/copy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/coverage.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/credit-card.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/dash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/dashboard.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/database.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-alt-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-alt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-conditional-unverified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-conditional.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-data-unverified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-data.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-function-unverified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-function.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-log-unverified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-log.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-breakpoint-unsupported.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-console.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-continue-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-continue.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-line-by-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-pause.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-rerun.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-restart-frame.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-restart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-reverse-continue.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-stackframe-active.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-stackframe.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-step-back.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-step-into.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-step-out.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-step-over.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/debug-stop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/desktop-download.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/device-camera-video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/device-camera.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/device-mobile.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-added.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-ignored.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-modified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-multiple.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-removed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-renamed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff-single.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/diff.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/discard.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/edit-session.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/edit.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/editor-layout.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/ellipsis.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/empty-window.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/error-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/error.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/exclude.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/expand-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/export.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/extensions-large.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/extensions.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/eye.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-media.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-pdf.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-submodule.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-symlink-directory.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-symlink-file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file-zip.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/files.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/filter-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/filter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/flag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/flame.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/fold-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/fold-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/fold.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/folder-active.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/folder-library.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/folder-opened.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/folder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/game.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/gear.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/gift.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/gist-secret.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/gist.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-commit.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-fetch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-pull-request-go-to-changes.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-stash-apply.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-stash-pop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/git-stash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/github-action.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/github-inverted.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/github-project.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/go-to-editing-session.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/go-to-file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/grabber.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/graph-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/graph-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/graph-scatter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/graph.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/gripper.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/group-by-ref-type.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/heart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/history.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/home.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/horizontal-rule.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/hubot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/inbox.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/indent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/info.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/insert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/inspect.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/italic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/jersey.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/kebab-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/key.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/keyboard-tab-above.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/keyboard-tab-below.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/keyboard-tab.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/law.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layers-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layers.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-activitybar-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-activitybar-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-centered.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-menubar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-center.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-dock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-justify.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-panel.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-left-dock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-left-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-right-dock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-right-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-sidebar-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout-statusbar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/layout.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/library.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/lightbulb-autofix.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/lightbulb-empty.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/lightbulb.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/link-external.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/link.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/list-filter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/list-flat.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/list-selection.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/list-tree.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/list-unordered.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/live-share.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/loading.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/location.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/lock-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/lock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/magnet.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mail-read.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mail.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/map-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/map-vertical-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/map-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/map.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/markdown.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/megaphone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/menu.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mic-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/milestone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mirror.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mortar-board.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/move.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/multiple-windows.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/music.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/mute.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/new-collection.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/new-file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/new-folder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/newline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/no-newline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/note.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/notebook-template.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/notebook.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/octoface.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/output.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/package.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/paintcan.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pass-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pass.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/percentage.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/person-add.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/person.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/piano.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pie-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pin.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pinned.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/play-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/plug.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/preview.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/primitive-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/project.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/pulse.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/question.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/quote.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/reactions.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/record-keys.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/record-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/record.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/redo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/references.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/refresh.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/regex.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/remote-explorer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/remote.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/remove.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/reply.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo-fetch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo-force-push.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo-forked.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo-pull.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo-push.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/repo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/report.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/request-changes.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/rocket.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/root-folder-opened.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/root-folder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/rss.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/ruby.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/run-above.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/run-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/run-below.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/save-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/save-as.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/save.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/screen-full.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/screen-normal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/search-fuzzy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/search-stop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/send-to-remote-agent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/send.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/server-environment.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/server.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/settings-gear.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/sign-in.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/sign-out.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/smiley.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/snake.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/sort-precedence.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/source-control.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/split-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/split-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/star-empty.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/star-full.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/star-half.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/stop-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/surround-with.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-array.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-boolean.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-class.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-color.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-constant.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-enum-member.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-enum.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-event.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-field.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-interface.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-keyword.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-method.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-misc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-numeric.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-operator.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-parameter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-ruler.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-snippet.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-structure.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/symbol-variable.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/sync-ignored.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/sync.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/table.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/tag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/target.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/tasklist.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/telescope.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/terminal-cmd.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/terminal-powershell.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/terminal-tmux.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/terminal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/text-size.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/three-bars.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/thumbsdown-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/thumbsup-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/thumbsup.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/trash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/triangle-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/triangle-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/triangle-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/triangle-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/type-hierarchy-sub.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/type-hierarchy-super.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/type-hierarchy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/unfold.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/ungroup-by-ref-type.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/unlock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/unmute.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/verified-filled.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/verified.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/versions.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vm-active.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vm-connect.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vm-outline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vm-running.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vm.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/vscode.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/wand.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/warning.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/watch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/whitespace.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/window.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/zoom-in.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/icons/zoom-out.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/svgo.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: [
3 |
4 | {
5 | name: 'removeAttrs',
6 | params: {
7 | attrs: 'fill'
8 | }
9 | },
10 | {
11 | name: 'addAttributesToSVGElement',
12 | params: {
13 | attributes: [
14 | {
15 | fill: 'currentColor'
16 | }
17 | ]
18 | }
19 | }
20 | ]
21 | }
--------------------------------------------------------------------------------