Update codicons (#154859)

This commit is contained in:
David Dossett
2022-07-11 14:43:40 -07:00
committed by GitHub
parent 2638da7780
commit 1a7cae95fd
2 changed files with 2 additions and 1 deletions

View File

@@ -558,7 +558,8 @@ export class Codicon implements CSSIcon {
public static readonly mapFilled = new Codicon('map-filled', { fontCharacter: '\\ec06' });
public static readonly circleSmall = new Codicon('circle-small', { fontCharacter: '\\ec07' });
public static readonly bellSlash = new Codicon('bell-slash', { fontCharacter: '\\ec08' });
public static readonly bellSlashDot = new Codicon('bell-slash-dot', { fontCharacter: '\\f101' });
public static readonly bellSlashDot = new Codicon('bell-slash-dot', { fontCharacter: '\\ec09' });
public static readonly commentUnresolved = new Codicon('comment-unresolved', { fontCharacter: '\\ec0a' });
// derived icons, that could become separate icons