export default function Logo({ withText, ...props }: any) { return (
Zen Logo {withText && Zen}
); }