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