From d776a7383720f1fc679ccac788da4a75889d1fea Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 2 Sep 2020 20:46:18 +0530 Subject: [PATCH] feat: add no stroke class for icon --- frappe/public/scss/icons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/public/scss/icons.scss b/frappe/public/scss/icons.scss index 5f2b1c8c1a..e1477450f0 100644 --- a/frappe/public/scss/icons.scss +++ b/frappe/public/scss/icons.scss @@ -56,4 +56,8 @@ use.like-icon { .icon-xl { width: 75px; height: 75px; +} + +.no-stroke { + stroke: none; } \ No newline at end of file