Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { DefaultProps } from 'icons/typings';
declare class MasterPaymentCardIcon extends React.PureComponent<DefaultProps> {
static wording: {
title: string;
description: string;
vectorClassName: string;
};
render(): JSX.Element;
}
export { MasterPaymentCardIcon };
export default MasterPaymentCardIcon;