From 23851be8172f379acc28f693e7950d11d203e8b9 Mon Sep 17 00:00:00 2001 From: Prayag Prajapati Date: Fri, 22 Jul 2022 17:49:23 +0530 Subject: [PATCH] Fix #10 --- Font Awesome/light.css | 4 ++++ Font Awesome/regular.css | 4 ++++ Font Awesome/solid.css | 4 ++++ Font Awesome/thin.css | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/Font Awesome/light.css b/Font Awesome/light.css index 391205b..2b241fa 100644 --- a/Font Awesome/light.css +++ b/Font Awesome/light.css @@ -543,3 +543,7 @@ .material-icons.redo:before { content: "\f01e"; } + +.material-icons.view_list:before { + content: "\f03a"; +} diff --git a/Font Awesome/regular.css b/Font Awesome/regular.css index ad1a908..039dd7d 100644 --- a/Font Awesome/regular.css +++ b/Font Awesome/regular.css @@ -543,3 +543,7 @@ .material-icons.redo:before { content: "\f01e"; } + +.material-icons.view_list:before { + content: "\f03a"; +} diff --git a/Font Awesome/solid.css b/Font Awesome/solid.css index 020ef5b..440290a 100644 --- a/Font Awesome/solid.css +++ b/Font Awesome/solid.css @@ -543,3 +543,7 @@ .material-icons.redo:before { content: "\f01e"; } + +.material-icons.view_list:before { + content: "\f03a"; +} diff --git a/Font Awesome/thin.css b/Font Awesome/thin.css index 030b8a2..95db16b 100644 --- a/Font Awesome/thin.css +++ b/Font Awesome/thin.css @@ -543,3 +543,7 @@ .material-icons.redo:before { content: "\f01e"; } + +.material-icons.view_list:before { + content: "\f03a"; +}