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