@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::607a1de6f3451b6bf129949f4a2b0fba>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”
*/
declare const ChevronUpIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default ChevronUpIcon;