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