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