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