@vscode/codicons 0.0.27 → 0.0.28
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 +16 -2
- package/dist/codicon.csv +13 -0
- package/dist/codicon.html +494 -390
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +2 -2
- package/src/icons/layout-activitybar-left.svg +1 -0
- package/src/icons/layout-activitybar-right.svg +1 -0
- package/src/icons/layout-centered.svg +1 -0
- package/src/icons/layout-menubar.svg +1 -0
- package/src/icons/layout-panel-center.svg +1 -0
- package/src/icons/layout-panel-justify.svg +1 -0
- package/src/icons/layout-panel-left.svg +1 -0
- package/src/icons/layout-panel-right.svg +1 -0
- package/src/icons/layout-panel.svg +1 -0
- package/src/icons/layout-sidebar-left.svg +1 -0
- package/src/icons/layout-sidebar-right.svg +1 -0
- package/src/icons/layout-statusbar.svg +1 -0
- package/src/icons/layout.svg +1 -1
- package/src/icons/target.svg +1 -0
- package/src/template/mapping.json +14 -1
- package/src/template/preview.hbs +3 -3
- package/src/template/styles.hbs +2 -1
package/dist/codicon.css
CHANGED
|
@@ -5,12 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
|
-
|
|
8
|
+
font-display: block;
|
|
9
|
+
src: url("./codicon.ttf?c8db4d929c275be999e86c624427a6af") format("truetype");
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
.codicon[class*='codicon-'] {
|
|
12
13
|
font: normal normal normal 16px/1 codicon;
|
|
13
|
-
display: block;
|
|
14
|
+
display: inline-block;
|
|
14
15
|
text-decoration: none;
|
|
15
16
|
text-rendering: auto;
|
|
16
17
|
text-align: center;
|
|
@@ -500,3 +501,16 @@
|
|
|
500
501
|
.codicon-verified-filled:before { content: "\ebe9" }
|
|
501
502
|
.codicon-newline:before { content: "\ebea" }
|
|
502
503
|
.codicon-layout:before { content: "\ebeb" }
|
|
504
|
+
.codicon-layout-activitybar-left:before { content: "\ebec" }
|
|
505
|
+
.codicon-layout-activitybar-right:before { content: "\ebed" }
|
|
506
|
+
.codicon-layout-panel-left:before { content: "\ebee" }
|
|
507
|
+
.codicon-layout-panel-center:before { content: "\ebef" }
|
|
508
|
+
.codicon-layout-panel-justify:before { content: "\ebf0" }
|
|
509
|
+
.codicon-layout-panel-right:before { content: "\ebf1" }
|
|
510
|
+
.codicon-layout-panel:before { content: "\ebf2" }
|
|
511
|
+
.codicon-layout-sidebar-left:before { content: "\ebf3" }
|
|
512
|
+
.codicon-layout-sidebar-right:before { content: "\ebf4" }
|
|
513
|
+
.codicon-layout-statusbar:before { content: "\ebf5" }
|
|
514
|
+
.codicon-layout-menubar:before { content: "\ebf6" }
|
|
515
|
+
.codicon-layout-centered:before { content: "\ebf7" }
|
|
516
|
+
.codicon-target:before { content: "\ebf8" }
|
package/dist/codicon.csv
CHANGED
|
@@ -189,6 +189,18 @@ law,,EB12
|
|
|
189
189
|
layers-active,,EBD4
|
|
190
190
|
layers-dot,,EBD3
|
|
191
191
|
layers,,EBD2
|
|
192
|
+
layout-activitybar-left,,EBEC
|
|
193
|
+
layout-activitybar-right,,EBED
|
|
194
|
+
layout-centered,,EBF7
|
|
195
|
+
layout-menubar,,EBF6
|
|
196
|
+
layout-panel-center,,EBEF
|
|
197
|
+
layout-panel-justify,,EBF0
|
|
198
|
+
layout-panel-left,,EBEE
|
|
199
|
+
layout-panel-right,,EBF1
|
|
200
|
+
layout-panel,,EBF2
|
|
201
|
+
layout-sidebar-left,,EBF3
|
|
202
|
+
layout-sidebar-right,,EBF4
|
|
203
|
+
layout-statusbar,,EBF5
|
|
192
204
|
layout,,EBEB
|
|
193
205
|
library,,EB9C
|
|
194
206
|
lightbulb-autofix,,EB13
|
|
@@ -336,6 +348,7 @@ sync-ignored,,EB9F
|
|
|
336
348
|
sync,,EA77
|
|
337
349
|
table,,EBB7
|
|
338
350
|
tag,,EA66
|
|
351
|
+
target,,EBF8
|
|
339
352
|
tasklist,,EB67
|
|
340
353
|
telescope,,EB68
|
|
341
354
|
terminal-bash,,EBCA
|