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