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