Skip to content

Commit

Permalink
Update Codicons: add 'merge'
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jul 21, 2020
1 parent 57ad655 commit f0646f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified src/vs/base/browser/ui/codicons/codicon/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/vs/base/common/codicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export namespace Codicon {
export const debugAltSmall = new Codicon('debug-alt-small', { character: '\\eba8' });
export const vmConnect = new Codicon('vm-connect', { character: '\\eba9' });
export const cloud = new Codicon('cloud', { character: '\\ebaa' });
export const merge = new Codicon('merge', { character: '\\ebab' });
}


Expand Down

0 comments on commit f0646f8

Please sign in to comment.