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