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