Adding gradient on the clientside

This commit is contained in:
Belen Curcio
2020-11-06 12:07:57 -03:00
parent b9cbf4f97f
commit a6ad6daa6f
6 changed files with 29 additions and 16 deletions

View File

@@ -5,11 +5,11 @@ const Info = ({ ...props }) => {
width="24"
height="24"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
fill="none"
shape-rendering="geometricPrecision"
shapeRendering="geometricPrecision"
{...props}
>
<circle cx="12" cy="12" r="10" fill="transparent" />