@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/README.md +2 -0
- package/dist/codicon.css +2 -1
- package/dist/codicon.csv +1 -0
- package/dist/codicon.html +8 -0
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +1 -0
- package/package.json +2 -2
- package/src/icons/archive.svg +1 -1
- package/src/icons/send-to-remote-agent.svg +1 -0
- package/src/template/mapping.json +2 -1
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -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
package/src/icons/archive.svg
CHANGED
|
@@ -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="
|
|
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>
|