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