summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/icons
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-27 10:30:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-29 01:16:23 +0900
commit56d959f733c5d762617a2b4665524f4f77eb82f2 (patch)
tree8869311a94e4e42d0c100f9bb7d7a6cd340308fd /mobile-widgets/qml/icons
parent5c0b864a554ca60b069db52b62352bd34b98792d (diff)
downloadsubsurface-56d959f733c5d762617a2b4665524f4f77eb82f2.tar.gz
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>
Diffstat (limited to 'mobile-widgets/qml/icons')
-rw-r--r--mobile-widgets/qml/icons/README.license5
-rw-r--r--mobile-widgets/qml/icons/account_circle.svg1
-rw-r--r--mobile-widgets/qml/icons/contact_support.svg1
3 files changed, 6 insertions, 1 deletions
diff --git a/mobile-widgets/qml/icons/README.license b/mobile-widgets/qml/icons/README.license
index d705b94a7..0f739e9ef 100644
--- a/mobile-widgets/qml/icons/README.license
+++ b/mobile-widgets/qml/icons/README.license
@@ -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
diff --git a/mobile-widgets/qml/icons/account_circle.svg b/mobile-widgets/qml/icons/account_circle.svg
new file mode 100644
index 000000000..1da008144
--- /dev/null
+++ b/mobile-widgets/qml/icons/account_circle.svg
@@ -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> \ No newline at end of file
diff --git a/mobile-widgets/qml/icons/contact_support.svg b/mobile-widgets/qml/icons/contact_support.svg
new file mode 100644
index 000000000..d068caac3
--- /dev/null
+++ b/mobile-widgets/qml/icons/contact_support.svg
@@ -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> \ No newline at end of file