/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core” */ declare const DiscoveryIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default DiscoveryIcon;