import type { TypographyProps } from '@mui/material' import { Typography } from '@mui/material' import React from 'react' export const Ampersand: React.FC = (props) => { return ( & ) }