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