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