Skip to content

Commit

Permalink
APP-5548: add missing toggle icons (viamrobotics#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jul 24, 2024
1 parent ea44009 commit 72f984e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.134",
"version": "0.0.135",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 3 additions & 1 deletion packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ export const paths = {
sync: MDI.mdiSync,
tools: MDI.mdiTools,
'trash-can-outline': MDI.mdiTrashCanOutline,
'toggle-switch-outline': MDI.mdiToggleSwitchOutline,
'toggle-switch': MDI.mdiToggleSwitch,
'toggle-switch-off': MDI.mdiToggleSwitchOff,
'toggle-switch-off-outline': MDI.mdiToggleSwitchOffOutline,
'toggle-switch-outline': MDI.mdiToggleSwitchOutline,
twitter: MDI.mdiTwitter,
undo: MDI.mdiUndo,
'unfold-less-horizontal': MDI.mdiUnfoldLessHorizontal,
Expand Down

0 comments on commit 72f984e

Please sign in to comment.