import React from 'react'; import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon'; const IconCorrection = (props: SvgIconProps) => ( ); IconCorrection.displayName = 'icon-correction'; export default IconCorrection;