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