Skip to content

Commit 5725c6b

Browse files
author
Miguel Solorio
committed
Update Codicons: Add modes and menu bar
microsoft/vscode-codicons@ee85be1
1 parent 870bbbf commit 5725c6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
416 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ export class Codicon implements CSSIcon {
539539
public static readonly layoutSidebarLeft = new Codicon('layout-sidebar-left', { fontCharacter: '\\ebf3' });
540540
public static readonly layoutSidebarRight = new Codicon('layout-sidebar-right', { fontCharacter: '\\ebf4' });
541541
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' });
542545

543546
// derived icons, that could become separate icons
544547

0 commit comments

Comments
 (0)