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