import { Person } from '@mui/icons-material'; import type { SvgIconProps } from '@mui/material'; import BaseIcon from './BaseIcon'; export const AcknowledgementIcon = (props: SvgIconProps): JSX.Element => ( );