Skip to content

Commit

Permalink
[FEATURE] Add content-device icons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Sep 9, 2021
1 parent 55878bd commit db2cdb7
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 1 deletion.
18 changes: 18 additions & 0 deletions dist/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -2430,6 +2430,24 @@
"svg": "svgs/content/content-dashboard.svg",
"sprite": "sprites/content.svg#content-dashboard"
},
"content-device-desktop": {
"identifier": "content-device-desktop",
"category": "content",
"svg": "svgs/content/content-device-desktop.svg",
"sprite": "sprites/content.svg#content-device-desktop"
},
"content-device-mobile": {
"identifier": "content-device-mobile",
"category": "content",
"svg": "svgs/content/content-device-mobile.svg",
"sprite": "sprites/content.svg#content-device-mobile"
},
"content-device-tablet": {
"identifier": "content-device-tablet",
"category": "content",
"svg": "svgs/content/content-device-tablet.svg",
"sprite": "sprites/content.svg#content-device-tablet"
},
"content-elements-login": {
"identifier": "content-elements-login",
"category": "content",
Expand Down
2 changes: 1 addition & 1 deletion dist/sprites/content.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/content/content-device-desktop.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/content/content-device-mobile.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/content/content-device-tablet.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/content/content-device-desktop.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/content/content-device-mobile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/content/content-device-tablet.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 db2cdb7

Please sign in to comment.