import React from 'react'; import { SVGIconProps } from '../types'; declare const Svg4Mp: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default Svg4Mp; //# sourceMappingURL=4Mp.d.ts.map