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