@vscode/codicons 0.0.46-6 → 0.0.46-8

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
@@ -660,4 +660,20 @@ export const codiconsLibrary = {
660
660
  chatImport: register('chat-import', 0xec86),
661
661
  chatExport: register('chat-export', 0xec87),
662
662
  shareWindow: register('share-window', 0xec88),
663
+ circleSlashCompact: register('circle-slash-compact', 0xec89),
664
+ copilotCompact: register('copilot-compact', 0xec8a),
665
+ folderOpenedCompact: register('folder-opened-compact', 0xec8b),
666
+ folderCompact: register('folder-compact', 0xec8c),
667
+ gearCompact: register('gear-compact', 0xec8d),
668
+ gitBranchCompact: register('git-branch-compact', 0xec8e),
669
+ libraryCompact: register('library-compact', 0xec8f),
670
+ recordKeysCompact: register('record-keys-compact', 0xec90),
671
+ remoteCompact: register('remote-compact', 0xec91),
672
+ repoForkedCompact: register('repo-forked-compact', 0xec92),
673
+ repoCompact: register('repo-compact', 0xec93),
674
+ shieldCompact: register('shield-compact', 0xec94),
675
+ sparkleCompact: register('sparkle-compact', 0xec95),
676
+ symbolColorCompact: register('symbol-color-compact', 0xec96),
677
+ windowCompact: register('window-compact', 0xec97),
678
+ errorCompact: register('error-compact', 0xec98),
663
679
  } as const;