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'); }