import React from 'react' import { type LucideProps } from 'lucide-react' const Mastercard: React.FC = (props: LucideProps) => ( Mastercard ) export default Mastercard