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

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

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