Skip to content

Commit

Permalink
update the menu-down icon
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed May 2, 2024
1 parent e0298d4 commit c77c8ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/src/icons/icon-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,9 @@ export const ICON_DATA_BY_NAME = {
viewBox: '0 0 24 24',
},
'menu-down': {
path: 'M7,10L12,15L17,10H7Z',
viewBox: '0 0 24 24',
path:
'M2.0672 4.46744C1.9125 4.28307 2.04206 4 2.28116 4L9.71887 4.00001C9.95795 4.00001 10.0875 4.28307 9.93281 4.46744L6.21412 8.89982C6.10205 9.03339 5.89826 9.0334 5.78619 8.89983L2.0672 4.46744Z',
viewBox: '0 0 12 12',
},
minus: {
path: 'M19,13H5V11H19V13Z',
Expand Down

0 comments on commit c77c8ac

Please sign in to comment.