@vscode/codicons 0.0.46-7 → 0.0.46-9
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/dist/codicon.css +21 -1
- package/dist/codicon.csv +20 -1
- package/dist/codicon.html +5149 -1185
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +20 -0
- package/dist/metadata.json +4770 -1126
- package/package.json +1 -1
- package/src/icons/add-small.svg +1 -1
- package/src/icons/agent.svg +1 -1
- package/src/icons/circle-slash-compact.svg +1 -0
- package/src/icons/copilot-compact.svg +1 -0
- package/src/icons/error-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/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-empty.svg +1 -1
- package/src/icons/lightbulb-sparkle.svg +1 -1
- package/src/icons/lightbulb.svg +1 -1
- package/src/icons/pass-compact.svg +1 -0
- package/src/icons/preview.svg +1 -1
- package/src/icons/record-keys-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/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/warning-compact.svg +1 -0
- package/src/icons/window-compact.svg +1 -0
- package/src/template/mapping.json +60 -0
- package/src/template/metadata.json +4770 -1126
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?6676e9f3e1e426f1149de22c9f9a69c4") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -708,5 +708,25 @@
|
|
|
708
708
|
.codicon-chat-import:before { content: "\ec86" }
|
|
709
709
|
.codicon-chat-export:before { content: "\ec87" }
|
|
710
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" }
|
|
711
731
|
.codicon-vm-pending:before { content: "\f101" }
|
|
712
732
|
.codicon-git-fetch:before { content: "\f102" }
|
package/dist/codicon.csv
CHANGED
|
@@ -8,11 +8,13 @@ workspace-unknown,,EBC3
|
|
|
8
8
|
workspace-trusted,,EBC1
|
|
9
9
|
word-wrap,,EB80
|
|
10
10
|
window,,EAAE
|
|
11
|
+
window-compact,,EC97
|
|
11
12
|
window-active,,EC72
|
|
12
13
|
whole-word,,EB7E
|
|
13
14
|
whitespace,,EB7D
|
|
14
15
|
watch,,EB7C
|
|
15
16
|
warning,,EA6C
|
|
17
|
+
warning-compact,,EC99
|
|
16
18
|
wand,,EBCF
|
|
17
19
|
vscode,,EC29
|
|
18
20
|
vscode-insiders,,EC2A
|
|
@@ -90,6 +92,7 @@ symbol-enum,,EA95
|
|
|
90
92
|
symbol-enum-member,,EB5E
|
|
91
93
|
symbol-constant,,EB5D
|
|
92
94
|
symbol-color,,EB5C
|
|
95
|
+
symbol-color-compact,,EC96
|
|
93
96
|
symbol-class,,EB5B
|
|
94
97
|
symbol-boolean,,EA8F
|
|
95
98
|
symbol-array,,EA8A
|
|
@@ -104,6 +107,7 @@ split-vertical,,EB57
|
|
|
104
107
|
split-horizontal,,EB56
|
|
105
108
|
sparkle,,EC10
|
|
106
109
|
sparkle-filled,,EC21
|
|
110
|
+
sparkle-compact,,EC95
|
|
107
111
|
source-control,,EA68
|
|
108
112
|
sort-precedence,,EB55
|
|
109
113
|
snake,,EC16
|
|
@@ -112,6 +116,7 @@ skip,,EC6A
|
|
|
112
116
|
sign-out,,EA6E
|
|
113
117
|
sign-in,,EA6F
|
|
114
118
|
shield,,EB53
|
|
119
|
+
shield-compact,,EC94
|
|
115
120
|
share,,EC25
|
|
116
121
|
share-window,,EC88
|
|
117
122
|
settings,,EB52
|
|
@@ -154,8 +159,10 @@ repo-push,,EB41
|
|
|
154
159
|
repo-pull,,EB40
|
|
155
160
|
repo-pinned,,EC43
|
|
156
161
|
repo-forked,,EA63
|
|
162
|
+
repo-forked-compact,,EC92
|
|
157
163
|
repo-force-push,,EB3F
|
|
158
164
|
repo-fetch,,EC1D
|
|
165
|
+
repo-compact,,EC93
|
|
159
166
|
repo-clone,,EB3E
|
|
160
167
|
reply,,EA7D
|
|
161
168
|
replace,,EB3D
|
|
@@ -165,6 +172,7 @@ remove,,EB3B
|
|
|
165
172
|
remove-small,,EC7C
|
|
166
173
|
remote,,EB3A
|
|
167
174
|
remote-explorer,,EB39
|
|
175
|
+
remote-compact,,EC91
|
|
168
176
|
regex,,EB38
|
|
169
177
|
refresh,,EB37
|
|
170
178
|
references,,EB36
|
|
@@ -172,6 +180,7 @@ redo,,EBB0
|
|
|
172
180
|
record,,EBA7
|
|
173
181
|
record-small,,EBFA
|
|
174
182
|
record-keys,,EA65
|
|
183
|
+
record-keys-compact,,EC90
|
|
175
184
|
reactions,,EB35
|
|
176
185
|
radio-tower,,EB34
|
|
177
186
|
quotes,,EC60
|
|
@@ -196,6 +205,7 @@ person-add,,EBCD
|
|
|
196
205
|
percentage,,EC33
|
|
197
206
|
pass,,EBA4
|
|
198
207
|
pass-filled,,EBB3
|
|
208
|
+
pass-compact,,EC9A
|
|
199
209
|
paintcan,,EB2A
|
|
200
210
|
package,,EB29
|
|
201
211
|
output,,EB9D
|
|
@@ -251,9 +261,9 @@ link,,EB15
|
|
|
251
261
|
link-external,,EB14
|
|
252
262
|
lightbulb,,EA61
|
|
253
263
|
lightbulb-sparkle,,EC1F
|
|
254
|
-
lightbulb-empty,,EC40
|
|
255
264
|
lightbulb-autofix,,EB13
|
|
256
265
|
library,,EB9C
|
|
266
|
+
library-compact,,EC8F
|
|
257
267
|
layout,,EBEB
|
|
258
268
|
layout-statusbar,,EBF5
|
|
259
269
|
layout-sidebar-right,,EBF4
|
|
@@ -293,6 +303,8 @@ info,,EA74
|
|
|
293
303
|
index-zero,,EC66
|
|
294
304
|
indent,,EBF9
|
|
295
305
|
inbox,,EB09
|
|
306
|
+
important,,EC9B
|
|
307
|
+
important-compact,,EC9C
|
|
296
308
|
hubot,,EB08
|
|
297
309
|
horizontal-rule,,EB07
|
|
298
310
|
home,,EB06
|
|
@@ -331,16 +343,20 @@ git-compare,,EAFD
|
|
|
331
343
|
git-commit,,EAFC
|
|
332
344
|
git-branch-staged-changes,,EC6D
|
|
333
345
|
git-branch-conflicts,,EC6E
|
|
346
|
+
git-branch-compact,,EC8E
|
|
334
347
|
git-branch-changes,,EC6C
|
|
335
348
|
gist,,EAFB
|
|
336
349
|
gist-secret,,EAFA
|
|
337
350
|
gift,,EAF9
|
|
338
351
|
gear,,EAF8
|
|
352
|
+
gear-compact,,EC8D
|
|
339
353
|
game,,EC17
|
|
340
354
|
forward,,EC73
|
|
341
355
|
folder,,EA83
|
|
342
356
|
folder-opened,,EAF7
|
|
357
|
+
folder-opened-compact,,EC8B
|
|
343
358
|
folder-library,,EBDF
|
|
359
|
+
folder-compact,,EC8C
|
|
344
360
|
folder-active,,EAF6
|
|
345
361
|
fold,,EAF5
|
|
346
362
|
fold-up,,EAF4
|
|
@@ -369,6 +385,7 @@ expand-all,,EB95
|
|
|
369
385
|
exclude,,EAE5
|
|
370
386
|
error,,EA87
|
|
371
387
|
error-small,,EBFB
|
|
388
|
+
error-compact,,EC98
|
|
372
389
|
eraser,,EC5D
|
|
373
390
|
empty-window,,EAE4
|
|
374
391
|
ellipsis,,EA7C
|
|
@@ -440,6 +457,7 @@ copilot-not-connected,,EC3E
|
|
|
440
457
|
copilot-large,,EC3A
|
|
441
458
|
copilot-in-progress,,EC4C
|
|
442
459
|
copilot-error,,EC4D
|
|
460
|
+
copilot-compact,,EC8A
|
|
443
461
|
copilot-blocked,,EC3D
|
|
444
462
|
compass,,EBD5
|
|
445
463
|
compass-dot,,EBD6
|
|
@@ -474,6 +492,7 @@ circle,,EABC
|
|
|
474
492
|
circle-small,,EC07
|
|
475
493
|
circle-small-filled,,EB8A
|
|
476
494
|
circle-slash,,EABD
|
|
495
|
+
circle-slash-compact,,EC89
|
|
477
496
|
circle-large,,EBB5
|
|
478
497
|
circle-large-filled,,EBB4
|
|
479
498
|
circle-filled,,EA71
|