/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::c7e547f3a41a152f1255032de041eb78>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const TaskToDoIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default TaskToDoIcon;
