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

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

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