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