Skip to content

Commit da243da

Browse files
author
Miguel Solorio
committed
Update Codicons: add 'notebook' and 'redo'
microsoft/vscode-codicons@8ac9c9d
1 parent 8565aec commit da243da

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

288 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ export namespace Codicon {
480480
export const exportIcon = new Codicon('export', { character: '\\ebac' });
481481
export const graphLeft = new Codicon('graph-left', { character: '\\ebad' });
482482
export const magnet = new Codicon('magnet', { character: '\\ebae' });
483+
export const notebook = new Codicon('notebook', { character: '\\ebaf' });
484+
export const redo = new Codicon('redo', { character: '\\ebb0' });
483485
}
484486

485487

0 commit comments

Comments
 (0)