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