import type { SvgIconProps } from '@mui/material'; import type { ReactElement } from 'react'; import BaseIcon from './BaseIcon'; const icon = ( ); export const RegexIcon = (props: SvgIconProps): ReactElement => ( );