@vscode/codicons 0.0.45-12 → 0.0.45-14
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 +1 -1
- package/dist/codicon.html +1 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +2 -2
- package/src/icons/new-session.svg +1 -1
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/codicons",
|
|
3
|
-
"version": "0.0.45-
|
|
3
|
+
"version": "0.0.45-14",
|
|
4
4
|
"fontVersion": "1.15",
|
|
5
5
|
"description": "The icon font for Visual Studio Code",
|
|
6
6
|
"license": "CC-BY-4.0",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"husky": "^9.1.7",
|
|
42
42
|
"opentype.js": "^1.3.4",
|
|
43
43
|
"svg-sprite": "^2.0.4",
|
|
44
|
-
"svgo": "4.0.
|
|
44
|
+
"svgo": "4.0.1"
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14.452 1.548C14.087 1.183 13.608 1 13.13 1C12.652 1 12.173 1.183 11.808 1.548L6.979 6.377C6.697 6.659 6.498 7.011 6.401 7.398L6.027 8.896C5.883 9.473 6.329 10.002 6.886 10.002C6.958 10.002 7.031 9.993 7.106 9.975L8.604 9.601C8.99 9.504 9.343 9.305 9.625 9.023L14.454 4.194C15.184 3.464 15.184 2.28 14.454 1.549L14.452 1.548ZM13.745 3.485L8.916 8.314C8.763 8.467 8.57 8.576 8.36 8.629L7.04 8.962L7.371 7.64C7.424 7.43 7.532 7.237 7.686 7.084L12.516 2.255C12.68 2.091 12.899 2 13.131 2C13.363 2 13.582 2.091 13.746 2.255C14.085 2.594 14.085 3.146 13.746 3.486L13.745 3.485ZM13 7.768L14 6.768V11.5C14 12.878 12.879 14 11.5 14H4.5C3.121 14 2 12.878 2 11.5V4.5C2 3.122 3.121 2 4.5 2H9.236L8.236 3H4.5C3.673 3 3 3.673 3 4.5V11.5C3 12.327 3.673 13 4.5 13H11.5C12.327 13 13 12.327 13 11.5V7.768Z"/></svg>
|