From 2ccc4db03d55759cd857a9d04e5fe2aafcd46735 Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:40:53 +0200 Subject: [PATCH] add icons --- icons/dark/calendar_today.svg | 2 +- icons/dark/close.svg | 1 + icons/icons.yaml | 4 +++- icons/light/close.svg | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 icons/dark/close.svg create mode 100644 icons/light/close.svg diff --git a/icons/dark/calendar_today.svg b/icons/dark/calendar_today.svg index 9239958..5893631 100644 --- a/icons/dark/calendar_today.svg +++ b/icons/dark/calendar_today.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/dark/close.svg b/icons/dark/close.svg new file mode 100644 index 0000000..d40303e --- /dev/null +++ b/icons/dark/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/icons.yaml b/icons/icons.yaml index d198eb4..9cec28c 100644 --- a/icons/icons.yaml +++ b/icons/icons.yaml @@ -1,4 +1,5 @@ icon_path: icons/ + locked: locked.svg logo: logo.ico show_password: visibility_off.svg @@ -14,4 +15,5 @@ semester: semester.svg template_fail: test_fail.svg offAction: shutdown.svg info: info.svg -help: help.svg \ No newline at end of file +help: help.svg +close: close.svg \ No newline at end of file diff --git a/icons/light/close.svg b/icons/light/close.svg new file mode 100644 index 0000000..d40303e --- /dev/null +++ b/icons/light/close.svg @@ -0,0 +1 @@ + \ No newline at end of file