mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
Mobile/filtering: add icons for filter and sort
Add 2 icons for filter and sort capabilities. And as before, these icons are coming from the Google Material design set. [Dirk Hohndel: Jan's commit forgot to add the actual icons, I added those so the commit matched its message] Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ca211c03e0
commit
f1bb2c8478
3 changed files with 4 additions and 0 deletions
1
mobile-widgets/qml/icons/ic_filter_list_24px.svg
Normal file
1
mobile-widgets/qml/icons/ic_filter_list_24px.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"/></svg>
|
After Width: | Height: | Size: 147 B |
1
mobile-widgets/qml/icons/ic_sort_24px.svg
Normal file
1
mobile-widgets/qml/icons/ic_sort_24px.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"/></svg>
|
After Width: | Height: | Size: 145 B |
|
@ -58,6 +58,8 @@
|
|||
<file>icons/ic_star_border.svg</file>
|
||||
<file>icons/ic_sync.svg</file>
|
||||
<file>icons/Pink_gps.svg</file>
|
||||
<file alias="icons/ic_filter_list.svg">icons/ic_filter_list_24px.svg</file>
|
||||
<file alias="icons/ic_sort.svg">icons/ic_sort_24px.svg</file>
|
||||
|
||||
<!-- ********** kirigami icons ********** -->
|
||||
<file alias="icons/application-menu.svg">kirigami/icons/application-menu.svg</file>
|
||||
|
|
Loading…
Add table
Reference in a new issue