Update Codicons

- Update debug angles
- Update `new-file` icon object
- Add `debug-rerun`
This commit is contained in:
Miguel Solorio
2021-02-22 13:38:12 -08:00
parent 9703977dab
commit 1cc57241cf
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -546,6 +546,7 @@ export namespace Codicon {
export const runAbove = new Codicon('run-above', { character: '\\ebbd' });
export const runBelow = new Codicon('run-below', { character: '\\ebbe' });
export const notebookTemplate = new Codicon('notebook-template', { character: '\\ebbf' });
export const debugRerun = new Codicon('debug-rerun', { character: '\\ebc0' });
export const dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
}