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