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

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

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