Skip to content

Commit 0cb3a6e

Browse files
Add V file icon (#20017)
Here is a preview of the new `v.svg` in comparison with some of the existing icons: ![image](https://github.com/user-attachments/assets/451762ff-b13a-42b9-89ac-695f25a43a84) --------- Co-authored-by: Danilo Leal <[email protected]>
1 parent 2300f40 commit 0cb3a6e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

assets/icons/file_icons/file_types.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@
173173
"tsx": "react",
174174
"ttf": "font",
175175
"txt": "document",
176+
"v": "v",
177+
"vsh": "v",
178+
"vv": "v",
176179
"vue": "vue",
177180
"wav": "audio",
178181
"webm": "video",
@@ -379,6 +382,9 @@
379382
"typescript": {
380383
"icon": "icons/file_icons/typescript.svg"
381384
},
385+
"v": {
386+
"icon": "icons/file_icons/v.svg"
387+
},
382388
"vcs": {
383389
"icon": "icons/file_icons/git.svg"
384390
},

assets/icons/file_icons/v.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)