import * as React from 'react'; export interface StarHalf16Props extends React.SVGProps { ariaLabel?: string } export default function StarHalf16({ ariaLabel, ...props }: StarHalf16Props) { return ( ); }