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

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

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