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