mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Add star icons
Add star icons from the material repository. https://material.io/icons/ The icons are under Apache License Version 2.0 Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
2e057bc29a
commit
ee17d54753
3 changed files with 11 additions and 0 deletions
5
mobile-widgets/qml/icons/ic_star_black_24px.svg
Normal file
5
mobile-widgets/qml/icons/ic_star_black_24px.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 294 B |
4
mobile-widgets/qml/icons/ic_star_border_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_star_border_black_24px.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 356 B |
|
@ -63,5 +63,7 @@
|
|||
<file alias="icons/Blue_gps.svg">icons/Blue_gps.svg</file>
|
||||
<file alias="icons/Pink_gps.svg">icons/Pink_gps.svg</file>
|
||||
<file alias="icons/Dark_gps.svg">icons/Blue_gps.svg</file>
|
||||
<file alias="icons/ic_star.svg">icons/ic_star_black_24px.svg</file>
|
||||
<file alias="icons/ic_star_border.svg">icons/ic_star_border_black_24px.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue