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