Skip to content

Commit

Permalink
Add Vercel folder icon (#1211)
Browse files Browse the repository at this point in the history
* Add Vercel folder icon (closes #646)

* Validate fileIcons.ts with Prettier
  • Loading branch information
SNDST00M: M.U.N.I.N committed Aug 18, 2021
1 parent cbbe27f commit 0f0a095
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/folder-vercel-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/folder-vercel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -652,6 +652,10 @@ export const folderIcons: FolderTheme[] = [
'contract-tests',
],
},
{
name: 'folder-vercel',
folderNames: ['vercel', '.vercel', 'now', '.now'],
},
],
},
{
Expand Down

0 comments on commit 0f0a095

Please sign in to comment.