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