From 31dc92dafecc7924d937f10184dff28838c1f69a Mon Sep 17 00:00:00 2001 From: leo78913 Date: Thu, 20 Oct 2022 17:48:57 -0300 Subject: add icons to the instance menu and 4 new icons: delete rename tag export Signed-off-by: leo78913 --- launcher/resources/iOS/iOS.qrc | 4 ++++ launcher/resources/iOS/scalable/delete.svg | 31 +++++++++++++++++++++++++++ launcher/resources/iOS/scalable/export.svg | 34 ++++++++++++++++++++++++++++++ launcher/resources/iOS/scalable/rename.svg | 16 ++++++++++++++ launcher/resources/iOS/scalable/tag.svg | 20 ++++++++++++++++++ 5 files changed, 105 insertions(+) create mode 100644 launcher/resources/iOS/scalable/delete.svg create mode 100644 launcher/resources/iOS/scalable/export.svg create mode 100644 launcher/resources/iOS/scalable/rename.svg create mode 100644 launcher/resources/iOS/scalable/tag.svg (limited to 'launcher/resources/iOS') diff --git a/launcher/resources/iOS/iOS.qrc b/launcher/resources/iOS/iOS.qrc index f05cd67c..1d752042 100644 --- a/launcher/resources/iOS/iOS.qrc +++ b/launcher/resources/iOS/iOS.qrc @@ -34,5 +34,9 @@ scalable/status-yellow.svg scalable/viewfolder.svg scalable/worlds.svg + scalable/delete.svg + scalable/tag.svg + scalable/export.svg + scalable/rename.svg diff --git a/launcher/resources/iOS/scalable/delete.svg b/launcher/resources/iOS/scalable/delete.svg new file mode 100644 index 00000000..a542fa4f --- /dev/null +++ b/launcher/resources/iOS/scalable/delete.svg @@ -0,0 +1,31 @@ + + + diff --git a/launcher/resources/iOS/scalable/export.svg b/launcher/resources/iOS/scalable/export.svg new file mode 100644 index 00000000..db2f4c3c --- /dev/null +++ b/launcher/resources/iOS/scalable/export.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/launcher/resources/iOS/scalable/rename.svg b/launcher/resources/iOS/scalable/rename.svg new file mode 100644 index 00000000..064e84b7 --- /dev/null +++ b/launcher/resources/iOS/scalable/rename.svg @@ -0,0 +1,16 @@ + + + diff --git a/launcher/resources/iOS/scalable/tag.svg b/launcher/resources/iOS/scalable/tag.svg new file mode 100644 index 00000000..23b549e5 --- /dev/null +++ b/launcher/resources/iOS/scalable/tag.svg @@ -0,0 +1,20 @@ + + + -- cgit