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