@vscode/codicons 0.0.46-18 → 0.0.46-19
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 +115 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +4 -0
- package/dist/metadata.json +50 -0
- package/package.json +1 -1
- package/src/icons/openai.svg +1 -1
- package/src/icons/right-panel-hide.svg +1 -0
- package/src/icons/right-panel-show.svg +1 -0
- package/src/icons/vscode-insiders-outline.svg +1 -0
- package/src/icons/vscode-outline.svg +1 -0
- package/src/template/mapping.json +12 -0
- package/src/template/metadata.json +50 -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?572407de9a2311dca8c7faae4224e4e8") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -770,3 +770,7 @@
|
|
|
770
770
|
.codicon-run-compact:before { content: "\ecc4" }
|
|
771
771
|
.codicon-git-pull-request-comment:before { content: "\ecc5" }
|
|
772
772
|
.codicon-git-pull-request-error:before { content: "\ecc6" }
|
|
773
|
+
.codicon-right-panel-hide:before { content: "\ecc7" }
|
|
774
|
+
.codicon-right-panel-show:before { content: "\ecc8" }
|
|
775
|
+
.codicon-vscode-insiders-outline:before { content: "\ecc9" }
|
|
776
|
+
.codicon-vscode-outline:before { content: "\ecca" }
|
package/dist/codicon.csv
CHANGED
|
@@ -18,7 +18,9 @@ warning,,EA6C
|
|
|
18
18
|
warning-compact,,EC99
|
|
19
19
|
wand,,EBCF
|
|
20
20
|
vscode,,EC29
|
|
21
|
+
vscode-outline,,ECCA
|
|
21
22
|
vscode-insiders,,EC2A
|
|
23
|
+
vscode-insiders-outline,,ECC9
|
|
22
24
|
vr,,EC18
|
|
23
25
|
vm,,EA7A
|
|
24
26
|
vm-small,,EC79
|
|
@@ -161,6 +163,8 @@ root-folder-opened,,EB45
|
|
|
161
163
|
rocket,,EB44
|
|
162
164
|
rocket-compact,,EC9D
|
|
163
165
|
robot,,EC20
|
|
166
|
+
right-panel-show,,ECC8
|
|
167
|
+
right-panel-hide,,ECC7
|
|
164
168
|
request-changes,,EB43
|
|
165
169
|
report,,EB42
|
|
166
170
|
repo,,EA62
|