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

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

declare const ShowMoreHorizontalIconMigration: {
  (props: Omit<NewUtilityIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
  displayName: string;
};
export default ShowMoreHorizontalIconMigration;
