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

Commit

Permalink
Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Jul 22, 2022
1 parent d642ed0 commit 23851be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Font Awesome/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,7 @@
.material-icons.redo:before {
content: "\f01e";
}

.material-icons.view_list:before {
content: "\f03a";
}
4 changes: 4 additions & 0 deletions Font Awesome/regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,7 @@
.material-icons.redo:before {
content: "\f01e";
}

.material-icons.view_list:before {
content: "\f03a";
}
4 changes: 4 additions & 0 deletions Font Awesome/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,7 @@
.material-icons.redo:before {
content: "\f01e";
}

.material-icons.view_list:before {
content: "\f03a";
}
4 changes: 4 additions & 0 deletions Font Awesome/thin.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,7 @@
.material-icons.redo:before {
content: "\f01e";
}

.material-icons.view_list:before {
content: "\f03a";
}

0 comments on commit 23851be

Please sign in to comment.