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