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

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

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