Skip to content

Commit

Permalink
DATA-2450: Correct script text outline icon (viamrobotics#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Apr 18, 2024
1 parent 25a53bf commit 2dbfe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.109",
"version": "0.0.110",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const paths: Record<string, IconPath> = {
resize:
'm11 12 4-4h-4V6h7v7h-2V9l-4 4v3h8V4H8v8h3ZM22 2v16H12v4H2V12h4V2h16ZM10 14H4v6h6v-6Z',
'robot-outline': MDI.mdiRobotOutline,
'script-text-outline': MDI.mdiRobotOutline,
'script-text-outline': MDI.mdiScriptTextOutline,
'selection-ellipse': MDI.mdiSelectionEllipse,
send: MDI.mdiSend,
'shield-key-outline': MDI.mdiShieldKeyOutline,
Expand Down

0 comments on commit 2dbfe52

Please sign in to comment.