Skip to content

Commit

Permalink
added templ file icon (#2102)
Browse files Browse the repository at this point in the history
* add templ file icon

* Update stan icon

* Update templ icon with material icon

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
kidus-tiliksew and PKief committed Oct 3, 2023
1 parent abc64f2 commit 68c885e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 53 deletions.
55 changes: 3 additions & 52 deletions icons/stan.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/templ.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -334,7 +334,7 @@ export const fileIcons: FileIcons = {
'tz',
'txz',
'tgz',
'zst'
'zst',
],
},
{ name: 'vala', fileExtensions: ['vala'] },
Expand Down Expand Up @@ -2437,6 +2437,7 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'spwn', fileExtensions: ['spwn'] },
{ name: 'templ', fileExtensions: ['templ'] },
{ name: 'stan', fileExtensions: ['stan'] },
],
};

0 comments on commit 68c885e

Please sign in to comment.