File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
browser/ui/codicons/codicon Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -597,10 +597,8 @@ export namespace Codicon {
597
597
export const bracket = new Codicon ( 'bracket' , Codicon . json . definition ) ;
598
598
export const bracketDot = new Codicon ( 'bracket-dot' , { fontCharacter : '\\ebe5' } ) ;
599
599
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' } ) ;
604
602
605
603
606
604
}
You can’t perform that action at this time.
0 commit comments