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