Skip to content

Commit

Permalink
APP-4251: Add backup restore icon (viamrobotics#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjinai authored Jun 10, 2024
1 parent ac583f6 commit 801c3f1
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.122",
"version": "0.0.123",
"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 @@ -34,6 +34,7 @@ export const paths: Record<string, IconPath> = {
'arrow-up': MDI.mdiArrowUp,
article: MDI.mdiTextBoxOutline,
'axis-arrow': MDI.mdiAxisArrow,
'backup-restore': MDI.mdiBackupRestore,
'broadcast-off': MDI.mdiBroadcastOff,
broadcast: MDI.mdiBroadcast,
'camera-flip-outline': MDI.mdiCameraFlipOutline,
Expand Down

0 comments on commit 801c3f1

Please sign in to comment.