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