From 720856bb353ab66a773e0a438d8af7f0a2188641 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 12 Apr 2026 17:41:11 +1000 Subject: v0.8a --- wwwroot/images/book.svg | 7 +++++ wwwroot/images/checkmark.svg | 7 +++++ wwwroot/images/cross.svg | 7 +++++ wwwroot/images/edit.svg | 7 +++++ wwwroot/images/info.svg | 63 ++++++++++++++++++++++++++++++++++++++++++++ wwwroot/images/photo.svg | 7 +++++ wwwroot/images/tag.svg | 7 +++++ wwwroot/images/trash.svg | 7 +++++ 8 files changed, 112 insertions(+) create mode 100644 wwwroot/images/book.svg create mode 100644 wwwroot/images/checkmark.svg create mode 100644 wwwroot/images/cross.svg create mode 100644 wwwroot/images/edit.svg create mode 100644 wwwroot/images/info.svg create mode 100644 wwwroot/images/photo.svg create mode 100644 wwwroot/images/tag.svg create mode 100644 wwwroot/images/trash.svg (limited to 'wwwroot/images') diff --git a/wwwroot/images/book.svg b/wwwroot/images/book.svg new file mode 100644 index 0000000..6cdfc79 --- /dev/null +++ b/wwwroot/images/book.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/wwwroot/images/checkmark.svg b/wwwroot/images/checkmark.svg new file mode 100644 index 0000000..5e55d9e --- /dev/null +++ b/wwwroot/images/checkmark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/wwwroot/images/cross.svg b/wwwroot/images/cross.svg new file mode 100644 index 0000000..0c37363 --- /dev/null +++ b/wwwroot/images/cross.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/wwwroot/images/edit.svg b/wwwroot/images/edit.svg new file mode 100644 index 0000000..d4c6ec4 --- /dev/null +++ b/wwwroot/images/edit.svg @@ -0,0 +1,7 @@ + + + + + + alt-square-pencil + \ No newline at end of file diff --git a/wwwroot/images/info.svg b/wwwroot/images/info.svg new file mode 100644 index 0000000..b194f05 --- /dev/null +++ b/wwwroot/images/info.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + diff --git a/wwwroot/images/photo.svg b/wwwroot/images/photo.svg new file mode 100644 index 0000000..486c360 --- /dev/null +++ b/wwwroot/images/photo.svg @@ -0,0 +1,7 @@ + + + + + + image + \ No newline at end of file diff --git a/wwwroot/images/tag.svg b/wwwroot/images/tag.svg new file mode 100644 index 0000000..3eb8843 --- /dev/null +++ b/wwwroot/images/tag.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/wwwroot/images/trash.svg b/wwwroot/images/trash.svg new file mode 100644 index 0000000..18ff9c1 --- /dev/null +++ b/wwwroot/images/trash.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v1.3