import Box from '@mui/material/Box' import type { SxProps, Theme } from '@mui/material/styles' type BearLogoProps = { sx?: SxProps } export function BearLogo({ sx }: BearLogoProps) { return ( ) }