Add bun file icon (#8322)

Ngô Quốc Đạt created

Add bun file icon, source from https://bun.sh/press-kit

![Screenshot 2024-02-24 at 12 32
12](https://github.com/zed-industries/zed/assets/56961917/ebc731a6-5c78-481e-99da-f78f03574fad)

Release Notes:

- Added a bun file icon

Change summary

assets/icons/file_icons/bun.svg         | 1 +
assets/icons/file_icons/file_types.json | 4 ++++
2 files changed, 5 insertions(+)

Detailed changes

assets/icons/file_icons/file_types.json 🔗

@@ -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"
         },