import { FC } from 'react' import { SvgIcon, SvgIconProps } from '@mui/material' const LinkIcon: FC = ({ sx, ...props }) => ( ) export default LinkIcon