@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (14 loc) • 509 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::a6ec8ea7c73da8898f1d56799ac2d622>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”
*/
declare const ArrowLeftIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default ArrowLeftIcon;