From a4b535e41eb0883ef8e328750ed55dd07662f572 Mon Sep 17 00:00:00 2001 From: drom98 Date: Sat, 8 Jun 2019 18:04:42 +0100 Subject: [PATCH] Add vala icon --- icons/vala.svg | 220 +++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/icons/fileIcons.ts | 1 + 3 files changed, 222 insertions(+), 1 deletion(-) create mode 100644 icons/vala.svg diff --git a/icons/vala.svg b/icons/vala.svg new file mode 100644 index 0000000000..d32436431f --- /dev/null +++ b/icons/vala.svg @@ -0,0 +1,220 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index 1df39a3084..b9ca32e7aa 100644 --- a/package.json +++ b/package.json @@ -219,4 +219,4 @@ "webpack": "^4.32.2", "webpack-cli": "^3.3.2" } -} \ No newline at end of file +} diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 21e752ecde..a588c14ea0 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -199,6 +199,7 @@ export const fileIcons: FileIcons = { 'tgz' ] }, + { name: 'vala', fileExtensions: ['vala']}, { name: 'exe', fileExtensions: ['exe', 'msi'] }, { name: 'java', fileExtensions: ['java', 'jar', 'jsp'] }, { name: 'c', fileExtensions: ['c', 'm'] },