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