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