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

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

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