Skip to content

Commit

Permalink
add webhooks icon (viamrobotics#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxyFarhad authored Mar 13, 2024
1 parent 8269e47 commit 9573b71
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.95",
"version": "0.0.96",
"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 @@ -144,6 +144,7 @@ export const paths: Record<string, IconPath> = {
'viam-service':
'M10.6 9.6L9 15L7.4 9.6L2 8L7.4 6.4L9 1L10.6 6.4L16 8L10.6 9.6ZM17 14.2L21 12L18.8 16L21 20L17 17.8L13 20L15.2 16L13 12L17 14.2ZM10 16L8.3 19L10 22L7 20.3L4 22L5.7 19L4 16L7 17.7L10 16Z',
'video-outline': MDI.mdiVideoOutline,
webhook: MDI.mdiWebhook,
windows: MDI.mdiMicrosoftWindows,
} as const;

Expand Down

0 comments on commit 9573b71

Please sign in to comment.