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