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