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

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

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