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