1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

mobile UI: add support and account icons

These were again copied from the material design icon set and will be used to
differentiate the various help topics.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-12-27 10:30:50 -08:00
parent 5c0b864a55
commit 56d959f733
4 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,6 @@
Please note that many of the icons in the folder are under the Apache v2
license, not the GPLv2.
license, not the GPLv2. These icons have been copied from the material
design icon set https://material.io/resources/icons/
Usually, these two license are considered incompatible because of the
patent termination clause in the Apache v2 license, however with icons
@ -27,3 +28,5 @@ ic_location_off_black_24px.svg -> ic_location_off.svg
ic_place_black_24px.svg -> ic_place.svg
ic_settings_24px.svg -> ic_settings.svg
ic_sync_24px.svg -> ic_sync.svg
account_circle-24px.svg -> account_circle.svg
contact_support-24px.svg -> contact_support.svg

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z"/><path d="M0 0h24v24H0z" fill="none"/></svg>

After

(image error) Size: 365 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.5 2C6.81 2 3 5.81 3 10.5S6.81 19 11.5 19h.5v3c4.86-2.34 8-7 8-11.5C20 5.81 16.19 2 11.5 2zm1 14.5h-2v-2h2v2zm0-3.5h-2c0-3.25 3-3 3-5 0-1.1-.9-2-2-2s-2 .9-2 2h-2c0-2.21 1.79-4 4-4s4 1.79 4 4c0 2.5-3 2.75-3 5z"/><path fill="none" d="M0 0h24v24H0z"/></svg>

After

(image error) Size: 349 B

View file

@ -49,8 +49,10 @@
<qresource>
<!-- ********** icons ********** -->
<file>icons/account_circle.svg</file>
<file>icons/Blue_gps.svg</file>
<file>icons/cloud_sync.svg</file>
<file>icons/contact_support.svg</file>
<file>icons/Dark_gps.svg</file>
<file alias="icons/downloadDC.svg">icons/button-download-dc_icon.svg</file>
<file alias="icons/downloadDC-black.svg">icons/button-download-dc-black_icon.svg</file>