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

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

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