Skip to content

Commit

Permalink
Update Codicons: Add layout icons (Refs #137633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jan 26, 2022
1 parent 4911162 commit 56aa7ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified src/vs/base/browser/ui/codicons/codicon/codicon.ttf
Binary file not shown.
10 changes: 10 additions & 0 deletions src/vs/base/common/codicons.ts
Expand Up @@ -529,6 +529,16 @@ export class Codicon implements CSSIcon {
public static readonly verifiedFilled = new Codicon('verified-filled', { fontCharacter: '\\ebe9' });
public static readonly newLine = new Codicon('newline', { fontCharacter: '\\ebea' });
public static readonly layout = new Codicon('layout', { fontCharacter: '\\ebeb' });
public static readonly layoutActivitybarLeft = new Codicon('layout-activitybar-left', { fontCharacter: '\\ebec' });
public static readonly layoutActivitybarRight = new Codicon('layout-activitybar-right', { fontCharacter: '\\ebed' });
public static readonly layoutPanelLeft = new Codicon('layout-panel-left', { fontCharacter: '\\ebee' });
public static readonly layoutPanelCenter = new Codicon('layout-panel-center', { fontCharacter: '\\ebef' });
public static readonly layoutPanelJustify = new Codicon('layout-panel-justify', { fontCharacter: '\\ebf0' });
public static readonly layoutPanelRight = new Codicon('layout-panel-right', { fontCharacter: '\\ebf1' });
public static readonly layoutPanel = new Codicon('layout-panel', { fontCharacter: '\\ebf2' });
public static readonly layoutSidebarLeft = new Codicon('layout-sidebar-left', { fontCharacter: '\\ebf3' });
public static readonly layoutSidebarRight = new Codicon('layout-sidebar-right', { fontCharacter: '\\ebf4' });
public static readonly layoutStatusbar = new Codicon('layout-statusbar', { fontCharacter: '\\ebf5' });

// derived icons, that could become separate icons

Expand Down

0 comments on commit 56aa7ff

Please sign in to comment.