Skip to content

Commit

Permalink
[FEATURE] Add content-container icons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 9, 2021
1 parent d33e07e commit 2ddb107
Show file tree
Hide file tree
Showing 14 changed files with 171 additions and 1 deletion.
36 changes: 36 additions & 0 deletions dist/icons.json
Expand Up @@ -2346,6 +2346,42 @@
"svg": "svgs/content/content-coffee.svg",
"sprite": "sprites/content.svg#content-coffee"
},
"content-container-columns-1": {
"identifier": "content-container-columns-1",
"category": "content",
"svg": "svgs/content/content-container-columns-1.svg",
"sprite": "sprites/content.svg#content-container-columns-1"
},
"content-container-columns-2-left": {
"identifier": "content-container-columns-2-left",
"category": "content",
"svg": "svgs/content/content-container-columns-2-left.svg",
"sprite": "sprites/content.svg#content-container-columns-2-left"
},
"content-container-columns-2-right": {
"identifier": "content-container-columns-2-right",
"category": "content",
"svg": "svgs/content/content-container-columns-2-right.svg",
"sprite": "sprites/content.svg#content-container-columns-2-right"
},
"content-container-columns-2": {
"identifier": "content-container-columns-2",
"category": "content",
"svg": "svgs/content/content-container-columns-2.svg",
"sprite": "sprites/content.svg#content-container-columns-2"
},
"content-container-columns-3": {
"identifier": "content-container-columns-3",
"category": "content",
"svg": "svgs/content/content-container-columns-3.svg",
"sprite": "sprites/content.svg#content-container-columns-3"
},
"content-container-columns-4": {
"identifier": "content-container-columns-4",
"category": "content",
"svg": "svgs/content/content-container-columns-4.svg",
"sprite": "sprites/content.svg#content-container-columns-4"
},
"content-csv": {
"identifier": "content-csv",
"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-container-columns-1.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-container-columns-2-left.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-container-columns-2-right.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-container-columns-2.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-container-columns-3.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-container-columns-4.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/content/content-container-columns-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/content/content-container-columns-2-left.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/content/content-container-columns-2-right.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/content/content-container-columns-2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/content/content-container-columns-3.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/content/content-container-columns-4.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 2ddb107

Please sign in to comment.