/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::b869ff244bf102fe2401a5872f26d489>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';

/**
 * @deprecated The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”
*/
declare const ShowMoreVerticalIcon: {
  (props: NewUtilityIconProps): JSX.Element;
  displayName: string;
};
export default ShowMoreVerticalIcon;
