@vscode/codicons 0.0.30 → 0.0.31
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 +9 -1
- package/dist/codicon.csv +4 -0
- package/dist/codicon.html +32 -0
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +2 -2
- package/src/icons/blank.svg +1 -0
- package/src/icons/layout-panel-off.svg +1 -0
- package/src/icons/layout-sidebar-left-off.svg +1 -0
- package/src/icons/layout-sidebar-right-off.svg +1 -0
- package/src/template/mapping.json +5 -1
- package/src/template/styles.hbs +4 -0
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"/>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 10.0007V2.00073H14V10.0007H2ZM2 11.0007H14V14.0007H2V11.0007Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H6V14.0007H2ZM7 14.0007V2.00073H14V14.0007H7Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 1.00073L1 2.00073V14.0007L2 15.0007H14L15 14.0007V2.00073L14 1.00073H2ZM2 14.0007V2.00073H9V14.0007H2ZM10 14.0007V2.00073H14V14.0007H10Z"/></svg>
|
|
@@ -496,5 +496,9 @@
|
|
|
496
496
|
"arrow-circle-down": 60412,
|
|
497
497
|
"arrow-circle-left": 60413,
|
|
498
498
|
"arrow-circle-right": 60414,
|
|
499
|
-
"arrow-circle-up": 60415
|
|
499
|
+
"arrow-circle-up": 60415,
|
|
500
|
+
"layout-sidebar-right-off": 60416,
|
|
501
|
+
"layout-panel-off": 60417,
|
|
502
|
+
"layout-sidebar-left-off": 60418,
|
|
503
|
+
"blank": 60419
|
|
500
504
|
}
|