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