import type { SVGProps } from "react";
const Planetscale = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} preserveAspectRatio="xMidYMid" viewBox="0 0 256 256">
<path d="M256 128a128 128 0 01-128 128zM128 0c52 0 96.7 31 116.8 75.5L75.5 244.8c-7.3-3.3-14.2-7.2-20.7-11.7L160 128h-32l-90.5 90.5A128 128 0 01128 0z" />
</svg>
);
export { Planetscale };
npx shadcn@latest add @svgl/planetscaleimport { Planetscale } from "@/components/planetscale"<Planetscale />