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

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

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