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