import { SVGProps } from 'react'; export function StarsIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }