export const QwikLogo = ({ width = 100, height = 35, }: { width?: number; height?: number; }) => ( );