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