Skip to content

Commit

Permalink
APP-3047: Add file chart outline icon (viamrobotics#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjinai authored Apr 17, 2024
1 parent 186dc3f commit fac0201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.107",
"version": "0.0.108",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const paths: Record<string, IconPath> = {
'dots-horizontal': MDI.mdiDotsHorizontal,
download: MDI.mdiDownload,
earth: MDI.mdiEarth,
'file-chart-outline': MDI.mdiFileChartOutline,
'file-download-outline': MDI.mdiFileDownloadOutline,
'filter-outline': MDI.mdiFilterOutline,
github: MDI.mdiGithub,
Expand Down

0 comments on commit fac0201

Please sign in to comment.