import type { SVGProps } from "react"; type LowerLeftLogoProps = SVGProps; export function LowerLeftLogo({ className, ...props }: LowerLeftLogoProps) { return ( Monie ); }