This commit is contained in:
Julián Benegas 2020-10-23 19:14:41 -03:00
parent 385e356dae
commit 505b1e45d9

View File

@ -9,7 +9,7 @@ const Sun = ({ ...props }) => {
strokeLinecap="round"
strokeLinejoin="round"
fill="none"
shape-rendering="geometricPrecision"
shapeRendering="geometricPrecision"
{...props}
>
<circle cx="12" cy="12" r="5" />