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