@vscode/codicons 0.0.46-38 → 0.0.46-39
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 +3 -1
- package/dist/codicon.csv +2 -0
- package/dist/codicon.html +55 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +2 -0
- package/dist/metadata.json +22 -0
- package/package.json +1 -1
- package/src/icons/layout-density-compact.svg +1 -0
- package/src/icons/layout-density-default.svg +1 -0
- package/src/template/mapping.json +6 -0
- package/src/template/metadata.json +22 -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?b44b1b4b32d801bf56f7874e16a61529") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -815,3 +815,5 @@
|
|
|
815
815
|
.codicon-mic-off-compact:before { content: "\ecf1" }
|
|
816
816
|
.codicon-copilot-dot:before { content: "\ecf2" }
|
|
817
817
|
.codicon-copilot-dot-compact:before { content: "\ecf3" }
|
|
818
|
+
.codicon-layout-density-compact:before { content: "\ecf4" }
|
|
819
|
+
.codicon-layout-density-default:before { content: "\ecf5" }
|
package/dist/codicon.csv
CHANGED
|
@@ -314,6 +314,8 @@ layout-panel-justify,,EBF0
|
|
|
314
314
|
layout-panel-dock,,EC49
|
|
315
315
|
layout-panel-center,,EBEF
|
|
316
316
|
layout-menubar,,EBF6
|
|
317
|
+
layout-density-default,,ECF5
|
|
318
|
+
layout-density-compact,,ECF4
|
|
317
319
|
layout-centered,,EBF7
|
|
318
320
|
layout-activitybar-right,,EBED
|
|
319
321
|
layout-activitybar-left,,EBEC
|