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/pe_light/scalable/delete.svg | 20 +++++++++++++ launcher/resources/pe_light/scalable/export.svg | 37 +++++++++++++++++++++++++ launcher/resources/pe_light/scalable/rename.svg | 19 +++++++++++++ launcher/resources/pe_light/scalable/tag.svg | 23 +++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 launcher/resources/pe_light/scalable/delete.svg create mode 100644 launcher/resources/pe_light/scalable/export.svg create mode 100644 launcher/resources/pe_light/scalable/rename.svg create mode 100644 launcher/resources/pe_light/scalable/tag.svg (limited to 'launcher/resources/pe_light/scalable') diff --git a/launcher/resources/pe_light/scalable/delete.svg b/launcher/resources/pe_light/scalable/delete.svg new file mode 100644 index 00000000..21f90ea0 --- /dev/null +++ b/launcher/resources/pe_light/scalable/delete.svg @@ -0,0 +1,20 @@ + + + + + diff --git a/launcher/resources/pe_light/scalable/export.svg b/launcher/resources/pe_light/scalable/export.svg new file mode 100644 index 00000000..eee61936 --- /dev/null +++ b/launcher/resources/pe_light/scalable/export.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/launcher/resources/pe_light/scalable/rename.svg b/launcher/resources/pe_light/scalable/rename.svg new file mode 100644 index 00000000..f11639a0 --- /dev/null +++ b/launcher/resources/pe_light/scalable/rename.svg @@ -0,0 +1,19 @@ + + + diff --git a/launcher/resources/pe_light/scalable/tag.svg b/launcher/resources/pe_light/scalable/tag.svg new file mode 100644 index 00000000..3f750a85 --- /dev/null +++ b/launcher/resources/pe_light/scalable/tag.svg @@ -0,0 +1,23 @@ + + + + -- cgit