Skip to content

Commit 56aa7ff

Browse files
author
Miguel Solorio
committed
Update Codicons: Add layout icons (Refs microsoft#137633)
microsoft/vscode-codicons@a2e80bf
1 parent 4911162 commit 56aa7ff

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
964 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,16 @@ export class Codicon implements CSSIcon {
529529
public static readonly verifiedFilled = new Codicon('verified-filled', { fontCharacter: '\\ebe9' });
530530
public static readonly newLine = new Codicon('newline', { fontCharacter: '\\ebea' });
531531
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' });
532542

533543
// derived icons, that could become separate icons
534544

0 commit comments

Comments
 (0)