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