@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.ttf CHANGED
Binary file
@@ -719,4 +719,5 @@ export const codiconsLibrary = {
719
719
  askCompact: register('ask-compact', 0xecc1),
720
720
  settingsCompact: register('settings-compact', 0xecc2),
721
721
  vmCompact: register('vm-compact', 0xecc3),
722
+ runCompact: register('run-compact', 0xecc4),
722
723
  } as const;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-15",
3
+ "version": "0.0.46-17",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -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>
@@ -1914,5 +1914,8 @@
1914
1914
  ],
1915
1915
  "60611": [
1916
1916
  "vm-compact"
1917
+ ],
1918
+ "60612": [
1919
+ "run-compact"
1917
1920
  ]
1918
1921
  }
@@ -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",