import { type SVGProps, forwardRef } from 'react' const SvgrMock = forwardRef>( (props, ref) => ) SvgrMock.displayName = 'SvgrMock' export const ReactComponent = SvgrMock export default SvgrMock