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