From 814cb86c840533bfba4f0cf82a47477a1a0723f5 Mon Sep 17 00:00:00 2001 From: Prayag Prajapati Date: Tue, 14 Feb 2023 21:46:27 +0530 Subject: [PATCH] Add videocam icon --- .vscode/settings.json | 3 +++ Font Awesome/light.css | 4 ++++ Font Awesome/regular.css | 4 ++++ Font Awesome/solid.css | 4 ++++ Font Awesome/thin.css | 4 ++++ 5 files changed, 19 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..13ee2b0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nuxt.isNuxtApp": false +} \ No newline at end of file diff --git a/Font Awesome/light.css b/Font Awesome/light.css index 18d57fc..655d112 100644 --- a/Font Awesome/light.css +++ b/Font Awesome/light.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/regular.css b/Font Awesome/regular.css index efe1892..d2dcc72 100644 --- a/Font Awesome/regular.css +++ b/Font Awesome/regular.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/solid.css b/Font Awesome/solid.css index 0e0a784..9d827d8 100644 --- a/Font Awesome/solid.css +++ b/Font Awesome/solid.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +} diff --git a/Font Awesome/thin.css b/Font Awesome/thin.css index cede7ef..69e106e 100644 --- a/Font Awesome/thin.css +++ b/Font Awesome/thin.css @@ -549,3 +549,7 @@ .material-icons.movie:before { content: "\f008"; } + +.material-icons.videocam:before { + content: "\f8a8"; +}