Skip to content

Commit

Permalink
[FEATURE] Add lightbulb icons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 5, 2021
1 parent c1ed634 commit 8ffea00
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dist/icons.json
Expand Up @@ -1026,6 +1026,18 @@
"svg": "svgs/actions/actions-key.svg",
"sprite": "sprites/actions.svg#actions-key"
},
"actions-lightbulb-on": {
"identifier": "actions-lightbulb-on",
"category": "actions",
"svg": "svgs/actions/actions-lightbulb-on.svg",
"sprite": "sprites/actions.svg#actions-lightbulb-on"
},
"actions-lightbulb": {
"identifier": "actions-lightbulb",
"category": "actions",
"svg": "svgs/actions/actions-lightbulb.svg",
"sprite": "sprites/actions.svg#actions-lightbulb"
},
"actions-link": {
"identifier": "actions-link",
"category": "actions",
Expand Down
2 changes: 1 addition & 1 deletion dist/sprites/actions.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/svgs/actions/actions-lightbulb-on.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/svgs/actions/actions-lightbulb.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/actions/actions-lightbulb-on.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/actions/actions-lightbulb.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ffea00

Please sign in to comment.