diff --git a/icons/stan.svg b/icons/stan.svg index 986044681..b37778afc 100644 --- a/icons/stan.svg +++ b/icons/stan.svg @@ -1,53 +1,4 @@ - - - - - - + + + diff --git a/icons/templ.svg b/icons/templ.svg new file mode 100644 index 000000000..3088f7784 --- /dev/null +++ b/icons/templ.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 3281be6b8..43738267b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -334,7 +334,7 @@ export const fileIcons: FileIcons = { 'tz', 'txz', 'tgz', - 'zst' + 'zst', ], }, { name: 'vala', fileExtensions: ['vala'] }, @@ -2437,6 +2437,7 @@ export const fileIcons: FileIcons = { ], }, { name: 'spwn', fileExtensions: ['spwn'] }, + { name: 'templ', fileExtensions: ['templ'] }, { name: 'stan', fileExtensions: ['stan'] }, ], };