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

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

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