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