Skip to content

Commit 8f68160

Browse files
author
Miguel Solorio
authored
Add search-fuzzy (microsoft#158514)
Add `search-fuzzy` (Refs microsoft#156322)
1 parent 5752831 commit 8f68160

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
188 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
@@ -568,6 +568,7 @@ export class Codicon implements CSSIcon {
568568
public static readonly commentUnresolved = new Codicon('comment-unresolved', { fontCharacter: '\\ec0a' });
569569
public static readonly gitPullRequestGoToChanges = new Codicon('git-pull-request-go-to-changes', { fontCharacter: '\\ec0b' });
570570
public static readonly gitPullRequestNewChanges = new Codicon('git-pull-request-new-changes', { fontCharacter: '\\ec0c' });
571+
public static readonly searchFuzzy = new Codicon('search-fuzzy', { fontCharacter: '\\ec0d' });
571572

572573

573574
// derived icons, that could become separate icons

0 commit comments

Comments
 (0)