@vscode/codicons 0.0.46-15 → 0.0.46-17
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 +2 -1
- package/dist/codicon.csv +1 -0
- package/dist/codicon.html +29 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +1 -0
- package/dist/metadata.json +12 -0
- package/package.json +1 -1
- package/src/icons/run-compact.svg +1 -0
- package/src/template/mapping.json +3 -0
- package/src/template/metadata.json +12 -0
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
package/dist/metadata.json
CHANGED
|
@@ -5190,6 +5190,18 @@
|
|
|
5190
5190
|
"category": "action",
|
|
5191
5191
|
"description": "Run below"
|
|
5192
5192
|
},
|
|
5193
|
+
"run-compact": {
|
|
5194
|
+
"tags": [
|
|
5195
|
+
"play",
|
|
5196
|
+
"execute",
|
|
5197
|
+
"start",
|
|
5198
|
+
"triangle",
|
|
5199
|
+
"go",
|
|
5200
|
+
"compact"
|
|
5201
|
+
],
|
|
5202
|
+
"category": "action",
|
|
5203
|
+
"description": "Run or execute (compact)"
|
|
5204
|
+
},
|
|
5193
5205
|
"run-coverage": {
|
|
5194
5206
|
"tags": [
|
|
5195
5207
|
"test",
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.5 10.5C2.67 10.5 2 9.83 2 9V3C2 2.17 2.67 1.5 3.5 1.5C3.76 1.5 4.02 1.57 4.24 1.7L9.87 4.92C10.26 5.14 10.5 5.56 10.5 6.01C10.5 6.46 10.26 6.87 9.87 7.1L4.24 10.32C4.01 10.45 3.76 10.52 3.5 10.52V10.5ZM3.5 2.5C3.22 2.5 3 2.72 3 3V9C3 9.36 3.43 9.61 3.75 9.43L9.37 6.21C9.43 6.17 9.5 6.1 9.5 5.99C9.5 5.88 9.43 5.81 9.37 5.77L3.75 2.56C3.67 2.52 3.59 2.5 3.5 2.5Z"/></svg>
|
|
@@ -5190,6 +5190,18 @@
|
|
|
5190
5190
|
"category": "action",
|
|
5191
5191
|
"description": "Run below"
|
|
5192
5192
|
},
|
|
5193
|
+
"run-compact": {
|
|
5194
|
+
"tags": [
|
|
5195
|
+
"play",
|
|
5196
|
+
"execute",
|
|
5197
|
+
"start",
|
|
5198
|
+
"triangle",
|
|
5199
|
+
"go",
|
|
5200
|
+
"compact"
|
|
5201
|
+
],
|
|
5202
|
+
"category": "action",
|
|
5203
|
+
"description": "Run or execute (compact)"
|
|
5204
|
+
},
|
|
5193
5205
|
"run-coverage": {
|
|
5194
5206
|
"tags": [
|
|
5195
5207
|
"test",
|