Skip to content

Commit

Permalink
APP-4732: Add expand/collapse icons (viamrobotics#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts authored Apr 26, 2024
1 parent ae57665 commit b1139b4
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.114",
"version": "0.0.115",
"publishConfig": {
"access": "public"
},
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 @@ -120,6 +120,8 @@ export const paths: Record<string, IconPath> = {
'trash-can-outline': MDI.mdiTrashCanOutline,
twitter: MDI.mdiTwitter,
undo: MDI.mdiUndo,
'unfold-less-horizontal': MDI.mdiUnfoldLessHorizontal,
'unfold-more-horizontal': MDI.mdiUnfoldMoreHorizontal,
upload: MDI.mdiUpload,
'viam-component':
'm12 4-8 8 8 8 8-8-8-8Zm.5-2.4a.8.8 0 0 0-1 0l-9.9 9.9c-.3.3-.3.7 0 1l9.9 9.9c.3.3.7.3 1 0l9.9-9.9c.3-.3.3-.7 0-1l-9.9-9.9Z',
Expand Down

0 comments on commit b1139b4

Please sign in to comment.