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