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