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