Skip to content

Commit 4aff730

Browse files
author
Miguel Solorio
authored
Merge pull request #115772 from microsoft/misolori/1.53/create-pr-icon
Update Codicons to add 'git-pull-request-create'
2 parents 678843f + 5da053f commit 4aff730

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,12 @@ export namespace Codicon {
533533
export const circleLargeOutline = new Codicon('circle-large-outline', { character: '\\ebb5' });
534534
export const combine = new Codicon('combine', { character: '\\ebb6' });
535535
export const gather = new Codicon('gather', { character: '\\ebb6' });
536+
export const table = new Codicon('table', { character: '\\ebb7' });
537+
export const variableGroup = new Codicon('variable-group', { character: '\\ebb8' });
538+
export const typeHierarchy = new Codicon('type-hierarchy', { character: '\\ebb9' });
539+
export const typeHierarchySub = new Codicon('type-hierarchy-sub', { character: '\\ebba' });
540+
export const typeHierarchySuper = new Codicon('type-hierarchy-super', { character: '\\ebbb' });
541+
export const gitPullRequestCreate = new Codicon('git-pull-request-create', { character: '\\ebbc' });
536542

537543
export const dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
538544
}

0 commit comments

Comments
 (0)