diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-28 17:03:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-02 18:49:47 -0700 |
commit | ee17d547538e32d5d16d46f096a982f6b7e0370f (patch) | |
tree | 7ffec4047f5221459115ae0a844491036569f0d5 /mobile-widgets/qml/mobile-resources.qrc | |
parent | 2e057bc29ad7a5182df64b7942b2b21a08600552 (diff) | |
download | subsurface-ee17d547538e32d5d16d46f096a982f6b7e0370f.tar.gz |
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>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index d3263c7d3..2e5ac00a7 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -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> |