/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::9265f285d2ac3b7fb4e2748a72b74396>>
 * @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 ChevronRightIconMigration: {
  (props: Omit<NewUtilityIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
  displayName: string;
};
export default ChevronRightIconMigration;
