From 2ef998c12f93451066d5a3b04240acb23eca363c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 25 Apr 2023 17:21:45 +0200 Subject: [PATCH] Add new icons --- server/vbv_lernwelt/static/icons/icon-calendar.svg | 11 +++++++++++ server/vbv_lernwelt/static/icons/icon-lc-training.svg | 10 ++++++++++ server/vbv_lernwelt/static/icons/icon-location.svg | 5 +++++ server/vbv_lernwelt/static/icons/icon-trainer.svg | 7 +++++++ 4 files changed, 33 insertions(+) create mode 100644 server/vbv_lernwelt/static/icons/icon-calendar.svg create mode 100644 server/vbv_lernwelt/static/icons/icon-lc-training.svg create mode 100644 server/vbv_lernwelt/static/icons/icon-location.svg create mode 100644 server/vbv_lernwelt/static/icons/icon-trainer.svg diff --git a/server/vbv_lernwelt/static/icons/icon-calendar.svg b/server/vbv_lernwelt/static/icons/icon-calendar.svg new file mode 100644 index 00000000..92295b7b --- /dev/null +++ b/server/vbv_lernwelt/static/icons/icon-calendar.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/server/vbv_lernwelt/static/icons/icon-lc-training.svg b/server/vbv_lernwelt/static/icons/icon-lc-training.svg new file mode 100644 index 00000000..22b2084c --- /dev/null +++ b/server/vbv_lernwelt/static/icons/icon-lc-training.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/server/vbv_lernwelt/static/icons/icon-location.svg b/server/vbv_lernwelt/static/icons/icon-location.svg new file mode 100644 index 00000000..a4812975 --- /dev/null +++ b/server/vbv_lernwelt/static/icons/icon-location.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/server/vbv_lernwelt/static/icons/icon-trainer.svg b/server/vbv_lernwelt/static/icons/icon-trainer.svg new file mode 100644 index 00000000..870b13b5 --- /dev/null +++ b/server/vbv_lernwelt/static/icons/icon-trainer.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file