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