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