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