feat: Update notes list options menu to new design (#687)
feat: Implement initial Menu component functionality.
This commit is contained in:
5
app/assets/icons/ic-arrows-sort-down.svg
Normal file
5
app/assets/icons/ic-arrows-sort-down.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.50008 2.5L4.16675 5.83333H6.66675V11.6667H8.33342V5.83333H10.8334L7.50008 2.5Z" />
|
||||
<path d="M13.3332 8.33325V14.1666H15.8332L12.4998 17.4999L9.1665 14.1666H11.6665V8.33325H13.3332Z" fill="#086DD6"/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 297 B |
5
app/assets/icons/ic-arrows-sort-up.svg
Normal file
5
app/assets/icons/ic-arrows-sort-up.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.50008 2.5L4.16675 5.83333H6.66675V11.6667H8.33342V5.83333H10.8334L7.50008 2.5Z" fill="#086DD6"/>
|
||||
<path d="M13.3332 8.33325V14.1666H15.8332L12.4998 17.4999L9.1665 14.1666H11.6665V8.33325H13.3332Z"/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 296 B |
Reference in New Issue
Block a user