UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

17 lines (14 loc) 543 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::bfa7266d915b14d27d5b4183913857eb>> * @codegenCommand yarn build:icon-glyphs */ import type { NewUtilityIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core” */ declare const ChevronDoubleLeftIcon: { (props: NewUtilityIconProps): JSX.Element; displayName: string; }; export default ChevronDoubleLeftIcon;