File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
browser/ui/codicons/codicon Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,12 @@ export namespace Codicon {
533
533
export const circleLargeOutline = new Codicon ( 'circle-large-outline' , { character : '\\ebb5' } ) ;
534
534
export const combine = new Codicon ( 'combine' , { character : '\\ebb6' } ) ;
535
535
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' } ) ;
536
542
537
543
export const dropDownButton = new Codicon ( 'drop-down-button' , Codicon . chevronDown . definition ) ;
538
544
}
You can’t perform that action at this time.
0 commit comments