UNPKG

@atlaskit/icon

Version:

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

14 lines (11 loc) 398 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::63f81995ea3146e52bb59834ce88cf00>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; declare const ExpandVerticalIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default ExpandVerticalIcon;