diff --git a/preview/files/mongo.png b/preview/files/mongo.png
new file mode 100644
index 00000000..6b0ddce8
Binary files /dev/null and b/preview/files/mongo.png differ
diff --git a/preview/folders/mongo.png b/preview/folders/mongo.png
new file mode 100644
index 00000000..2db90f8e
Binary files /dev/null and b/preview/folders/mongo.png differ
diff --git a/src/icons/files/mongo.svg b/src/icons/files/mongo.svg
new file mode 100644
index 00000000..a1ee1d28
--- /dev/null
+++ b/src/icons/files/mongo.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/icons/folders/folder-mongo.svg b/src/icons/folders/folder-mongo.svg
new file mode 100644
index 00000000..127abdd7
--- /dev/null
+++ b/src/icons/folders/folder-mongo.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json
index c5ae7a5d..df68e9b8 100644
--- a/src/symbol-icon-theme.json
+++ b/src/symbol-icon-theme.json
@@ -55,6 +55,7 @@
"folder-middleware": { "iconPath": "./icons/folders/folder-middleware.svg" },
"folder-models": { "iconPath": "./icons/folders/folder-models.svg" },
"folder-modules": { "iconPath": "./icons/folders/folder-modules.svg" },
+ "folder-mongo": { "iconPath": "./icons/folders/folder-mongo.svg" },
"folder-pipes": { "iconPath": "./icons/folders/folder-pipes.svg" },
"folder-prisma": { "iconPath": "./icons/folders/folder-prisma.svg" },
"folder-providers": { "iconPath": "./icons/folders/folder-providers.svg" },
@@ -186,6 +187,7 @@
"markdown": { "iconPath": "./icons/files/markdown.svg" },
"mdx": { "iconPath": "./icons/files/mdx.svg" },
"minecraft": { "iconPath": "./icons/files/minecraft.svg" },
+ "mongo": { "iconPath": "./icons/files/mongo.svg" },
"nest-controller": { "iconPath": "./icons/files/nest-controller.svg" },
"nest-service": { "iconPath": "./icons/files/nest-service.svg" },
"nest-guard": { "iconPath": "./icons/files/nest-guard.svg" },
@@ -295,6 +297,7 @@
"mcstructure": "minecraft",
"mcpack": "minecraft",
"mcaddon": "minecraft",
+ "mongodb": "mongo",
"lang": "i18n",
"mo": "i18n",
"po": "i18n",
@@ -1513,6 +1516,8 @@
"mailers": "folder-mail",
"image": "folder-images",
"images": "folder-images",
+ "mongo": "folder-mongo",
+ "mongodb": "folder-mongo",
"hooks": "folder-hooks",
"constants": "folder-constants"
},