import { ReactIconComponentType } from '../types';

declare const WorkOutline: ReactIconComponentType;
export default WorkOutline;
            