From d455e8c2705009b2a273af3905bce9fefb05779d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 28 Apr 2023 16:52:03 -0400 Subject: [PATCH] Add icon --- client/icons/book-part-cover.svg | 54 ++++++++++++++++++++++++++++++++ client/icons/customIcons.less | 3 ++ 2 files changed, 57 insertions(+) create mode 100644 client/icons/book-part-cover.svg diff --git a/client/icons/book-part-cover.svg b/client/icons/book-part-cover.svg new file mode 100644 index 000000000..098881e53 --- /dev/null +++ b/client/icons/book-part-cover.svg @@ -0,0 +1,54 @@ + + + + + + + + + diff --git a/client/icons/customIcons.less b/client/icons/customIcons.less index d89afdab1..b2bad2b76 100644 --- a/client/icons/customIcons.less +++ b/client/icons/customIcons.less @@ -43,6 +43,9 @@ .book-inside-cover { content: url('../icons/book-inside-cover.svg'); } +.book-part-cover { + content: url('../icons/book-part-cover.svg'); +} .davek { content: url('../icons/Davek.svg'); }