export function LangGraphLogoSVG({ className, width, height, }: { width?: number; height?: number; className?: string; }) { return ( ); }