From 56d959f733c5d762617a2b4665524f4f77eb82f2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 27 Dec 2019 10:30:50 -0800 Subject: 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 --- mobile-widgets/qml/icons/README.license | 5 ++++- mobile-widgets/qml/icons/account_circle.svg | 1 + mobile-widgets/qml/icons/contact_support.svg | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 mobile-widgets/qml/icons/account_circle.svg create mode 100644 mobile-widgets/qml/icons/contact_support.svg (limited to 'mobile-widgets/qml/icons') 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 @@ + \ 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 @@ + \ No newline at end of file -- cgit v1.2.3-70-g09d2