UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

8 lines 318 B
import { default as React } from 'react'; import { IconStyles } from '../../theme'; interface EngineeringIconProps extends React.SVGProps<SVGSVGElement> { styles?: IconStyles; } declare const EngineeringIcon: React.FC<EngineeringIconProps>; export default EngineeringIcon; //# sourceMappingURL=Engineering.d.ts.map