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