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