import React from 'react'; const mastercardIcon = ( fill: string, size: number, style?: React.CSSProperties, ) => { return ( ); }; export default mastercardIcon;