Skip to content

Commit

Permalink
add "hooks" and "constants" folders (#251)
Browse files Browse the repository at this point in the history
* add folder-constant and folder-hooks

* Update symbol-icon-theme.json

* Rename folder-hooks.svg.svg to folder-hooks.svg

* Rename folder-constant.svg.svg to folder-constant.svg

* Update symbol-icon-theme.json

* Clean up icon and fix paths

---------

Co-authored-by: Miguel Solorio <[email protected]>
  • Loading branch information
iJuulia and miguelsolorio authored Oct 25, 2024
1 parent a58d0a3 commit fee6e9f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
Binary file added preview/folders/folder-constants.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/folder-hooks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icons/folders/folder-constants.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icons/folders/folder-hooks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
"folder-tina": { "iconPath": "./icons/folders/folder-tina.svg" },
"folder-utils": { "iconPath": "./icons/folders/folder-utils.svg" },
"folder-vercel": { "iconPath": "./icons/folders/folder-vercel.svg" },
"folder-hooks": { "iconPath": "./icons/folders/folder-hooks.svg" },
"folder-constants": { "iconPath": "./icons/folders/folder-constants.svg" },

"code-blue": { "iconPath": "./icons/files/code-blue.svg" },
"code-gray": { "iconPath": "./icons/files/code-gray.svg" },
Expand Down Expand Up @@ -1510,7 +1512,9 @@
"smtp": "folder-mail",
"mailers": "folder-mail",
"image": "folder-images",
"images": "folder-images"
"images": "folder-images",
"hooks": "folder-hooks",
"constants": "folder-constants"
},
"hidesExplorerArrows": false,
"file": "document",
Expand Down

0 comments on commit fee6e9f

Please sign in to comment.