mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-15 13:52:52 -03:00
Add remove icon
This commit is contained in:
@@ -1163,3 +1163,13 @@
|
||||
content: "\10f3ce";
|
||||
opacity: var(--opacity);
|
||||
}
|
||||
|
||||
.material-icons.remove_circle:before {
|
||||
content: "\f056";
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.material-icons.remove_circle::after {
|
||||
content: "\10f056";
|
||||
opacity: var(--opacity);
|
||||
}
|
||||
|
||||
@@ -507,3 +507,7 @@
|
||||
.material-icons.smartphone:before {
|
||||
content: "\f3ce";
|
||||
}
|
||||
|
||||
.material-icons.remove_circle:before {
|
||||
content: "\f056";
|
||||
}
|
||||
|
||||
@@ -501,3 +501,7 @@
|
||||
.material-icons.smartphone:before {
|
||||
content: "\f3ce";
|
||||
}
|
||||
|
||||
.material-icons.remove_circle:before {
|
||||
content: "\f056";
|
||||
}
|
||||
|
||||
@@ -507,3 +507,7 @@
|
||||
.material-icons.smartphone:before {
|
||||
content: "\f3ce";
|
||||
}
|
||||
|
||||
.material-icons.remove_circle:before {
|
||||
content: "\f056";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user