Skip to content

Commit

Permalink
add application-outline icon (viamrobotics#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Apr 15, 2024
1 parent 923dd56 commit 186dc3f
Show file tree
Hide file tree
Showing 3 changed files with 6 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.106",
"version": "0.0.107",
"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 @@ -21,6 +21,7 @@ export const paths: Record<string, IconPath> = {
'alert-outline': MDI.mdiAlertOutline,
alert: MDI.mdiAlert,
apple: MDI.mdiApple,
'application-outline': MDI.mdiApplicationOutline,
'apple-keyboard-command': MDI.mdiAppleKeyboardCommand,
'arrow-collapse-left': MDI.mdiArrowCollapseLeft,
'arrow-collapse-right': MDI.mdiArrowCollapseRight,
Expand Down
4 changes: 4 additions & 0 deletions packages/core/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,10 @@ const onHoverDelayMsInput = (event: Event) => {
name="earth"
size="4xl"
/>
<Icon
name="application-outline"
size="4xl"
/>
</div>

<!-- Input -->
Expand Down

0 comments on commit 186dc3f

Please sign in to comment.