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