Skip to content

Commit b4ef489

Browse files
author
Miguel Solorio
committed
Update Codicons
Remove pinned-dirty-small and pinned-small microsoft/vscode-codicons@1a9d49e Refs microsoft#133422
1 parent 26dd05c commit b4ef489

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
-484 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,10 +597,8 @@ export namespace Codicon {
597597
export const bracket = new Codicon('bracket', Codicon.json.definition);
598598
export const bracketDot = new Codicon('bracket-dot', { fontCharacter: '\\ebe5' });
599599
export const bracketError = new Codicon('bracket-error', { fontCharacter: '\\ebe6' });
600-
export const pinnedDirtySmall = new Codicon('pinned-dirty-small', { fontCharacter: '\\ebe7' });
601-
export const lockSmall = new Codicon('lock-small', { fontCharacter: '\\ebe8' });
602-
export const pinnedSmall = new Codicon('pinned-small', { fontCharacter: '\\ebe9' });
603-
export const azureDevops = new Codicon('azure-devops', { fontCharacter: '\\ebea' });
600+
export const lockSmall = new Codicon('lock-small', { fontCharacter: '\\ebe7' });
601+
export const azureDevops = new Codicon('azure-devops', { fontCharacter: '\\ebe8' });
604602

605603

606604
}

0 commit comments

Comments
 (0)