Skip to content

Commit

Permalink
APP-5806: Adds icons for fleet dashboard nav (viamrobotics#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjinai authored Aug 15, 2024
1 parent 4766f15 commit 0aba693
Show file tree
Hide file tree
Showing 2 changed files with 3 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.142",
"version": "0.0.143",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const paths = {
'shield-key-outline': MDI.mdiShieldKeyOutline,
'stop-circle-outline': MDI.mdiStopCircleOutline,
sync: MDI.mdiSync,
table: MDI.mdiTable,
tools: MDI.mdiTools,
'trash-can-outline': MDI.mdiTrashCanOutline,
'toggle-switch': MDI.mdiToggleSwitch,
Expand Down Expand Up @@ -163,6 +164,7 @@ export const paths = {
'viam-service':
'M10.6 9.6L9 15L7.4 9.6L2 8L7.4 6.4L9 1L10.6 6.4L16 8L10.6 9.6ZM17 14.2L21 12L18.8 16L21 20L17 17.8L13 20L15.2 16L13 12L17 14.2ZM10 16L8.3 19L10 22L7 20.3L4 22L5.7 19L4 16L7 17.7L10 16Z',
'video-outline': MDI.mdiVideoOutline,
'view-dashboard-outline': MDI.mdiViewDashboardOutline,
webhook: MDI.mdiWebhook,
windows: MDI.mdiMicrosoftWindows,
} as const;
Expand Down

0 comments on commit 0aba693

Please sign in to comment.