Update Codicons

- Add "wand"
- Add "debug-line-by-line"
This commit is contained in:
Miguel Solorio 2021-04-21 14:09:30 -07:00
parent a509be4c99
commit 39c0b81770
No known key found for this signature in database
GPG key ID: 70E90609A6ECFA86
2 changed files with 2 additions and 0 deletions

View file

@ -571,6 +571,8 @@ export namespace Codicon {
export const copy = new Codicon('copy', { fontCharacter: '\\ebcc' });
export const personAdd = new Codicon('person-add', { fontCharacter: '\\ebcd' });
export const filterFilled = new Codicon('filter-filled', { fontCharacter: '\\ebce' });
export const wand = new Codicon('wand', { fontCharacter: '\\ebcf' });
export const debugLineByLine = new Codicon('debug-line-by-line', { fontCharacter: '\\ebd0' });
export const dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
}