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

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

/**
 * @deprecated The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”
*/
declare const SuccessIcon: {
  (props: NewUtilityIconProps): JSX.Element;
  displayName: string;
};
export default SuccessIcon;
