Skip to content

Commit 719bb3e

Browse files
authored
add arrow collapse and selection drag icons (#590)
1 parent 12119c3 commit 719bb3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viamrobotics/prime-core",
3-
"version": "0.0.160",
3+
"version": "0.0.161",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/viamrobotics/prime.git",

packages/core/src/lib/icon/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const paths = {
3131
'arrow-left': MDI.mdiArrowLeft,
3232
'arrow-right': MDI.mdiArrowRight,
3333
'arrow-top-right-bottom-left': MDI.mdiArrowTopRightBottomLeft,
34+
'arrow-collapse': MDI.mdiArrowCollapse,
3435
'arrow-up': MDI.mdiArrowUp,
3536
article: MDI.mdiTextBoxOutline,
3637
'axis-arrow': MDI.mdiAxisArrow,
@@ -126,6 +127,7 @@ export const paths = {
126127
'robot-outline': MDI.mdiRobotOutline,
127128
'script-text-outline': MDI.mdiScriptTextOutline,
128129
'selection-ellipse': MDI.mdiSelectionEllipse,
130+
'selection-drag': MDI.mdiSelectionDrag,
129131
send: MDI.mdiSend,
130132
'shield-key-outline': MDI.mdiShieldKeyOutline,
131133
'stop-circle-outline': MDI.mdiStopCircleOutline,

0 commit comments

Comments
 (0)