From 505b1e45d99908153838490a0cb93a4852e29d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Benegas?= Date: Fri, 23 Oct 2020 19:14:41 -0300 Subject: [PATCH] fix svg --- components/icon/Sun.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icon/Sun.tsx b/components/icon/Sun.tsx index e97b565e3..d3684bcb9 100644 --- a/components/icon/Sun.tsx +++ b/components/icon/Sun.tsx @@ -9,7 +9,7 @@ const Sun = ({ ...props }) => { strokeLinecap="round" strokeLinejoin="round" fill="none" - shape-rendering="geometricPrecision" + shapeRendering="geometricPrecision" {...props} >