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