assets/icons/file_icons/bun.svg 🔗
@@ -0,0 +1,3 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
Ngô Quốc Đạt created
Add bun file icon, source from https://bun.sh/press-kit

Release Notes:
- Added a bun file icon
assets/icons/file_icons/bun.svg | 1 +
assets/icons/file_icons/file_types.json | 4 ++++
2 files changed, 5 insertions(+)
@@ -0,0 +1,3 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
@@ -75,6 +75,7 @@
"jxl": "image",
"ldf": "storage",
"lock": "lock",
+ "lockb": "bun",
"log": "log",
"lua": "lua",
"m4a": "audio",
@@ -212,6 +213,9 @@
"lock": {
"icon": "icons/file_icons/lock.svg"
},
+ "bun": {
+ "icon": "icons/file_icons/bun.svg"
+ },
"log": {
"icon": "icons/file_icons/info.svg"
},