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

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

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