/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <> * @codegenCommand yarn workspace @atlaskit/temp-nav-app-icons build-temp-logos */ import React from 'react'; import type { AppIconProps } from '../../utils/types'; /** * __AnalyticsIcon__ * * A temporary component to represent the icon for Analytics. * @deprecated This component has been replaced by the component `AnalyticsIcon` in `@atlaskit/logo`. * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary * to enable the new design by default. * */ export declare function AnalyticsIcon({ size, appearance, label, testId, }: AppIconProps): React.JSX.Element;