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