Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Sep 30, 2021
1 parent 2d359be commit e975ad8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Font Awesome/duotone.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
4 changes: 4 additions & 0 deletions Font Awesome/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,3 +507,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}

.material-icons.remove_circle:before {
content: "\f056";
}
4 changes: 4 additions & 0 deletions Font Awesome/regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}

.material-icons.remove_circle:before {
content: "\f056";
}
4 changes: 4 additions & 0 deletions Font Awesome/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,3 +507,7 @@
.material-icons.smartphone:before {
content: "\f3ce";
}

.material-icons.remove_circle:before {
content: "\f056";
}

0 comments on commit e975ad8

Please sign in to comment.