@vscode/codicons 0.0.46-13 → 0.0.46-15
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 +6 -1
- package/dist/codicon.csv +5 -0
- package/dist/codicon.html +141 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +5 -0
- package/dist/metadata.json +60 -0
- package/package.json +1 -1
- package/src/icons/agent-compact.svg +1 -0
- package/src/icons/ask-compact.svg +1 -0
- package/src/icons/cloud-compact.svg +1 -0
- package/src/icons/settings-compact.svg +1 -0
- package/src/icons/vm-compact.svg +1 -0
- package/src/template/mapping.json +15 -0
- package/src/template/metadata.json +60 -0
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?a85c09077bf78c0ccee4b6fd213784a2") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -762,3 +762,8 @@
|
|
|
762
762
|
.codicon-vm-pending:before { content: "\ecbc" }
|
|
763
763
|
.codicon-worktree-compact:before { content: "\ecbd" }
|
|
764
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" }
|
package/dist/codicon.csv
CHANGED
|
@@ -26,6 +26,7 @@ vm-running,,EB7B
|
|
|
26
26
|
vm-pending,,ECBC
|
|
27
27
|
vm-outline,,EB7A
|
|
28
28
|
vm-connect,,EBA9
|
|
29
|
+
vm-compact,,ECC3
|
|
29
30
|
vm-active,,EB79
|
|
30
31
|
versions,,EB23
|
|
31
32
|
verified,,EB77
|
|
@@ -125,6 +126,7 @@ share,,EC25
|
|
|
125
126
|
share-window,,EC88
|
|
126
127
|
settings,,EB52
|
|
127
128
|
settings-gear,,EB51
|
|
129
|
+
settings-compact,,ECC2
|
|
128
130
|
session-in-progress,,EC77
|
|
129
131
|
session-in-progress-compact,,ECB9
|
|
130
132
|
server,,EB50
|
|
@@ -501,6 +503,7 @@ cloud,,EBAA
|
|
|
501
503
|
cloud-upload,,EAC3
|
|
502
504
|
cloud-small,,EC7A
|
|
503
505
|
cloud-download,,EAC2
|
|
506
|
+
cloud-compact,,ECBF
|
|
504
507
|
close,,EA76
|
|
505
508
|
close-compact,,ECAA
|
|
506
509
|
close-all,,EAC1
|
|
@@ -568,6 +571,7 @@ azure-devops,,EBE8
|
|
|
568
571
|
attach,,EC34
|
|
569
572
|
attach-compact,,ECA0
|
|
570
573
|
ask,,EC80
|
|
574
|
+
ask-compact,,ECC1
|
|
571
575
|
arrow-up,,EAA1
|
|
572
576
|
arrow-swap,,EBCB
|
|
573
577
|
arrow-small-up,,EAA0
|
|
@@ -584,6 +588,7 @@ arrow-circle-down,,EBFC
|
|
|
584
588
|
arrow-both,,EA99
|
|
585
589
|
archive,,EA98
|
|
586
590
|
agent,,EC67
|
|
591
|
+
agent-compact,,ECC0
|
|
587
592
|
add,,EA60
|
|
588
593
|
add-small,,EC7B
|
|
589
594
|
activate-breakpoints,,EA97
|