From 68c885e96f591d06ea1eb1e747422380f41bdc9e Mon Sep 17 00:00:00 2001 From: Kidus Tiliksew <47864984+kidus-tiliksew@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:21:44 +0300 Subject: [PATCH] added templ file icon (#2102) * add templ file icon * Update stan icon * Update templ icon with material icon --------- Co-authored-by: Philipp Kief --- icons/stan.svg | 55 +++--------------------------------------- icons/templ.svg | 4 +++ src/icons/fileIcons.ts | 3 ++- 3 files changed, 9 insertions(+), 53 deletions(-) create mode 100644 icons/templ.svg 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'] }, ], };