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