@vscode/codicons 0.0.46-5 → 0.0.46-7

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
@@ -659,4 +659,5 @@ export const codiconsLibrary = {
659
659
  terminalSecure: register('terminal-secure', 0xec85),
660
660
  chatImport: register('chat-import', 0xec86),
661
661
  chatExport: register('chat-export', 0xec87),
662
+ shareWindow: register('share-window', 0xec88),
662
663
  } as const;
@@ -2259,6 +2259,11 @@
2259
2259
  "category": "action",
2260
2260
  "description": "Share"
2261
2261
  },
2262
+ "share-window": {
2263
+ "tags": ["window", "share", "screen", "multiple", "overlay", "collaborate", "display", "present"],
2264
+ "category": "layout",
2265
+ "description": "Share or present a window"
2266
+ },
2262
2267
  "skip": {
2263
2268
  "tags": ["next", "jump", "pass", "ignore", "arrow"],
2264
2269
  "category": "action",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-5",
3
+ "version": "0.0.46-7",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 2C4.686 2 2 4.686 2 8C2 11.314 4.686 14 8 14C11.314 14 14 11.314 14 8C14 4.686 11.314 2 8 2ZM1 8C1 4.134 4.134 1 8 1C11.866 1 15 4.134 15 8C15 11.866 11.866 15 8 15C4.134 15 1 11.866 1 8ZM8 12.25C9.933 12.25 11.5 11.036 11.5 9.214C11.5 8.543 10.956 8 10.286 8H5.715C5.044 8 4.501 8.544 4.501 9.214C4.501 11.035 6.068 12.25 8.001 12.25H8ZM8 7.25C9.036 7.25 9.875 6.411 9.875 5.375C9.875 4.339 9.036 3.5 8 3.5C6.964 3.5 6.125 4.339 6.125 5.375C6.125 6.411 6.964 7.25 8 7.25Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6 5C6 3.89543 6.89543 3 8 3C9.10457 3 10 3.89543 10 5C10 6.10457 9.10457 7 8 7C6.89543 7 6 6.10457 6 5ZM5.49998 8L10.5 8C11.3284 8 12 8.67157 12 9.5C12 10.6161 11.541 11.5103 10.7879 12.1148C10.0466 12.7098 9.05308 13 8 13C6.94692 13 5.95342 12.7098 5.21215 12.1148C4.45897 11.5103 4 10.6161 4 9.5C4 8.67161 4.67156 8 5.49998 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8Z"/></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="M14 1H6C4.9 1 4 1.9 4 3V5H2C0.9 5 0 5.9 0 7V13C0 14.1 0.9 15 2 15H10C11.1 15 12 14.1 12 13V11H14C15.1 11 16 10.1 16 9V3C16 1.9 15.1 1 14 1ZM11 13C11 13.55 10.55 14 10 14H2C1.45 14 1 13.55 1 13V7C1 6.45 1.45 6 2 6H4V9C4 10.1 4.9 11 6 11H11V13ZM15 9C15 9.55 14.55 10 14 10H12V7C12 5.9 11.1 5 10 5H5V3C5 2.45 5.45 2 6 2H14C14.55 2 15 2.45 15 3V9Z"/></svg>
@@ -1734,5 +1734,8 @@
1734
1734
  ],
1735
1735
  "60551": [
1736
1736
  "chat-export"
1737
+ ],
1738
+ "60552": [
1739
+ "share-window"
1737
1740
  ]
1738
1741
  }
@@ -2259,6 +2259,11 @@
2259
2259
  "category": "action",
2260
2260
  "description": "Share"
2261
2261
  },
2262
+ "share-window": {
2263
+ "tags": ["window", "share", "screen", "multiple", "overlay", "collaborate", "display", "present"],
2264
+ "category": "layout",
2265
+ "description": "Share or present a window"
2266
+ },
2262
2267
  "skip": {
2263
2268
  "tags": ["next", "jump", "pass", "ignore", "arrow"],
2264
2269
  "category": "action",