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