Skip to content

Commit

Permalink
Update Codicons: add 'magnet' icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 11, 2020
1 parent b0a913b commit 5c76fc5
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 @@ -479,6 +479,7 @@ export namespace Codicon {
export const merge = new Codicon('merge', { character: '\\ebab' });
export const exportIcon = new Codicon('export', { character: '\\ebac' });
export const graphLeft = new Codicon('graph-left', { character: '\\ebad' });
export const magnet = new Codicon('magnet', { character: '\\ebae' });
}


Expand Down

0 comments on commit 5c76fc5

Please sign in to comment.