File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
browser/ui/codicons/codicon Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -529,6 +529,16 @@ export class Codicon implements CSSIcon {
529
529
public static readonly verifiedFilled = new Codicon ( 'verified-filled' , { fontCharacter : '\\ebe9' } ) ;
530
530
public static readonly newLine = new Codicon ( 'newline' , { fontCharacter : '\\ebea' } ) ;
531
531
public static readonly layout = new Codicon ( 'layout' , { fontCharacter : '\\ebeb' } ) ;
532
+ public static readonly layoutActivitybarLeft = new Codicon ( 'layout-activitybar-left' , { fontCharacter : '\\ebec' } ) ;
533
+ public static readonly layoutActivitybarRight = new Codicon ( 'layout-activitybar-right' , { fontCharacter : '\\ebed' } ) ;
534
+ public static readonly layoutPanelLeft = new Codicon ( 'layout-panel-left' , { fontCharacter : '\\ebee' } ) ;
535
+ public static readonly layoutPanelCenter = new Codicon ( 'layout-panel-center' , { fontCharacter : '\\ebef' } ) ;
536
+ public static readonly layoutPanelJustify = new Codicon ( 'layout-panel-justify' , { fontCharacter : '\\ebf0' } ) ;
537
+ public static readonly layoutPanelRight = new Codicon ( 'layout-panel-right' , { fontCharacter : '\\ebf1' } ) ;
538
+ public static readonly layoutPanel = new Codicon ( 'layout-panel' , { fontCharacter : '\\ebf2' } ) ;
539
+ public static readonly layoutSidebarLeft = new Codicon ( 'layout-sidebar-left' , { fontCharacter : '\\ebf3' } ) ;
540
+ public static readonly layoutSidebarRight = new Codicon ( 'layout-sidebar-right' , { fontCharacter : '\\ebf4' } ) ;
541
+ public static readonly layoutStatusbar = new Codicon ( 'layout-statusbar' , { fontCharacter : '\\ebf5' } ) ;
532
542
533
543
// derived icons, that could become separate icons
534
544
You can’t perform that action at this time.
0 commit comments