@vscode/codicons 0.0.46-8 → 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 +5 -1
- package/dist/codicon.csv +4 -0
- package/dist/codicon.html +114 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +4 -0
- package/dist/metadata.json +49 -0
- package/package.json +1 -1
- package/src/icons/important-compact.svg +1 -0
- package/src/icons/important.svg +1 -0
- package/src/icons/pass-compact.svg +1 -0
- package/src/icons/warning-compact.svg +1 -0
- package/src/template/mapping.json +12 -0
- package/src/template/metadata.json +49 -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?6676e9f3e1e426f1149de22c9f9a69c4") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -724,5 +724,9 @@
|
|
|
724
724
|
.codicon-symbol-color-compact:before { content: "\ec96" }
|
|
725
725
|
.codicon-window-compact:before { content: "\ec97" }
|
|
726
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" }
|
|
727
731
|
.codicon-vm-pending:before { content: "\f101" }
|
|
728
732
|
.codicon-git-fetch:before { content: "\f102" }
|
package/dist/codicon.csv
CHANGED
|
@@ -14,6 +14,7 @@ whole-word,,EB7E
|
|
|
14
14
|
whitespace,,EB7D
|
|
15
15
|
watch,,EB7C
|
|
16
16
|
warning,,EA6C
|
|
17
|
+
warning-compact,,EC99
|
|
17
18
|
wand,,EBCF
|
|
18
19
|
vscode,,EC29
|
|
19
20
|
vscode-insiders,,EC2A
|
|
@@ -204,6 +205,7 @@ person-add,,EBCD
|
|
|
204
205
|
percentage,,EC33
|
|
205
206
|
pass,,EBA4
|
|
206
207
|
pass-filled,,EBB3
|
|
208
|
+
pass-compact,,EC9A
|
|
207
209
|
paintcan,,EB2A
|
|
208
210
|
package,,EB29
|
|
209
211
|
output,,EB9D
|
|
@@ -301,6 +303,8 @@ info,,EA74
|
|
|
301
303
|
index-zero,,EC66
|
|
302
304
|
indent,,EBF9
|
|
303
305
|
inbox,,EB09
|
|
306
|
+
important,,EC9B
|
|
307
|
+
important-compact,,EC9C
|
|
304
308
|
hubot,,EB08
|
|
305
309
|
horizontal-rule,,EB07
|
|
306
310
|
home,,EB06
|