From f07970b95cea4a6dc806c0ad5c471cb548e12340 Mon Sep 17 00:00:00 2001 From: Pauline Date: Fri, 3 May 2024 16:08:08 +0200 Subject: ✨ feature(icon): add plugin icons and licensing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/META-INF/pluginIcon.svg | 3 +++ src/main/resources/META-INF/pluginIcon_dark.svg | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/main/resources/META-INF/pluginIcon.svg create mode 100644 src/main/resources/META-INF/pluginIcon_dark.svg (limited to 'src') diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg new file mode 100644 index 0000000..0ab9521 --- /dev/null +++ b/src/main/resources/META-INF/pluginIcon.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/main/resources/META-INF/pluginIcon_dark.svg b/src/main/resources/META-INF/pluginIcon_dark.svg new file mode 100644 index 0000000..ccca636 --- /dev/null +++ b/src/main/resources/META-INF/pluginIcon_dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit