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