Skip to content

Commit

Permalink
Add search file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 22, 2020
1 parent d3bcd69 commit 5c50244
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions icons/search.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,5 +964,6 @@ export const fileIcons: FileIcons = {
]
},
{ name: 'slug', fileNames: ['.slugignore'] },
{ name: 'search', fileExtensions: ['code-search'] },
]
};
2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'svg' }, ids: ['svg'] },
{ icon: { name: 'swift' }, ids: ['swift'] },
{ icon: { name: 'react_ts' }, ids: ['typescriptreact'] },
{ icon: { name: 'magnify' }, ids: ['search-result'] },
{ icon: { name: 'search' }, ids: ['search-result'] },
];

0 comments on commit 5c50244

Please sign in to comment.