"use client"; import type { SVGProps } from "react"; export function OnboardingLogo(props: SVGProps) { return ( ); }