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

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

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