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

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

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