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