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