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