import { type ComponentPropsWithoutRef, type ElementRef, forwardRef, } from "react"; export const LogoIcon = forwardRef< ElementRef<"svg">, ComponentPropsWithoutRef<"svg"> >((props, ref) => ( ));