Skip to content

Commit

Permalink
add arrow collapse and selection drag icons (viamrobotics#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbal13 authored Oct 18, 2024
1 parent 12119c3 commit 719bb3e
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.160",
"version": "0.0.161",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
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 @@ -31,6 +31,7 @@ export const paths = {
'arrow-left': MDI.mdiArrowLeft,
'arrow-right': MDI.mdiArrowRight,
'arrow-top-right-bottom-left': MDI.mdiArrowTopRightBottomLeft,
'arrow-collapse': MDI.mdiArrowCollapse,
'arrow-up': MDI.mdiArrowUp,
article: MDI.mdiTextBoxOutline,
'axis-arrow': MDI.mdiAxisArrow,
Expand Down Expand Up @@ -126,6 +127,7 @@ export const paths = {
'robot-outline': MDI.mdiRobotOutline,
'script-text-outline': MDI.mdiScriptTextOutline,
'selection-ellipse': MDI.mdiSelectionEllipse,
'selection-drag': MDI.mdiSelectionDrag,
send: MDI.mdiSend,
'shield-key-outline': MDI.mdiShieldKeyOutline,
'stop-circle-outline': MDI.mdiStopCircleOutline,
Expand Down

0 comments on commit 719bb3e

Please sign in to comment.