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