export default function Logo({ width = 29, height = 32, className = '' }) { return ( ); }