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