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