forked from crowetic/commerce
fix svg
This commit is contained in:
parent
385e356dae
commit
505b1e45d9
@ -9,7 +9,7 @@ const Sun = ({ ...props }) => {
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
fill="none"
|
fill="none"
|
||||||
shape-rendering="geometricPrecision"
|
shapeRendering="geometricPrecision"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<circle cx="12" cy="12" r="5" />
|
<circle cx="12" cy="12" r="5" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user