@vscode/codicons 0.0.26 → 0.0.27
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 +16 -0
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +1 -1
- package/src/icons/issue-draft.svg +1 -1
- package/src/icons/layout.svg +1 -0
- package/src/icons/newline.svg +1 -0
- package/src/template/mapping.json +3 -1
package/dist/codicon.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
|
-
src: url("./codicon.ttf?
|
|
8
|
+
src: url("./codicon.ttf?7e743516bf1127e4750bee4d3b479601") format("truetype");
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.codicon[class*='codicon-'] {
|
|
@@ -498,3 +498,5 @@
|
|
|
498
498
|
.codicon-lock-small:before { content: "\ebe7" }
|
|
499
499
|
.codicon-azure-devops:before { content: "\ebe8" }
|
|
500
500
|
.codicon-verified-filled:before { content: "\ebe9" }
|
|
501
|
+
.codicon-newline:before { content: "\ebea" }
|
|
502
|
+
.codicon-layout:before { content: "\ebeb" }
|
package/dist/codicon.csv
CHANGED
|
@@ -189,6 +189,7 @@ law,,EB12
|
|
|
189
189
|
layers-active,,EBD4
|
|
190
190
|
layers-dot,,EBD3
|
|
191
191
|
layers,,EBD2
|
|
192
|
+
layout,,EBEB
|
|
192
193
|
library,,EB9C
|
|
193
194
|
lightbulb-autofix,,EB13
|
|
194
195
|
lightbulb,,EA61
|
|
@@ -221,6 +222,7 @@ multiple-windows,,EB23
|
|
|
221
222
|
mute,,EB24
|
|
222
223
|
new-file,,EA7F
|
|
223
224
|
new-folder,,EA80
|
|
225
|
+
newline,,EBEA
|
|
224
226
|
no-newline,,EB25
|
|
225
227
|
note,,EB26
|
|
226
228
|
notebook-template,,EBBF
|
package/dist/codicon.html
CHANGED
|
@@ -1681,6 +1681,14 @@
|
|
|
1681
1681
|
<span class='label'>layers</span>
|
|
1682
1682
|
<span class='description'></span>
|
|
1683
1683
|
</div>
|
|
1684
|
+
<div class="icon" data-name="layout" title="layout">
|
|
1685
|
+
<span class="inner">
|
|
1686
|
+
<i class="codicon codicon-layout"></i>
|
|
1687
|
+
</span>
|
|
1688
|
+
<br>
|
|
1689
|
+
<span class='label'>layout</span>
|
|
1690
|
+
<span class='description'></span>
|
|
1691
|
+
</div>
|
|
1684
1692
|
<div class="icon" data-name="library" title="library">
|
|
1685
1693
|
<span class="inner">
|
|
1686
1694
|
<i class="codicon codicon-library"></i>
|
|
@@ -1937,6 +1945,14 @@
|
|
|
1937
1945
|
<span class='label'>new-folder</span>
|
|
1938
1946
|
<span class='description'></span>
|
|
1939
1947
|
</div>
|
|
1948
|
+
<div class="icon" data-name="newline" title="newline">
|
|
1949
|
+
<span class="inner">
|
|
1950
|
+
<i class="codicon codicon-newline"></i>
|
|
1951
|
+
</span>
|
|
1952
|
+
<br>
|
|
1953
|
+
<span class='label'>newline</span>
|
|
1954
|
+
<span class='description'></span>
|
|
1955
|
+
</div>
|
|
1940
1956
|
<div class="icon" data-name="no-newline" title="no-newline">
|
|
1941
1957
|
<span class="inner">
|
|
1942
1958
|
<i class="codicon codicon-no-newline"></i>
|