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

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

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