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