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

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

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