import {forwardRef} from 'react'; import {SvgIcon, SVGIconProps} from './svgIcon'; const IconCodecov = forwardRef((props, ref) => { return ( ); }); IconCodecov.displayName = 'IconCodecov'; export {IconCodecov};