Fix for shape-rendering in ChevronUp comp.

This commit is contained in:
Ruben Rodriguez 2020-12-08 13:14:30 +01:00
parent 7f8d37b3b9
commit c8d157e831

View File

@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => {
strokeLinecap="round"
strokeLinejoin="round"
fill="none"
shape-rendering="geometricPrecision"
shapeRendering="geometricPrecision"
{...props}
>
<path d="M18 15l-6-6-6 6" />