Skip to content

Commit

Permalink
DATA-3604 Add text-search icon (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Feb 4, 2025
1 parent 3991ec5 commit 5d3e76a
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.179",
"version": "0.0.180",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
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 @@ -142,6 +142,7 @@ export const IconPathsByName = {
sync: MDI.mdiSync,
table: MDI.mdiTable,
'tag-outline': MDI.mdiTagOutline,
'text-search': MDI.mdiTextSearch,
tools: MDI.mdiTools,
'trash-can-outline': MDI.mdiTrashCanOutline,
'toggle-switch': MDI.mdiToggleSwitch,
Expand Down

0 comments on commit 5d3e76a

Please sign in to comment.