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