Skip to content

Commit

Permalink
DATA-2450: Add script text outline icon (viamrobotics#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Apr 18, 2024
1 parent fac0201 commit 25a53bf
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.108",
"version": "0.0.109",
"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 @@ -110,6 +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,
'selection-ellipse': MDI.mdiSelectionEllipse,
send: MDI.mdiSend,
'shield-key-outline': MDI.mdiShieldKeyOutline,
Expand Down

0 comments on commit 25a53bf

Please sign in to comment.