import { TwoTonedIcon } from '../iconTypes';
declare const IconTaskGeneral: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default IconTaskGeneral;
