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