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