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