Skip to content

Commit

Permalink
APP-6324: Teleop - add icons (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts authored Oct 7, 2024
1 parent 247338a commit cdceb61
Show file tree
Hide file tree
Showing 2 changed files with 4 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.158",
"version": "0.0.159",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ export const paths = {
'backup-restore': MDI.mdiBackupRestore,
'broadcast-off': MDI.mdiBroadcastOff,
broadcast: MDI.mdiBroadcast,
'card-text-outline': MDI.mdiCardTextOutline,
'camera-flip-outline': MDI.mdiCameraFlipOutline,
'camera-outline': MDI.mdiCameraOutline,
cancel: MDI.mdiCancel,
'chart-line': MDI.mdiChartLine,
'check-circle': MDI.mdiCheckCircle,
check: MDI.mdiCheck,
'checkbox-blank-outline': MDI.mdiCheckboxBlankOutline,
Expand Down Expand Up @@ -72,6 +74,7 @@ export const paths = {
'file-download-outline': MDI.mdiFileDownloadOutline,
'file-swap-outline': MDI.mdiFileSwapOutline,
'filter-outline': MDI.mdiFilterOutline,
gamepad: MDI.mdiGamepad,
github: MDI.mdiGithub,
'grid-orthographic':
'M11 11V4H4v7h7Zm0 2H4v7h7v-7Zm2 7v-7h7v7h-7ZM3 22l-1-1V3l1-1h18l1 1v18l-1 1H3Zm17-11h-7V4h7v7Z',
Expand Down

0 comments on commit cdceb61

Please sign in to comment.