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

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

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