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