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