mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 14:58:43 +00:00
Update codicons (#154859)
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user