import styled from '@emotion/styled'; const StyledLogo = styled.div` height: 40px; width: 40px; img { height: 100%; width: 100%; } `; export function Logo(): JSX.Element { return ( logo ); }