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