Skip to content

Commit

Permalink
Add file/folder icons for MongoDB (#256)
Browse files Browse the repository at this point in the history
* Add icons for mongo

* Fix file extension

* Transfer icon from fileName to fileExtension

* Clean up

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
dimentoree and miguelsolorio authored Oct 25, 2024
1 parent fee6e9f commit 8e44bba
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Binary file added preview/files/mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/folders/mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/mongo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folders/folder-mongo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -295,6 +297,7 @@
"mcstructure": "minecraft",
"mcpack": "minecraft",
"mcaddon": "minecraft",
"mongodb": "mongo",
"lang": "i18n",
"mo": "i18n",
"po": "i18n",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 8e44bba

Please sign in to comment.