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