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

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

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