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