@vscode/codicons 0.0.46-2 → 0.0.46-20
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/.github/prompts/build-new-icons.prompt.md +32 -0
- package/dist/codicon.css +69 -3
- package/dist/codicon.csv +67 -3
- package/dist/codicon.html +6453 -1185
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +68 -0
- package/dist/metadata.json +5369 -1157
- package/package.json +1 -1
- package/src/icons/account.svg +1 -1
- package/src/icons/add-compact.svg +1 -0
- package/src/icons/add-small.svg +1 -1
- package/src/icons/agent-compact.svg +1 -0
- package/src/icons/agent.svg +1 -1
- package/src/icons/ask-compact.svg +1 -0
- package/src/icons/attach-compact.svg +1 -0
- package/src/icons/beaker-compact.svg +1 -0
- package/src/icons/check-compact.svg +1 -0
- package/src/icons/checklist-compact.svg +1 -0
- package/src/icons/chevron-down-compact.svg +1 -0
- package/src/icons/chevron-left-compact.svg +1 -0
- package/src/icons/chevron-right-compact.svg +1 -0
- package/src/icons/chevron-up-compact.svg +1 -0
- package/src/icons/circle-filled-compact.svg +1 -0
- package/src/icons/circle-slash-compact.svg +1 -0
- package/src/icons/circle-small-filled-compact.svg +1 -0
- package/src/icons/claude.svg +1 -1
- package/src/icons/close-compact.svg +1 -0
- package/src/icons/cloud-compact.svg +1 -0
- package/src/icons/collapse-all-compact.svg +1 -0
- package/src/icons/comment-compact.svg +1 -0
- package/src/icons/comment-unresolved-compact.svg +1 -0
- package/src/icons/copilot-blocked.svg +1 -1
- package/src/icons/copilot-compact.svg +1 -0
- package/src/icons/copilot-error.svg +1 -1
- package/src/icons/copilot-in-progress.svg +1 -1
- package/src/icons/copilot-not-connected.svg +1 -1
- package/src/icons/copilot-snooze.svg +1 -1
- package/src/icons/copilot-success.svg +1 -1
- package/src/icons/copilot-unavailable.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/copilot.svg +1 -1
- package/src/icons/debug-connected-compact.svg +1 -0
- package/src/icons/debug-disconnect-compact.svg +1 -0
- package/src/icons/developer-tools.svg +1 -0
- package/src/icons/edit-compact.svg +1 -0
- package/src/icons/error-compact.svg +1 -0
- package/src/icons/file-media-compact.svg +1 -0
- package/src/icons/folder-compact.svg +1 -0
- package/src/icons/folder-opened-compact.svg +1 -0
- package/src/icons/gear-compact.svg +1 -0
- package/src/icons/git-branch-compact.svg +1 -0
- package/src/icons/git-pull-request-comment.svg +1 -0
- package/src/icons/git-pull-request-error.svg +1 -0
- package/src/icons/important-compact.svg +1 -0
- package/src/icons/important.svg +1 -0
- package/src/icons/library-compact.svg +1 -0
- package/src/icons/lightbulb-autofix.svg +1 -1
- package/src/icons/lightbulb-compact.svg +1 -0
- package/src/icons/lightbulb-empty.svg +1 -1
- package/src/icons/lightbulb-sparkle.svg +1 -1
- package/src/icons/lightbulb.svg +1 -1
- package/src/icons/loading-compact.svg +1 -0
- package/src/icons/openai.svg +1 -1
- package/src/icons/pass-compact.svg +1 -0
- package/src/icons/pass-filled-compact.svg +1 -0
- package/src/icons/preview.svg +1 -1
- package/src/icons/project-compact.svg +1 -0
- package/src/icons/record-keys-compact.svg +1 -0
- package/src/icons/refresh-compact.svg +1 -0
- package/src/icons/remote-compact.svg +1 -0
- package/src/icons/repo-compact.svg +1 -0
- package/src/icons/repo-forked-compact.svg +1 -0
- package/src/icons/right-panel-hide.svg +1 -0
- package/src/icons/right-panel-show.svg +1 -0
- package/src/icons/rocket-compact.svg +1 -0
- package/src/icons/rocket.svg +1 -1
- package/src/icons/run-compact.svg +1 -0
- package/src/icons/search-compact.svg +1 -0
- package/src/icons/session-in-progress-compact.svg +1 -0
- package/src/icons/settings-compact.svg +1 -0
- package/src/icons/share-window.svg +1 -0
- package/src/icons/shield-compact.svg +1 -0
- package/src/icons/sparkle-compact.svg +1 -0
- package/src/icons/symbol-color-compact.svg +1 -0
- package/src/icons/sync-compact.svg +1 -0
- package/src/icons/sync-ignored.svg +1 -1
- package/src/icons/sync.svg +1 -1
- package/src/icons/terminal-compact.svg +1 -0
- package/src/icons/unpin.svg +1 -0
- package/src/icons/vm-compact.svg +1 -0
- package/src/icons/voice-mode.svg +1 -0
- package/src/icons/vscode-insiders-outline.svg +1 -0
- package/src/icons/vscode-outline.svg +1 -0
- package/src/icons/warning-compact.svg +1 -0
- package/src/icons/window-compact.svg +1 -0
- package/src/icons/worktree-compact.svg +1 -0
- package/src/template/mapping.json +204 -0
- package/src/template/metadata.json +5369 -1157
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -659,4 +659,72 @@ 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),
|
|
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),
|
|
679
|
+
warningCompact: register('warning-compact', 0xec99),
|
|
680
|
+
passCompact: register('pass-compact', 0xec9a),
|
|
681
|
+
important: register('important', 0xec9b),
|
|
682
|
+
importantCompact: register('important-compact', 0xec9c),
|
|
683
|
+
rocketCompact: register('rocket-compact', 0xec9d),
|
|
684
|
+
unpin: register('unpin', 0xec9e),
|
|
685
|
+
addCompact: register('add-compact', 0xec9f),
|
|
686
|
+
attachCompact: register('attach-compact', 0xeca0),
|
|
687
|
+
beakerCompact: register('beaker-compact', 0xeca1),
|
|
688
|
+
checkCompact: register('check-compact', 0xeca2),
|
|
689
|
+
checklistCompact: register('checklist-compact', 0xeca3),
|
|
690
|
+
chevronDownCompact: register('chevron-down-compact', 0xeca4),
|
|
691
|
+
chevronLeftCompact: register('chevron-left-compact', 0xeca5),
|
|
692
|
+
chevronRightCompact: register('chevron-right-compact', 0xeca6),
|
|
693
|
+
chevronUpCompact: register('chevron-up-compact', 0xeca7),
|
|
694
|
+
circleFilledCompact: register('circle-filled-compact', 0xeca8),
|
|
695
|
+
circleSmallFilledCompact: register('circle-small-filled-compact', 0xeca9),
|
|
696
|
+
closeCompact: register('close-compact', 0xecaa),
|
|
697
|
+
collapseAllCompact: register('collapse-all-compact', 0xecab),
|
|
698
|
+
commentCompact: register('comment-compact', 0xecac),
|
|
699
|
+
commentUnresolvedCompact: register('comment-unresolved-compact', 0xecad),
|
|
700
|
+
debugConnectedCompact: register('debug-connected-compact', 0xecae),
|
|
701
|
+
debugDisconnectCompact: register('debug-disconnect-compact', 0xecaf),
|
|
702
|
+
editCompact: register('edit-compact', 0xecb0),
|
|
703
|
+
fileMediaCompact: register('file-media-compact', 0xecb1),
|
|
704
|
+
gitFetch: register('git-fetch', 0xecb2),
|
|
705
|
+
lightbulbCompact: register('lightbulb-compact', 0xecb3),
|
|
706
|
+
loadingCompact: register('loading-compact', 0xecb4),
|
|
707
|
+
passFilledCompact: register('pass-filled-compact', 0xecb5),
|
|
708
|
+
projectCompact: register('project-compact', 0xecb6),
|
|
709
|
+
refreshCompact: register('refresh-compact', 0xecb7),
|
|
710
|
+
searchCompact: register('search-compact', 0xecb8),
|
|
711
|
+
sessionInProgressCompact: register('session-in-progress-compact', 0xecb9),
|
|
712
|
+
syncCompact: register('sync-compact', 0xecba),
|
|
713
|
+
terminalCompact: register('terminal-compact', 0xecbb),
|
|
714
|
+
vmPending: register('vm-pending', 0xecbc),
|
|
715
|
+
worktreeCompact: register('worktree-compact', 0xecbd),
|
|
716
|
+
developerTools: register('developer-tools', 0xecbe),
|
|
717
|
+
cloudCompact: register('cloud-compact', 0xecbf),
|
|
718
|
+
agentCompact: register('agent-compact', 0xecc0),
|
|
719
|
+
askCompact: register('ask-compact', 0xecc1),
|
|
720
|
+
settingsCompact: register('settings-compact', 0xecc2),
|
|
721
|
+
vmCompact: register('vm-compact', 0xecc3),
|
|
722
|
+
runCompact: register('run-compact', 0xecc4),
|
|
723
|
+
gitPullRequestComment: register('git-pull-request-comment', 0xecc5),
|
|
724
|
+
gitPullRequestError: register('git-pull-request-error', 0xecc6),
|
|
725
|
+
rightPanelHide: register('right-panel-hide', 0xecc7),
|
|
726
|
+
rightPanelShow: register('right-panel-show', 0xecc8),
|
|
727
|
+
vscodeInsidersOutline: register('vscode-insiders-outline', 0xecc9),
|
|
728
|
+
vscodeOutline: register('vscode-outline', 0xecca),
|
|
729
|
+
voiceMode: register('voice-mode', 0xeccb),
|
|
662
730
|
} as const;
|