Skip to content

Commit

Permalink
Added Lottie Folder Icons aswell as the File Icon. (#2073)
Browse files Browse the repository at this point in the history
* Added Lottie Folder Icons aswell as the File Icon.

* Removed one space

* Update lottie file and folder icons

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
Keeryel and PKief committed Nov 10, 2023
1 parent d6e6e3c commit 0f00e0d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder-lottie-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-lottie.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 icons/lottie.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 src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2463,5 +2463,6 @@ export const fileIcons: FileIcons = {
name: 'abap',
fileExtensions: ['abap', 'acds', 'asddls'],
},
{ name: 'lottie', fileExtensions: ['lottie'] },
],
};
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-godot',
folderNames: ['godot', '.godot', 'godot-cpp', '.godot-cpp'],
},
{
name: 'folder-lottie',
folderNames: ['lottie', 'lotties', 'lottiefiles'],
},
{
name: 'folder-taskfile',
folderNames: ['taskfile', 'taskfiles', '.taskfile', '.taskfiles'],
Expand Down

0 comments on commit 0f00e0d

Please sign in to comment.