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

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

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