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