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