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