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

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

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