Skip to content

Commit

Permalink
APP-4662 Add console icon (viamrobotics#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTCurrie authored Jul 31, 2024
1 parent 4427cc7 commit 05e900a
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.136",
"version": "0.0.137",
"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 @@ -54,6 +54,7 @@ export const paths = {
'code-braces': MDI.mdiCodeBraces,
'code-json': MDI.mdiCodeJson,
cog: MDI.mdiCog,
console: MDI.mdiConsole,
'content-copy': MDI.mdiContentCopy,
'content-duplicate': MDI.mdiContentDuplicate,
'content-save-outline': MDI.mdiContentSaveOutline,
Expand Down

0 comments on commit 05e900a

Please sign in to comment.