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