/**
 * 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;
