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