Skip to content

Commit 971065d

Browse files
authored
Update codicons (microsoft#167466)
* Update codicons * Register icon
1 parent c718260 commit 971065d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
200 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ export class Codicon implements CSSIcon {
557557
public static readonly gitPullRequestGoToChanges = new Codicon('git-pull-request-go-to-changes', { fontCharacter: '\\ec0b' });
558558
public static readonly gitPullRequestNewChanges = new Codicon('git-pull-request-new-changes', { fontCharacter: '\\ec0c' });
559559
public static readonly searchFuzzy = new Codicon('search-fuzzy', { fontCharacter: '\\ec0d' });
560+
public static readonly commentDraft = new Codicon('comment-draft', { fontCharacter: '\\ec0e' });
560561

561562

562563
// derived icons, that could become separate icons

0 commit comments

Comments
 (0)