Update Codicons: Add "filter-filled"

cdceb9f5fc
This commit is contained in:
Miguel Solorio 2021-04-21 13:05:24 -07:00
parent 731402dce2
commit a509be4c99
No known key found for this signature in database
GPG key ID: 70E90609A6ECFA86
2 changed files with 1 additions and 0 deletions

View file

@ -570,6 +570,7 @@ export namespace Codicon {
export const arrowSwap = new Codicon('arrow-swap', { fontCharacter: '\\ebcb' });
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 dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
}