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