@vscode/codicons 0.0.45-10 → 0.0.45-11

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
@@ -655,4 +655,5 @@ export const codiconsLibrary = {
655
655
  openai: register('openai', 0xec81),
656
656
  claude: register('claude', 0xec82),
657
657
  openInWindow: register('open-in-window', 0xec83),
658
+ newSession: register('new-session', 0xec84),
658
659
  } as const;
@@ -589,6 +589,11 @@
589
589
  "category": "file",
590
590
  "description": "New folder"
591
591
  },
592
+ "new-session": {
593
+ "tags": ["create", "add", "session", "compose", "edit", "chat", "start"],
594
+ "category": "action",
595
+ "description": "Start a new session"
596
+ },
592
597
  "note": {
593
598
  "tags": ["document", "memo", "text", "write"],
594
599
  "category": "content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.45-10",
3
+ "version": "0.0.45-11",
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 width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M14 6.76601L15 5.76601V12C15 13.654 13.654 15 12 15H4C2.346 15 1 13.654 1 12V4.00001C1 2.34601 2.346 1.00001 4 1.00001H10.233L9.233 2.00001H4C2.897 2.00001 2 2.89701 2 4.00001V12C2 13.103 2.897 14 4 14H12C13.103 14 14 13.103 14 12V6.76601ZM15.453 0.547012H15.452C14.722 -0.182988 13.538 -0.182988 12.807 0.547012L7.978 5.37601C7.696 5.65801 7.497 6.01001 7.4 6.39701L7.026 7.89501C6.863 8.54601 7.453 9.13601 8.105 8.97401L9.603 8.59901C9.989 8.50201 10.342 8.30301 10.624 8.02101L15.453 3.19201C16.183 2.46201 16.183 1.27801 15.453 0.547012Z"/></svg>
@@ -1722,5 +1722,8 @@
1722
1722
  ],
1723
1723
  "60547": [
1724
1724
  "open-in-window"
1725
+ ],
1726
+ "60548": [
1727
+ "new-session"
1725
1728
  ]
1726
1729
  }
@@ -589,6 +589,11 @@
589
589
  "category": "file",
590
590
  "description": "New folder"
591
591
  },
592
+ "new-session": {
593
+ "tags": ["create", "add", "session", "compose", "edit", "chat", "start"],
594
+ "category": "action",
595
+ "description": "Start a new session"
596
+ },
592
597
  "note": {
593
598
  "tags": ["document", "memo", "text", "write"],
594
599
  "category": "content",