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