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