import preact from 'preact' /** @jsx preact.h */ import Icon from './Icon' import cx from '../utils/cx' export default function Logo({ shouldShow, toggleShowSideBar }) { return (