UNPKG

@atlaskit/icon

Version:

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

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