UNPKG

@atlaskit/icon

Version:

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

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