import * as React from 'react'; export interface Visa64Props extends React.SVGProps { ariaLabel?: string } export default function Visa64({ ariaLabel, ...props }: Visa64Props) { return ( ); }