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