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