Update Codicons: add 'pinned-dirty' (refs #108211)

https://github.com/microsoft/vscode-codicons/commit/b7e57c3ba9c3be119ca8f765d9ed6304c2c2ecb7
This commit is contained in:
Miguel Solorio
2020-10-07 10:05:44 -07:00
parent 5fad19a5f2
commit 4e8970bc0b
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -483,6 +483,7 @@ export namespace Codicon {
export const notebook = new Codicon('notebook', { character: '\\ebaf' });
export const redo = new Codicon('redo', { character: '\\ebb0' });
export const checkAll = new Codicon('check-all', { character: '\\ebb1' });
export const pinnedDirty = new Codicon('pinned-dirty', { character: '\\ebb2' });
}