Skip to content

Commit

Permalink
add article icon (viamrobotics#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kschappacher authored Apr 12, 2024
1 parent 1d8d5ac commit 2e3b13b
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.103",
"version": "0.0.104",
"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 @@ -31,6 +31,7 @@ export const paths: Record<string, IconPath> = {
'arrow-right': MDI.mdiArrowRight,
'arrow-top-right-bottom-left': MDI.mdiArrowTopRightBottomLeft,
'arrow-up': MDI.mdiArrowUp,
article: MDI.mdiTextBoxOutline,
'axis-arrow': MDI.mdiAxisArrow,
'broadcast-off': MDI.mdiBroadcastOff,
broadcast: MDI.mdiBroadcast,
Expand Down

0 comments on commit 2e3b13b

Please sign in to comment.