Add books lib icon

This commit is contained in:
Prayag
2021-06-17 09:17:32 +05:30
parent e17665c5fe
commit 938ea9292c
4 changed files with 22 additions and 0 deletions

View File

@@ -1078,4 +1078,14 @@
.material-icons.clear_all::after {
content: "\10f8d1";
opacity: var(--opacity);
}
.material-icons.library_books:before {
content: "\f5db";
position: absolute;
}
.material-icons.library_books::after {
content: "\10f5db";
opacity: var(--opacity);
}

View File

@@ -470,4 +470,8 @@
.material-icons.clear_all:before {
content: "\f8d1";
}
.material-icons.library_books:before {
content: "\f5db";
}

View File

@@ -464,4 +464,8 @@
.material-icons.clear_all:before {
content: "\f8d1";
}
.material-icons.library_books:before {
content: "\f5db";
}

View File

@@ -470,4 +470,8 @@
.material-icons.clear_all:before {
content: "\f8d1";
}
.material-icons.library_books:before {
content: "\f5db";
}