From 4fc01163daf0ae20fe8a46202dc088a5b743111d Mon Sep 17 00:00:00 2001 From: d1y Date: Mon, 29 Jan 2024 01:32:43 +0800 Subject: [PATCH] Add Vue file icon (#6930) https://github.com/vuejs/art/blob/master/white-on-dark-logo.svg image Release Notes: - Added icon for `.vue` files. --- assets/icons/file_icons/file_types.json | 4 ++++ assets/icons/file_icons/vue.svg | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 assets/icons/file_icons/vue.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index a55d505de4..ac722183fa 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -98,6 +98,7 @@ "tsv": "storage", "tsx": "code", "txt": "document", + "vue": "vue", "wav": "audio", "webm": "video", "xls": "document", @@ -191,6 +192,9 @@ }, "video": { "icon": "icons/file_icons/video.svg" + }, + "vue": { + "icon": "icons/file_icons/vue.svg" } } } diff --git a/assets/icons/file_icons/vue.svg b/assets/icons/file_icons/vue.svg new file mode 100644 index 0000000000..0709cdfe67 --- /dev/null +++ b/assets/icons/file_icons/vue.svg @@ -0,0 +1,4 @@ + + + +