Skip to content

Commit

Permalink
Added svg file icon (Closes #400)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 15, 2019
1 parent ba1fa2a commit 72663ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions icons/svg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const fileIcons: FileIcons = {
'jpeg',
'jpg',
'gif',
'svg',
'ico',
'tif',
'tiff',
Expand Down Expand Up @@ -774,6 +773,7 @@ export const fileIcons: FileIcons = {
{ name: 'scheme', fileExtensions: ['ss', 'scm'] },
{ name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] },
{ name: '3d', fileExtensions: ['stl', 'obj'] },
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] }
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'svg', fileExtensions: ['svg'] },
]
};

0 comments on commit 72663ad

Please sign in to comment.