Skip to content

Commit

Permalink
Add folder-icon for GraphQL folders (#229)
Browse files Browse the repository at this point in the history
* Add folder-icon for GraphQL folders

* Fix `folder-graphql` icon path

---------

Co-authored-by: Miguel Solorio <[email protected]>
  • Loading branch information
dimentoree and miguelsolorio authored Sep 4, 2024
1 parent 30fb1fe commit 8e62f70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/folders/folder-graphql.svg
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/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"folder-tina": { "iconPath": "./icons/folders/folder-tina.svg" },
"folder-drizzle": { "iconPath": "./icons/folders/folder-drizzle.svg" },
"folder-github": { "iconPath": "./icons/folders/folder-github.svg" },
"folder-graphql": { "iconPath": "./icons/folders/folder-graphql.svg" },
"folder-firebase": { "iconPath": "./icons/folders/folder-firebase.svg" },
"folder-supabase": { "iconPath": "./icons/folders/folder-supabase.svg" },
"folder-angular": { "iconPath": "./icons/folders/folder-angular.svg" },
Expand Down Expand Up @@ -1404,6 +1405,8 @@
"docker": "folder-blue",
".docker": "folder-blue",
".git": "folder-red",
"graphql": "folder-graphql",
"gql": "folder-graphql",
"app": "folder-app",
"apps": "folder-app",
"config": "folder-config",
Expand Down

0 comments on commit 8e62f70

Please sign in to comment.