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

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

/**
 * @deprecated The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”
*/
declare const ChartTrendIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default ChartTrendIcon;
