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