Skip to content

Commit

Permalink
APP-5435: add picture in picture icon (viamrobotics#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts authored Jul 19, 2024
1 parent eedb491 commit 09d4b4f
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.132",
"version": "0.0.133",
"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 @@ -107,6 +107,7 @@ export const paths: Record<string, IconPath> = {
pause: MDI.mdiPause,
'pause-circle-outline': MDI.mdiPauseCircleOutline,
'pencil-outline': MDI.mdiPencilOutline,
'picture-in-picture-top-right': MDI.mdiPictureInPictureTopRight,
'play-circle-outline': MDI.mdiPlayCircleOutline,
plus: MDI.mdiPlus,
'radiobox-blank': MDI.mdiRadioboxBlank,
Expand Down

0 comments on commit 09d4b4f

Please sign in to comment.