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