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