From fae59d5cf7b4e0fef11a500cb7de8dc9ae28dfef Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:20:02 +0200 Subject: [PATCH] add icons --- icons/add_user.svg | 1 + icons/backup.svg | 1 + icons/book.svg | 1 + icons/db_backup.svg | 4 ++++ icons/group.svg | 1 + icons/icons.yaml | 9 ++++++++- icons/multiple_user.svg | 1 + icons/report.svg | 1 + 8 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 icons/add_user.svg create mode 100644 icons/backup.svg create mode 100644 icons/book.svg create mode 100644 icons/db_backup.svg create mode 100644 icons/group.svg create mode 100644 icons/multiple_user.svg create mode 100644 icons/report.svg diff --git a/icons/add_user.svg b/icons/add_user.svg new file mode 100644 index 0000000..3904edf --- /dev/null +++ b/icons/add_user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/backup.svg b/icons/backup.svg new file mode 100644 index 0000000..f65b40b --- /dev/null +++ b/icons/backup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/book.svg b/icons/book.svg new file mode 100644 index 0000000..237f73c --- /dev/null +++ b/icons/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/db_backup.svg b/icons/db_backup.svg new file mode 100644 index 0000000..93d9936 --- /dev/null +++ b/icons/db_backup.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/group.svg b/icons/group.svg new file mode 100644 index 0000000..6eae0ab --- /dev/null +++ b/icons/group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/icons.yaml b/icons/icons.yaml index 1494936..68e6968 100644 --- a/icons/icons.yaml +++ b/icons/icons.yaml @@ -3,4 +3,11 @@ icons: newentry: library_add.svg main: library.svg warning: warning.svg - settings: settings.svg \ No newline at end of file + settings: settings.svg + user: user.svg + multiuser: multiple_user.svg + add_user: add_user.svg + borrow: book.svg + backup: db_backup.svg + addBook: add_book.svg + report: report.svg \ No newline at end of file diff --git a/icons/multiple_user.svg b/icons/multiple_user.svg new file mode 100644 index 0000000..aef3514 --- /dev/null +++ b/icons/multiple_user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/report.svg b/icons/report.svg new file mode 100644 index 0000000..e29e721 --- /dev/null +++ b/icons/report.svg @@ -0,0 +1 @@ + \ No newline at end of file