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