From 643afe5dc7f323fcc437935bdee71d6834057de7 Mon Sep 17 00:00:00 2001 From: Ali Torbati Date: Mon, 30 Oct 2023 12:22:08 -0700 Subject: [PATCH] Remove erroneous stroke width definition in refresh circle icon The `circle` element in the "Refresh circle" icon included a hard coded `stroke-width`, which caused the circle to not inherit the parent `svg` `stroke-width`. This change fixes that bug. --- icons/regular/refresh-circle.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/regular/refresh-circle.svg b/icons/regular/refresh-circle.svg index f6df0d63..9de85fa9 100644 --- a/icons/regular/refresh-circle.svg +++ b/icons/regular/refresh-circle.svg @@ -1,5 +1,5 @@ - +