From 256e2a242b13cd7e8d41370e664cc55ca7bc43a1 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:11:14 +0100 Subject: [PATCH] [Client] Add icons for the theme switcher These icons come from Google Fonts and are licensed under the Apache License Version 2.0. --- client/res/ui/moon.svg | 1 + client/res/ui/sun.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 client/res/ui/moon.svg create mode 100644 client/res/ui/sun.svg diff --git a/client/res/ui/moon.svg b/client/res/ui/moon.svg new file mode 100644 index 0000000..4674795 --- /dev/null +++ b/client/res/ui/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/res/ui/sun.svg b/client/res/ui/sun.svg new file mode 100644 index 0000000..5888143 --- /dev/null +++ b/client/res/ui/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file