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