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