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