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