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