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