We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c718260 commit 971065dCopy full SHA for 971065d
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
200 Bytes
src/vs/base/common/codicons.ts
@@ -557,6 +557,7 @@ export class Codicon implements CSSIcon {
557
public static readonly gitPullRequestGoToChanges = new Codicon('git-pull-request-go-to-changes', { fontCharacter: '\\ec0b' });
558
public static readonly gitPullRequestNewChanges = new Codicon('git-pull-request-new-changes', { fontCharacter: '\\ec0c' });
559
public static readonly searchFuzzy = new Codicon('search-fuzzy', { fontCharacter: '\\ec0d' });
560
+ public static readonly commentDraft = new Codicon('comment-draft', { fontCharacter: '\\ec0e' });
561
562
563
// derived icons, that could become separate icons
0 commit comments