@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (11 loc) • 404 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::6ad9c743a54bd14e5289ecca1c52bde0>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
declare const ChevronDoubleLeftIcon: {
(props: NewCoreIconProps): JSX.Element;
displayName: string;
};
export default ChevronDoubleLeftIcon;