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.
search-fuzzy
1 parent 5752831 commit 8f68160Copy full SHA for 8f68160
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
188 Bytes
src/vs/base/common/codicons.ts
@@ -568,6 +568,7 @@ export class Codicon implements CSSIcon {
568
public static readonly commentUnresolved = new Codicon('comment-unresolved', { fontCharacter: '\\ec0a' });
569
public static readonly gitPullRequestGoToChanges = new Codicon('git-pull-request-go-to-changes', { fontCharacter: '\\ec0b' });
570
public static readonly gitPullRequestNewChanges = new Codicon('git-pull-request-new-changes', { fontCharacter: '\\ec0c' });
571
+ public static readonly searchFuzzy = new Codicon('search-fuzzy', { fontCharacter: '\\ec0d' });
572
573
574
// derived icons, that could become separate icons
0 commit comments