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