import type { SVGProps } from "react";
const SVGComponent = (props: SVGProps<SVGSVGElement>) => (
<svg
width="128"
height="128"
viewBox="0 0 33.867 33.867"
xmlSpace="preserve"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<g transform="translate(16.915 17.104)scale(1.42324)">
<g stroke="#61dafb" fill="none">
<ellipse rx={11} ry={4.2} />
<ellipse rx={11} ry={4.2} transform="rotate(60)" />
<ellipse
rx={11}
ry={4.2}
transform="rotate(120)"
style={{
fill: "#fff",
fillOpacity: 0,
}}
fill="none"
/>
</g>
<ellipse
fill="#61dafb"
style={{
strokeWidth: 1.01735,
}}
ry={4.826}
rx={4.216}
cy={0.159}
cx={-0.032}
/>
</g>
<path
style={{
fill: "none",
fillOpacity: 1,
stroke: "#000",
strokeWidth: 1.1,
strokeDasharray: "none",
strokeOpacity: 1,
strokeLinejoin: "round",
strokeLinecap: "butt",
}}
d="m12.51 30.69-.059-.056v-.056l-.001-.057.769-2.092.769-2.093.557-1.543.556-1.543.006-.12.006-.12-1.47.006-1.471.006-.062-.073-.062-.072.233-.47.233-.468.856-1.667.856-1.668.418-.86.418-.858-.03-.046-.028-.046-1.465.019-1.464.019-.093-.049-.094-.048-.001-.086-.001-.087.11-.213.11-.214 1.015-2.024 1.014-2.024.697-1.43.696-1.43.702-1.402.7-1.401 2.502-.045 2.502-.044.032.079.031.079-.046.126-.046.127-.768 1.329-.768 1.329-.668 1.18-.668 1.18.026.064.026.065 1.695-.022 1.696-.022.076.075.076.074.001.061v.062l-.249.406-.249.407-.614.968-.615.968-1.187 1.911-1.187 1.912-.069.137-.068.137.026.068.027.067 1.625-.021 1.624-.02.093.065.093.066-.046.123-.045.123-1.35 1.664-1.348 1.664-.806 1.019-.807 1.018-.67.825-.67.825-1.725 2.146-1.725 2.147h-.06l-.06.001z"
/>
<path
style={{
fill: "#ffd22a",
fillOpacity: 1,
stroke: "#fff",
strokeWidth: 0.4,
strokeDasharray: "none",
strokeOpacity: 1,
strokeLinejoin: "round",
strokeLinecap: "round",
}}
d="m12.51 30.69-.059-.056v-.056l-.001-.057.769-2.092.769-2.093.557-1.543.556-1.543.006-.12.006-.12-1.47.006-1.471.006-.062-.073-.062-.072.233-.47.233-.468.856-1.667.856-1.668.418-.86.418-.858-.03-.046-.028-.046-1.465.019-1.464.019-.093-.049-.094-.048-.001-.086-.001-.087.11-.213.11-.214 1.015-2.024 1.014-2.024.697-1.43.696-1.43.702-1.402.7-1.401 2.502-.045 2.502-.044.032.079.031.079-.046.126-.046.127-.768 1.329-.768 1.329-.668 1.18-.668 1.18.026.064.026.065 1.695-.022 1.696-.022.076.075.076.074.001.061v.062l-.249.406-.249.407-.614.968-.615.968-1.187 1.911-1.187 1.912-.069.137-.068.137.026.068.027.067 1.625-.021 1.624-.02.093.065.093.066-.046.123-.045.123-1.35 1.664-1.348 1.664-.806 1.019-.807 1.018-.67.825-.67.825-1.725 2.146-1.725 2.147h-.06l-.06.001z"
/>
</svg>
);
export default SVGComponent;