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