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

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

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