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