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