Fix console error from non-react-style attributes on trophy icon
This commit is contained in:
parent
2e3c2d4dcb
commit
a040df2732
|
@ -4,13 +4,13 @@ export default function TrophyIcon(props: React.SVGProps<SVGSVGElement>) {
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
stroke="currentcolor"
|
stroke="currentcolor"
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<g>
|
<g>
|
||||||
<path
|
<path
|
||||||
d="m6,5c0,4 1.4,7.8 3.5,8.5l0,2c-1.2,0.7 -1.2,1 -1.6,4l8,0c-0.4,-3 -0.4,-3.3 -1.6,-4l0,-2c2.1,-0.7 3.5,-4.5 3.5,-8.5z"
|
d="m6,5c0,4 1.4,7.8 3.5,8.5l0,2c-1.2,0.7 -1.2,1 -1.6,4l8,0c-0.4,-3 -0.4,-3.3 -1.6,-4l0,-2c2.1,-0.7 3.5,-4.5 3.5,-8.5z"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
fill="none"
|
fill="none"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user