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