Skip to content

Commit

Permalink
Add gleam icon (Fixes #191)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Mar 27, 2024
1 parent a3057d5 commit c556792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/icons/files/gleam.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: 3 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,11 @@
"redux-effects": { "iconPath": "./icons/files/redux-effects.svg "},
"redux-actions": { "iconPath": "./icons/files/redux-actions.svg "},
"redux-selector": { "iconPath": "./icons/files/redux-selector.svg "},
"redux-facade": { "iconPath": "./icons/files/redux-facade.svg"}
"redux-facade": { "iconPath": "./icons/files/redux-facade.svg"},
"gleam": { "iconPath": "./icons/files/gleam.svg"}
},
"fileExtensions": {
"gleam": "gleam",
"actions.ts": "redux-actions",
"effects.ts": "redux-effects",
"facade.ts": "redux-facade",
Expand Down

0 comments on commit c556792

Please sign in to comment.