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