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