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