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 From e4b5cd23e6c8bb68bd484cfdc3da887fd30c3934 Mon Sep 17 00:00:00 2001 From: leo78913 Date: Fri, 21 Oct 2022 13:49:31 -0300 Subject: the trashcan icons dont look like trash now Signed-off-by: leo78913 --- launcher/resources/pe_blue/scalable/delete.svg | 79 +++++++++++++------ launcher/resources/pe_colored/scalable/delete.svg | 93 ++++++++++++++--------- launcher/resources/pe_dark/scalable/delete.svg | 68 ++++++++++++++--- launcher/resources/pe_dark/scalable/tag.svg | 12 +-- launcher/resources/pe_light/scalable/delete.svg | 64 ++++++++++++++-- 5 files changed, 230 insertions(+), 86 deletions(-) (limited to 'launcher/resources/pe_dark/scalable') diff --git a/launcher/resources/pe_blue/scalable/delete.svg b/launcher/resources/pe_blue/scalable/delete.svg index 123fade3..54a70374 100644 --- a/launcher/resources/pe_blue/scalable/delete.svg +++ b/launcher/resources/pe_blue/scalable/delete.svg @@ -11,25 +11,60 @@ xmlns:svg="http://www.w3.org/2000/svg"> - - + + diff --git a/launcher/resources/pe_colored/scalable/delete.svg b/launcher/resources/pe_colored/scalable/delete.svg index 59162da8..d9bbddc7 100644 --- a/launcher/resources/pe_colored/scalable/delete.svg +++ b/launcher/resources/pe_colored/scalable/delete.svg @@ -11,39 +11,60 @@ xmlns:svg="http://www.w3.org/2000/svg"> - - + + diff --git a/launcher/resources/pe_dark/scalable/delete.svg b/launcher/resources/pe_dark/scalable/delete.svg index fc5c2a45..76e52a4f 100644 --- a/launcher/resources/pe_dark/scalable/delete.svg +++ b/launcher/resources/pe_dark/scalable/delete.svg @@ -11,14 +11,60 @@ xmlns:svg="http://www.w3.org/2000/svg"> - - + + diff --git a/launcher/resources/pe_dark/scalable/tag.svg b/launcher/resources/pe_dark/scalable/tag.svg index c092d02f..63772af2 100644 --- a/launcher/resources/pe_dark/scalable/tag.svg +++ b/launcher/resources/pe_dark/scalable/tag.svg @@ -12,21 +12,13 @@ id="defs45" /> - - + + -- cgit