@vscode/codicons 0.0.46-39 → 0.0.46-40
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 +56 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +2 -0
- package/dist/metadata.json +23 -0
- package/package.json +1 -1
- package/src/icons/gripper-corner.svg +1 -0
- package/src/icons/metered-connection.svg +1 -0
- package/src/template/mapping.json +6 -0
- package/src/template/metadata.json +23 -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?c70685e0ae69d2ee3984ed732c035482") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -817,3 +817,5 @@
|
|
|
817
817
|
.codicon-copilot-dot-compact:before { content: "\ecf3" }
|
|
818
818
|
.codicon-layout-density-compact:before { content: "\ecf4" }
|
|
819
819
|
.codicon-layout-density-default:before { content: "\ecf5" }
|
|
820
|
+
.codicon-gripper-corner:before { content: "\ecf6" }
|
|
821
|
+
.codicon-metered-connection:before { content: "\ecf7" }
|
package/dist/codicon.csv
CHANGED
|
@@ -264,6 +264,7 @@ mic-filled,,EC1C
|
|
|
264
264
|
mic-download,,ECCD
|
|
265
265
|
mic-download-compact,,ECCE
|
|
266
266
|
mic-compact,,ECEA
|
|
267
|
+
metered-connection,,ECF7
|
|
267
268
|
merge,,EBAB
|
|
268
269
|
merge-into,,EC6B
|
|
269
270
|
menu,,EB94
|
|
@@ -350,6 +351,7 @@ heart,,EB05
|
|
|
350
351
|
heart-filled,,EC04
|
|
351
352
|
group-by-ref-type,,EB97
|
|
352
353
|
gripper,,EB04
|
|
354
|
+
gripper-corner,,ECF6
|
|
353
355
|
graph,,EB03
|
|
354
356
|
graph-scatter,,EBE3
|
|
355
357
|
graph-line,,EBE2
|