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_dark/scalable/delete.svg | 24 ++++++++++++++++ launcher/resources/pe_dark/scalable/export.svg | 36 ++++++++++++++++++++++++ launcher/resources/pe_dark/scalable/rename.svg | 19 +++++++++++++ launcher/resources/pe_dark/scalable/tag.svg | 38 ++++++++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 launcher/resources/pe_dark/scalable/delete.svg create mode 100644 launcher/resources/pe_dark/scalable/export.svg create mode 100644 launcher/resources/pe_dark/scalable/rename.svg create mode 100644 launcher/resources/pe_dark/scalable/tag.svg (limited to 'launcher/resources/pe_dark/scalable') diff --git a/launcher/resources/pe_dark/scalable/delete.svg b/launcher/resources/pe_dark/scalable/delete.svg new file mode 100644 index 00000000..fc5c2a45 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/delete.svg @@ -0,0 +1,24 @@ + + + + + diff --git a/launcher/resources/pe_dark/scalable/export.svg b/launcher/resources/pe_dark/scalable/export.svg new file mode 100644 index 00000000..faec8fce --- /dev/null +++ b/launcher/resources/pe_dark/scalable/export.svg @@ -0,0 +1,36 @@ + + + + + + + diff --git a/launcher/resources/pe_dark/scalable/rename.svg b/launcher/resources/pe_dark/scalable/rename.svg new file mode 100644 index 00000000..740f8d2f --- /dev/null +++ b/launcher/resources/pe_dark/scalable/rename.svg @@ -0,0 +1,19 @@ + + + diff --git a/launcher/resources/pe_dark/scalable/tag.svg b/launcher/resources/pe_dark/scalable/tag.svg new file mode 100644 index 00000000..c092d02f --- /dev/null +++ b/launcher/resources/pe_dark/scalable/tag.svg @@ -0,0 +1,38 @@ + + + + -- cgit