Skip to content

Commit

Permalink
Add MDI Pause Icon (viamrobotics#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work authored May 7, 2024
1 parent b1139b4 commit 9ad859c
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.115",
"version": "0.0.116",
"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 @@ -99,6 +99,7 @@ export const paths: Record<string, IconPath> = {
'navigation-variant': MDI.mdiNavigationVariant,
'open-in-new': MDI.mdiOpenInNew,
'package-variant-closed': MDI.mdiPackageVariantClosed,
pause: MDI.mdiPause,
'pause-circle-outline': MDI.mdiPauseCircleOutline,
'pencil-outline': MDI.mdiPencilOutline,
'play-circle-outline': MDI.mdiPlayCircleOutline,
Expand Down

0 comments on commit 9ad859c

Please sign in to comment.