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