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