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