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