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