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