Add remove icon

This commit is contained in:
Prayag
2021-09-30 19:45:50 +05:30
parent 2d359beb73
commit e975ad824d
4 changed files with 22 additions and 0 deletions

View File

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

View File

@@ -507,3 +507,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}
.material-icons.remove_circle:before {
content: "\f056";
}

View File

@@ -501,3 +501,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}
.material-icons.remove_circle:before {
content: "\f056";
}

View File

@@ -507,3 +507,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}
.material-icons.remove_circle:before {
content: "\f056";
}