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