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

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

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