Skip to content

Commit

Permalink
feat: add folder-pdf (#1651)
Browse files Browse the repository at this point in the history
* add pdf folder icon

* Update pdf folder icons

* Update pdf icons

* Fix prettier issue

Co-authored-by: andyramseier <andy@megaphone.info>
Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
3 people committed Oct 6, 2022
1 parent 2db82e9 commit cecc40d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions icons/folder-pdf-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-pdf.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/pdf.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -471,7 +471,12 @@ export const fileIcons: FileIcons = {
{ name: 'arduino', fileExtensions: ['ino'] },
{
name: 'docker',
fileExtensions: ['dockerignore', 'dockerfile', 'docker-compose.yml', 'docker-compose.yaml'],
fileExtensions: [
'dockerignore',
'dockerfile',
'docker-compose.yml',
'docker-compose.yaml',
],
fileNames: [
'dockerfile',
'dockerfile.prod',
Expand Down
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -771,6 +771,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-unity',
folderNames: ['unity'],
},
{
name: 'folder-pdf',
folderNames: ['pdf', 'pdfs'],
},
{
name: 'folder-proto',
folderNames: ['protobufs'],
Expand Down

0 comments on commit cecc40d

Please sign in to comment.