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