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

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

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