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