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