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