Skip to content

Commit

Permalink
Add Controller, Television, and Desktop folder icons (#2218)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update folderIcons.ts

* Update folderIcons.ts

* fit icons to 16x16 grid

* foldericons.ts had an extra empty line

---------

Co-authored-by: Lucas Colombo <lucasncolombo@gmail.com>
Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
3 people authored Mar 3, 2024
1 parent f062d14 commit b0d6a49
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-console-open.svg
Loading
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 icons/folder-console.svg
Loading
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 icons/folder-desktop-open.svg
Loading
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 icons/folder-desktop.svg
Loading
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 icons/folder-television-open.svg
Loading
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 icons/folder-television.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export const folderIcons: FolderTheme[] = [
folderNames: ['css', 'stylesheet', 'stylesheets', 'style', 'styles'],
},
{ name: 'folder-sass', folderNames: ['sass', '_sass', 'scss', '_scss'] },
{ name: 'folder-television', folderNames: ['tv', 'television'] },
{ name: 'folder-desktop', folderNames: ['desktop'] },
{ name: 'folder-console', folderNames: ['console'] },
{
name: 'folder-images',
folderNames: [
Expand Down

0 comments on commit b0d6a49

Please sign in to comment.