Skip to content

Commit

Permalink
Add icons/folder-icons for different storybook folders (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimentoree committed Aug 5, 2024
1 parent d6b4e3a commit fd84b31
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/files/brackets-pink.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/files/code-pink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/folders/folder-pink-code.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-pink-outline.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/icons/folders/folder-pink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"folder-sky": { "iconPath": "./icons/folders/folder-sky.svg" },
"folder-gray": { "iconPath": "./icons/folders/folder-gray.svg" },
"folder-yellow": { "iconPath": "./icons/folders/folder-yellow.svg" },
"folder-pink": { "iconPath": "./icons/folders/folder-pink.svg" },

"folder-red-outline": { "iconPath": "./icons/folders/folder-red-outline.svg" },
"folder-green-outline": { "iconPath": "./icons/folders/folder-green-outline.svg" },
Expand All @@ -19,6 +20,7 @@
"folder-sky-outline": { "iconPath": "./icons/folders/folder-sky-outline.svg" },
"folder-gray-outline": { "iconPath": "./icons/folders/folder-gray-outline.svg" },
"folder-yellow-outline": { "iconPath": "./icons/folders/folder-yellow-outline.svg" },
"folder-pink-outline": { "iconPath": "./icons/folders/folder-pink-outline.svg" },

"folder-green-code": { "iconPath": "./icons/folders/folder-green-code.svg" },
"folder-blue-code": { "iconPath": "./icons/folders/folder-blue-code.svg" },
Expand All @@ -28,6 +30,7 @@
"folder-gray-code": { "iconPath": "./icons/folders/folder-gray-code.svg" },
"folder-yellow-code": { "iconPath": "./icons/folders/folder-yellow-code.svg" },
"folder-red-code": { "iconPath": "./icons/folders/folder-red-code.svg" },
"folder-pink-code": { "iconPath": "./icons/folders/folder-pink-code.svg" },

"folder-config": { "iconPath": "./icons/folders/folder-config.svg" },
"folder-app": { "iconPath": "./icons/folders/folder-app.svg" },
Expand Down Expand Up @@ -75,6 +78,7 @@
"code-gray": { "iconPath": "./icons/files/code-gray.svg" },
"code-yellow": { "iconPath": "./icons/files/code-yellow.svg" },
"code-red": { "iconPath": "./icons/files/code-red.svg" },
"code-pink": { "iconPath": "./icons/files/code-pink.svg" },

"brackets-green": { "iconPath": "./icons/files/brackets-green.svg" },
"brackets-blue": { "iconPath": "./icons/files/brackets-blue.svg" },
Expand All @@ -84,6 +88,7 @@
"brackets-gray": { "iconPath": "./icons/files/brackets-gray.svg" },
"brackets-yellow": { "iconPath": "./icons/files/brackets-yellow.svg" },
"brackets-red": { "iconPath": "./icons/files/brackets-red.svg" },
"brackets-pink": { "iconPath": "./icons/files/brackets-pink.svg" },

"gear": { "iconPath": "./icons/files/gear.svg" },
"license": { "iconPath": "./icons/files/license.svg" },
Expand Down Expand Up @@ -1402,9 +1407,12 @@
"css": "folder-sky-code",
"styles": "folder-sky-code",
"scripts": "folder-red-code",
"storybook": "folder-pink-outline",
"stories": "folder-pink-code",
"js": "folder-red-code",
"types": "folder-blue-code",
"api": "folder-red",
".storybook": "folder-pink",
".vscode": "folder-blue",
".next": "folder-gray",
".nuxt": "folder-green",
Expand Down

0 comments on commit fd84b31

Please sign in to comment.