Skip to content

Commit

Permalink
Add File Bar Graph icon (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 25, 2023
1 parent 97dabc4 commit 7fc8328
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-components/preview/app-components.js

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions app-components/src/app/_data/site-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,19 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "file-bar-graph",
"displayName": "File Bar Graph",
"tags": [
"chart",
"report"
],
"categories": [
"Folders & Files"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "file-check-in",
"displayName": "File Check In",
Expand Down Expand Up @@ -7809,6 +7822,19 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "file-bar-graph",
"displayName": "File Bar Graph",
"tags": [
"chart",
"report"
],
"categories": [
"Folders & Files"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "file-check-in",
"displayName": "File Check In",
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/app-components.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,16 @@
"Folders & Files"
]
},
{
"name": "file-bar-graph",
"tags": [
"chart",
"report"
],
"categories": [
"Folders & Files"
]
},
{
"name": "file-check-in",
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions icons/modus-outlined/file-bar-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,16 @@
"Folders & Files"
]
},
{
"name": "file-bar-graph",
"tags": [
"chart",
"report"
],
"categories": [
"Folders & Files"
]
},
{
"name": "file-check-in",
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions icons/modus-solid/file-bar-graph.svg
Loading
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 7fc8328

Please sign in to comment.