import React from 'react' import Icon from './Icon' import cx from '../utils/cx' export default function Logo({ shouldShow, toggleShowSideBar }) { return (
) }