Skip to content

Commit

Permalink
DATA-3600 Tweak checkbox path (viamrobotics#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Jan 30, 2025
1 parent a157af8 commit cc4d208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.176",
"version": "0.0.177",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const IconPathsByName = {
check: MDI.mdiCheck,
'checkbox-blank-outline': MDI.mdiCheckboxBlankOutline,
'checkbox-indeterminate':
'M7 13h10v-2H7v2zm-2 8a1.4 1.4 0 01-1.4-1.4V4.4A1.4 1.4 0 015 3h14a1.4 1.4 0 011.4 1.4v15.2A1.4 1.4 0 0119 21H5z',
'M5 3H19C20.1 3 21 3.89 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 3.89 3.89 3 5 3ZM7 13V11H17V13H7Z',
'checkbox-marked': MDI.mdiCheckboxMarked,
'chevron-double-up': MDI.mdiChevronDoubleUp,
'chevron-down': MDI.mdiChevronDown,
Expand Down

0 comments on commit cc4d208

Please sign in to comment.