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