File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
browser/ui/codicons/codicon Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,9 @@ export class Codicon implements CSSIcon {
539
539
public static readonly layoutSidebarLeft = new Codicon ( 'layout-sidebar-left' , { fontCharacter : '\\ebf3' } ) ;
540
540
public static readonly layoutSidebarRight = new Codicon ( 'layout-sidebar-right' , { fontCharacter : '\\ebf4' } ) ;
541
541
public static readonly layoutStatusbar = new Codicon ( 'layout-statusbar' , { fontCharacter : '\\ebf5' } ) ;
542
+ public static readonly layoutMenubar = new Codicon ( 'layout-menubar' , { fontCharacter : '\\ebf6' } ) ;
543
+ public static readonly layoutCentered = new Codicon ( 'layout-centered' , { fontCharacter : '\\ebf7' } ) ;
544
+ public static readonly target = new Codicon ( 'target' , { fontCharacter : '\\ebf8' } ) ;
542
545
543
546
// derived icons, that could become separate icons
544
547
You can’t perform that action at this time.
0 commit comments