@vscode/codicons 0.0.38 → 0.0.39

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
@@ -609,4 +609,5 @@ export const codiconsLibrary = {
609
609
  searchSparkle: register('search-sparkle', 0xec50),
610
610
  editSparkle: register('edit-sparkle', 0xec51),
611
611
  copilotSnooze: register('copilot-snooze', 0xec52),
612
+ sendToRemoteAgent: register('send-to-remote-agent', 0xec53),
612
613
  } as const;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.38",
4
- "fontVersion": "1.13",
3
+ "version": "0.0.39",
4
+ "fontVersion": "1.14",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
7
7
  "main": "index.js",
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 1h-13l-.5.5v3l.5.5H2v8.5l.5.5h11l.5-.5V5h.5l.5-.5v-3l-.5-.5zm-1 3H2V2h12v2h-.5zM3 13V5h10v8H3zm8-6H5v1h6V7z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M10 9H6V8H10V9Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 2.5V5.5L14.5 6H14L14 13.5L13.5 14H2.5L2 13.5L2 6H1.5L1 5.5V2.5L1.5 2H14.5L15 2.5ZM3 13H13L13 6H3L3 13ZM2 5H14V3H2V5Z"/></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="M15.724 11.053V11.948L7.724 15.948L7.026 15.343L8.14 12.001H13V11.001H8.14L7.026 7.659L7.724 7.054L15.724 11.053ZM1 8C1 6.46 2.15 5.18 3.67 5.02L4.02 4.98L4.11 4.64C4.5 3.09 5.89 2 7.5 2C9.43 2 11 3.57 11 5.5V6H11.5C12.88 6 14 7.12 14 8.5V8.52L14.95 8.99C14.98 8.83 15 8.67 15 8.5C15 6.73 13.68 5.26 11.98 5.03C11.74 2.77 9.82 1 7.5 1C5.55 1 3.84 2.25 3.23 4.07C1.37 4.43 0 6.07 0 8C0 10.21 1.79 12 4 12H7V11H4C2.35 11 1 9.65 1 8Z"/></svg>
@@ -598,5 +598,6 @@
598
598
  "chat-sparkle": 60495,
599
599
  "search-sparkle": 60496,
600
600
  "edit-sparkle": 60497,
601
- "copilot-snooze": 60498
601
+ "copilot-snooze": 60498,
602
+ "send-to-remote-agent": 60499
602
603
  }