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