@vscode/codicons 0.0.46-2 → 0.0.46-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/prompts/build-new-icons.prompt.md +32 -0
- package/dist/codicon.css +70 -3
- package/dist/codicon.csv +68 -3
- package/dist/codicon.html +6479 -1182
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +69 -0
- package/dist/metadata.json +5382 -1157
- package/package.json +1 -1
- package/src/icons/account.svg +1 -1
- package/src/icons/add-compact.svg +1 -0
- package/src/icons/add-small.svg +1 -1
- package/src/icons/agent-compact.svg +1 -0
- package/src/icons/agent.svg +1 -1
- package/src/icons/ask-compact.svg +1 -0
- package/src/icons/attach-compact.svg +1 -0
- package/src/icons/beaker-compact.svg +1 -0
- package/src/icons/check-compact.svg +1 -0
- package/src/icons/checklist-compact.svg +1 -0
- package/src/icons/chevron-down-compact.svg +1 -0
- package/src/icons/chevron-left-compact.svg +1 -0
- package/src/icons/chevron-right-compact.svg +1 -0
- package/src/icons/chevron-up-compact.svg +1 -0
- package/src/icons/circle-filled-compact.svg +1 -0
- package/src/icons/circle-slash-compact.svg +1 -0
- package/src/icons/circle-small-filled-compact.svg +1 -0
- package/src/icons/claude.svg +1 -1
- package/src/icons/close-compact.svg +1 -0
- package/src/icons/cloud-compact.svg +1 -0
- package/src/icons/collapse-all-compact.svg +1 -0
- package/src/icons/comment-compact.svg +1 -0
- package/src/icons/comment-unresolved-compact.svg +1 -0
- package/src/icons/copilot-blocked.svg +1 -1
- package/src/icons/copilot-compact.svg +1 -0
- package/src/icons/copilot-error.svg +1 -1
- package/src/icons/copilot-in-progress.svg +1 -1
- package/src/icons/copilot-not-connected.svg +1 -1
- package/src/icons/copilot-snooze.svg +1 -1
- package/src/icons/copilot-success.svg +1 -1
- package/src/icons/copilot-unavailable.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/copilot.svg +1 -1
- package/src/icons/debug-connected-compact.svg +1 -0
- package/src/icons/debug-disconnect-compact.svg +1 -0
- package/src/icons/developer-tools.svg +1 -0
- package/src/icons/edit-compact.svg +1 -0
- package/src/icons/error-compact.svg +1 -0
- package/src/icons/file-media-compact.svg +1 -0
- package/src/icons/folder-compact.svg +1 -0
- package/src/icons/folder-opened-compact.svg +1 -0
- package/src/icons/gear-compact.svg +1 -0
- package/src/icons/git-branch-compact.svg +1 -0
- package/src/icons/git-pull-request-comment.svg +1 -0
- package/src/icons/git-pull-request-error.svg +1 -0
- package/src/icons/important-compact.svg +1 -0
- package/src/icons/important.svg +1 -0
- package/src/icons/library-compact.svg +1 -0
- package/src/icons/lightbulb-autofix.svg +1 -1
- package/src/icons/lightbulb-compact.svg +1 -0
- package/src/icons/lightbulb-empty.svg +1 -1
- package/src/icons/lightbulb-sparkle.svg +1 -1
- package/src/icons/lightbulb.svg +1 -1
- package/src/icons/loading-compact.svg +1 -0
- package/src/icons/openai.svg +1 -1
- package/src/icons/pass-compact.svg +1 -0
- package/src/icons/pass-filled-compact.svg +1 -0
- package/src/icons/preview.svg +1 -1
- package/src/icons/project-compact.svg +1 -0
- package/src/icons/record-keys-compact.svg +1 -0
- package/src/icons/refresh-compact.svg +1 -0
- package/src/icons/remote-compact.svg +1 -0
- package/src/icons/repo-compact.svg +1 -0
- package/src/icons/repo-forked-compact.svg +1 -0
- package/src/icons/right-panel-hide.svg +1 -0
- package/src/icons/right-panel-show.svg +1 -0
- package/src/icons/rocket-compact.svg +1 -0
- package/src/icons/rocket.svg +1 -1
- package/src/icons/run-compact.svg +1 -0
- package/src/icons/search-compact.svg +1 -0
- package/src/icons/session-in-progress-compact.svg +1 -0
- package/src/icons/settings-compact.svg +1 -0
- package/src/icons/share-window.svg +1 -0
- package/src/icons/shield-compact.svg +1 -0
- package/src/icons/sparkle-compact.svg +1 -0
- package/src/icons/symbol-color-compact.svg +1 -0
- package/src/icons/sync-compact.svg +1 -0
- package/src/icons/sync-ignored.svg +1 -1
- package/src/icons/sync.svg +1 -1
- package/src/icons/terminal-compact.svg +1 -0
- package/src/icons/unpin.svg +1 -0
- package/src/icons/vm-compact.svg +1 -0
- package/src/icons/voice-mode-compact.svg +1 -0
- package/src/icons/voice-mode.svg +1 -0
- package/src/icons/vscode-insiders-outline.svg +1 -0
- package/src/icons/vscode-outline.svg +1 -0
- package/src/icons/warning-compact.svg +1 -0
- package/src/icons/window-compact.svg +1 -0
- package/src/icons/worktree-compact.svg +1 -0
- package/src/template/mapping.json +207 -0
- package/src/template/metadata.json +5382 -1157
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Build codicons and update mapping.json & metadata.json after adding new icons
|
|
3
|
+
argument-hint: List the new icon names you added (e.g. "wand, sparkle-filled")
|
|
4
|
+
tools: ['execute/runInTerminal', 'execute/getTerminalOutput', 'read', 'edit', 'search']
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
New SVG icons have been added to `src/icons/`. Your job is to build the font, update the template files, and verify everything is consistent.
|
|
8
|
+
|
|
9
|
+
## Steps
|
|
10
|
+
|
|
11
|
+
1. **Identify new icons** — compare `src/icons/*.svg` against the entries in `src/template/metadata.json` to find icons that don't have metadata yet. List them.
|
|
12
|
+
|
|
13
|
+
2. **Run the build** — execute `npm run build` in the `vscode-codicons` workspace root. Wait for it to finish and confirm it succeeds (exit code 0). If it fails, diagnose and fix the issue before continuing.
|
|
14
|
+
|
|
15
|
+
3. **Check mapping.json** — read `src/template/mapping.json`. The build's `fantasticon` step auto-generates this file. Verify each new icon appears as a primary name under its codepoint. If any new icon is missing, something went wrong in the build — investigate.
|
|
16
|
+
|
|
17
|
+
4. **Update metadata.json** — for each new icon that is missing from `src/template/metadata.json`, add an entry with this shape:
|
|
18
|
+
```json
|
|
19
|
+
"<icon-name>": {
|
|
20
|
+
"tags": ["<keyword1>", "<keyword2>", ...],
|
|
21
|
+
"category": "<category>",
|
|
22
|
+
"description": "<Short description of the icon>"
|
|
23
|
+
}
|
|
24
|
+
```
|
|
25
|
+
- **tags**: 4–8 search keywords describing the icon's visual appearance and usage.
|
|
26
|
+
- **category**: one of the existing categories already in the file (e.g. `"action"`, `"navigation"`, `"debug"`, `"file"`, `"user"`, `"git"`, `"layout"`, `"editor"`, `"symbol"`, `"status"`, `"media"`, `"device"`, `"misc"`). Pick the best fit.
|
|
27
|
+
- **description**: a concise one-line description.
|
|
28
|
+
- Keep entries sorted alphabetically by icon name.
|
|
29
|
+
|
|
30
|
+
5. **Run the metadata check** — execute `node scripts/check-metadata.js` and confirm zero missing or orphaned entries.
|
|
31
|
+
|
|
32
|
+
6. **Summary** — list the new icons added, their codepoints from mapping.json, and their metadata entries.
|
package/dist/codicon.css
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
8
|
font-display: block;
|
|
9
|
-
src: url("./codicon.ttf?
|
|
9
|
+
src: url("./codicon.ttf?5596d0ef8bfc28bfab2c24b11813c46f") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -707,5 +707,72 @@
|
|
|
707
707
|
.codicon-terminal-secure:before { content: "\ec85" }
|
|
708
708
|
.codicon-chat-import:before { content: "\ec86" }
|
|
709
709
|
.codicon-chat-export:before { content: "\ec87" }
|
|
710
|
-
.codicon-
|
|
711
|
-
.codicon-
|
|
710
|
+
.codicon-share-window:before { content: "\ec88" }
|
|
711
|
+
.codicon-circle-slash-compact:before { content: "\ec89" }
|
|
712
|
+
.codicon-copilot-compact:before { content: "\ec8a" }
|
|
713
|
+
.codicon-folder-opened-compact:before { content: "\ec8b" }
|
|
714
|
+
.codicon-folder-compact:before { content: "\ec8c" }
|
|
715
|
+
.codicon-gear-compact:before { content: "\ec8d" }
|
|
716
|
+
.codicon-git-branch-compact:before { content: "\ec8e" }
|
|
717
|
+
.codicon-library-compact:before { content: "\ec8f" }
|
|
718
|
+
.codicon-record-keys-compact:before { content: "\ec90" }
|
|
719
|
+
.codicon-remote-compact:before { content: "\ec91" }
|
|
720
|
+
.codicon-repo-forked-compact:before { content: "\ec92" }
|
|
721
|
+
.codicon-repo-compact:before { content: "\ec93" }
|
|
722
|
+
.codicon-shield-compact:before { content: "\ec94" }
|
|
723
|
+
.codicon-sparkle-compact:before { content: "\ec95" }
|
|
724
|
+
.codicon-symbol-color-compact:before { content: "\ec96" }
|
|
725
|
+
.codicon-window-compact:before { content: "\ec97" }
|
|
726
|
+
.codicon-error-compact:before { content: "\ec98" }
|
|
727
|
+
.codicon-warning-compact:before { content: "\ec99" }
|
|
728
|
+
.codicon-pass-compact:before { content: "\ec9a" }
|
|
729
|
+
.codicon-important:before { content: "\ec9b" }
|
|
730
|
+
.codicon-important-compact:before { content: "\ec9c" }
|
|
731
|
+
.codicon-rocket-compact:before { content: "\ec9d" }
|
|
732
|
+
.codicon-unpin:before { content: "\ec9e" }
|
|
733
|
+
.codicon-add-compact:before { content: "\ec9f" }
|
|
734
|
+
.codicon-attach-compact:before { content: "\eca0" }
|
|
735
|
+
.codicon-beaker-compact:before { content: "\eca1" }
|
|
736
|
+
.codicon-check-compact:before { content: "\eca2" }
|
|
737
|
+
.codicon-checklist-compact:before { content: "\eca3" }
|
|
738
|
+
.codicon-chevron-down-compact:before { content: "\eca4" }
|
|
739
|
+
.codicon-chevron-left-compact:before { content: "\eca5" }
|
|
740
|
+
.codicon-chevron-right-compact:before { content: "\eca6" }
|
|
741
|
+
.codicon-chevron-up-compact:before { content: "\eca7" }
|
|
742
|
+
.codicon-circle-filled-compact:before { content: "\eca8" }
|
|
743
|
+
.codicon-circle-small-filled-compact:before { content: "\eca9" }
|
|
744
|
+
.codicon-close-compact:before { content: "\ecaa" }
|
|
745
|
+
.codicon-collapse-all-compact:before { content: "\ecab" }
|
|
746
|
+
.codicon-comment-compact:before { content: "\ecac" }
|
|
747
|
+
.codicon-comment-unresolved-compact:before { content: "\ecad" }
|
|
748
|
+
.codicon-debug-connected-compact:before { content: "\ecae" }
|
|
749
|
+
.codicon-debug-disconnect-compact:before { content: "\ecaf" }
|
|
750
|
+
.codicon-edit-compact:before { content: "\ecb0" }
|
|
751
|
+
.codicon-file-media-compact:before { content: "\ecb1" }
|
|
752
|
+
.codicon-git-fetch:before { content: "\ecb2" }
|
|
753
|
+
.codicon-lightbulb-compact:before { content: "\ecb3" }
|
|
754
|
+
.codicon-loading-compact:before { content: "\ecb4" }
|
|
755
|
+
.codicon-pass-filled-compact:before { content: "\ecb5" }
|
|
756
|
+
.codicon-project-compact:before { content: "\ecb6" }
|
|
757
|
+
.codicon-refresh-compact:before { content: "\ecb7" }
|
|
758
|
+
.codicon-search-compact:before { content: "\ecb8" }
|
|
759
|
+
.codicon-session-in-progress-compact:before { content: "\ecb9" }
|
|
760
|
+
.codicon-sync-compact:before { content: "\ecba" }
|
|
761
|
+
.codicon-terminal-compact:before { content: "\ecbb" }
|
|
762
|
+
.codicon-vm-pending:before { content: "\ecbc" }
|
|
763
|
+
.codicon-worktree-compact:before { content: "\ecbd" }
|
|
764
|
+
.codicon-developer-tools:before { content: "\ecbe" }
|
|
765
|
+
.codicon-cloud-compact:before { content: "\ecbf" }
|
|
766
|
+
.codicon-agent-compact:before { content: "\ecc0" }
|
|
767
|
+
.codicon-ask-compact:before { content: "\ecc1" }
|
|
768
|
+
.codicon-settings-compact:before { content: "\ecc2" }
|
|
769
|
+
.codicon-vm-compact:before { content: "\ecc3" }
|
|
770
|
+
.codicon-run-compact:before { content: "\ecc4" }
|
|
771
|
+
.codicon-git-pull-request-comment:before { content: "\ecc5" }
|
|
772
|
+
.codicon-git-pull-request-error:before { content: "\ecc6" }
|
|
773
|
+
.codicon-right-panel-hide:before { content: "\ecc7" }
|
|
774
|
+
.codicon-right-panel-show:before { content: "\ecc8" }
|
|
775
|
+
.codicon-vscode-insiders-outline:before { content: "\ecc9" }
|
|
776
|
+
.codicon-vscode-outline:before { content: "\ecca" }
|
|
777
|
+
.codicon-voice-mode:before { content: "\eccb" }
|
|
778
|
+
.codicon-voice-mode-compact:before { content: "\eccc" }
|
package/dist/codicon.csv
CHANGED
|
@@ -3,32 +3,41 @@ zoom-out,,EB82
|
|
|
3
3
|
zoom-in,,EB81
|
|
4
4
|
worktree,,EC7E
|
|
5
5
|
worktree-small,,EC7D
|
|
6
|
+
worktree-compact,,ECBD
|
|
6
7
|
workspace-untrusted,,EBC2
|
|
7
8
|
workspace-unknown,,EBC3
|
|
8
9
|
workspace-trusted,,EBC1
|
|
9
10
|
word-wrap,,EB80
|
|
10
11
|
window,,EAAE
|
|
12
|
+
window-compact,,EC97
|
|
11
13
|
window-active,,EC72
|
|
12
14
|
whole-word,,EB7E
|
|
13
15
|
whitespace,,EB7D
|
|
14
16
|
watch,,EB7C
|
|
15
17
|
warning,,EA6C
|
|
18
|
+
warning-compact,,EC99
|
|
16
19
|
wand,,EBCF
|
|
17
20
|
vscode,,EC29
|
|
21
|
+
vscode-outline,,ECCA
|
|
18
22
|
vscode-insiders,,EC2A
|
|
23
|
+
vscode-insiders-outline,,ECC9
|
|
19
24
|
vr,,EC18
|
|
25
|
+
voice-mode,,ECCB
|
|
26
|
+
voice-mode-compact,,ECCC
|
|
20
27
|
vm,,EA7A
|
|
21
28
|
vm-small,,EC79
|
|
22
29
|
vm-running,,EB7B
|
|
23
|
-
vm-pending
|
|
30
|
+
vm-pending,,ECBC
|
|
24
31
|
vm-outline,,EB7A
|
|
25
32
|
vm-connect,,EBA9
|
|
33
|
+
vm-compact,,ECC3
|
|
26
34
|
vm-active,,EB79
|
|
27
35
|
versions,,EB23
|
|
28
36
|
verified,,EB77
|
|
29
37
|
verified-filled,,EBE9
|
|
30
38
|
variable-group,,EBB8
|
|
31
39
|
unverified,,EB76
|
|
40
|
+
unpin,,EC9E
|
|
32
41
|
unmute,,EB75
|
|
33
42
|
unlock,,EB74
|
|
34
43
|
ungroup-by-ref-type,,EB98
|
|
@@ -59,6 +68,7 @@ terminal-powershell,,EBC7
|
|
|
59
68
|
terminal-linux,,EBC6
|
|
60
69
|
terminal-git-bash,,EC71
|
|
61
70
|
terminal-debian,,EBC5
|
|
71
|
+
terminal-compact,,ECBB
|
|
62
72
|
terminal-cmd,,EBC4
|
|
63
73
|
terminal-bash,,EBCA
|
|
64
74
|
telescope,,EB68
|
|
@@ -68,6 +78,7 @@ tag,,EA66
|
|
|
68
78
|
table,,EBB7
|
|
69
79
|
sync,,EA77
|
|
70
80
|
sync-ignored,,EB9F
|
|
81
|
+
sync-compact,,ECBA
|
|
71
82
|
symbol-variable,,EA88
|
|
72
83
|
symbol-structure,,EA91
|
|
73
84
|
symbol-string,,EA93
|
|
@@ -90,6 +101,7 @@ symbol-enum,,EA95
|
|
|
90
101
|
symbol-enum-member,,EB5E
|
|
91
102
|
symbol-constant,,EB5D
|
|
92
103
|
symbol-color,,EB5C
|
|
104
|
+
symbol-color-compact,,EC96
|
|
93
105
|
symbol-class,,EB5B
|
|
94
106
|
symbol-boolean,,EA8F
|
|
95
107
|
symbol-array,,EA8A
|
|
@@ -104,6 +116,7 @@ split-vertical,,EB57
|
|
|
104
116
|
split-horizontal,,EB56
|
|
105
117
|
sparkle,,EC10
|
|
106
118
|
sparkle-filled,,EC21
|
|
119
|
+
sparkle-compact,,EC95
|
|
107
120
|
source-control,,EA68
|
|
108
121
|
sort-precedence,,EB55
|
|
109
122
|
snake,,EC16
|
|
@@ -112,10 +125,14 @@ skip,,EC6A
|
|
|
112
125
|
sign-out,,EA6E
|
|
113
126
|
sign-in,,EA6F
|
|
114
127
|
shield,,EB53
|
|
128
|
+
shield-compact,,EC94
|
|
115
129
|
share,,EC25
|
|
130
|
+
share-window,,EC88
|
|
116
131
|
settings,,EB52
|
|
117
132
|
settings-gear,,EB51
|
|
133
|
+
settings-compact,,ECC2
|
|
118
134
|
session-in-progress,,EC77
|
|
135
|
+
session-in-progress-compact,,ECB9
|
|
119
136
|
server,,EB50
|
|
120
137
|
server-process,,EBA2
|
|
121
138
|
server-environment,,EBA3
|
|
@@ -126,6 +143,7 @@ search-stop,,EB4E
|
|
|
126
143
|
search-sparkle,,EC50
|
|
127
144
|
search-large,,EC70
|
|
128
145
|
search-fuzzy,,EC0D
|
|
146
|
+
search-compact,,ECB8
|
|
129
147
|
screen-normal,,EB4D
|
|
130
148
|
screen-full,,EB4C
|
|
131
149
|
screen-cut,,EC7F
|
|
@@ -135,6 +153,7 @@ save-all,,EB49
|
|
|
135
153
|
run-with-deps,,EC62
|
|
136
154
|
run-errors,,EBDE
|
|
137
155
|
run-coverage,,EC2C
|
|
156
|
+
run-compact,,ECC4
|
|
138
157
|
run-below,,EBBE
|
|
139
158
|
run-all,,EB9E
|
|
140
159
|
run-all-coverage,,EC2D
|
|
@@ -144,7 +163,10 @@ rss,,EB47
|
|
|
144
163
|
root-folder,,EB46
|
|
145
164
|
root-folder-opened,,EB45
|
|
146
165
|
rocket,,EB44
|
|
166
|
+
rocket-compact,,EC9D
|
|
147
167
|
robot,,EC20
|
|
168
|
+
right-panel-show,,ECC8
|
|
169
|
+
right-panel-hide,,ECC7
|
|
148
170
|
request-changes,,EB43
|
|
149
171
|
report,,EB42
|
|
150
172
|
repo,,EA62
|
|
@@ -153,8 +175,10 @@ repo-push,,EB41
|
|
|
153
175
|
repo-pull,,EB40
|
|
154
176
|
repo-pinned,,EC43
|
|
155
177
|
repo-forked,,EA63
|
|
178
|
+
repo-forked-compact,,EC92
|
|
156
179
|
repo-force-push,,EB3F
|
|
157
180
|
repo-fetch,,EC1D
|
|
181
|
+
repo-compact,,EC93
|
|
158
182
|
repo-clone,,EB3E
|
|
159
183
|
reply,,EA7D
|
|
160
184
|
replace,,EB3D
|
|
@@ -164,13 +188,16 @@ remove,,EB3B
|
|
|
164
188
|
remove-small,,EC7C
|
|
165
189
|
remote,,EB3A
|
|
166
190
|
remote-explorer,,EB39
|
|
191
|
+
remote-compact,,EC91
|
|
167
192
|
regex,,EB38
|
|
168
193
|
refresh,,EB37
|
|
194
|
+
refresh-compact,,ECB7
|
|
169
195
|
references,,EB36
|
|
170
196
|
redo,,EBB0
|
|
171
197
|
record,,EBA7
|
|
172
198
|
record-small,,EBFA
|
|
173
199
|
record-keys,,EA65
|
|
200
|
+
record-keys-compact,,EC90
|
|
174
201
|
reactions,,EB35
|
|
175
202
|
radio-tower,,EB34
|
|
176
203
|
quotes,,EC60
|
|
@@ -179,6 +206,7 @@ question,,EB32
|
|
|
179
206
|
python,,EC39
|
|
180
207
|
pulse,,EB31
|
|
181
208
|
project,,EB30
|
|
209
|
+
project-compact,,ECB6
|
|
182
210
|
primitive-square,,EA72
|
|
183
211
|
preview,,EB2F
|
|
184
212
|
preserve-case,,EB2E
|
|
@@ -195,6 +223,8 @@ person-add,,EBCD
|
|
|
195
223
|
percentage,,EC33
|
|
196
224
|
pass,,EBA4
|
|
197
225
|
pass-filled,,EBB3
|
|
226
|
+
pass-filled-compact,,ECB5
|
|
227
|
+
pass-compact,,EC9A
|
|
198
228
|
paintcan,,EB2A
|
|
199
229
|
package,,EB29
|
|
200
230
|
output,,EB9D
|
|
@@ -239,6 +269,7 @@ lock,,EA75
|
|
|
239
269
|
lock-small,,EBE7
|
|
240
270
|
location,,EB1A
|
|
241
271
|
loading,,EB19
|
|
272
|
+
loading-compact,,ECB4
|
|
242
273
|
live-share,,EB18
|
|
243
274
|
list-unordered,,EB17
|
|
244
275
|
list-tree,,EB86
|
|
@@ -250,9 +281,10 @@ link,,EB15
|
|
|
250
281
|
link-external,,EB14
|
|
251
282
|
lightbulb,,EA61
|
|
252
283
|
lightbulb-sparkle,,EC1F
|
|
253
|
-
lightbulb-
|
|
284
|
+
lightbulb-compact,,ECB3
|
|
254
285
|
lightbulb-autofix,,EB13
|
|
255
286
|
library,,EB9C
|
|
287
|
+
library-compact,,EC8F
|
|
256
288
|
layout,,EBEB
|
|
257
289
|
layout-statusbar,,EBF5
|
|
258
290
|
layout-sidebar-right,,EBF4
|
|
@@ -292,6 +324,8 @@ info,,EA74
|
|
|
292
324
|
index-zero,,EC66
|
|
293
325
|
indent,,EBF9
|
|
294
326
|
inbox,,EB09
|
|
327
|
+
important,,EC9B
|
|
328
|
+
important-compact,,EC9C
|
|
295
329
|
hubot,,EB08
|
|
296
330
|
horizontal-rule,,EB07
|
|
297
331
|
home,,EB06
|
|
@@ -320,26 +354,32 @@ git-stash-apply,,EC27
|
|
|
320
354
|
git-pull-request,,EA64
|
|
321
355
|
git-pull-request-new-changes,,EC0C
|
|
322
356
|
git-pull-request-go-to-changes,,EC0B
|
|
357
|
+
git-pull-request-error,,ECC6
|
|
323
358
|
git-pull-request-draft,,EBDB
|
|
324
359
|
git-pull-request-done,,EC46
|
|
325
360
|
git-pull-request-create,,EBBC
|
|
361
|
+
git-pull-request-comment,,ECC5
|
|
326
362
|
git-pull-request-closed,,EBDA
|
|
327
363
|
git-merge,,EAFE
|
|
328
|
-
git-fetch
|
|
364
|
+
git-fetch,,ECB2
|
|
329
365
|
git-compare,,EAFD
|
|
330
366
|
git-commit,,EAFC
|
|
331
367
|
git-branch-staged-changes,,EC6D
|
|
332
368
|
git-branch-conflicts,,EC6E
|
|
369
|
+
git-branch-compact,,EC8E
|
|
333
370
|
git-branch-changes,,EC6C
|
|
334
371
|
gist,,EAFB
|
|
335
372
|
gist-secret,,EAFA
|
|
336
373
|
gift,,EAF9
|
|
337
374
|
gear,,EAF8
|
|
375
|
+
gear-compact,,EC8D
|
|
338
376
|
game,,EC17
|
|
339
377
|
forward,,EC73
|
|
340
378
|
folder,,EA83
|
|
341
379
|
folder-opened,,EAF7
|
|
380
|
+
folder-opened-compact,,EC8B
|
|
342
381
|
folder-library,,EBDF
|
|
382
|
+
folder-compact,,EC8C
|
|
343
383
|
folder-active,,EAF6
|
|
344
384
|
fold,,EAF5
|
|
345
385
|
fold-up,,EAF4
|
|
@@ -356,6 +396,7 @@ file-symlink-directory,,EAED
|
|
|
356
396
|
file-submodule,,EAEC
|
|
357
397
|
file-pdf,,EAEB
|
|
358
398
|
file-media,,EAEA
|
|
399
|
+
file-media-compact,,ECB1
|
|
359
400
|
file-code,,EAE9
|
|
360
401
|
file-binary,,EAE8
|
|
361
402
|
feedback,,EB96
|
|
@@ -368,6 +409,7 @@ expand-all,,EB95
|
|
|
368
409
|
exclude,,EAE5
|
|
369
410
|
error,,EA87
|
|
370
411
|
error-small,,EBFB
|
|
412
|
+
error-compact,,EC98
|
|
371
413
|
eraser,,EC5D
|
|
372
414
|
empty-window,,EAE4
|
|
373
415
|
ellipsis,,EA7C
|
|
@@ -375,6 +417,7 @@ editor-layout,,EAE3
|
|
|
375
417
|
edit,,EA73
|
|
376
418
|
edit-sparkle,,EC51
|
|
377
419
|
edit-session,,EC36
|
|
420
|
+
edit-compact,,ECB0
|
|
378
421
|
edit-code,,EC68
|
|
379
422
|
download,,EC74
|
|
380
423
|
discard,,EAE2
|
|
@@ -388,6 +431,7 @@ diff-added,,EADC
|
|
|
388
431
|
device-mobile,,EADB
|
|
389
432
|
device-camera,,EADA
|
|
390
433
|
device-camera-video,,EAD9
|
|
434
|
+
developer-tools,,ECBE
|
|
391
435
|
desktop-download,,EA78
|
|
392
436
|
debug,,EAD8
|
|
393
437
|
debug-stop,,EAD7
|
|
@@ -405,11 +449,13 @@ debug-rerun,,EBC0
|
|
|
405
449
|
debug-pause,,EAD1
|
|
406
450
|
debug-line-by-line,,EBD0
|
|
407
451
|
debug-disconnect,,EAD0
|
|
452
|
+
debug-disconnect-compact,,ECAF
|
|
408
453
|
debug-coverage,,EBDD
|
|
409
454
|
debug-continue,,EACF
|
|
410
455
|
debug-continue-small,,EBE0
|
|
411
456
|
debug-console,,EB9B
|
|
412
457
|
debug-connected,,EC63
|
|
458
|
+
debug-connected-compact,,ECAE
|
|
413
459
|
debug-breakpoint-unsupported,,EB8C
|
|
414
460
|
debug-breakpoint-log,,EAAB
|
|
415
461
|
debug-breakpoint-log-unverified,,EAAA
|
|
@@ -439,21 +485,25 @@ copilot-not-connected,,EC3E
|
|
|
439
485
|
copilot-large,,EC3A
|
|
440
486
|
copilot-in-progress,,EC4C
|
|
441
487
|
copilot-error,,EC4D
|
|
488
|
+
copilot-compact,,EC8A
|
|
442
489
|
copilot-blocked,,EC3D
|
|
443
490
|
compass,,EBD5
|
|
444
491
|
compass-dot,,EBD6
|
|
445
492
|
compass-active,,EBD7
|
|
446
493
|
comment,,EA6B
|
|
447
494
|
comment-unresolved,,EC0A
|
|
495
|
+
comment-unresolved-compact,,ECAD
|
|
448
496
|
comment-draft,,EC0E
|
|
449
497
|
comment-discussion,,EAC7
|
|
450
498
|
comment-discussion-sparkle,,EC54
|
|
451
499
|
comment-discussion-quote,,EC5B
|
|
500
|
+
comment-compact,,ECAC
|
|
452
501
|
combine,,EBB6
|
|
453
502
|
color-mode,,EAC6
|
|
454
503
|
collection,,EC57
|
|
455
504
|
collection-small,,EC78
|
|
456
505
|
collapse-all,,EAC5
|
|
506
|
+
collapse-all-compact,,ECAB
|
|
457
507
|
coffee,,EC15
|
|
458
508
|
code,,EAC4
|
|
459
509
|
code-review,,EC37
|
|
@@ -462,7 +512,9 @@ cloud,,EBAA
|
|
|
462
512
|
cloud-upload,,EAC3
|
|
463
513
|
cloud-small,,EC7A
|
|
464
514
|
cloud-download,,EAC2
|
|
515
|
+
cloud-compact,,ECBF
|
|
465
516
|
close,,EA76
|
|
517
|
+
close-compact,,ECAA
|
|
466
518
|
close-all,,EAC1
|
|
467
519
|
clockface,,EC75
|
|
468
520
|
clippy,,EAC0
|
|
@@ -472,21 +524,30 @@ circuit-board,,EABE
|
|
|
472
524
|
circle,,EABC
|
|
473
525
|
circle-small,,EC07
|
|
474
526
|
circle-small-filled,,EB8A
|
|
527
|
+
circle-small-filled-compact,,ECA9
|
|
475
528
|
circle-slash,,EABD
|
|
529
|
+
circle-slash-compact,,EC89
|
|
476
530
|
circle-large,,EBB5
|
|
477
531
|
circle-large-filled,,EBB4
|
|
478
532
|
circle-filled,,EA71
|
|
533
|
+
circle-filled-compact,,ECA8
|
|
479
534
|
chrome-restore,,EABB
|
|
480
535
|
chrome-minimize,,EABA
|
|
481
536
|
chrome-maximize,,EAB9
|
|
482
537
|
chrome-close,,EAB8
|
|
483
538
|
chip,,EC19
|
|
484
539
|
chevron-up,,EAB7
|
|
540
|
+
chevron-up-compact,,ECA7
|
|
485
541
|
chevron-right,,EAB6
|
|
542
|
+
chevron-right-compact,,ECA6
|
|
486
543
|
chevron-left,,EAB5
|
|
544
|
+
chevron-left-compact,,ECA5
|
|
487
545
|
chevron-down,,EAB4
|
|
546
|
+
chevron-down-compact,,ECA4
|
|
488
547
|
checklist,,EAB3
|
|
548
|
+
checklist-compact,,ECA3
|
|
489
549
|
check,,EAB2
|
|
550
|
+
check-compact,,ECA2
|
|
490
551
|
check-all,,EBB1
|
|
491
552
|
chat-sparkle,,EC4F
|
|
492
553
|
chat-sparkle-warning,,EC55
|
|
@@ -513,10 +574,13 @@ bell-slash-dot,,EC09
|
|
|
513
574
|
bell-dot,,EB9A
|
|
514
575
|
beaker,,EA79
|
|
515
576
|
beaker-stop,,EBE1
|
|
577
|
+
beaker-compact,,ECA1
|
|
516
578
|
azure,,EBD8
|
|
517
579
|
azure-devops,,EBE8
|
|
518
580
|
attach,,EC34
|
|
581
|
+
attach-compact,,ECA0
|
|
519
582
|
ask,,EC80
|
|
583
|
+
ask-compact,,ECC1
|
|
520
584
|
arrow-up,,EAA1
|
|
521
585
|
arrow-swap,,EBCB
|
|
522
586
|
arrow-small-up,,EAA0
|
|
@@ -533,6 +597,7 @@ arrow-circle-down,,EBFC
|
|
|
533
597
|
arrow-both,,EA99
|
|
534
598
|
archive,,EA98
|
|
535
599
|
agent,,EC67
|
|
600
|
+
agent-compact,,ECC0
|
|
536
601
|
add,,EA60
|
|
537
602
|
add-small,,EC7B
|
|
538
603
|
activate-breakpoints,,EA97
|