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

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

/**
 * @deprecated The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”
*/
declare const ChevronLeftIcon: {
  (props: NewUtilityIconProps): JSX.Element;
  displayName: string;
};
export default ChevronLeftIcon;
