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

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

declare const ShowMoreHorizontalIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default ShowMoreHorizontalIcon;
